This commit is contained in:
NotAKidoS 2023-04-25 20:37:59 -05:00
parent c42e28f340
commit 862aecc0f9
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ public static class BuildInfo
{
public const string Name = "ThirdPerson";
public const string Author = "Davi & NotAKidoS";
public const string Version = "1.0.1";
public const string Version = "1.0.2";
}
public class ThirdPerson : MelonMod

View file

@ -2,7 +2,7 @@
{
"_id": 16,
"name": "ThirdPerson",
"modversion": "1.0.1",
"modversion": "1.0.2",
"gameversion": "2022r170",
"loaderversion": "0.5.7",
"modtype": "Mod",
@ -14,9 +14,9 @@
"third person"
],
"requirements": [],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r2/ThirdPerson.dll",
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/ThirdPerson.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/ThirdPerson",
"changelog": "- Made thirdperson Desktop only.\n- Copy postprocessing settings on world start.\n- Added CameraFovClone component to copy zoom from desktop camera.\n- Removed logic that disabled thirdperson when opening a menu, as Game UI renders on top.\n- Prevent distance adjust while in Menus or UnityExplorer.\n- Inverted distance adjust direction when in Front View.\n- Made distance adjustment use avatar height as modifier.",
"changelog": "- Disable desktop camera while in thirdperson for performance.\n- Add cycle backward modifier while holding Shift.",
"embedcolor": "F61961"
}
]