ShareBubbles: added notice to readme about missing api stuff

This commit is contained in:
NotAKidoS 2024-12-08 17:04:42 -06:00
parent f5c6a92472
commit 3d42301f24
2 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,12 @@
Share Bubbles! Allows you to drop down bubbles containing Avatars & Props. Requires both users to have the mod installed. Synced over Mod Network.
### NOTICE - 1.0.2
**Some features will not work as intended until ChilloutVRs API is updated.**
- Bubbles will display "Private" label regardless of publication state.
- Bubbles of private content you do not own will display "Claim" button regardless of if the content is already shared with you.
- Unshare button will be accessible when viewing Public content not owned by you.
### How to use
Open a Content Details page and click the Share button. You can choose between placing a Share Bubble or Sharing directly with users in the same instance. When placing a Share Bubble, you will be prompted to configure the bubble. Once you're ready, you can then Drop or Select the bubble for placement.

View file

@ -1,7 +1,7 @@
{
"_id": -1,
"name": "ShareBubbles",
"modversion": "1.0.1",
"modversion": "1.0.2",
"gameversion": "2024r177",
"loaderversion": "0.6.1",
"modtype": "Mod",
@ -17,7 +17,7 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r41/ShareBubbles.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r43/ShareBubbles.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShareBubbles/",
"changelog": "- Initial release.",
"embedcolor": "#f61963"