23 lines
		
	
	
		
			570 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			570 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "pt" : {
 | |
|     "synchronizePhysics" : false,
 | |
|     "physicsTicksPerGameTick" : 3,
 | |
|     "terrainBakingThreads" : 12,
 | |
|     "terrainBakingThreadPriority" : 5,
 | |
|     "terrainDeletionThreads" : 1,
 | |
|     "terrainDeletionThreadPriority" : 4
 | |
|   },
 | |
|   "udpPort" : 25565,
 | |
|   "enableUdp" : false,
 | |
|   "shipLoadDistance" : 128.0,
 | |
|   "shipUnloadDistance" : 196.0,
 | |
|   "physics" : {
 | |
|     "lodDetail" : 512,
 | |
|     "subSteps" : 20,
 | |
|     "iterations" : 5,
 | |
|     "solver" : "GAUSS_SEIDEL",
 | |
|     "maxDePenetrationSpeed" : 10.0,
 | |
|     "physicsSpeed" : 1.0
 | |
|   },
 | |
|   "$schema" : "schemas/vs_core_server.schema.json"
 | |
| } |