bruh i forgor log vrmode

This commit is contained in:
NotAKidoS 2022-10-14 14:39:43 -05:00
parent 35bcc74e3b
commit 64ebec2567
2 changed files with 6 additions and 5 deletions

View file

@ -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);
} }

View file

@ -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"
} }