Wed Mar 19, 2003 9:39 am by Digital_Ronin
First, find your ship in the shiparch.ini. Then find the ships nickname like "ge_fighter6" in that section (that'd be the Eagle in this case).
Then go to the > goods.ini < and locate that nickname in there. You should find a section like this:
[Good
nickname = gf6_hull ; <----- the HULL nick
category = shiphull
ship = ge_fighter6 ;<-----the string you searched for
...
third, do another search in the goods.ini for the HULL NICK specified up there (gf6_hull) and you will find a larger section further down with a lot of
"addon = ..." lines.
One of those addon lines should look like this:
...
addon = shield01_mark07_hf, HpShield01, 1
...
so finally, the "shield_01_mark07_hf" is the nickname of the shield that your ship will have when you buy it. If you want to change it, choose another shield nick, if you want to modify the of shield itself (make it stronger or so), you have to look for that shield nickname in the st_equip.ini.
hope that helped,
D_R