Arma 3
Not enough ratings
ARMA 3 Chat Wheel - Redux
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
31.446 KB
16 Jul, 2023 @ 2:28pm
12 Sep, 2023 @ 3:13pm
13 Change Notes ( view )

Subscribe to download
ARMA 3 Chat Wheel - Redux

Description
ARMA 3 Chat Wheel - Redux


Description
Chat Wheel Redux is a complete rewrite of an original chat mod by Jenna, who gave permission to use their original code because "this is for accessibility so gatekeeping is cringe."

Redux has rewritten the original mod and added tons of new features, such as support for custom voice lines, a robust tags system, letting users add further customization to the custom messages they could already set in the original.

If you run into any issues, report them on GitHub Issue Tracker[github.com].

For now, the mod uses the Keeli Company unit's logo for the launcher information, since that is who the mod was primarily developed for.



For Mod Developers
Every message in the mod supports voice lines, but there aren't any included in the base mod for the purpose of keeping it simple and lightweight.

If you wish to add custom voice lines to messages, here is the list of all voice line tags from the mod.
To add sounds, simply create a class and a voicelines attribute with a list of all of the sound files.
To add sounds for custom messages, the process is the exact same, just create a new class rather than using on the ones listed below.

class CWR_VoiceLines { class NeedMedic {...}; class NeedHelp {...}; class Sorry {...}; class Follow {...}; class ContactInf {...}; class ContactVic {...}; class ContactFort {...}; class NeedAmmo {...}; class Status {...}; class FirePerm {...}; class ClearBack {...}; class BackClear {...}; class RocketFire {...}; class ThrowGrenade{...}; class ThrowSmoke{...}; class Unconscious {...}; // ACE Medical };




Links
GitHub Repo[github.com]
3 Comments
Komodo 13 Jun, 2024 @ 11:51am 
really novel idea, great mod
DartRuffian  [author] 8 Aug, 2023 @ 11:03am 
@R3vo appreciate it, there's a lot of people who are deaf/mute in the groups I run with, so making it easier for people to quickly communicate helps a lot.
R3vo 8 Aug, 2023 @ 8:02am 
Genius idea. Well done!