any ship spec.

General discussion for players of Oolite.

Moderators: winston, another_commander

Post Reply
User avatar
Naz
Average
Average
Posts: 12
Joined: Sat Apr 21, 2007 11:05 pm

any ship spec.

Post by Naz »

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)? :D
Never tell me the odds!!
User avatar
Uncle Reno
---- E L I T E ----
---- E L I T E ----
Posts: 648
Joined: Mon Apr 24, 2006 12:54 pm
Location: UK

Post by Uncle Reno »

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.
"Get back or I unleash my lethal spotted batoid!!"

What I do when not reading the Oolite bulletin board!
User avatar
Naz
Average
Average
Posts: 12
Joined: Sat Apr 21, 2007 11:05 pm

Post by Naz »

Thanks Reno, I now have a Mamba with 4 missiles n a cheeky 40 tonnes cargo capacity.
Is this cheatin i ask myself....well, a bit, but ive waited 20 yrs to fly one of these so sod it!!! :D
Never tell me the odds!!
User avatar
Uncle Reno
---- E L I T E ----
---- E L I T E ----
Posts: 648
Joined: Mon Apr 24, 2006 12:54 pm
Location: UK

Post by Uncle Reno »

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!
User avatar
Naz
Average
Average
Posts: 12
Joined: Sat Apr 21, 2007 11:05 pm

Post by Naz »

Iv noticed that shield boosters are not available to buy for this mamba!! can that be changed? i fear that i cant have military shield enhancement and naval energy unit too.. also...external view is not working.. help anyone? :oops:
Never tell me the odds!!
User avatar
LittleBear
---- E L I T E ----
---- E L I T E ----
Posts: 2877
Joined: Tue Apr 04, 2006 7:02 pm
Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.

Post by LittleBear »

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:-

Code: Select all

<key>optional_equipment</key>
<array>
This is a list of the equipment that the ship can have. Add:-

Code: Select all

<string>EQ_SHIELD_BOOSTER</string>
<string>EQ_NAVAL_SHIELD_BOOSTER</string>
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: 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>
[/code]
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.
User avatar
Naz
Average
Average
Posts: 12
Joined: Sat Apr 21, 2007 11:05 pm

Post by Naz »

Nice one Bear, external views werkin!! :mrgreen:
Never tell me the odds!!
User avatar
Arexack_Heretic
Dangerous Subversive Element
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:

Post by Arexack_Heretic »

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. ;)
Riding the Rocket!
User avatar
Naz
Average
Average
Posts: 12
Joined: Sat Apr 21, 2007 11:05 pm

Post by Naz »

thanx heretic..but as u can see above,iv just about managed to get the ship i want. however is have my eye on the asp special thats in the agean oxp, is that available to buy (and slightly manipulate)???
Never tell me the odds!!
User avatar
LittleBear
---- E L I T E ----
---- E L I T E ----
Posts: 2877
Joined: Tue Apr 04, 2006 7:02 pm
Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.

Post by LittleBear »

That ship's there.

Just get on with playing (and maybe doing some misssions) and it'll be there to buy in a shipyard. :wink:
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.
Post Reply