Powerplants and Thrusters
If anyone understands how the powerplant/thuster relationship works, I'd appreciate some help. I'm trying to make thrusters draw from the same energy as weaps instead of the dedicated thruster production of the powerplant. I can't find out where the thruster knows to draw energy from. Here's my thruster code
Thruster
nickname = ge_s_thruster_01
ids_name = 263737
ids_info = 264737
DA_archetype = equipment\models\st\ku_thruster.3db
material_library = equipment\models\ku_equip.mat
HP_child = HpConnect
hit_pts = 1000
explosion_resistance = 0.500000
debris_type = debris_normal
parent_impulse = 20
child_impulse = 80
volume = 5.000000 <-------- I changed this, its not important
mass = 10
max_force = 72000
particles = gf_ge_s_thruster_01
hp_particles = hpthrust
power_usage = 200 <-- Same as main (ie weaps, engins) power usage lines
lootable = true
separation_explosion = sever_debris
LODranges = 0, 20
and the powerplant code
[Power
nickname = ge_fighter_power01
ids_name = 263705
ids_info = 264705
volume = 5.000000
mass = 10
DA_archetype = equipment\models\hardware\li_fusion_reactor.3db
material_library = equipment\models\hardware.mat
capacity = 1000 <----where I want thrusters to draw power from
charge_rate = 195
thrust_capacity = 1000 <--obviously where thrusters currently draw from
thrust_charge_rate = 100
lootable = false
I've tried mounting the thruster on differnt hps to see if the powerdrain was hp specific, but it didn't make a difference. Also tried cutting the thruster capacity entirely just to see if the thruster would find the main power. Didn't think it would and it didn't. I'm not sure what else to do. Any suggestions?
Thruster
nickname = ge_s_thruster_01
ids_name = 263737
ids_info = 264737
DA_archetype = equipment\models\st\ku_thruster.3db
material_library = equipment\models\ku_equip.mat
HP_child = HpConnect
hit_pts = 1000
explosion_resistance = 0.500000
debris_type = debris_normal
parent_impulse = 20
child_impulse = 80
volume = 5.000000 <-------- I changed this, its not important
mass = 10
max_force = 72000
particles = gf_ge_s_thruster_01
hp_particles = hpthrust
power_usage = 200 <-- Same as main (ie weaps, engins) power usage lines
lootable = true
separation_explosion = sever_debris
LODranges = 0, 20
and the powerplant code
[Power
nickname = ge_fighter_power01
ids_name = 263705
ids_info = 264705
volume = 5.000000
mass = 10
DA_archetype = equipment\models\hardware\li_fusion_reactor.3db
material_library = equipment\models\hardware.mat
capacity = 1000 <----where I want thrusters to draw power from
charge_rate = 195
thrust_capacity = 1000 <--obviously where thrusters currently draw from
thrust_charge_rate = 100
lootable = false
I've tried mounting the thruster on differnt hps to see if the powerdrain was hp specific, but it didn't make a difference. Also tried cutting the thruster capacity entirely just to see if the thruster would find the main power. Didn't think it would and it didn't. I'm not sure what else to do. Any suggestions?