[DesktopCameraFix[ Update format.json

This commit is contained in:
NotAKidoS 2023-06-13 14:42:53 -05:00
parent c32d8735be
commit 97d264f61e

View file

@ -1,23 +1,23 @@
{
"_id": 129,
"name": "CameraFixes",
"_id": -1,
"name": "DesktopCameraFix",
"modversion": "1.0.0",
"gameversion": "2022r170",
"loaderversion": "0.5.7",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Prevents VRIK from using toe bones in VR & optionaly FBT.\n\nVRIK calculates weird center of mass when toes are mapped, so it is sometimes desired to unmap toes to prevent an avatars feet from resting far back.\n\nPlease see the README for relevant imagery detailing the problem.",
"description": "Fixes Desktop camera pivoting in place.\n\n[Feedback Post](https://feedback.abinteractive.net/p/pivot-desktop-camera-with-head)",
"searchtags": [
"toes",
"vrik",
"ik",
"feet"
"desktop",
"camera",
"pivot",
"fix"
],
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/CameraFixes.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/CameraFixes/",
"changelog": "- Initial Release\n- No double patching. Bad. Stinky. Dont do it.",
"embedcolor": "#ffc700"
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r10/DesktopCameraFix.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopCameraFix/",
"changelog": "- Initial Release",
"embedcolor": "#9b59b6"
}