mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Update format.json
This commit is contained in:
parent
e94cc78dfa
commit
cbcbb9f288
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"_id": -1,
|
"_id": 147,
|
||||||
"name": "PropUndoButton",
|
"name": "PropUndoButton",
|
||||||
"modversion": "1.0.1",
|
"modversion": "1.0.1",
|
||||||
"gameversion": "2022r170",
|
"gameversion": "2022r170",
|
||||||
"loaderversion": "0.5.7",
|
"loaderversion": "0.5.7",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
"author": "NotAKidoS",
|
"author": "NotAKidoS",
|
||||||
"description": "Press Z to undo latest spawned prop. Includes optional SFX for prop spawn, undo, and warning, which can be disabled in settings.\n\nYou can replace the sfx in 'ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\GameUI\\mods\\PropUndo\\audio'.",
|
"description": "CTRL+Z to undo latest spawned prop. CTRL+SHIFT+Z to redo deleted prop.\nIncludes optional SFX for prop spawn, undo, redo, warn, and deny, which can be enabled in settings.\n\nYou can replace the sfx in 'ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\GameUI\\mods\\PropUndo\\audio'.",
|
||||||
"searchtags": [
|
"searchtags": [
|
||||||
"prop",
|
"prop",
|
||||||
"undo",
|
"undo",
|
||||||
|
@ -18,6 +18,6 @@
|
||||||
],
|
],
|
||||||
"downloadlink": "https://github.com/NotAKidOnSteam/PropUndoButton/releases/download/v1.0.1/PropUndoButton.dll",
|
"downloadlink": "https://github.com/NotAKidOnSteam/PropUndoButton/releases/download/v1.0.1/PropUndoButton.dll",
|
||||||
"sourcelink": "https://github.com/NotAKidOnSteam/PropUndoButton/",
|
"sourcelink": "https://github.com/NotAKidOnSteam/PropUndoButton/",
|
||||||
"changelog": "- Initial Release\n- Added redo button.",
|
"changelog": "- Initial Release\n- Added redo button.\n- Disabled SFX by default.\n- Lowered SFX volume to match existing UI sounds.",
|
||||||
"embedcolor": "#00FFFF"
|
"embedcolor": "#00FFFF"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue