Jump to content

Accessible planetary configuration


Recommended Posts

Would it be possible have a planetary config on the same level of accessibility as the proposed Tech Tree config?

Whilst there are mods for the system like Kopernicus, and mods which flex them like Outer Planets (and both are great), being able to make or adjust configs just like we can make or adjust existing parts, and soon the TechTree itself would be neat.

Imagine something like

System.cfg


SUN
{
name = Kerbol
mesh=\[location]\
texture\[location]\
equatorialRadius = 261600000
mass = 1756567 // in 10^22 kg
surfaceGravity = 17.1
rotationPeriod = 432000

scienceNearSpace = 11
scienceOuterSpace = 2
}

PLANET
{
name = Moho
mesh=\[location]\
texture\[location]\
parentBody = Kerbol
equatorialRadius = 250000
mass = 0.25263617
surfaceGravity = 2.7
rotationPeriod = 1210000

scienceSurface = 10
scienceNearSpace = 11
scienceOuterSpace = 2

orbitPlot
{
Apoapsis = 6315765980
Periapsis = 4210510628
orbitalInclination = 7.0
orbitalPeriod = 2215754
}
}
PLANET
{
name = Eve
mesh=\[location]\
texture\[location]\
parentBody = Kerbol
equatorialRadius = 700000
mass = 12.244127
surfaceGravity = 16.7
rotationPeriod = 1210000

scienceSurface = 8
scienceLowerAtmosphere = 6
scienceUpperAtmosphere = 6
scienceNearSpace = 7
scienceOuterSpace = 5

atmosphereCurve
{
key = 0 96708.574 //end of atmosphere
key = 1 506.625 //atmosphere at sea level
}

orbitPlot
{
Apoapsis = 9931011387
Periapsis = 9734357701
orbitalInclination = 2.1
orbitalPeriod = 5657995
}
}
MOON
{
name = Gilly
mesh=\[location]\
texture\[location]\
parentBody = Eve
equatorialRadius = 13 000
mass = 0.000012420512
surfaceGravity = 0.049
siderealRotationPeriod = 28255

scienceSurface = 9
scienceNearSpace = 8
scienceOuterSpace = 6

orbitPlot
{
Apoapsis = 48825000
Periapsis = 14175000
orbitalInclination = 12
orbitalPeriod = 388587
}
}

etc...
}

I'm sure there is more information which should be included, but this is more to illustrate the idea.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...