
January 27th, 2004, 04:09 AM
|
 |
National Security Advisor
|
|
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,624
Thanks: 1
Thanked 14 Times in 12 Posts
|
|
Re: No moons, please.
Quote:
Originally posted by Litcube:
Is there a mod that can get rid of the creation of moons? It's annoying to have to click until I get my planet. Can I turn this off?
|
There is no mod that I'm aware of that does this.
You could create your own simple mod by deleting the moons from the SystemTypes.txt file. Moons are positioned using the "Same As X" entry for position. X represents the object number in the file where the moon will share the same position. If you make this to "any" in all cases where it appears, it should work ok.
code:
Obj 13 Physical Type := Planet
Obj 13 Position := Same As 3
Obj 13 Stellar Abil Type := Normal Planet
Obj 13 Size := Tiny
Obj 13 Atmosphere := None
Obj 13 Composition := Any
|