[PhysicsGunMod] PhysGun test

This commit is contained in:
NotAKidoS 2024-01-22 21:53:03 -06:00
parent 7e1445912d
commit d155ea546e
10 changed files with 862 additions and 0 deletions

23
PhysicsGunMod/format.json Normal file
View file

@ -0,0 +1,23 @@
{
"_id": 126,
"name": "BetterCalibration",
"modversion": "1.0.0",
"gameversion": "2022r173",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Mod to improve the calibration process for FBT.",
"searchtags": [
"IK",
"FBT",
"VRIK",
"calibration",
],
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/BetterCalibration.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/BetterCalibration/",
"changelog": "",
"embedcolor": "9b59b6"
}