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:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"special": {
|
||||
"fsr1": {
|
||||
"fp16": true
|
||||
},
|
||||
"fsr2": {},
|
||||
"nis": {},
|
||||
"sgsr2": {
|
||||
"variant": "CS_2"
|
||||
},
|
||||
"sgsr1": {}
|
||||
},
|
||||
"enableUpscale": false,
|
||||
"upscaleRatio": 1.7,
|
||||
"upscaleAlgo": "sgsr1",
|
||||
"sharpness": 0.55,
|
||||
"captureMode": "a",
|
||||
"debugDumpShader": false,
|
||||
"skipLoadNativeLib": false,
|
||||
"skipInitVulkan": false,
|
||||
"enableRenderDoc": true,
|
||||
"enableImgui": true,
|
||||
"generateMotionVectors": false
|
||||
}
|
||||
Reference in New Issue
Block a user