Voice commands menu
#4
~
Try copying the file AC/config/menus_voicecom.cfg to something like AC/config/menus_chatcom.cfg (or whatever you want this menu to be named)
Change the newmenu line at the top to match your desired menu name:
newmenu chatcom 1 1
Edit the file to fit your desires and then add the exec line in to the menu creation list at the bottom of the file menus.cfg:
exec config/menus_chatcom.cfg
Then call the menu with an empty key in resetbinds.cfg (I used the M key for an example)
bind M [showmenu chatcom]

If you are trying to make some real custom sounds then you need to add them in to packages/audio/voicecom in the proper audio format and by using the filename as the name you will call them in menus_chatcom.cfg

Be aware that if you retain any of the default menu names it will duplicate the entries from the other voicecom menu in to your new menu.
Also, you will likely want to remove the const parts as they don't need to be called twice, since they are already in the default menu.

This is all just a basic example, of course, but I hope it helps you reach your endgame... I can explain further if you need, but you said you were already comfortable editing and creating other menus.
My guess is you were only hung on calling the new menu and binding it.
Thanks given by: championno99


Messages In This Thread
Voice commands menu - by championno99 - 11 Jan 16, 09:44PM
RE: Voice commands menu - by BluffCreek - 12 Jan 16, 02:40AM
RE: Voice commands menu - by championno99 - 12 Jan 16, 05:54PM
RE: Voice commands menu - by +f0r3v3r+ - 13 Jan 16, 01:04AM
RE: Voice commands menu - by championno99 - 14 Jan 16, 07:35PM
RE: Voice commands menu - by +f0r3v3r+ - 14 Jan 16, 07:43PM
RE: Voice commands menu - by championno99 - 14 Jan 16, 08:54PM
RE: Voice commands menu - by -xW-#@bd0u* - 16 Jan 16, 12:55PM