PDA

View Full Version : VSAY_TEAM...



Sirc
07-05-2003, 03:56 PM
I'm Frozen/Someone Unfreeze Me /bind h "vsay_team help;say_team I'm frozen!"
Thank You/Thanks For The Thaw /bind j "vsay_team praise;say_team Thank You!"
I'm on my way/I'm Coming To Help /bind k "vsay_team helping;say_team On my way!"

Does the "say_team" in the second part of each of these bindings do anything, or are they there as a comment? For example, if I had the following binding setup, I would have expected it to say "Rats! I'm frozen again!", but it doesn't, it just says "I'm frozen!" when you press the key.


/bind h "vsay_team help;say_team Rats!  I'm frozen again!"

FUS1ON
07-05-2003, 04:51 PM
The vocal/audible commands are predefined and they mostly have to do with team communications

Here's a few more
GETFLAG "getflag"
OFFENSE "offense"
DEFEND "defend"
DEFENDFLAG "defendflag"
PATROL "patrol"
CAMP "camp"
FOLLOWME "followme"
RETURNFLAG "returnflag"
FOLLOWFLAGCARRIER "followflagcarrier"
YES "yes"
NO "no"
ONGETFLAG "ongetflag"
IHAVEFLAG "ihaveflag"

There's more but I think you get the idea, What you do is replace the word (Help) in this command (/bind h "vsay_team help;say_team I'm frozen!") with one from above and it change what is said vocally and change the I'm frozen! part to something else and that will change what is shown on the screen.

Death Engineer
07-05-2003, 07:07 PM
I think the technical answer to your question is that the VSAY stuff is vocal or voice commands which are predefined. The SAY_TEAM is text that appears on the screen and is totally customizable. :thumbs:

Sirc
07-05-2003, 08:03 PM
Originally posted by Death Engineer@Jul 5 2003, 03:07 PM
I think the technical answer to your question is that the VSAY stuff is vocal or voice commands which are predefined. The SAY_TEAM is text that appears on the screen and is totally customizable. :thumbs:
Thanks DE! That was the answer I was looking for. My question wasn't very clear, but you managed to decrypt it somehow. :P

Thanks Shoggy! Are all of the audible commands listed in the q3config file?

FUS1ON
07-05-2003, 09:16 PM
Nope, SAL found them somewhere on the net and sent them to me.

#define VOICECHAT_GETFLAG "getflag"
#define VOICECHAT_OFFENSE "offense"
#define VOICECHAT_DEFEND "defend"
#define VOICECHAT_DEFENDFLAG "defendflag"
#define VOICECHAT_PATROL "patrol"
#define VOICECHAT_CAMP "camp"
#define VOICECHAT_FOLLOWME "followme"
#define VOICECHAT_RETURNFLAG "returnflag"
#define VOICECHAT_FOLLOWFLAGCARRIER "followflagcarrier"
#define VOICECHAT_YES "yes"
#define VOICECHAT_NO "no"
#define VOICECHAT_ONGETFLAG "ongetflag"
#define VOICECHAT_ONOFFENSE "onoffense"
#define VOICECHAT_ONDEFENSE "ondefense"
#define VOICECHAT_ONPATROL "onpatrol"
#define VOICECHAT_ONCAMPING "oncamp"
#define VOICECHAT_ONFOLLOW "onfollow"
#define VOICECHAT_ONFOLLOWCARRIER "onfollowcarrier"
#define VOICECHAT_ONRETURNFLAG "onreturnflag"
#define VOICECHAT_INPOSITION "inposition"
#define VOICECHAT_IHAVEFLAG "ihaveflag"
#define VOICECHAT_BASEATTACK "baseattack"
#define VOICECHAT_ENEMYHASFLAG "enemyhasflag"
#define VOICECHAT_STARTLEADER "startleader"
#define VOICECHAT_STOPLEADER "stopleader"
#define VOICECHAT_WHOISLEADER "whoisleader"
#define VOICECHAT_WANTONDEFENSE "wantondefense"
#define VOICECHAT_WANTONOFFENSE "wantonoffense"
#define VOICECHAT_KILLGAUNTLET "kill_gauntlet"
#define VOICECHAT_PRAISE "praise"