Im making a star system around 18 Eri, and I was wondering if I could somehow edit the names and textures of the two gas giant exo-planets in the system without directly editing the data in "extrasolar.ssc".
Basically I want all the planets in the system to be in a single .ssc file, so that anyone I send it to wont have to edit "extrasolar.ssc" themselves...
Awaiting replies,
Neethis
Editing exoplanets without touching extrasolar.ssc...
Editing exoplanets without touching extrasolar.ssc...
FOR SALE: One small planet, red in colour, two small moons included. Moving due to difficult neighbours. Atmosphere and price negotiable.
There are Modify and Replace directives which you can use to edit the properties of the planets, but as for renaming them, you're out of luck I think.
Usage:
Usage:
Code: Select all
Modify "b" "EPS Eri"
{
# put the parameters you want to change here, using normal syntax
}
While you can't rename or delete an exoplanet, you can make it not be drawn and then create one of your own. That might be good enough.
e.g.
e.g.
Code: Select all
Modify "b" "EPS Eri" { class "invisible"}
"My_Planet" "EPS Eri" {
# copy the entry that's in \data\exoplanets.ssc
}
Selden
chaos syndrome wrote:There are Modify and Replace directives which you can use to edit the properties of the planets, but as for renaming them, you're out of luck I think.
Usage:Code: Select all
Modify "b" "EPS Eri"
{
# put the parameters you want to change here, using normal syntax
}
Just a thought, what does the Replace directive do? And how do I use that?
FOR SALE: One small planet, red in colour, two small moons included. Moving due to difficult neighbours. Atmosphere and price negotiable.