Tweak for latest experimental.

Replaced PlayerSetup _inVr check.
This commit is contained in:
NotAKidoS 2022-11-22 18:21:38 -06:00
parent 2b4f306040
commit 24d8c6a3ec
4 changed files with 17 additions and 17 deletions

View file

@ -1,9 +1,9 @@
{
"_id": 106,
"name": "Blackout",
"modversion": "1.0.3",
"gameversion": "2022r169p1",
"loaderversion": "0.5.5",
"modversion": "1.0.4",
"gameversion": "2022r169",
"loaderversion": "0.5.7",
"modtype": "Mod",
"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.",
@ -16,8 +16,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r4/Blackout.dll",
"downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r5/Blackout.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/Blackout/",
"changelog": "Fixed rendering in every camera other than player camera. Should now behave in both automatic and manual modes.",
"changelog": "Small tweak to fix VRMode change detection with latest experimental.",
"embedcolor": "#161b22"
}