29 lines
		
	
	
		
			755 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			755 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "gameplayGenerateWorld" : false,
 | |
|     "gameplayPhysicsCellRadius" : 2,
 | |
| 
 | |
|     "displayWidth" :  2560,
 | |
|     "displayHeight" : 1600,
 | |
|     "displayFullscreen" : false,
 | |
| 
 | |
|     "graphicsFOV" : 100.0,
 | |
|     
 | |
|     
 | |
|     "graphicsPerformanceLODChunkRadius" : 3,
 | |
|     "graphicsPerformanceEnableVSync" : false,
 | |
|     "graphicsPerformanceDrawShadows" : true,
 | |
|     "graphicsPerformanceOIT" : true,
 | |
|     "graphicsViewRange" : 20000.0,
 | |
| 
 | |
|     "renderResolutionX": 2560,
 | |
|     "renderResolutionY": 1600,
 | |
| 
 | |
|     "graphicsDebugDrawCollisionSpheresClient" : false,
 | |
|     "graphicsDebugDrawCollisionSpheresServer" : false,
 | |
|     "graphicsDebugDrawPhysicsObjects" : false,
 | |
|     "graphicsDebugDrawMovementVectors" : false,
 | |
|     "graphicsDebugDrawNavmesh" : false,
 | |
| 
 | |
|     "netRunNetMonitor" : false
 | |
| 
 | |
| } |