What would I have to do to alter this ship so that it has a scoop and cargo capacity.
Cos
Asp Mk II special
Moderators: winston, another_commander
- Captain Hesperus
- Grand High Clock-Tower Poobah
- Posts: 2310
- Joined: Tue Sep 19, 2006 1:10 pm
- Location: Anywhere I can sell Trumbles.....
Re: Asp Mk II special
If I'm correct, it's a case of setting the code in the shipdata.plist:Cos wrote:What would I have to do to alter this ship so that it has a scoop and cargo capacity.
Cos
Code: Select all
<key>max_cargo</key>
<integer>0</integer>
Code: Select all
<key>max_cargo</key>
<integer>1000</integer>
Code: Select all
<key>has_scoop</key>
<real>0.94999999999999996</real>
Captain Hesperus
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
Re: Asp Mk II special
I think you would also need to make sure thatCaptain Hesperus wrote:If I'm correct, it's a case of setting the code in the shipdata.plist:to whatever you fancy:Code: Select all
<key>max_cargo</key> <integer>0</integer>
Code: Select all
<key>max_cargo</key> <integer>1000</integer>
Code: Select all
<key>cargo_type</key>
<string>CARGO_NOT_CARGO</string>
That applies to non player craft only, you would need to also create a shipyard.plist entry for the Asp to come up for sale, in this you can specify what equipment comes as standard with the ship and also what can be added on. See Shipyard.plist and Shipdata.plist entries from the Wiki for further information.Captain Hesperus wrote:And as for the scoop, I thought this bit:meant that there was a high likelihood of there being a scoop fitted already.Code: Select all
<key>has_scoop</key> <real>0.94999999999999996</real>
Captain Hesperus
"Get back or I unleash my lethal spotted batoid!!"
What I do when not reading the Oolite bulletin board!
What I do when not reading the Oolite bulletin board!
Also please note that such fiddling with the ship statistics may be viewed as "cheating" by some. Given that there are a lot of ships out there in OXPs that might also be labeled as "cheating", I would not be that worried, though...
Author of Tales from the Frontier - official Elite 4 anthology.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.
Author of Marcan Rayger adventures - unofficial fan-fic novellas set in the Frontier universe.