Fri Sep 10, 2004 2:30 am by JustSomeGuy
There is no need to use a special mount. Just do this:
;================put this in st_equip.ini at the bottom================
[ShieldGenerator;<===make sure you close this bracket!
nickname = heavy_fighter_diamond_shield
ids_name = 590004 ;265100 ;<==you could try this number if it is empty in your mod, the first is for is for a new dll
ids_info = 591004 ;266100 ;<===same here!
DA_archetype = equipment\models\st\li_refractor_shield.3db
material_library = equipment\models\li_equip.mat
HP_child = HpConnect
hit_pts = 2000
explosion_resistance = 0.500000
debris_type = debris_normal
parent_impulse = 20
child_impulse = 80
volume = 0.000000
mass = 10
regeneration_rate = 2500
max_capacity = 25000
toughness = 10000.000000
hp_type = hp_elite_shield_generator
offline_rebuild_time = 5
offline_threshold = 0.150000
constant_power_draw = 0
rebuild_power_draw = 10
shield_collapse_sound = shield_offline
shield_rebuilt_sound = shield_rebuilt
shield_hit_effects = 0, gf_li_shield01
shield_hit_effects = 100, gf_li_shield02
shield_hit_effects = 500, gf_li_shield03
separation_explosion = sever_debris
LODranges = 0, 20
lootable = false
;=====now put this in your st_good.ini at the bottom =====================
[Good ;<===don't forget the bracket!
nickname = heavy_fighter_diamond_shield
equipment = heavy_fighter_diamond_shield
category = equipment
price = 5
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_shieldgen.3db
combinable = false
ids_name = 590004 ;265100 ;<===what number did you use in the st_equip.ini file?
ids_info = 591004 ;266100 ;<===same here, use a good number!
shop_archetype = equipment\models\st\li_refractor_shield.3db
material_library = equipment\models\li_equip.mat
;=now put this at a base in the market_misc.ini file=========================
MarketGood = heavy_fighter_diamond_shield, 0, -1, 10, 10, 0, 1
;=====================now do this!========================
Open your FLed_ids dll editor and put the numbers you assigned to the shield in your dll and enter the text portion like this:
for ids_name just type in: Diamond Shield
for ids_info put this:
<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><TRA data="1" mask="1" def="-2"/><JUST loc="center"/><TEXT>Diamond Shield</TEXT><PARA/><TEXT> </TEXT><PARA/><TRA data="0" mask="1" def="-1"/><JUST loc="left"/><TEXT>This shield is one of the most versitile of all shields made today. It will fit a variety of ships and offers the best protection available. Don't be without it! </TEXT><PARA/><TEXT> </TEXT><PARA/><POP/></RDL>
Now go get 'em tiger!
Edited by - JustSomeGuy on 9/10/2004 3:48:56 AM