Stickers: update format.json & README

This commit is contained in:
NotAKidoS 2024-08-25 06:55:20 -05:00
parent 58079d9390
commit 53b4efbc10
2 changed files with 13 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# Stickers # Stickers
Stickers! Allows you to place small images on any surface- synced over Mod Network. Stickers! Allows you to place small images on any surface. Requires both users to have the mod installed. Synced over Mod Network.
### How to use ### How to use
Any image placed in the `UserData/Stickers/` folder will be available to choose from within the BTKUI tab. Once youve selected an image, enter Sticker Mode or use the Desktop Binding to start placing the sticker. Remote clients running the mod will automatically request the image data if they do not have it stored locally. Any image placed in the `UserData/Stickers/` folder will be available to choose from within the BTKUI tab. Once youve selected an image, enter Sticker Mode or use the Desktop Binding to start placing the sticker. Remote clients running the mod will automatically request the image data if they do not have it stored locally.
@ -8,6 +8,8 @@ Any image placed in the `UserData/Stickers/` folder will be available to choose
### Limitations ### Limitations
- Only PNG, JPG, & JPEG images are supported. - Only PNG, JPG, & JPEG images are supported.
- While it would be cool to send gifs, I don't want to abuse Mod Network that much lol. - While it would be cool to send gifs, I don't want to abuse Mod Network that much lol.
- Target surface must have a renderer on the same GameObject as the collider.
- Terrain is not supported.
- Image should be under 256KB in size. - Image should be under 256KB in size.
- Image dimensions should be a power of 2 (e.g. 512x512, 1024x1024). - Image dimensions should be a power of 2 (e.g. 512x512, 1024x1024).
- If the image exceeds the size limit or is not a power of 2 the mod will automatically resize it. - If the image exceeds the size limit or is not a power of 2 the mod will automatically resize it.

View file

@ -1,23 +1,23 @@
{ {
"_id": 220, "_id": -1,
"name": "PropLoadingHexagon", "name": "Stickers",
"modversion": "1.0.0", "modversion": "1.0.0",
"gameversion": "2024r175", "gameversion": "2024r175",
"loaderversion": "0.6.1", "loaderversion": "0.6.1",
"modtype": "Mod", "modtype": "Mod",
"author": "Exterrata & NotAKidoS", "author": "NotAKidoS",
"description": "Adds a hexagon indicator to downloading props. Indicator is styled to look similar to Portals.\n\nCan use Delete Mode on loading hexagons to cancel stuck downloads. Setting is provided to display the hexagon for Blocked/Filtered props.", "description": "Stickers! Allows you to place small images on any surface. Requires both users to have the mod installed. Synced over Mod Network.\n\nLimitations:\n- Image should be under 256KB in size.\n- Image dimensions should be a power of 2 (e.g. 512x512, 1024x1024).\n - If the image exceeds the size limit or is not a power of 2 the mod will automatically resize it.\n - The automatic resizing may result in loss of quality (or may just fail), so it is recommended to resize the image yourself before placing it in the `UserData/Stickers/` folder.\n\n-# More information can be found on the [README](https://github.com/NotAKidoS/NAK_CVR_Mods/blob/main/Stickers/README.md).",
"searchtags": [ "searchtags": [
"prop", "stickers",
"spawn", "images",
"indicator", "decals",
"loading" "sprites"
], ],
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r34/PropLoadingHexagon.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r38/Stickers.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PropLoadingHexagon/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/Stickers/",
"changelog": "- Initial release", "changelog": "- Initial release",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }