[ScrollFlight] Initial fuckup

This commit is contained in:
NotAKidoS 2024-06-18 14:42:26 -05:00
parent c75fc028d3
commit d58ac89222
4 changed files with 82 additions and 0 deletions

23
ScrollFlight/format.json Normal file
View file

@ -0,0 +1,23 @@
{
"_id": 147,
"name": "PropUndoButton",
"modversion": "1.0.2",
"gameversion": "2024r175",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "NotAKidoS",
"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 disabled in settings.\n\nYou can replace the sfx in 'ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\GameUI\\mods\\PropUndo\\audio'.",
"searchtags": [
"prop",
"undo",
"bind",
"button"
],
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r25/PropUndoButton.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/PropUndoButton/",
"changelog": "- Recompiled for 2024r175",
"embedcolor": "#00FFFF"
}