RHS Feedback - USAF
View Issue Details
0000441USAF[All Projects] Generalpublic2015-03-22 19:222015-12-28 15:15
rlex 
reyhard 
normalminoralways
resolvedfixed 
0.3.6 
0.4.1 
1.40
No
0000441: Raven bugs
"Loading" labels instead of battery info and some other systems, i'll try to provide screenshot.
Buzzing in Arsenal for all players when raven is flying. Same for raven beeper.
Tactical laser not working (was removed?)
Bots seems to ignore raven completely and will not try to shoot it down.
raven, Zeus
Issue History
2015-03-22 19:22rlexNew Issue
2015-11-17 17:17MrPiipeNote Added: 0002782
2015-11-18 03:56MrPiipeTag Attached: Zeus
2015-11-18 03:57MrPiipeTag Attached: raven
2015-11-24 02:21MrPiipeNote Added: 0002833
2015-12-19 19:43reyhardNote Added: 0003143
2015-12-19 19:43reyhardStatusnew => resolved
2015-12-19 19:43reyhardFixed in Version => 0.4.1
2015-12-19 19:43reyhardResolutionopen => fixed
2015-12-19 19:43reyhardAssigned To => reyhard
2015-12-28 13:04StreupfefferNote Added: 0003387
2015-12-28 15:15reyhardNote Added: 0003390

Notes
(0002782)
MrPiipe   
2015-11-17 17:17   
This is still happening. Also happens when the raven is used and there's a Zeus. Zeus will hear the noise from the Raven, making it extremely annoying.
(0002833)
MrPiipe   
2015-11-24 02:21   
Whenever the Raven is in use it spams these lines into the .rpt

Error in expression <m_fail",1];
};




_clockBoxText = call rhsusf_fnc_cameraTime;


(_dspl displayC>
10:49:38 Error position: <rhsusf_fnc_cameraTime;


(_dspl displayC>
10:49:38 Error Undefined variable in expression: rhsusf_fnc_cameratime
10:49:38 File rhsusf\addons\rhsusf_c_uav\scripts\GCS\GCScameraOn2.sqf, line 266
(0003143)
reyhard   
2015-12-19 19:43   
most of those bugs are fixed but some remains
(0003387)
Streupfeffer   
2015-12-28 13:04   
The Soundbug for Zeus is in V0401 still hearble.
Had a look in the "rhsusf_c_uav.pbo/mavLaunch.sqf" found the Function "sayGlobal" who is working with "say".
So i Replaced the Call with a say3d Call

Old:[[_microAirVehicle, "prop_startup02"],"rhs_fnc_sayGlobal"] call BIS_fnc_MP;
New:_microAirVehicle say3D "prop_startup02";

And, it worked (Hurray)
The sound is now only audible from a few meters around the Raven.

So i replaced as much as i found "say" to "say3D" and the Raven was now much more like a UAV from Vanilla (soundwise)

I've only tested it in Editor, not in a SP Scenario nor in MP.

I Hope i've helped you a bit to make your mod the awesome thing he is :-)
Greets Strepfeffer
(0003390)
reyhard   
2015-12-28 15:15   
thanks, we will incorporate it in next version :)