Notes |
|
|
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. |
|
|
|
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 |
|
|
|
most of those bugs are fixed but some remains |
|
|
|
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 |
|
|
|
thanks, we will incorporate it in next version :) |
|