Renderer/assets/Config/settings.json
austin 9651734bca
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
increase sim range
2025-03-27 16:01:35 -04:00

30 lines
809 B
JSON

{
"gameplayGenerateWorld" : false,
"gameplayPhysicsCellRadius" : 7,
"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
}