28 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "gameplayGenerateWorld" : false,
 | |
|     "gameplayPhysicsCellRadius" : 2,
 | |
| 
 | |
|     "displayWidth" :  1920,
 | |
|     "displayHeight" : 1080,
 | |
|     "displayFullscreen" : false,
 | |
| 
 | |
|     "graphicsFOV" : 100.0,
 | |
|     
 | |
|     
 | |
|     "graphicsPerformanceLODChunkRadius" : 3,
 | |
|     "graphicsPerformanceEnableVSync" : false,
 | |
|     "graphicsPerformanceDrawShadows" : true,
 | |
|     "graphicsPerformanceOIT" : true,
 | |
|     "graphicsViewRange" : 20000.0,
 | |
| 
 | |
|     "renderResolutionX": 1920,
 | |
|     "renderResolutionY": 1080,
 | |
| 
 | |
|     "graphicsDebugDrawCollisionSpheres" : false,
 | |
|     "graphicsDebugDrawPhysicsObjects" : false,
 | |
|     "graphicsDebugDrawMovementVectors" : false,
 | |
|     "graphicsDebugDrawNavmesh" : false,
 | |
| 
 | |
|     "netRunNetMonitor" : true
 | |
| 
 | |
| } |