The System Independant repair Facility
Posted: Mon Dec 11, 2006 7:48 am
It's really good, but I don't like it appearing in all the systems. Can anyone tell me (I know nothing about scripting) how to make it only appear in a few systems?
For information and discussion about Oolite.
https://bb.oolite.space/
You could put a conditon into script.plist in the /SIRS.oxp/Config folder. Either to have it appear randomly (use D100 number) or specified by some other condition.Jinx999 wrote:It's really good, but I don't like it appearing in all the systems. Can anyone tell me (I know nothing about scripting) how to make it only appear in a few systems?
This is how I restrict the appearance of commie ships to systems with a communist government (see the link to Quering states above for ideas on what other conditions to use).<key>conditions</key>
<array>
<string>systemGovernment_number equal 4</string>
</array>