NAK_CVR_Mods/PathCamDisabler/format.json
NotAKidoS ffa50bee02 initial
Allows for disabling the CVRPathCamController monobehavior. Lets players to use the numpad keys without being interrupted by the path camera.

Also additional setting to disable the flight bind, as that is handled by the CVRPathCamController...?
2022-12-10 23:02:32 -06:00

23 lines
No EOL
726 B
JSON

{
"_id": -1,
"name": "PathCamDisabler",
"modversion": "1.0.0",
"gameversion": "2022r169",
"loaderversion": "0.5.7",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Disables path camera controller to free up your numkeys. Additional option to disable the flight binding. \n\n Won't do much for VR. Can toggle with UIExpansionKit or similar.",
"searchtags": [
"numpad",
"camera",
"pathing",
"path"
],
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/PathCamDisabler/releases/download/r1/PathCamDisabler.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/PathCamDisabler/",
"changelog": "sign initials here",
"embedcolor": "#9b59b6"
}