Renderer/assets/Config/settings.json
austin e2d0c0cd88
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
sim range update
2025-06-05 17:46:12 -04:00

30 lines
810 B
JSON

{
"gameplayGenerateWorld" : false,
"gameplayPhysicsCellRadius" : 10,
"displayWidth" : 1920,
"displayHeight" : 1080,
"displayFullscreen" : false,
"graphicsFOV" : 100.0,
"graphicsPerformanceLODChunkRadius" : 7,
"graphicsPerformanceEnableVSync" : false,
"graphicsPerformanceDrawShadows" : true,
"graphicsPerformanceOIT" : true,
"graphicsPerformanceEnableFoliageManager" : true,
"graphicsViewRange" : 20000.0,
"renderResolutionX": 1920,
"renderResolutionY": 1080,
"graphicsDebugDrawCollisionSpheresClient" : false,
"graphicsDebugDrawCollisionSpheresServer" : false,
"graphicsDebugDrawPhysicsObjects" : false,
"graphicsDebugDrawMovementVectors" : false,
"graphicsDebugDrawNavmesh" : false,
"netRunNetMonitor" : false
}