Stickers: updated readme

This commit is contained in:
NotAKidoS 2024-08-25 22:31:38 -05:00
parent 30edef14e5
commit c423401d60
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ Stickers! Allows you to place small images on any surface. Requires both users t
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.
### Limitations ### Limitations
- Only 512 max images per folder (otherwise Cohtml gets very upset).
- 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. - Target surface must have a renderer on the same GameObject as the collider.

View file

@ -1,7 +1,7 @@
{ {
"_id": -1, "_id": -1,
"name": "Stickers", "name": "Stickers",
"modversion": "1.0.2", "modversion": "1.0.3",
"gameversion": "2024r175", "gameversion": "2024r175",
"loaderversion": "0.6.1", "loaderversion": "0.6.1",
"modtype": "Mod", "modtype": "Mod",