Update configuration files: Adjust max render distance in c2me.toml, modify worker thread range in flywheel-client.toml, change early window dimensions in fml.toml, and update sodium options and shader hash in respective JSON files. Add new mention keyword in chat.json.

This commit is contained in:
Leonid Pershin
2026-05-07 22:17:02 +03:00
parent 5357988b73
commit 21220bbdf1
1095 changed files with 104045 additions and 183 deletions
+29
View File
@@ -0,0 +1,29 @@
enable_upscale = true
upscale_ratio = 1.7
upscale_algo = "sgsr1"
sharpness = 0.55
capture_mode = "A"
pause_game_on_gui = false
inject_post_chain_blacklist = []
compat_shader_compiler = false
enable_dataset_generator = false
[debug]
debug_dump_shader = false
skip_init_vulkan = true
enable_render_doc = false
enable_imgui = false
enable_detailed_profiling = false
[experiment]
generate_motion_vectors = false
[special.fsr1]
fp16 = true
[special.fsr2]
version = "V233"
fp16 = true
[special.sgsr2]
variant = "CS_2"