Stuff about fixed hard points that i like to know
i want to know how to create completely new fixed hardpoints like the hp_shield_special_3
if i change this to ,lets say HpScanner( HP that doesn't exist), then i declared a new HP into the .CMP file and declared Hptype and such , and still FL doesn't recognize it.
in the misc_equip.ini
[Scanner
nickname = Standard_scanner
ids_name = 263750
ids_info = 264750
volume = 0.000000
mass = 10
DA_archetype = equipment\models\weapons\li_cm_dropper01.cmp
material_library = equipment\models\li_equip.mat
range = 3000
cargo_scan_range = 800
lootable = true
hit_pts = 360
indestructible = false
separation_explosion = sever_debris
HP_child = HPConnect <--i added these 2
hp_type = HpScanner <--
in the shiparch.ini
HP_tractor_source = HpTractor_Source
num_exhaust_nozzles = 1
shield_link = cv_fighter_shield01, HpMount, HpShield01
hp_type = hp_gun_special_3, HpWeapon01, HpWeapon02, HpWeapon03
hp_type = hp_gun_special_2, HpWeapon01, HpWeapon02, HpWeapon03
hp_type = hp_gun_special_1, HpWeapon01, HpWeapon02, HpWeapon03
hp_type = hp_fighter_shield_special_3, HpShield01
hp_type = hp_fighter_shield_special_2, HpShield01
hp_type = hp_fighter_shield_special_1, HpShield01
hp_type = hp_countermeasure_dropper, HpThruster01, HpMine01, HpCM01
hp_type = hp_countermeasure_dropper, HpThruster02, HpMine02, HpCM02
hp_type = hp_countermeasure_dropper, HpThruster03, HpMine03, HpCM03
hp_type = hpscanner, Hpscanner <--this line i added
So where are these HP's declared like the "HpThruster01" (Looked for that entry but I never found HpThruster01)
if i change this to ,lets say HpScanner( HP that doesn't exist), then i declared a new HP into the .CMP file and declared Hptype and such , and still FL doesn't recognize it.
in the misc_equip.ini
[Scanner
nickname = Standard_scanner
ids_name = 263750
ids_info = 264750
volume = 0.000000
mass = 10
DA_archetype = equipment\models\weapons\li_cm_dropper01.cmp
material_library = equipment\models\li_equip.mat
range = 3000
cargo_scan_range = 800
lootable = true
hit_pts = 360
indestructible = false
separation_explosion = sever_debris
HP_child = HPConnect <--i added these 2
hp_type = HpScanner <--
in the shiparch.ini
HP_tractor_source = HpTractor_Source
num_exhaust_nozzles = 1
shield_link = cv_fighter_shield01, HpMount, HpShield01
hp_type = hp_gun_special_3, HpWeapon01, HpWeapon02, HpWeapon03
hp_type = hp_gun_special_2, HpWeapon01, HpWeapon02, HpWeapon03
hp_type = hp_gun_special_1, HpWeapon01, HpWeapon02, HpWeapon03
hp_type = hp_fighter_shield_special_3, HpShield01
hp_type = hp_fighter_shield_special_2, HpShield01
hp_type = hp_fighter_shield_special_1, HpShield01
hp_type = hp_countermeasure_dropper, HpThruster01, HpMine01, HpCM01
hp_type = hp_countermeasure_dropper, HpThruster02, HpMine02, HpCM02
hp_type = hp_countermeasure_dropper, HpThruster03, HpMine03, HpCM03
hp_type = hpscanner, Hpscanner <--this line i added
So where are these HP's declared like the "HpThruster01" (Looked for that entry but I never found HpThruster01)