RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005414USAFGeneralpublic2019-12-16 23:342020-02-06 21:37
Reportersahran 
Assigned Toreyhard 
PrioritynoneSeveritytrivialReproducibilityunable to reproduce
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005414: firing nuclear projectile
Descriptioni tried to make a MX shoot a nuke both with the nuke truck and the tu-95

Steps To Reproduce(nuke truck didnt work)
player addeventhandler ["fired", {_bullet = (_this select 6); if (_Bullet isKindOf "B_65x39_Caseless") then {_shell = "RHS_9M79B" createVehicle [(getPos _bullet select 0), (getPos _bullet select 1), (getPos _bullet select 2)]; _shell attachto [_bullet,[0,10,0]]; detach _shell; _shell setVelocity [(velocity _bullet select 0), (velocity _bullet select 1), (velocity _bullet select 2)]; deleteVehicle _bullet;};}];




(tu-95 didnt work)
player addeventhandler ["fired", {_bullet = (_this select 6); if (_Bullet isKindOf "B_65x39_Caseless") then {_shell = "rhs_ammo_kh55sm" createVehicle [(getPos _bullet select 0), (getPos _bullet select 1), (getPos _bullet select 2)]; _shell attachto [_bullet,[0,10,0]]; detach _shell; _shell setVelocity [(velocity _bullet select 0), (velocity _bullet select 1), (velocity _bullet select 2)]; deleteVehicle _bullet;};}];


i tried different methods and all but got nothing to work.
Additional Informationmaybe this could help you help me
_lp = getpos player;
_lp = [(_lp select 0)+800, _lp select 1, 0];
_payload = round(random 600) max 400;
[_lp, _payload] call RHS_fnc_ss21_nuke;

i found the payload but still don't know how to shoot it
TagsNo tags attached.
Is it a wish/request?Yes
RHS versionStable
Arma 3 version1.96
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  Notes
(0010166)
sahran (reporter)
2019-12-16 23:51

Just fixing misspelled words
(0010280)
reyhard (administrator)
2020-02-06 21:37

nukes are scripted - you have to launch those scripts tied to it together with explosion. Only rhs_ammo_3WB3 is using non scripted solution (since it has much smaller warhead)

- Issue History
Date Modified Username Field Change
2019-12-16 23:34 sahran New Issue
2019-12-16 23:44 sahran Reproducibility N/A => unable to reproduce
2019-12-16 23:51 sahran Note Added: 0010166
2019-12-16 23:51 sahran Summary Tfiring nucllear projectile => firing nuclear projectile
2020-02-06 21:37 reyhard Note Added: 0010280
2020-02-06 21:37 reyhard Status new => closed
2020-02-06 21:37 reyhard Assigned To => reyhard
2020-02-06 21:37 reyhard Resolution open => no change required


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker