From c423401d60e4192e459183920b5984f98872f052 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:31:38 -0500 Subject: [PATCH] Stickers: updated readme --- Stickers/README.md | 1 + Stickers/format.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Stickers/README.md b/Stickers/README.md index 9eab558..19e01bd 100644 --- a/Stickers/README.md +++ b/Stickers/README.md @@ -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 you’ve 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 +- Only 512 max images per folder (otherwise Cohtml gets very upset). - 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. - Target surface must have a renderer on the same GameObject as the collider. diff --git a/Stickers/format.json b/Stickers/format.json index 48f1b84..4acba2e 100644 --- a/Stickers/format.json +++ b/Stickers/format.json @@ -1,7 +1,7 @@ { "_id": -1, "name": "Stickers", - "modversion": "1.0.2", + "modversion": "1.0.3", "gameversion": "2024r175", "loaderversion": "0.6.1", "modtype": "Mod",