Arma 3
Integrated AI Voice Control System
 This topic has been pinned, so it's probably important
Asaayu  [developer] 24 Aug, 2021 @ 6:12am
New Command or Command Variation Request Thread
If you would like to request a new command or a variation of an already existing command to make the mod easier to use post them in the comments below.

A list of currently available commands, along with the mod version they were introduced in is available here.[docs.google.com]

Notes:
  • Some functionally available in the default command menu is not possible to replicate within the Arma 3 scripting environment and therefore can't be added to the mod.

Unsupported Default Command Actions:
  • Offsetting the position of units from the group leader while in a formation by flanking left or right.

Thank you for your support!
Last edited by Asaayu; 25 Dec, 2024 @ 12:11am
< >
Showing 1-15 of 61 comments
ruan 24 Aug, 2021 @ 8:28am 
Could we have "move up" as an alternative to "move forwards"?
Asaayu  [developer] 24 Aug, 2021 @ 9:08am 
Originally posted by ruan:
Could we have "move up" as an alternative to "move forwards"?
I've added it in the next update.
FalconEGY 24 Aug, 2021 @ 11:15am 
Thank you for this brilliant Mod,
Just heads up: When ordering a team to flank left or right, the order given is "move left" or "right" instead of flank left or right, which results that the designated units move as ordered then fall out of formation and just hold their position.
milkman 24 Aug, 2021 @ 4:22pm 
Can we have "On me" as a synonym for "Regroup"?
milkman 24 Aug, 2021 @ 4:23pm 
Also, being able to refer to the teams by their colour and the word team
"Yellow team regroup" doesn't seem to work right now
whereas
"Yellow regroup" does work
Eru The One 24 Aug, 2021 @ 7:21pm 
A command to tell medics to heal you/teammates, and one to tell engineers to fix vehicles
Eru The One 24 Aug, 2021 @ 7:25pm 
commands for rearming would be helpful too. Also love the mod
Some Toast 25 Aug, 2021 @ 3:14pm 
A command for squadmates getting into a vehicle you are already in and a command for a SITREP.
Koger 25 Aug, 2021 @ 7:08pm 
Compatibility for all in one command deluxe mod
Asaayu  [developer] 25 Aug, 2021 @ 9:41pm 
@Koger
I can try and provide some compatibility for that mod, although it might take a while to get everything compatible.
QueTip 25 Aug, 2021 @ 9:45pm 
"Contact" or similar as a command that puts your team into RED Combat mode, to "Fire At Will, Engage At Will".

maybe even commands that let you just say "Condition *Colour*"

to set to a specific contact mode as shown in:

https://community.bistudio.com/wiki/Combat_Modes
odkupiciel375 26 Aug, 2021 @ 3:14am 
would be nice to have commands that would allow for manipulation of gun lights/lasers. i tested some forms and "lights" worked fine but "lasers" needs some work especially if player wil try to say "laser".

lexicon_english.pls
<lexeme> <grapheme>lights</grapheme> <phoneme>laɪts</phoneme> <phoneme>laɪ ts</phoneme> <phoneme>laɪ t</phoneme> <phoneme>laɪt</phoneme> </lexeme> <lexeme> <grapheme>lasers</grapheme> <phoneme>leɪser</phoneme> <phoneme>leɪse </phoneme> <phoneme>leɪsers</phoneme> </lexeme> <lexeme> <grapheme>out</grapheme> <phoneme>aʊt</phoneme> </lexeme> <lexeme> <grapheme>off</grapheme> <phoneme>of</phoneme> <phoneme>off</phoneme> </lexeme> <lexeme> <grapheme>on</grapheme> <phoneme>ɒn</phoneme> <phoneme>ɑ:n</phoneme> <phoneme>on</phoneme> </lexeme>
grammar_english.xml
<!-- [functions] are purely for testing --> <item> lights out <tag>out="lights out[sit]";</tag> </item> <item> lights off <tag>out="lights off[sit]";</tag> </item> <item> lights on <tag>out="lights on[salute]";</tag> </item> <item> lasers out <tag>out="lasers out[stop]";</tag> </item> <item> lasers off <tag>out="lasers off[stop]";</tag> </item> <item> lasers on <tag>out="lasers on[pos_down]";</tag> </item>
script:
this enableGunLights "ForceOn"; this enableGunLights "ForceOff"; this enableIRLasers true; this enableIRLasers false;
LittleSalado 26 Aug, 2021 @ 1:05pm 
Is it possible to add a do not fire unless fired upon command? I know it can be changed via editor/Zeus but not sure about as a squad leader.
LittleSalado 26 Aug, 2021 @ 1:10pm 
Also something like fall in/rally up for regroup alternatives would be nice
Asaayu  [developer] 26 Aug, 2021 @ 1:11pm 
@LittleSalado
I think it's the groups behavior, should be easy to add once I find the right commands.
< >
Showing 1-15 of 61 comments
Per page: 1530 50