Tue May 13, 2003 4:39 pm by Captain Flint
>I want to be able to have Juni's Fighter sellable at one of the navy battleships
>along with the liberty heavy fighter....
>I know that Juni's fighter is li_elite2 ... but can't find the matching hull so I can
>make a package to list at the base....
There isn't a hull defined for the li_elite2 as it wasn't designed to be a buyable ship. You will have to create the hull for it. The downside is there isn't a commodity icon for it so you will have to use one of the other ones.
in goods.ini
[Good
nickname = le2_hull
category = shiphull
ship = li_elite2
price = 104000
ids_name = xxxxx <--- new id needed
item_icon = Equipment\models\commodities\nn_icons\li_elite.3db
[Good
nickname = le2_package
category = ship
hull = le2_hull
addon = ge_le_engine_01, internal, 1
addon = li_elite_power01, internal, 1
addon = ge_s_scanner_01, internal, 1
addon = ge_s_tractor_01, internal, 1
addon = shield01_mark02_hf, HpShield01, 1
addon = LargeWhiteSpecial, HpHeadlight, 1
addon = SlowSmallBlue, HpRunningLight01, 1
addon = SlowSmallBlue, HpRunningLight02, 1
addon = SlowSmallBlue, HpRunningLight03, 1
addon = SlowSmallBlue, HpRunningLight04, 1
addon = contrail01, HpContrail01, 1
addon = contrail01, HpContrail02, 1
addon = DockingLightRedSmall, HpDockLight01, 1
addon = DockingLightRedSmall, HpDockLight02, 1
then in market_ships.ini edit the appropriate base to make it saleable.
Edited by - Captain Flint on 13-05-2003 18:14:32
Edited by - Captain Flint on 13-05-2003 18:22:48