Arma 3
ROS AI Revive Demo and script v5.1
Showing 1-10 of 25 entries
< 1  2  3 >
Update: 13 Jan @ 3:17am

v5.1 update

* Fixed autorecover auto death time out stopped working (thanks RusComBear for flagging this bug)
* Fixed groan sfx not working properly syntax error with playsound3D
* Added additional array clearance checks for ROS_Processing and ROS_Incapacitated arrays
* Adjusted server while loop times
* Adjusted server while loop functions
* Adjusted likelihood of medic speaking - they now only speak half of the time and volume has been decreased
* Adjusted groan agony sfx volume reduced
* Adjusted medic revive positions to incap unit

Update: 29 Jul, 2024 @ 7:13am

Update: 25 Jul, 2024 @ 7:56am

Current changes to anim system in prep for 2.18 seems to have broken the script.
Using switchmove followed by playmoveNow seems to resolve most of these issues.
Fixed for the time being.

Update: 3 Jul, 2024 @ 8:40am

Added scope parameters option

Update: 3 Jul, 2024 @ 7:51am

Update: 3 Jul, 2024 @ 7:49am

Update: 3 Jul, 2024 @ 1:15am

Moved CFG sounds into hpp file. Updated instructions.

Update: 1 Jul, 2024 @ 8:08am

Update: 2 Mar, 2024 @ 10:50pm

Update: 2 Mar, 2024 @ 9:49pm

* Added support for mode 5 revive and SP teamswitch
* Removed remoteexec call of function BIS_fnc_reviveOnState - undocumented function - assume network synch is handled via local execution of fnc on remote units.
Changed to: ['#rev',1,_incap] call BIS_fnc_reviveOnState;