Arma 3
ARMA 3 Chat Wheel - Redux
Showing 1-10 of 13 entries
< 1  2 >
Update: 12 Sep, 2023 @ 3:13pm

Moved some code to functions, CWR_fnc_getNearbyPlayers and CWR_fnc_isPlayer.
Fixed voice lines not being able to play at mission start (within the first CWR_Voice_CoolDown seconds).
Updated requiredAddons (added CBA_events and CBA_hashes).
Volume slider for custom voice lines.

New voice line tag, vl-Unconscious.
Automatic messages when a player goes unconscious (for ACE Medical, will not be triggered if ace is not loaded).

Update: 19 Aug, 2023 @ 9:18pm

1.3.2
Added debug message option and dev log function
Changed sendMessage function to sendGroupMessage.
Fixed grenade voice line playing for each nearby player.
- Caused situations where if 10 players were nearby, all players would hear a voice line 10 times.


1.3.3
Converted all function names to camel case
Removed developer include, caused CTD on launch

Update: 17 Aug, 2023 @ 1:58pm

Minor fix for a typo in the grenade script that caused the message and voiceline to not be sent.

Update: 17 Aug, 2023 @ 11:24am

Grenade message now denotes between normal (explosive) and smoke grenades.
ThrowSmoke voiceline added.

Script files renamed to camelCase.
Grenade handler split into separate functions, now only checks for ACE being loaded once.

Update: 10 Aug, 2023 @ 7:06am

Fixed a typo in the tag menu.

Update: 3 Aug, 2023 @ 5:02pm

Slight performance gain, swapped out nearestObjects for nearEntities when getting nearby units.

Update: 19 Jul, 2023 @ 2:52pm

Update: 19 Jul, 2023 @ 2:51pm

Automatic messages on grenade throw (can be disabled on each client), also displays player's bearing.
- Includes voiceline support: ThrowGrenade
Split up contact tag into direction, bearing, and distance tags

Update: 16 Jul, 2023 @ 6:15pm

Fixed some settings being marked as needing a restart, fixed tag menu not appearing

Update: 16 Jul, 2023 @ 5:43pm