Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
82b2c36
Remove FinalFrontier support
PhineasFreak Apr 16, 2026
129b324
Move surface detail textures
PhineasFreak Apr 16, 2026
dff75a3
Move surface detail textures times 2
PhineasFreak Apr 16, 2026
9221c97
Rename resources folder
PhineasFreak Apr 16, 2026
1f0f2e5
Remove PlanetShine support
PhineasFreak Apr 16, 2026
aa3eb98
Remove RemoteTech support
PhineasFreak Apr 16, 2026
6fb909e
Rename KSCSwitcher patch file
PhineasFreak Apr 16, 2026
1d05206
Rename NIMBY patch file
PhineasFreak Apr 16, 2026
433bf3a
Rename CometDefs file
PhineasFreak Apr 16, 2026
ae06f0c
Update ScienceDefs file
PhineasFreak Apr 16, 2026
5d0109b
Move RSS CommNet patch file
PhineasFreak Apr 16, 2026
30d0511
Move KerbalWind patch file
PhineasFreak Apr 16, 2026
7a5c78c
Update the TextureReplacer patch
PhineasFreak Apr 16, 2026
6713836
Move the CommNet range patch
PhineasFreak Apr 16, 2026
104019e
Move the stock contracts patch
PhineasFreak Apr 16, 2026
6897043
Move the KSPCommunityFixes patch
PhineasFreak Apr 16, 2026
8027106
Move the global physics patch
PhineasFreak Apr 16, 2026
f6e859e
Move the ROC definitions patch
PhineasFreak Apr 16, 2026
511a722
Move the RSS terrain presets file
PhineasFreak Apr 16, 2026
dad2c49
Move and rename the base RSS settings
PhineasFreak Apr 16, 2026
d1acef0
Move the navball switcher patch
PhineasFreak Apr 16, 2026
9e872a2
Move the RSS Kopernicus bodies files
PhineasFreak Apr 16, 2026
e516dc7
Earth Kopernicus patch
PhineasFreak Apr 16, 2026
d3436e2
Jupiter Kopernicus patch
PhineasFreak Apr 16, 2026
700cf3b
Saturn Kopernicus patch
PhineasFreak Apr 16, 2026
4e0bb76
Neptune Kopernicus patch
PhineasFreak Apr 16, 2026
a5d3809
Uranus Kopernicus patch
PhineasFreak Apr 16, 2026
e0f32d7
Triton Kopernicus patch
PhineasFreak Apr 16, 2026
22a088f
Pluto & Charon Kopernicus patch
PhineasFreak Apr 16, 2026
83d7c64
More lightColor removals
PhineasFreak Apr 16, 2026
eb515e2
Sun Kopernicus patch
PhineasFreak Apr 16, 2026
93be7d5
Update the RSS Kopernicus settings
PhineasFreak Apr 16, 2026
0c1b31d
Add the "restructure" changelog
PhineasFreak Apr 16, 2026
db9379f
Complete the cbNameLater transition
PhineasFreak Apr 16, 2026
6c000e4
Formatting
PhineasFreak Apr 17, 2026
8694752
False --> false
PhineasFreak Apr 17, 2026
044fe31
PQS material updates (pass 1)
PhineasFreak Apr 17, 2026
d68fdf2
Missed one Kerbin instance
PhineasFreak Apr 17, 2026
ff2b0e1
Changelog
PhineasFreak Apr 17, 2026
001e2f3
RSS bodies overhaul
PhineasFreak Apr 18, 2026
3727f6f
Hold back the Saturn bump map
PhineasFreak Apr 18, 2026
65be0bd
Remove the oblate feature
PhineasFreak Apr 19, 2026
c3a6bdc
Fix the KSC grass color
PhineasFreak Apr 19, 2026
25c5ea6
Remove the experimental readme
PhineasFreak Apr 19, 2026
29addab
Use BEFORE pass for RSS initialization
PhineasFreak Apr 19, 2026
42101ff
AFGs and oceans
PhineasFreak Apr 20, 2026
9c03d3d
SS brightness and color tweaks
PhineasFreak Apr 20, 2026
3bc3dfb
Update Vesta and Ceres fade altitudes
PhineasFreak Apr 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 12 additions & 3 deletions GameData/RealSolarSystem/Compatibility/FARAtmospheres.cfg
Original file line number Diff line number Diff line change
@@ -1,58 +1,67 @@
@FARAeroData[default]:FOR[RealSolarSystem]
{
!BodyAtmosphericData,* {}
!BodyAtmosphericData,*{}

BodyAtmosphericData
{
index = 0 // Sun
viscosityAtReferenceTemp = 1.7894e-5
referenceTemp = 288
}
}

BodyAtmosphericData
{
index = 1 // Earth
viscosityAtReferenceTemp = 1.7894e-5
referenceTemp = 288
}

BodyAtmosphericData
{
index = 13 // Venus
viscosityAtReferenceTemp = 0.00007
referenceTemp = 194.5
}

BodyAtmosphericData
{
index = 14 // Mars
viscosityAtReferenceTemp = 0.00007
referenceTemp = 194.5
}

BodyAtmosphericData
{
index = 20 // Titan, FIXME
viscosityAtReferenceTemp = 1.7894e-5
referenceTemp = 288
}

BodyAtmosphericData
{
index = 17 // Jupiter
viscosityAtReferenceTemp = 8.63780635814725339E-6
referenceTemp = 288
}

BodyAtmosphericData
{
index = 18 // Saturn, FIXME
viscosityAtReferenceTemp = 8.63780635814725339E-6
referenceTemp = 288
}

BodyAtmosphericData
{
index = 19 // Neptune, FIXME
viscosityAtReferenceTemp = 8.63780635814725339E-6
referenceTemp = 288
}

BodyAtmosphericData
{
index = 16 // Uranus, FIXME
viscosityAtReferenceTemp = 8.63780635814725339E-6
referenceTemp = 288
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
// to explicitly set the color, also set grassColor = {new color}

%DefaultSite = us_cape_canaveral

@LaunchSites
{
!Site,* {}
!Site,*{}

Site
{
name = au_woomera
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@KERBAL_WIND:FOR[RealSolarSystem]:NEEDS[KerbalWind]
{
!LightTurbulence {}
!LightTurbulence,*{}

LightTurbulence
{
key = 0 0 0.003 0.003
Expand All @@ -10,7 +11,8 @@
key = 18000 2.5 0 0
}

!ModerateTurbulence {}
!ModerateTurbulence,*{}

ModerateTurbulence
{
key = 0 0 0.006 0.006
Expand All @@ -20,7 +22,8 @@
key = 45000 2.5 0 0
}

!SevereTurbulence {}
!SevereTurbulence,*{}

SevereTurbulence
{
key = 0 0 0.006 0.006
Expand All @@ -31,7 +34,8 @@
key = 80000 2.5 0 0
}

!AltitudeMultiplier {}
!AltitudeMultiplier,*{}

AltitudeMultiplier
{
key = 0 1 0 0
Expand All @@ -42,4 +46,4 @@
key = 100000 6 0.0001166667 0.0001166667
key = 120000 1.5 0 0
}
}
}
Loading
Loading