RHS Feedback - AFRF
View Issue Details
0000859AFRF[All Projects] Generalpublic2015-07-19 21:452015-07-22 16:34
strangepete 
reyhard 
normalminoralways
resolvedfixed 
 
0.3.9 
No
1.46
No
0000859: Mi-8 engine HitPoint selection name is broken
Using setHit on the Mi-8 for engines has no effect; other hit points on the mi-8 do work correctly (eg, tail, avionics.) The same command works correctly, and as expected on the other helicopters included with the addon, and in vanilla arma.

using the actual hitpoint, (setHitPointDamage for "HitEngine") -does- fail the engine.
From RHS_Mi8_Base HitPoints config, the selection names that should work for setHit are: "motor", "engine_1_hit", "engine_2_hit", or "engine_3_hit":

veh setHit ["motor", 1]; //or any of the other names; will fail
veh setHit ["tail_rotor_hit", 1]; //works
veh setHitPointDamage ["HitEngine", 1]; //works
HitPoint, Mi8, selection, setHit
Issue History
2015-07-19 21:45strangepeteNew Issue
2015-07-19 21:47strangepeteTag Attached: HitPoint
2015-07-19 21:47strangepeteTag Attached: Mi8
2015-07-19 21:47strangepeteTag Attached: selection
2015-07-19 21:47strangepeteTag Attached: setHit
2015-07-20 12:21reyhardAssigned To => reyhard
2015-07-20 12:21reyhardStatusnew => confirmed
2015-07-22 16:34reyhardStatusconfirmed => resolved
2015-07-22 16:34reyhardFixed in Version => 0.3.9
2015-07-22 16:34reyhardResolutionopen => fixed

There are no notes attached to this issue.