-
Notifications
You must be signed in to change notification settings - Fork 0
/
default-gameData.json
56 lines (56 loc) · 1.28 KB
/
default-gameData.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"gravUnit": 16,
"isStarted": false,
"lastShipVelocity": {
"x": 0,
"y": 0,
"z": 0
},
"lastShipGeForce": {
"x": 0,
"y": 0,
"z": 0
},
"systemScaleFactor": 5,
"timeScaleFactor": 1000,
"numberOfPlanets": 1,
"gameWorldSizeX": 60000,
"gameWorldSizeY": 60000,
"terrainSubCount": 300,
"terrainScaleFactor": 768,
"respawnTimeLimit": 4000,
"starMass": 1963000000000000000,
"starDensity": 0.0000125,
"lowerOrbitalRadiiScale": 3,
"lowerPlanetaryMassScale": 0.01,
"upperPlanetaryMassScale": 0.25,
"shipMaxAcceleration": 10,
"shipMaxAngularVelocity": 0.15,
"miniMapCameraPosition": {
"x": 0,
"y": 31678.38379715733,
"z": 0
},
"miniMapMaxZ": 63356.76759431466,
"flyCamRelativePosition": {
"x": 0,
"y": 15,
"z": -15
},
"flyCamMaxZ": 11200,
"skyBoxScale": 25760,
"starRadius": 553.8219479218931,
"planetDensity": 0.00000921,
"upperOrbitalRadiiScale": 8.5,
"initialShipPosition": {
"x": 10666.666666666666,
"y": 0,
"z": 0
},
"initialStarPosition": {
"x": 0,
"y": -5567.718271110547,
"z": 0
},
"startTime": "2020-10-16T16: 19: 15.682Z"
}