Ships for human only

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

Post Reply
User avatar
seventh
Dangerous
Dangerous
Posts: 82
Joined: Sun Nov 15, 2009 5:29 pm
Location: Moscow, Russia
Contact:

Ships for human only

Post 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 :)
User avatar
Disembodied
Jedi Spam Assassin
Jedi Spam Assassin
Posts: 6885
Joined: Thu Jul 12, 2007 10:54 pm
Location: Carter's Snort

Post 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!
User avatar
snork
---- E L I T E ----
---- E L I T E ----
Posts: 551
Joined: Sat Jan 30, 2010 4:21 am
Location: northern Germany

Post by snork »

you could also just "comment out" instead of deleting.

fast and revertable, if sth. goes wrong.
User avatar
seventh
Dangerous
Dangerous
Posts: 82
Joined: Sun Nov 15, 2009 5:29 pm
Location: Moscow, Russia
Contact:

Post by seventh »

Thanks a lot, guys. It works! :D
Post Reply