Skip to content

Commit

Permalink
Merge pull request #130 from PhineasFreak/RSS-Ocean-Fixes
Browse files Browse the repository at this point in the history
[Bugfix] Kopernicus Oceans
  • Loading branch information
eggrobin authored Mar 30, 2018
2 parents f05d0e1 + b42f329 commit 9316a2a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
26 changes: 26 additions & 0 deletions GameData/RealSolarSystem/RSSKopernicus/Earth/Earth.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,32 @@
waveLength = 0.65, 0.58, 0.5, 1.0
}
}

Ocean
{
ocean = True
oceanHeight = 0
density = 1.0
oceanColor = 0.495, 0.52, 0.565, 1.0

Material
{
oceanOpacity = 0.85
color = 0.495, 0.52, 0.565, 1.0
colorFromSpace = 0.117, 0.142, 0.197, 1.0
fogColor = 0.918, 0.918, 1.0, 1.0
specColor = 1.0, 1.0, 1.0, 1.0
shininess = 0.697
}

Fog
{
useFog = True
fogColorStart = 0.117, 0.236, 0.357, 1.0
fogColorEnd = 0.0117, 0.0236, 0.0357, 1.0
}
}

PQS
{
deactivateAltitude = 167000
Expand Down
27 changes: 27 additions & 0 deletions GameData/RealSolarSystem/RSSKopernicus/Saturn/Titan.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,33 @@
//waveLength = 0.73, 0.76, 0.83, 1.0
}
}

Ocean
{
ocean = True
oceanHeight = 0
density = 0.3575
oceanColor = 0.784, 0.507, 0.0, 1.0

Material
{
oceanOpacity = 0.95
color = 0.784, 0.507, 0.0, 1.0
colorFromSpace = 0.0784, 0.0507, 0.0, 1.0
fogColor = 0.298, 0.188, 0.0, 1.0
specColor = 1.0, 1.0, 1.0, 1.0
specColor = 0.298, 0.188, 0.0, 1.0
shininess = 0.697
}

Fog
{
useFog = True
fogColorStart = 0.298, 0.188, 0.0, 1.0
fogColorEnd = 0.0298, 0.0188, 0.0, 1.0
}
}

PQS
{
deactivateAltitude = 87000
Expand Down

0 comments on commit 9316a2a

Please sign in to comment.