Files
resistance-base/config/yosbr/config/dynamic_fps.json
Yonah 51affef033 config: add defaults from additive modpack
These are some good defaults to work off of. Defaults for mods specific
to our pack are added as well.
2025-11-07 07:05:38 +09:00

15 lines
208 B
JSON

{
"states": {
"unfocused": {
"frame_rate_target": 2,
"run_garbage_collector": true
},
"invisible": {
"volume_multipliers": {
"master": 0.25
},
"run_garbage_collector": true
}
}
}