Military shields where?

General discussion for players of Oolite.

Moderators: another_commander, winston

Post Reply
Dark1
Above Average
Above Average
Posts: 18
Joined: Thu Oct 27, 2005 12:44 am
Location: England, middle of...
Contact:

Military shields where?

Post by Dark1 »

Where can I buy a military shield enhancement?

I bought one for my Cobra III from somewhere, but since I traded it in for a Josher, I haven't been able to find another one. I slogged half way across the galaxy to find a tech 15 planet, but even they didn't have any. So where are they? Can you fit them to Joshers? Getting a bit fed up of ECM hardened missiles being absolutely guaranteed to wipe me out since the "upgrade!"
This message was brought to you by the Dark 1 - Have a nice day!
User avatar
aegidian
Master and Commander
Master and Commander
Posts: 1160
Joined: Thu May 20, 2004 10:46 pm
Location: London UK
Contact:

Post by aegidian »

I don't recall exactly but I wrote the Josher OXP before I added MSE to the equipment list, so it's most likely that Joshers can't be fitted with them. Check the shipyard.plist entry for them in the relevant OXP to be sure.
"The planet Rear is scourged by well-intentioned OXZs."

Oolite models and gear? click here!
Dark1
Above Average
Above Average
Posts: 18
Joined: Thu Oct 27, 2005 12:44 am
Location: England, middle of...
Contact:

Post by Dark1 »

aegidian wrote:
I don't recall exactly but I wrote the Josher OXP before I added MSE to the equipment list, so it's most likely that Joshers can't be fitted with them. Check the shipyard.plist entry for them in the relevant OXP to be sure.
Yep, that's the reason.

Cheated a bit now and inserted the missing options.

"C'mon baby! Not so easy much easy meat now, am I? Muhahahahaha..." :mrgreen:
This message was brought to you by the Dark 1 - Have a nice day!
kremkex
Mostly Harmless
Mostly Harmless
Posts: 2
Joined: Thu Dec 29, 2005 4:29 pm
Location: N 64°19' W 22°05'

Post by kremkex »

Dark1 wrote:
Cheated a bit now and inserted the missing options.
I am in the same situation, just saved up for military shields, but can't install them. I don't know the first thing about programing, so it would probably take me days if not weeks to figure out how to modify the game so that my Josher will accept Military Shields. Would it be possible for you to post thelines that I need to add to the config file?

Kremkex
Dark1
Above Average
Above Average
Posts: 18
Joined: Thu Oct 27, 2005 12:44 am
Location: England, middle of...
Contact:

Post by Dark1 »

kremkex wrote:
Dark1 wrote:
Cheated a bit now and inserted the missing options.
I am in the same situation, just saved up for military shields, but can't install them. I don't know the first thing about programing, so it would probably take me days if not weeks to figure out how to modify the game so that my Josher will accept Military Shields. Would it be possible for you to post thelines that I need to add to the config file?
Find file 'newships.oxp' in folder 'AddOns'
Show package content
Open file 'shipyard.plist' in folder 'Config' with text editor
Find line '<key>josher-player</key>' - Below is list of game specs for Josher
Find lines enclosed with '<string>' tags
Add to list:
<string>EQ_SHIELD_BOOSTER</string>
<string>EQ_NAVAL_SHIELD_BOOSTER</string>
Save
This message was brought to you by the Dark 1 - Have a nice day!
kremkex
Mostly Harmless
Mostly Harmless
Posts: 2
Joined: Thu Dec 29, 2005 4:29 pm
Location: N 64°19' W 22°05'

Post by kremkex »

Thanks! Now I've got a shinig new military shield in my Josher!

Kremkex
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1757
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Post by Rxke »

Bah, that's cheating! :wink:
Alien
Average
Average
Posts: 11
Joined: Wed Dec 15, 2004 1:18 pm

Post by Alien »

Would'nt it be more practical to consider ALL ships can have equipment as long they have free cargo ?

In such a case, they don't need to be upgraded each time.

Yes, I know, this would change some things because each equipment would have a cargo value (and perhaps an energy value).
User avatar
Lord Winslow
Above Average
Above Average
Posts: 22
Joined: Fri Dec 02, 2005 1:39 am
Location: Cape Cod, USA
Contact:

python class crusier?

Post by Lord Winslow »

can a python class crusier have shield enhancement? my python could but i traded it for the python class...
For the Glory of the Federation
-Lord Winslow
User avatar
Arexack_Heretic
Dangerous Subversive Element
Dangerous Subversive Element
Posts: 1878
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 »

Code: Select all

<key>python-cruiser-player</key>
<key>optional_equipment</key>
<array>
<string>EQ_CARGO_BAY</string>
<string>EQ_ECM</string>
<string>EQ_PASSENGER_BERTH</string>
<string>EQ_ESCAPE_POD</string>
<string>EQ_ENERGY_BOMB</string>
<string>EQ_ENERGY_UNIT</string>
<string>EQ_NAVAL_ENERGY_UNIT</string>
<string>EQ_DOCK_COMP</string>
<string>EQ_WEAPON_PULSE_LASER</string>
<string>EQ_WEAPON_BEAM_LASER</string>
<string>EQ_WEAPON_MINING_LASER</string>
<string>EQ_WEAPON_MILITARY_LASER</string>
<string>EQ_FUEL_INJECTION</string>
<string>EQ_SCANNER_SHOW_MISSILE_TARGET</string>
<string>EQ_MULTI_TARGET</string>
<string>EQ_GAL_DRIVE</string>
</array>
So...No. Just look inside the files, my good captain. ;)

Maybe ask Giles about this, could be that he forgot to update the PCC specs with the new shieldbooster-eq...it IS supposed to be a souped-up version of the python right?
Last edited by Arexack_Heretic on Mon Jan 16, 2006 8:45 pm, edited 1 time in total.
Riding the Rocket!
User avatar
Lord Winslow
Above Average
Above Average
Posts: 22
Joined: Fri Dec 02, 2005 1:39 am
Location: Cape Cod, USA
Contact:

Post by Lord Winslow »

i guess not, but i guess i could fix that.
For the Glory of the Federation
-Lord Winslow
User avatar
Eli Santiago
Poor
Poor
Posts: 6
Joined: Tue Jan 10, 2006 7:22 pm
Location: Mex

Post by Eli Santiago »

Does the weeviloid scoutship can't have shield boosters?

I know nothin bout programming :D
I'm Always sticked to Lave and Zaonce $$$$
Post Reply