Page 1 of 1

Multiple Ships?

Posted: Sun Jun 19, 2011 11:51 pm
by Dragonfire
I'm planning an OXP that may circumvent the single-ship system in Oolite. However, before I dive into that too deeply, I thought I would ask if there would be some way for a player to own multiple ships if he/she had access to a garage or personal base (my OXP). Perhaps, as an addition, have a means by which a player can "park" a ship at a space station for a time?

Re: Multiple Ships?

Posted: Mon Jun 20, 2011 4:05 am
by Cmdr Wyvern
Here's how I do it.

I make a custom ship oxp with the ships I want to switch between.
In the shipyard.plist, I set the TL very low and the chance very high, so they appear almost anywhere in the shipyards. The price is set low, to cover docking fees and the like.

It's a kludge approach, I know, and often I have to re-iron my ass when I switch ships.

Re: Multiple Ships?

Posted: Mon Jun 20, 2011 4:24 am
by Switeck
It's possible to make a script reward missing equipment when you re-buy your old ship.
Use mission variables to store all the equipment the old ship had and so long as the equipment OXPs are installed when you do this it should work.

Re: Multiple Ships?

Posted: Tue Jun 21, 2011 6:36 pm
by Dragonfire
Yeah, no, those are not quite it. I know it would be possible to write the data to the file, but...oh dang, well, maybe I'll just make the program mod myself and submit it for official consideration...

Re: Multiple Ships?

Posted: Tue Jun 21, 2011 6:53 pm
by Zireael
Dragonfire wrote:
Yeah, no, those are not quite it. I know it would be possible to write the data to the file, but...oh dang, well, maybe I'll just make the program mod myself and submit it for official consideration...
Do it please!