Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions KopernicusExamples/Creating New Bodies/GasGiant/GasPlanet.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
@Kopernicus:AFTER[Kopernicus]
@Kopernicus:AFTER[Kopernicus]:FOR[Bastion]
{
Body
{
name = Bastion

cacheFile = KopernicusExamples/Creating New Bodies/GasGiant/Cache/Bastion.bin
Comment thread
democat3457 marked this conversation as resolved.

Debug
{
exportMesh = true
update = true
showSOI = false
}

Template
Comment thread
democat3457 marked this conversation as resolved.
{
name = Jool
removeAtmosphere = true
}

Orbit
{
referenceBody = Sun
Expand Down
Binary file not shown.
20 changes: 17 additions & 3 deletions KopernicusExamples/Creating New Bodies/OceanBody/Oceanus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
name = Oceanus
cacheFile = KopernicusExamples/Creating New Bodies/OceanBody/Cache/Oceanus.bin

Debug
{
exportMesh = true
update = true
showSOI = false
}
Template
{
name = Duna
Expand All @@ -26,7 +32,7 @@
}
Orbit
{
referenceBody = Bastion
referenceBody = Sun
Comment thread
democat3457 marked this conversation as resolved.
Outdated
color = 0.15, 0.25, 0.35, 1
inclination = 0.5
eccentricity = 0.02
Expand Down Expand Up @@ -281,5 +287,13 @@
}
}
}
}
}
@Kopernicus:AFTER[KOPERNICUS]:NEEDS[Bastion]
{
@Body[Oceanus]
{
@Orbit
{
@referenceBody = Bastion
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
Body
{
name = Kopernicus

cacheFile = KopernicusExamples/Creating New Bodies/PlanetWithMaps/Cache/KopernicusPlanet.bin

Debug
{
exportMesh = true
update = true
showSOI = false
}

Orbit
{
referenceBody = Sun
Expand Down Expand Up @@ -319,57 +327,58 @@
}
}

VertexHeightNoise
{
noiseType = RiggedMultifractal
deformity = 1000.0
seed = 5906
frequency = 2.0
lacunarity = 2.5
persistance = 0.5
octaves = 4
mode = Low
enabled = true
order = 22
}
VertexHeightNoise
{
noiseType = RidgedMultifractal
deformity = 1000.0
seed = 5906
frequency = 2.0
lacunarity = 2.5
persistance = 0.5
octaves = 4
mode = Low
enabled = true
order = 22
}

VertexSimplexHeightAbsolute
{
seed = 4234
deformity = 400
octaves = 6.0
persistence = 0.5
frequency = 18.0
enabled = true
order = 30
}
VertexSimplexHeightAbsolute
{
seed = 4234
deformity = 400
octaves = 6.0
persistence = 0.5
frequency = 18.0
enabled = true
order = 30
}

AltitudeAlpha
{
atmosphereDepth = 4000.0
invert = false
enabled = false
order = 999999999
}
AltitudeAlpha
{
atmosphereDepth = 4000.0
invert = false
enabled = false
order = 999999999
}

AerialPerspectiveMaterial
{
globalDensity = -0.00001
heightFalloff = 6.75
atmosphereDepth = 150000
DEBUG_SetEveryFrame = true
cameraAlt = 0
cameraAtmosAlt = 0
heightDensAtViewer = 0
enabled = true
order = 100
}
AerialPerspectiveMaterial
{
globalDensity = -0.00001
heightFalloff = 6.75
atmosphereDepth = 150000
DEBUG_SetEveryFrame = true
cameraAlt = 0
cameraAtmosAlt = 0
heightDensAtViewer = 0
enabled = true
order = 100
}

FlattenOcean
{
oceanRadius = 1.0
enabled = true
order = 25
FlattenOcean
{
oceanRadius = 1.0
enabled = true
order = 25
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
name = Hodor
cacheFile = KopernicusExamples/Creating New Bodies/ProceduralBody/Cache/Hodor.bin

Debug
{
exportMesh = true
update = true
showSOI = false
}
Template
{
name = Gilly
Expand Down Expand Up @@ -103,7 +109,7 @@
}
VertexHeightNoise
{
noiseType = RiggedMultifractal
noiseType = RidgedMultifractal
deformity = 200
seed = 111
frequency = 3
Expand Down
4 changes: 2 additions & 2 deletions KopernicusExamples/Creating New Bodies/Star/Nemesis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Outdated
// Contains Monsters

@Kopernicus
@Kopernicus:NEEDS[!KOPERNICUS]
Comment thread
democat3457 marked this conversation as resolved.
Outdated
{
Body
{
Expand Down Expand Up @@ -496,4 +496,4 @@
// And yes, its a little bit extravagant....
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

Material
{
texture = KopernicusExamples/Editing Existing Bodies/Textures/corona
texture = KopernicusExamples/Editing Existing Bodies/PluginData/corona.dds
inverseFade = 2.553731
}
}
Expand All @@ -57,7 +57,7 @@

Material
{
texture = KopernicusExamples/Editing Existing Bodies/Textures/corona
texture = KopernicusExamples/Editing Existing Bodies/PluginData/corona.dds
inverseFade = 2.553731
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
Ocean
{
// Obsolete but still works... I think
HazardousOcean
{
key = 1000 0
Expand Down
2 changes: 1 addition & 1 deletion KopernicusExamples/Rings Example/JoolRings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
angle = 0
outerRadius = 3000
innerRadius = 2000
texture = KopernicusExamples/Rings Example/jool_ring
texture = KopernicusExamples/Rings Example/jool_ring.png
color = 0.781,1.000,0.455,1.0
lockRotation = false
unlit = false
Expand Down
Binary file removed ModuleManager.2.7.2.dll
Binary file not shown.
Binary file added ModuleManager.4.0.2.dll
Binary file not shown.