mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
bruh i forgor log vrmode
This commit is contained in:
parent
35bcc74e3b
commit
64ebec2567
2 changed files with 6 additions and 5 deletions
|
@ -13,6 +13,7 @@ internal class HarmonyPatches
|
||||||
{
|
{
|
||||||
if (Blackout.inVR != PlayerSetup.Instance._inVr)
|
if (Blackout.inVR != PlayerSetup.Instance._inVr)
|
||||||
{
|
{
|
||||||
|
Blackout.inVR = PlayerSetup.Instance._inVr;
|
||||||
BlackoutController.Instance.SetupBlackoutInstance();
|
BlackoutController.Instance.SetupBlackoutInstance();
|
||||||
BlackoutController.Instance.ChangeBlackoutState(BlackoutController.BlackoutState.Awake);
|
BlackoutController.Instance.ChangeBlackoutState(BlackoutController.BlackoutState.Awake);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"_id": -1,
|
"_id": 106,
|
||||||
"name": "Blackout",
|
"name": "Blackout",
|
||||||
"modversion": "1.0.0",
|
"modversion": "1.0.1",
|
||||||
"gameversion": "2022r168",
|
"gameversion": "2022r168",
|
||||||
"loaderversion": "0.5.4",
|
"loaderversion": "0.5.5",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
"author": "NotAKidoS",
|
"author": "NotAKidoS",
|
||||||
"description": "Dim screen after set time of sitting still. Should be nice for VR sleeping.\n\nNotable Options:\n Cap FPS while sleeping.\nManual control via UIX\nConfigurable dimming strength.",
|
"description": "Dim screen after set time of sitting still. Should be nice for VR sleeping.\n\nNotable Options:\n Cap FPS while sleeping.\nManual control via UIX\nConfigurable dimming strength.",
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"None"
|
"None"
|
||||||
],
|
],
|
||||||
"downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r1/Blackout.dll",
|
"downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r2/Blackout.dll",
|
||||||
"sourcelink": "https://github.com/NotAKidOnSteam/Blackout/",
|
"sourcelink": "https://github.com/NotAKidOnSteam/Blackout/",
|
||||||
"changelog": "Initial release.",
|
"changelog": "Update to Melonloader 0.5.5.",
|
||||||
"embedcolor": "#161b22"
|
"embedcolor": "#161b22"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue