slightly embarrassed to be asking about cheating (but)
I am trying to 'tweak' my Cobra 3's cargo capacity, but I am meeting resistance....
I've altered the oolite-save file max cargo from 35 - 40tc and started Oolite with shift+click. My Cobbie still has 35tc. When I re-check the save file it seems to have reverted back to 35tc.
Updating max cargo in ships plist seems not to help either. I have the extended cargo bay - perhaps that's complicating things?
Is this something that's now build in to the oolite.app itself? I'm on Linux Mint 18, Oolite 1.84 installed via software manager. I have Griff ships installed.
I am also toying with the idea of five missile mounts rather than four. Perhaps the answer to the cargo is also applicable to the missile mounts.
Still loving Oolite after eight years
[Solved] - increase Cobbie cargo capacity?
Moderators: winston, another_commander, Getafix
[Solved] - increase Cobbie cargo capacity?
Last edited by Getafix on Mon Aug 07, 2017 12:21 pm, edited 1 time in total.
Reason: Marked as [Solved].
Reason: Marked as [Solved].
Oolite Galaxies Trade Route Timekeeper v06
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: increase Cobbie cargo capacity?
You probably want a "shipdata-overrides.plist" file, containing something like this:
Change "cobra3-player" to be the ship datakey for whatever version of the Cobra you're running with.
Code: Select all
{
"cobra3-player" = {
max_cargo = 25;
extra_cargo = 15;
};
}
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: increase Cobbie cargo capacity?
Yes, just add this also:
Code: Select all
max_missiles = 5;
Alternatively you can install and buy a Cobra Mark III-XT or a similar ship.
Re: increase Cobbie cargo capacity?
Aha, great. Thank you both. I will add that in to the override.plist
The XT looks good - think I will be heading in that direction!
The XT looks good - think I will be heading in that direction!
Oolite Galaxies Trade Route Timekeeper v06