You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When using laser guided or IR guided shells, mk6 mortar guided shells seems to take mortar target rangefinder elevation and azimut in place of turret elevation and azimut. This behavior is the same as with Arma 3 vanilla guided shells without ACE and CBA
Steps to reproduce: Normal behavior with HE shells
place a mk6 mortar with gunner
place a target at azimut 0 (for simplicity) and (for example) 700 m. away
set turret elevation to 1404 mils charge 1 (40/50 m. too long) and azimut 0
fire 3 shells : one with the mortar rangefinder on the target, the other one with the rangefinder looking at the ground, even just in front of the mortar and the third one, high in the sky.
-> result : all shells land approximatively at the same distance, with the normal dispersion Unexpected behavior with guided shells
Place a darter and give the gunner a drone terminal. For the test, I placed the drone at a 90 deg angle between the target and the mortar, 100 m. on the right. Fly (alt. 50 m. or 100 m.), take turret control, lock on target (ctrl + t) and illuminate the target with the laser (LMB)
load guided shells : addMagazineTurret ["8Rnd_82mm_Mo_guided", [0], 5]; in the debug console
set turret elevation to to 1404 mils charge 1 and azimut 0
fire first shell with mortar rangefinder on the target
-> result : the shell strongly corrects its trajectory and hits exactly on target
fire a second shell looking at the ground
-> result : the shell falls 50 m. in front of the mortar
fire a third shell looking at the sky
-> result : the shell falls far far behind HE impacts.
Drone laser is ignored in favor of mortar rangefinder target coordinates at time of fire
To visualize shell trajectories : [player, 3] call BIS_fnc_traceBullets; in the debug console
Expected behavior:
The shell should take turret azimut and elevation and should lock on unit laser (drone, observer rangefinder, etc.)
@PabstMirror I can reproduce this (and talked about it with LorenLuke regarding the artillery extension PR, could also reproduce and confirmed this is vanilla behavior). Might be a good idea to add handling using laser component?
Mods :
2.08.149102
3.15.6
3.14.1
Description:
When using laser guided or IR guided shells, mk6 mortar guided shells seems to take mortar target rangefinder elevation and azimut in place of turret elevation and azimut. This behavior is the same as with Arma 3 vanilla guided shells without ACE and CBA
Steps to reproduce:
Normal behavior with HE shells
-> result : all shells land approximatively at the same distance, with the normal dispersion
Unexpected behavior with guided shells
-> result : the shell strongly corrects its trajectory and hits exactly on target
-> result : the shell falls 50 m. in front of the mortar
-> result : the shell falls far far behind HE impacts.
Drone laser is ignored in favor of mortar rangefinder target coordinates at time of fire
To visualize shell trajectories : [player, 3] call BIS_fnc_traceBullets; in the debug console
Expected behavior:
The shell should take turret azimut and elevation and should lock on unit laser (drone, observer rangefinder, etc.)
Where did the issue occur?
The text was updated successfully, but these errors were encountered: