Page 1 of 1

Ships for human only

Posted: Tue Jun 01, 2010 8:15 am
by seventh
Does anyone know how to make the ship available only for a player? Friend of mine wants to make change in the Imperial Courier 2 OXP for his own pleasure. He's going to be the only owner of this ship in whole Ooniverse :)

Posted: Tue Jun 01, 2010 8:51 am
by Disembodied
You'll need to edit the OXP. In the Imperial Courier's shipdata.plist, in the Config folder, delete all the <dict></dict> entries for all the versions that don't have "-player" after them (e.g. just keep the ones that contain <key>impcourier2-player</key> or something similar). Probably best to make a copy of the OXP, keep the original to one side (outside the AddOns folder, obviously) and make the changes to the copy – because I'm not 100% certain of my facts, here ...

If you want to make sure that you don't see any for sale in the shipyards, either, then you'll need to chance the shipyard.plist so that the entry reads

Code: Select all

<key>chance</key>
<real>0.0</real>
Obviously, make these modifications after you've actually bought the ship!

Posted: Tue Jun 01, 2010 2:44 pm
by snork
you could also just "comment out" instead of deleting.

fast and revertable, if sth. goes wrong.

Posted: Tue Jun 01, 2010 4:48 pm
by seventh
Thanks a lot, guys. It works! :D