This commit is contained in:
NotAKidoS 2023-02-02 22:54:47 -06:00
parent 2bfe904adb
commit fcc83aa570
6 changed files with 188 additions and 0 deletions

23
FuckToes/format.json Normal file
View file

@ -0,0 +1,23 @@
{
"_id": -1,
"name": "FuckToes",
"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.",
"searchtags": [
"toes",
"vrik",
"ik",
"feet"
],
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/HalfbodyIKFixes/releases/download/v1.0.0/FuckToes.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/FuckToes/",
"changelog": "- Initial Release",
"embedcolor": "9b59b6"
}