Skip to content

Commit

Permalink
Create RSS.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbodiah authored Jul 17, 2017
1 parent a67f86d commit 3aff283
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions GameData/Jimbodiah/RSS.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Simple patch to scale thrust to levels where realistically proportioned rockets behave like they would in the real world at RSS scale
// This patch allows you to fly in a bare RSS install without needing RO or other complicated patches/mods.

@PART[*]:HAS[@MODULE[ModuleEngines*]]:NEEDS[RealSolarSystem&!SSRSS]:FINAL
{
@MODULE[ModuleEngines*]
{
@maxThrust *= 1.8

@atmosphereCurve
{
@key[1, ] *= 1.8
@key,1[1, ] *= 1.8
@key,2[1, ] *= 1.8
}
}
}

0 comments on commit 3aff283

Please sign in to comment.