For the world script, just make this change.
Code: Select all
this.$uberTest = true;
So, make a shipdata.plist like this, and copy it over the existing one (make a copy first!):
Code: Select all
{
"factions-ship1" = {
"like_ship" = "asp";
"roles" = "factions-faction1";
"scan_class" = "CLASS_NEUTRAL";
"conditions" = ();
};
"factions-ship2" = {
"like_ship" = "adder";
"roles" = "factions-faction2";
"scan_class" = "CLASS_NEUTRAL";
"conditions" = ();
};
}
OK that's the basics, any questions reply to this post . . .