RHS Feedback - AFRF
View Issue Details
0003614AFRF[All Projects] Generalpublic2017-10-09 02:042017-10-09 12:43
Falinov 
reyhard 
nonefeaturealways
closedno change required 
 
 
Yes
1.76
Yes
Exile
0003614: rhs_tochka_fuse
[BIS_fnc_addStackedEventHandler] Stack as been updated with ID (rhs_tochka_fuse) for Event (oneachframe), Replaced: (false)"
Happens every time upon detonation of a 9m79B.
I enabled the 9m79B as a fun event for my server and we currently use all of the RHS mods however when we first attempted it the missile simple vanished. Now that I've added the remoteexec for it the missile impacts and causes a great deal of damage to the area it's supposed to however it doesn't show any visual effects (an invisible nuke if you will).

If it's at all possible can I get some assistance with correcting the above error it would be very much appreciated.
No tags attached.
Issue History
2017-10-09 02:04FalinovNew Issue
2017-10-09 12:43reyhardNote Added: 0006734
2017-10-09 12:43reyhardStatusnew => closed
2017-10-09 12:43reyhardAssigned To => reyhard
2017-10-09 12:43reyhardResolutionopen => no change required

Notes
(0006734)
reyhard   
2017-10-09 12:43   
no idea how exile works and what commands are blocked by it. all functions are already remoteExec'ed
params["_pos","_yield","_radius"];

_pos =[_pos select 0, _pos select 1, 2];

if (isNil{_radius}) then {
    _radius = 20*_yield^0.4;
};

{
    [_pos,_yield,_radius] remoteExec [_x,0];
}foreach [
    "rhs_fnc_ss21_nuke_fx_smoke",
    "rhs_fnc_ss21_nuke_fx_light",
    "rhs_fnc_ss21_nuke_fx_shockwave",
    "rhs_fnc_ss21_nuke_fx_postprocessing"
];

[_pos,_yield,_radius] remoteExecCall ["rhs_fnc_ss21_nuke_fx_damage",2];