0% found this document useful (0 votes)
28 views4 pages

Moon

This document contains configuration data for generating a moon terrain and environment, including base data like radius and gravity, terrain generation formulas and textures, post-processing effects, orbit data for the moon around Earth, and notable lunar landmarks. The terrain can be generated at different difficulty levels using different parameters.

Uploaded by

vedantkokde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views4 pages

Moon

This document contains configuration data for generating a moon terrain and environment, including base data like radius and gravity, terrain generation formulas and textures, post-processing effects, orbit data for the moon around Earth, and notable lunar landmarks. The terrain can be generated at different difficulty levels using different parameters.

Uploaded by

vedantkokde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

{

"version": "1.5",
"BASE_DATA": {
"radius": 86870.0,
"radiusDifficultyScale": {},
"gravity": 1.62,
"gravityDifficultyScale": {},
"timewarpHeight": 2000.0,
"velocityArrowsHeight": "200.0",
"mapColor": {
"r": 0.4235294118,
"g": 0.4117647059,
"b": 0.4117647059,
"a": 1.0
}
},
"TERRAIN_DATA": {
"TERRAIN_TEXTURE_DATA": {
"planetTexture": "Moon-1",
"planetTextureCutout": 0.95,
"surfaceTexture_A": "Dark_Dust",
"surfaceTextureSize_A": {
"x": 20.0,
"y": 8.0
},
"surfaceTexture_B": "Hard_Rocks",
"surfaceTextureSize_B": {
"x": 40.0,
"y": 16.0
},
"terrainTexture_C": "Soft_Rocks",
"terrainTextureSize_C": {
"x": 280.0,
"y": 145.0
},
"surfaceLayerSize": 50.0,
"minFade": 0.0,
"maxFade": 1.0,
"shadowIntensity": 9.0,
"shadowHeight": 10.0
},
"terrainFormulaDifficulties": {
"normal": [
"OUTPUT = AddHeightMap(Moon, 545820.30763469, 250)",
"PLAINS = AddHeightMap(Moon_Plains, 545820.30763469, 1)",
"OUTPUT = AddHeightMap(Craters, 24704.3422305016, 180, null, PLAINS)",
"OUTPUT = AddHeightMap(Craters, 3396.84705669396, 22, null, PLAINS)",
"OUTPUT = AddHeightMap(Craters, 15594.86593242, 55, null, PLAINS)",
"OUTPUT = AddHeightMap(Perlin, 6793.69411338793, 10, Curve8)",
"OUTPUT = AddHeightMap(Perlin, 1811.65176357011, 3)"
],
"hard": [
"OUTPUT = AddHeightMap(Moon, 1091640.6152694, 500)",
"PLAINS = AddHeightMap(Moon_Plains, 1091640.6152694, 2)",
"OUTPUT = AddHeightMap(Craters, 24704.3422305016, 180, null, PLAINS)",
"OUTPUT = AddHeightMap(Craters, 3396.84705669396, 22, null, PLAINS)",
"OUTPUT = AddHeightMap(Craters, 15594.86593242, 55, null, PLAINS)",
"OUTPUT = AddHeightMap(Perlin, 6793.69411338793, 10, Curve8)",
"OUTPUT = AddHeightMap(Perlin, 1811.65176357011, 3)"
],
"realistic": [
"OUTPUT = AddHeightMap(Moon, 10916406.152694, 2000)",
"PLAINS = AddHeightMap(Moon_Plains, 10916406.152694, 20)",
"OUTPUT = AddHeightMap(Craters, 24704.3422305016, 180, null, PLAINS)",
"OUTPUT = AddHeightMap(Craters, 3396.84705669396, 22, null, PLAINS)",
"OUTPUT = AddHeightMap(Craters, 15594.86593242, 55, null, PLAINS)",
"OUTPUT = AddHeightMap(Perlin, 6793.69411338793, 10, Curve8)",
"OUTPUT = AddHeightMap(Perlin, 1811.65176357011, 3)"
]
},
"textureFormula": [
"OUTPUT = AddHeightMap(Perlin, 6793.69411338793, 10, Curve8)",
"OUTPUT = ApplyCurve(Curve8)",
"OUTPUT = ApplyCurve(Curve8)"
],
"verticeSize": 2.0,
"collider": true,
"flatZones": [
{
"height": -249.0,
"angle": 3.535,
"width": 1500.0,
"transition": 4200.0
},
{
"height": -190.0,
"angle": 4.57,
"width": 1600.0,
"transition": 4600.0
},
{
"height": -156.0,
"angle": 1.676,
"width": 18000.0,
"transition": 7000.0
},
{
"height": -136.0,
"angle": 3.885,
"width": 1850.0,
"transition": 2000.0
}
]
},
"POST_PROCESSING": {
"keys": [
{
"height": 1000.0,
"shadowIntensity": 1.0,
"starIntensity": 0.1,
"hueShift": 0.0,
"saturation": 0.95,
"contrast": 1.2,
"red": 1.0,
"green": 1.0,
"blue": 1.0
},
{
"height": 5000.0,
"shadowIntensity": 1.1,
"starIntensity": 1.0,
"hueShift": 0.0,
"saturation": 0.95,
"contrast": 1.2,
"red": 1.0,
"green": 1.0,
"blue": 1.0
}
]
},
"ORBIT_DATA": {
"parent": "Earth",
"semiMajorAxis": 19220000.0,
"smaDifficultyScale": {},
"eccentricity": 0.0549,
"argumentOfPeriapsis": 80.0,
"direction": -1,
"multiplierSOI": 1.0,
"soiDifficultyScale": {}
},
"ACHIEVEMENT_DATA": {
"Landed": true,
"Takeoff": true,
"Atmosphere": true,
"Orbit": true,
"Crash": true
},
"LANDMARKS": [
{
"name": "Tycho",
"angle": 202.0,
"startAngle": 197.0,
"endAngle": 209.0
},
{
"name": "Oceanus Procellarum",
"angle": 227.0,
"startAngle": 219.0,
"endAngle": 242.0
},
{
"name": "Copernicus",
"angle": 262.0,
"startAngle": 254.8,
"endAngle": 268.8
},
{
"name": "Mare Tranquillitatis",
"angle": 310.0,
"startAngle": 301.0,
"endAngle": 317.0
},
{
"name": "Mare Serenitatis",
"angle": 354.0,
"startAngle": 343.0,
"endAngle": 366.0
},
{
"name": "South Pole–Aitken Basin",
"angle": 96.0,
"startAngle": 88.0,
"endAngle": 105.0
}
]
}

You might also like