Makes the game brighter in caves and at night.
Copy dll file to BepInEx/plugins
directory. After first launch will be generated config file, where you can change brigtness of the game. Recommended to use with ConfigurationManager mod to tweak config without restarting game.
Settings are stored in file BepInEx/config/ColdSpirit.GammaMod.cfg
.
Available options
- ModEnabled - in-game state of the mod
- MinimalColorValue - all colors will be corrected with that value before pass to RenderSettings.ambientLight
- Rename
settings.json.template
tosettings.json
in.vscode
directory. - Copy your
BepInEx/plugins
path. - Change
PLUGINS_DIR
path insettings.json
to path from previous step. - Press
Ctrl+Shift+B
and build Release or Debug version of mod. Mod will be automatically copied to plugins directory. - Enjoy!
Difference between Debug and Release versions - in debug version you can decrease and increase brightness level with F4 and F6 keys, and switch enabled/disabled state with F5.