Skip to content

Instantly share code, notes, and snippets.

View stevehead's full-sized avatar

Steve Johnson stevehead

  • North Carolina, United States
View GitHub Profile
@stevehead
stevehead / KScale2_OPM.cfg
Created June 21, 2015 04:32
Derived from Paul Kingtiger's KScale2 Kopernicus config, this MM config adds 2x scaling to the Outer Planets Mod in addition to the stock planets.
@Kopernicus:FINAL
{
@Body[Sun]
{
@Properties
{
radius = 523200000
@ScienceValues
{
}
@stevehead
stevehead / CSSP_Gas_Giants.cfg
Last active August 29, 2015 14:23
Kopernicus MM config to scale the masses of the gas giants up to comparable levels. Works for Stock and OPM.
@Kopernicus:Final
{
@Body[Jool]
{
%Properties
{
-mass = dummy
%geeASL = 2.170
}
}
@stevehead
stevehead / CSSP_OPM_stockscale.cfg
Created June 12, 2015 15:17
A custom Kopernicus config that modifies the Outer Planets Mod of Kerbal Space Program. Makes the solar system a little more comparable to our real solar system.
@Kopernicus:Final
{
@Body[Sun]
{
@Properties
{
radius = 69634200
geeASL = 27.94
}
}
@stevehead
stevehead / CSSP_stockscale.cfg
Last active August 29, 2015 14:22
A Kopernicus config that modifies the stock scale Kerbal Space Program. Makes the solar system a little more comparable to our real solar system.
@Kopernicus:AFTER[Kopernicus]
{
@Body[Sun]
{
@Properties
{
radius = 69634200
geeASL = 27.94
}
}
@stevehead
stevehead / CSSP_37scale.cfg
Last active August 29, 2015 14:22
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
}
}