Multiple Ships?
Moderators: winston, another_commander
-
- ---- E L I T E ----
- Posts: 503
- Joined: Sat Jun 11, 2011 7:46 pm
Multiple Ships?
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?
- Cmdr Wyvern
- ---- E L I T E ----
- Posts: 1649
- Joined: Tue Apr 11, 2006 1:47 am
- Location: Somewhere in the great starry void
Re: Multiple Ships?
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.
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.
Running Oolite buttery smooth & rock stable w/ tons of eyecandy oxps on:
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
Re: Multiple Ships?
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.
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.
-
- ---- E L I T E ----
- Posts: 503
- Joined: Sat Jun 11, 2011 7:46 pm
Re: Multiple Ships?
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?
Do it please!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...