[NoDepthOnlyFlat] Initial testing

This commit is contained in:
NotAKidoS 2023-07-12 12:09:00 -05:00
parent f1ec83faef
commit 16e44f7c35
5 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"_id": 172,
"name": "NoDepthOnlyFlat",
"modversion": "1.0.0",
"gameversion": "2022r170p1",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "Exterrata & NotAKidoS",
"description": "A simple mod to add an audio cue for muting and unmuting.\n\nYou can replace the sfx in 'ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\GameUI\\mods\\NoDepthOnlyFlat\\audio'.",
"searchtags": [
"mute",
"unmute",
"audio",
"sound"
],
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r13/NoDepthOnlyFlat.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/NoDepthOnlyFlat/",
"changelog": "- Initial CVRMG release",
"embedcolor": "92e492"
}