More Adder cargospace?
Moderators: winston, another_commander
More Adder cargospace?
I can't find it now, but I thought there was an expansion to add more cargo space to the Adder. Can someone remember it?
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: More Adder cargospace?
Start Choices is the only one that comes to mind..
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
Re: More Adder cargospace?
Switeck's Shipping OXP does that, but it's not been updated for use with Oolite v1.80 so you'd need to edit it if you only wanted that feature.
Re: More Adder cargospace?
Start Choices is deliberately very feature limited and free of dependencies. It adds some start choices that affect the game only if selected. The only change that affects the whole game is the Adder cargo tweak.
Many of the start settings originate and the cargo tweak is directly borrowed from Switeck's oxp .
Many of the start settings originate and the cargo tweak is directly borrowed from Switeck's oxp .
Re: More Adder cargospace?
Thanks all. Unless I do START CHOICES,I guess I am stuck with the adder I already have. No big deal, I have five other commanders.
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: More Adder cargospace?
You could always tweak yourfluxxx wrote:Thanks all. Unless I do START CHOICES,I guess I am stuck with the adder I already have.
shipdata.plist
.. make a copy of it, placed in AddOns/Config, and edit the Adder's max_cargo
entry to something more to your taste.. Just be sure not to do the editing with Notepad, if you're using Windows. (Wordpad is ok, and Notepad++ is even better) After you've saved the change, hold down the shift key when you first start Oolite up again, until you see the spinning Cobra MkIII.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
- CheeseRedux
- ---- E L I T E ----
- Posts: 827
- Joined: Fri Oct 02, 2009 6:50 pm
Re: More Adder cargospace?
Cheers, Dizzy, that saved me a bit of typing…
Simple, no-frills method:
Copy and paste the above into a text file named "shipdata-overrides.plist". Place file in AddOns folder. Your Adder now has enough cargo space for a Passenger Cabin, and it will work on your current save.
Simple, no-frills method:
Code: Select all
{
"adder-player" = {
max_cargo = 5;
};
}
"Actually this is a common misconception... I do *not* in fact have a lot of time on my hands at all! I just have a very very very very bad sense of priorities."
--Dean C Engelhardt
--Dean C Engelhardt
Re: More Adder cargospace?
Because of the currect structure of the shipdata, in this case, you'll want to modify the "oolite_template_adder-player" rather than "adder-player". That way adder adding oxps that follow the current preferred way of adding variants work too.
So the code would be:
So the code would be:
Code: Select all
{
"oolite_template_adder-player" = {
max_cargo = 5;
};
}
Re: More Adder cargospace?
I am using Notepad++. I copied and pasted the code into ship-data overides.plist and moved it to Addons/Config. No change, i am afraid.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: More Adder cargospace?
Did you shift/start after doing that?
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
- Amah
- ---- E L I T E ----
- Posts: 486
- Joined: Tue Aug 28, 2012 8:05 pm
- Location: aboard the Laenina Crowne - Yasen-N class space freighter
- Contact:
Re: More Adder cargospace?
Try to edit your save file in oolite-saves to upgrade your current ship. search for:"max_cargo"
(on Linux e.g.: ~/oolite-saves/Jameson.oolite-save)
/e: changed to 5tons for the adder
Code: Select all
...
<key>max_cargo</key>
<integer>5</integer>
...
/e: changed to 5tons for the adder
Last edited by Amah on Fri Oct 31, 2014 5:09 pm, edited 1 time in total.
Amah
- about Amah: wiki
- noshaders versions of Griff's extra, alternate ships and accessories: discussion, wiki
- ocpc - customize the player ship: discussion, oxp repository
Re: More Adder cargospace?
Yes, I pressed shift and the only thing in my oolite saves file is a screenshot I took. I will look for the Jameson file. This is Windows 7.
- Amah
- ---- E L I T E ----
- Posts: 486
- Joined: Tue Aug 28, 2012 8:05 pm
- Location: aboard the Laenina Crowne - Yasen-N class space freighter
- Contact:
Re: More Adder cargospace?
keep my fingers crossed. Btw. the 35 were from my Cobra Mk3. 5tons should be enough for the adder.
Amah
- about Amah: wiki
- noshaders versions of Griff's extra, alternate ships and accessories: discussion, wiki
- ocpc - customize the player ship: discussion, oxp repository
- CheeseRedux
- ---- E L I T E ----
- Posts: 827
- Joined: Fri Oct 02, 2009 6:50 pm
Re: More Adder cargospace?
Just to make sure: The correct file name is "shipdata-overrides.plist".fluxxx wrote:I am using Notepad++. I copied and pasted the code into ship-data overides.plist and moved it to Addons/Config. No change, i am afraid.
If it doesn't work in AddOns/Config, try dropping it straight in AddOns. That's where I put mine when testing, and both my code and spara's improved one increase the Adder cargo as intended.
"Actually this is a common misconception... I do *not* in fact have a lot of time on my hands at all! I just have a very very very very bad sense of priorities."
--Dean C Engelhardt
--Dean C Engelhardt
Re: More Adder cargospace?
Thanks. I have the 5 tons now.