any ship spec.
Moderators: winston, another_commander
any ship spec.
I have a cobra mk3 but all i want is a mamba with the same cargo n such n such as the cobra mk3, illicit oxp unlocks the mamba but it has no cargo hold or missiles, - i dont wanna cheat...i jus wanna mamba!
anyone know how to change the mamba-( in english)?
anyone know how to change the mamba-( in english)?
Never tell me the odds!!
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
Unfortunately, as you have found out, to get a Mamba with missiles and larger cargo capacity you are going to have to cheat.
In English, you will have to change the shipdata.plist which is contained in the illicit unlock OXP by using almost any sort of text editor. If you open this file, you will see various values and settings, the two you are looking to change are the max_cargo and max_missiles values in the mamba-player entry, simply change the numbers after these to whatever you want.
In English, you will have to change the shipdata.plist which is contained in the illicit unlock OXP by using almost any sort of text editor. If you open this file, you will see various values and settings, the two you are looking to change are the max_cargo and max_missiles values in the mamba-player entry, simply change the numbers after these to whatever you want.
"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!
- Uncle Reno
- ---- E L I T E ----
- Posts: 648
- Joined: Mon Apr 24, 2006 12:54 pm
- Location: UK
No problem, I hope you enjoy your Mamba Mk II.
"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!
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
All can be changed, but again its a bit of a cheat!
The Mamba is an old design and wasn't built to fit shield boosters. If you want to change it you'll need to change the shipyard.plist in a similar way to the way you changed the shipdata.plist.
Go to the illict unlock OXP's Config folder and open shipyard. Find the entry for mamba-player. It'll have some code that starts:-
This is a list of the equipment that the ship can have. Add:-
to allow it to have this equipment fitted.
It doesn't have external views as these were only added for 1.65 of Oolite. As this OXP was written in the days when we didn't have any external views, the author didn't put any in. The Nemesis fighter in Assassins OXP is a similar size to the Mamba. If your add the code below (written by Commander McLane for the external views OXP) to the entry (but this time in shipdata rather than shipyard). Then it will have external views:-
[/code]
The Mamba is an old design and wasn't built to fit shield boosters. If you want to change it you'll need to change the shipyard.plist in a similar way to the way you changed the shipdata.plist.
Go to the illict unlock OXP's Config folder and open shipyard. Find the entry for mamba-player. It'll have some code that starts:-
Code: Select all
<key>optional_equipment</key>
<array>
Code: Select all
<string>EQ_SHIELD_BOOSTER</string>
<string>EQ_NAVAL_SHIELD_BOOSTER</string>
It doesn't have external views as these were only added for 1.65 of Oolite. As this OXP was written in the days when we didn't have any external views, the author didn't put any in. The Nemesis fighter in Assassins OXP is a similar size to the Mamba. If your add the code below (written by Commander McLane for the external views OXP) to the entry (but this time in shipdata rather than shipyard). Then it will have external views:-
Code: Select all
<key>custom_views</key>
<array>
<dict>
<key>view_description</key>
<string>External View 1</string>
<key>view_position</key>
<string>0.0 20.0 -100</string>
<key>view_orientation</key>
<string>1.0 0.0 0.0 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>External View 2</string>
<key>view_position</key>
<string>70.71 20.0 -70.71</string>
<key>view_orientation</key>
<string>0.9239 0.0 0.3827 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>External View 3</string>
<key>view_position</key>
<string>100.0 20.0 0.0</string>
<key>view_orientation</key>
<string>0.7071 0.0 0.7071 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>External View 4</string>
<key>view_position</key>
<string>70.71 20.0 70.71</string>
<key>view_orientation</key>
<string>0.3827 0.0 0.9239 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>External View 5</string>
<key>view_position</key>
<string>0.0 20.0 100.0</string>
<key>view_orientation</key>
<string>0.0 0.0 1.0 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>External View 6</string>
<key>view_position</key>
<string>-70.71 20.0 70.71</string>
<key>view_orientation</key>
<string>0.3827 0.0 -0.9239 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>External View 7</string>
<key>view_position</key>
<string>-100.0 20.0 0.0</string>
<key>view_orientation</key>
<string>0.7071 0.0 -0.7071 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>External View 8</string>
<key>view_position</key>
<string>-70.71 20.0 -70.71</string>
<key>view_orientation</key>
<string>0.9239 0.0 -0.3827 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>Down View</string>
<key>view_position</key>
<string>0.0 110.0 0.0</string>
<key>view_orientation</key>
<string>-0.7071 0.7071 0.0 0.0</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
<dict>
<key>view_description</key>
<string>Up View</string>
<key>view_position</key>
<string>0.0 -110.0 0.0</string>
<key>view_orientation</key>
<string>0.0 0.0 0.7071 0.7071</string>
<key>weapon_facing</key>
<string>FORWARD</string>
</dict>
</array>
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
- Arexack_Heretic
- Dangerous Subversive Element
- Posts: 1876
- Joined: Tue Jun 07, 2005 7:32 pm
- Location: [%H] = Earth surface, Lattitude 52°10'58.19"N, longtitude 4°30'0.25"E.
- Contact:
you could always soup up a derelict Mamba in your rockhermit-dockingport, stripping it down to bolts and building the thing back up from the bottom up.
Slap on a flashy paintjob and...
You end up with a 'new' ship, that is up-to-date and ready to race!
Don't expect much respect from us old dogs if you recreate the Tardis though.
Slap on a flashy paintjob and...
You end up with a 'new' ship, that is up-to-date and ready to race!
Don't expect much respect from us old dogs if you recreate the Tardis though.
Riding the Rocket!
- LittleBear
- ---- E L I T E ----
- Posts: 2882
- Joined: Tue Apr 04, 2006 7:02 pm
- Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.
That ship's there.
Just get on with playing (and maybe doing some misssions) and it'll be there to buy in a shipyard.
Just get on with playing (and maybe doing some misssions) and it'll be there to buy in a shipyard.
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.