mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
ShareBubbles: added notice to readme about missing api stuff
This commit is contained in:
parent
f5c6a92472
commit
3d42301f24
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
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
|
### 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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_id": -1,
|
"_id": -1,
|
||||||
"name": "ShareBubbles",
|
"name": "ShareBubbles",
|
||||||
"modversion": "1.0.1",
|
"modversion": "1.0.2",
|
||||||
"gameversion": "2024r177",
|
"gameversion": "2024r177",
|
||||||
"loaderversion": "0.6.1",
|
"loaderversion": "0.6.1",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"None"
|
"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/",
|
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShareBubbles/",
|
||||||
"changelog": "- Initial release.",
|
"changelog": "- Initial release.",
|
||||||
"embedcolor": "#f61963"
|
"embedcolor": "#f61963"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue