Update format.json

This commit is contained in:
NotAKidoS 2022-10-14 02:17:54 -05:00
parent e500ac2d0b
commit 6b1dbc2b92

View file

@ -1,23 +1,23 @@
{ {
"_id": 95, "_id": 95,
"name": "Blackout", "name": "Blackout",
"modversion": "1.1.0", "modversion": "1.0.0",
"gameversion": "2022r168", "gameversion": "2022r168",
"loaderversion": "0.5.4", "loaderversion": "0.5.4",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
"description": "Corrects MM and QM position when avatar is scaled.\nAdditional option to scale player collision.", "description": "Dim screen after set time of sitting still. Should be nice for VR sleeping.\nOptions for lowering FPS while sleeping, manual control via UIX, and customizing movement thresholds for finetuning.",
"searchtags": [ "searchtags": [
"menu", "black",
"scale", "dimmer",
"avatarscale", "sleeping",
"slider" "sleeper"
], ],
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r2/Blackout.dll", "downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r1/Blackout.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/Blackout/", "sourcelink": "https://github.com/NotAKidOnSteam/Blackout/",
"changelog": "Added option to scale player collision. Fixed some VR specific issues.", "changelog": "Initial release.",
"embedcolor": "804221" "embedcolor": "#0d1117"
} }