General Question Selective loading of bases in Orbiter 2010 and later

Hlynkacg

Aspiring rocket scientist
Addon Developer
Tutorial Publisher
Donator
Joined
Dec 27, 2010
Messages
1,870
Reaction score
3
Points
0
Location
San Diego
In orbiter 2006 it was possible to selectively add bases to a planet based on simulation date and and other parameters. By way of example, in Orbiter 2006it was possible to define KSC config files, one for the apollo era and one for the shuttle era, and Orbiter would automatically switch between them depending on the scenario's starting date.

Seeing as this was controlled via the Planet's config file and that the loading of bases via planet.cfg has been made obsolete is there a way to achieve the above effect in Orbiter 2010 P1 and later?
 

astrosammy

Dash!
Addon Developer
Donator
Joined
Apr 27, 2008
Messages
2,124
Reaction score
0
Points
36
Location
ICAO ID: EDFB
It is still possible just like in Orbiter 2006, using
Code:
BEGIN_SURFBASE
DIR Earth\Base PERIOD 60000 61000
END_SURFBASE
for example left me without any bases before MJD 60000.

Check pages 13 and 14 of Orbiter/Doc/OrbiterConfig.pdf, it should have everything you need.
 

Hlynkacg

Aspiring rocket scientist
Addon Developer
Tutorial Publisher
Donator
Joined
Dec 27, 2010
Messages
1,870
Reaction score
3
Points
0
Location
San Diego
Is there a way to load specific bases or does it have to be by directory?

Likewise, is there a way to do this without overwriting the Earth or Moon .cfg files.

Specifically I've created a series of bases representing the Apollo landing sites, each site has two .cfg files, one pristine, and one with signs of human activity (Footprints, spent descent stage, etc...) and I want one to replace the other when the appropriate date is reached.
 
Last edited:

4throck

Enthusiast !
Joined
Jun 19, 2008
Messages
3,502
Reaction score
1,008
Points
153
Location
Lisbon
Website
orbiterspaceport.blogspot.com
I explored that route once, but found it hard to manage...

The best solution is still separate solar system configs, IMHO.
Yet, surface tiles will still be common ;-)
 
Top