Skip to content

Commit

Permalink
Schools shut due to coronavirus might as well mod
Browse files Browse the repository at this point in the history
Foliage, fixes, start of planetshine, stuff like that
  • Loading branch information
Gameslinx committed Mar 18, 2020
1 parent 20e8a4a commit 24cb4bc
Show file tree
Hide file tree
Showing 88 changed files with 99,310 additions and 2,908 deletions.
72 changes: 64 additions & 8 deletions GameData/BeyondHome/BeyondHome_PlanetShine.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,76 @@ PlanetshineCelestialBody
atmosphereAmbient = 0
groundAmbientOverride = 1
}
//PlanetshineCelestialBody
//{
// name = Destiny
// isSun = True
// color = 255,210,180
// intensity = 6
// atmosphereAmbient = 0
// groundAmbientOverride = 1
//}
PlanetshineCelestialBody
{
name = Destiny
isSun = True
color = 255,210,180
intensity = 6
atmosphereAmbient = 0
name = Kerbin
color = 140,160,175
intensity = 2
atmosphereAmbient = 1
groundAmbientOverride = 1
}
PlanetshineCelestialBody
{
name = Kerbin
color = 135,134,155
intensity = 1.2
name = Lua
color = 150,165,175
intensity = 1
atmosphereAmbient = 1
groundAmbientOverride = 1
}
PlanetshineCelestialBody
{
name = Kohm
color = 96,255,210
intensity = 2
atmosphereAmbient = 1
groundAmbientOverride = 1
}
PlanetshineCelestialBody
{
name = Gateway
color = 96,231,255
intensity = 2
atmosphereAmbient = 1
groundAmbientOverride = 1
}
PlanetshineCelestialBody
{
name = Hydrus
color = 233,231,131
intensity = 2
atmosphereAmbient = 1
groundAmbientOverride = 1
}
PlanetshineCelestialBody
{
name = Vasto
color = 232,232,232
intensity = 2
atmosphereAmbient = 1
groundAmbientOverride = 1
}
PlanetshineCelestialBody
{
name = Armstrong
color = 115,96,79
intensity = 1
atmosphereAmbient = 0.2
groundAmbientOverride = 1
}
PlanetshineCelestialBody
{
name = Fury
color = 255,76,0
intensity = 2
atmosphereAmbient = 1
groundAmbientOverride = 1
}
2 changes: 1 addition & 1 deletion GameData/BeyondHome/BeyondHome_TerrainSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
PLANET
{
name = Lua
minDistance = 8
minDistance = 10
minSubdivision = 2
maxSubdivision = 8
}
Expand Down
36 changes: 24 additions & 12 deletions GameData/BeyondHome/Configs/Gateway.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
Properties
{
radius = 10000000
//geeASL = 1.73
mass = 5.23E+24
displayName = Gateway^N
tidallyLocked = false
Expand Down Expand Up @@ -91,13 +90,26 @@
addAFG = True
pressureCurve
{
key = 0 390
key = 25200 202.181192
key = 48000 100.8317786
key = 81600 36.29768265
key = 105600 18.05005619
key = 148800 5.364702428
key = 182400 1.793725699
key = 0 390
key = 4254.942857 323.428299
key = 8364.318857 268.2036832
key = 12332.94857 222.3953013
key = 16165.51543 184.4003138
key = 19866.54514 152.8880059
key = 23440.42629 126.7540992
key = 26891.41029 105.0819156
key = 30223.61143 87.11081569
key = 36982.01143 59.15298298
key = 41490.51429 45.69968616
key = 46001.31429 35.30610629
key = 57183.32571 18.63786617
key = 72490.62857 7.89082487
key = 92495.72571 2.658092583
key = 115178.8114 0.3474475796
key = 144280.6971 0.1220284145
key = 169070.16 0.01675035440
key = 194296.9714 0.00176739339
key = 213602.88 0.00057622312
key = 240000 0
}
temperatureCurve
Expand Down Expand Up @@ -203,19 +215,19 @@
steepBumpMapOffset = 0,0
steepNearTiling = 2000
steepTiling = 1000
lowTex = BeyondHome/Terrain/PluginData/Rock00.dds
lowTex = BeyondHome/Terrain/PluginData/rocky00.dds
lowTexScale = 1,1
lowTexOffset = 0,0
lowTiling = 90000
midTex = BeyondHome/Terrain/PluginData/Rock00.dds
midTex = BeyondHome/Terrain/PluginData/rocky00.dds
midTexScale = 1,1
midTexOffset = 0,0
midTiling = 75000
midBumpMap = BeyondHome/Terrain/PluginData/Rock001.dds
midBumpMap = BeyondHome/Terrain/PluginData/rocky01.dds
midBumpMapScale = 1,1
midBumpMapOffset = 0,0
midBumpTiling = 75000
highTex = BeyondHome/Terrain/PluginData/Rock00.dds
highTex = BeyondHome/Terrain/PluginData/rocky00.dds
highTexScale = 1,1
highTexOffset = 0,0
highTiling = 100000
Expand Down
5 changes: 3 additions & 2 deletions GameData/BeyondHome/Configs/Kerbol.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
{
description = Kerbol died on the 9th billionth year. Its thermal output from the initial explosion was over seven times the scale it was predicted. A sudden burst of heat impacted many of the innermost planets, scorching their surfaces. After a firey end, this no-longer-main-sequence star is all that remains of the heart of the Kerbol system. It now resides as a cooling white dwarf star with the most spectacular views, but returning here is no longer an option for survival. The only way forward is beyond home.
displayName = Kerbol
radius = 50000000
geeASL = 6.3
radius = 3181000
//geeASL = 6.3
mass = 2.314E+27
rotates = True
rotationPeriod = 10000
tidallyLocked = False
Expand Down
Loading

0 comments on commit 24cb4bc

Please sign in to comment.