Files
Reimagined/Server/config/resolutioncontrol.json
2026-05-07 21:38:27 +03:00

17 lines
420 B
JSON

{
"scaleFactor": 1.0,
"upscaleAlgorithm": "NEAREST",
"downscaleAlgorithm": "LINEAR",
"mipmapHighRes": false,
"overrideScreenshotScale": true,
"screenshotWidth": 3840,
"screenshotHeight": 2160,
"screenshotFramebufferAlwaysAllocated": false,
"enableDynamicResolution": false,
"drMinScale": 0.5,
"drMaxScale": 2.0,
"drResStep": 0.0625,
"drMinFps": 60,
"drMaxFps": 70,
"drFpsSmoothAmount": 10
}