Tradewell20 16 Report post Posted November 13, 2017 Hey everyone, I just put the RHSUSAF and ARAF pack in my server, I am trying to make a mission that used the Nuke launcher to make a mission but when it shoots the nuke in the air when it hits the ground it disappears? No explosion or anything, just poof, gone? Any ideas why it just disappears? Share this post Link to post Share on other sites
red_ned 658 Report post Posted November 13, 2017 13 hours ago, Tradewell20 said: Hey everyone, I just put the RHSUSAF and ARAF pack in my server, I am trying to make a mission that used the Nuke launcher to make a mission but when it shoots the nuke in the air when it hits the ground it disappears? No explosion or anything, just poof, gone? Any ideas why it just disappears? because Exile doesn't have the required guidance/target computer to target it properly so it always flies straight up in the air and vanishes Share this post Link to post Share on other sites
Tradewell20 16 Report post Posted November 13, 2017 I hate to disagree but, i watch the rocket take off and it goes up, turns around and goes right to where I told it to go, but when it hits the ground thats when it disappears, so the weapon guidance system works perfectly, I think it is something in exile or possibly infistar that is causing it to delete the rocket on impact so it doesn't explode. Share this post Link to post Share on other sites
GolovaRaoul 221 Report post Posted November 14, 2017 Try and remove infiSTAR to see if that fixes your issue Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted November 14, 2017 i wouldnt reccomend using the nuke truck as its crashed my servers but then again we did spam the shit out of it Share this post Link to post Share on other sites
Alucard 10 Report post Posted October 10, 2018 did u manage to get it working? Share this post Link to post Share on other sites
Zandyl 1 Report post Posted April 19 Bumping this back alive since I have the exact same issue. Share this post Link to post Share on other sites
[HG] About_69_Ninjas™ 1 Report post Posted May 19 On 4/19/2019 at 5:10 AM, Zandyl said: Bumping this back alive since I have the exact same issue. Same thing here. Share this post Link to post Share on other sites
[HG] About_69_Ninjas™ 1 Report post Posted May 20 On 4/19/2019 at 5:10 AM, Zandyl said: Bumping this back alive since I have the exact same issue. Add these functions to your remoteExec or CfgremoteExec to fix this issue. class rhs_fnc_ss21_effects { allowedTargets=0; }; class rhs_fnc_ss21_nuke_fx_smoke { allowedTargets=0; }; class rhs_fnc_ss21_nuke_fx_light { allowedTargets=0; }; class rhs_fnc_ss21_nuke_fx_shockwave { allowedTargets=0; }; class rhs_fnc_ss21_nuke_fx_postprocessing { allowedTargets=0; }; class rhs_fnc_ss21_nuke_fx_damage { allowedTargets=0; }; 1 Share this post Link to post Share on other sites