Skip to content

Instantly share code, notes, and snippets.

@stevehead
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevehead/d4f9029d20b3249be2b6 to your computer and use it in GitHub Desktop.
Save stevehead/d4f9029d20b3249be2b6 to your computer and use it in GitHub Desktop.
A custom Kopernicus config that modifies the Kerbol 3.7 scale config of Kerbal Space Program. Makes the solar system a little more comparable to our real solar system.
@Kopernicus:Final
{
@Body[Sun]
{
%Properties
{
%radius = 257646540
%geeASL = 27.94
}
}
@Body[Moho]
{
%Properties
{
%rotationPeriod = 3080442
}
%Orbit
{
%semiMajorAxis = 21426348500
%eccentricity = 0.205630
%inclination = 7.005
}
}
@Body[Eve]
{
%Properties
{
%rotationPeriod = -12764584
}
%Orbit
{
%semiMajorAxis = 40036960000
%eccentricity = 0.0067
%inclination = 3.39458
}
}
@Body[Kerbin]
{
%Orbit
{
%semiMajorAxis = 55351356570
%eccentricity = 0.01671123
}
}
@Body[Mun]
{
%Orbit
{
%semiMajorAxis = 142227630
%eccentricity = 0.0549
%inclination = 5.145
}
}
@Body[Minmus]
{
%Orbit
{
%semiMajorAxis = 260850000
%eccentricity = 0.11
%inclination = 189.32
}
}
@Body[Duna]
{
%Orbit
{
%semiMajorAxis = 84337467000
%eccentricity = 0.0935
%inclination = 1.850
}
}
@Body[Dres]
{
%Orbit
{
%semiMajorAxis = 153183700000
%eccentricity = 0.075823
%inclination = 10.593
}
}
@Body[Jool]
{
%Properties
{
%geeASL = 2.170
}
%Orbit
{
%semiMajorAxis = 288062464000
%eccentricity = 0.048775
%inclination = 1.305
}
}
@Body[Laythe]
{
%Orbit
{
%eccentricity = 0.0041
%inclination = 2.213
}
}
@Body[Vall]
{
%Orbit
{
%eccentricity = 0.009
%inclination = 1.791
}
}
@Body[Tylo]
{
%Orbit
{
%eccentricity = 0.0013
%inclination = 2.214
}
}
@Body[Eeloo]
{
%Orbit
{
%semiMajorAxis = 377468451847
%eccentricity = 0.244671664
%inclination = 17.151394
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment