[FuckMLA] Initial testing

New mod that unlocks the cursor by default when launching in VR.
This commit is contained in:
NotAKidoS 2023-09-19 22:52:09 -05:00
parent fae729dd54
commit 69cb3b7804
6 changed files with 140 additions and 6 deletions

23
FuckMLA/format.json Normal file
View file

@ -0,0 +1,23 @@
{
"_id": -1,
"name": "EzCurls",
"modversion": "1.0.0",
"gameversion": "2022r170p1",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "A mod that should hopefully make finger curls more predictable.",
"searchtags": [
"aas",
"sync",
"naked",
"buffer"
],
"requirements": [
"UIExpansionKit"
],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r13/EzCurls.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/EzCurls/",
"changelog": "- Initial CVRMG release",
"embedcolor": "7d7d7d"
}