RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003614AFRF[All Projects] Generalpublic2017-10-09 02:042017-10-09 12:43
ReporterFalinov 
Assigned Toreyhard 
PrioritynoneSeverityfeatureReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003614: rhs_tochka_fuse
Description[BIS_fnc_addStackedEventHandler] Stack as been updated with ID (rhs_tochka_fuse) for Event (oneachframe), Replaced: (false)"
Steps To ReproduceHappens every time upon detonation of a 9m79B.
Additional InformationI 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.
TagsNo tags attached.
Is it a wish/request?Yes
RHS version
Arma 3 version1.76
Did you used any other mod when the error occurred?Yes
Which mods?Exile
Attached Files

- Relationships

-  Notes
(0006734)
reyhard (administrator)
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];

- Issue History
Date Modified Username Field Change
2017-10-09 02:04 Falinov New Issue
2017-10-09 12:43 reyhard Note Added: 0006734
2017-10-09 12:43 reyhard Status new => closed
2017-10-09 12:43 reyhard Assigned To => reyhard
2017-10-09 12:43 reyhard Resolution open => no change required


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker