PDA

View Full Version : Is there a bind for this VSAY?


Lemiwinks
02-27-2008, 06:08 PM
I was playing around on a self hosted server with bots the other day and tanking. While I was playing, I heard the GDF bots tell me something along the lines of, "Hold on, I'm going to fix your ride." or something like that.

Now I know that there are bot only vsays that you can use by binding them, (I have 3 bound myself), but for the life of me I can't guess what the vsay line is for this one. ETQW 4 Newbies doesn't have it even listed in the vsay section either.

Anyone know the vsay line for that botchat?

ACCdemo
02-27-2008, 06:12 PM
Not sure if it's in here:

http://wiki.battle.no/index.php/Quake_Wars_vsay_list

KhyronJinn
02-28-2008, 01:58 AM
They even have one for "Hold on, I'm going to TK Revive you."

O_o

Singh400
02-28-2008, 02:39 AM
Here you go...


clientQuickChat gdf/botchat/generic/vehicle/letmerepair
clientQuickChat gdf/botchat/generic/vehicle/iwillfixride
clientQuickChat gdf/botchat/generic/vehicle/stopiwillfixride
clientQuickChat strogg/botchat/generic/vehicle/letmerepair
clientQuickChat strogg/botchat/generic/vehicle/iwillfixride
clientQuickChat strogg/botchat/generic/vehicle/stopiwillfixride


Edit* Added fancy image...

http://img405.imageshack.us/img405/687/shot00112yo4.th.jpg (http://img405.imageshack.us/img405/687/shot00112yo4.jpg)
(click to make bigger)

MadMarkus
02-28-2008, 04:12 AM
Cool thanks Singh. Do you bind that whole string to a key somehow or do you have to type all that in each time?
Sorry I havent done much with command line stuff in QW...just starting to learn.

Backdraft
02-28-2008, 09:08 AM
Cool thanks Singh. Do you bind that whole string to a key somehow or do you have to type all that in each time?
Sorry I havent done much with command line stuff in QW...just starting to learn.


bind "x" "clientQuickChat gdf/botchat/generic/vehicle/letmerepair"
bind "x" "clientQuickChat gdf/botchat/generic/vehicle/iwillfixride"
bind "x" "clientQuickChat gdf/botchat/generic/vehicle/stopiwillfixride"
bind "x" "clientQuickChat strogg/botchat/generic/vehicle/letmerepair"
bind "x" "clientQuickChat strogg/botchat/generic/vehicle/iwillfixride"
bind "x" "clientQuickChat strogg/botchat/generic/vehicle/stopiwillfixride"


Replace x with w/e key you want to use.

Singh400
02-28-2008, 02:22 PM
bind "x" "clientQuickChat gdf/botchat/generic/vehicle/letmerepair"
bind "x" "clientQuickChat gdf/botchat/generic/vehicle/iwillfixride"
bind "x" "clientQuickChat gdf/botchat/generic/vehicle/stopiwillfixride"
bind "x" "clientQuickChat strogg/botchat/generic/vehicle/letmerepair"
bind "x" "clientQuickChat strogg/botchat/generic/vehicle/iwillfixride"
bind "x" "clientQuickChat strogg/botchat/generic/vehicle/stopiwillfixride"


Replace x with w/e key you want to use.That won't work. This will though...


bind "x" "clientQuickChat botchat/generic/vehicle/letmerepair"
bind "x" "clientQuickChat botchat/generic/vehicle/iwillfixride"
bind "x" "clientQuickChat botchat/generic/vehicle/stopiwillfixride"


You don't need to bind them specifically for Strogg or GDF, it will auto detect them ;) Seeing as these are only Engineer/Constructor contexts. I'd suggest to add the Engineer/Constructor context. Like this:


seta g_class_context_constructor "cons"
seta g_class_context_engineer "engi"

bind "x" "clientQuickChat botchat/generic/vehicle/letmerepair" "" "cons"
bind "x" "clientQuickChat botchat/generic/vehicle/iwillfixride" "" "cons"
bind "x" "clientQuickChat botchat/generic/vehicle/stopiwillfixride" "" "cons"

bind "x" "clientQuickChat botchat/generic/vehicle/letmerepair" "" "engi"
bind "x" "clientQuickChat botchat/generic/vehicle/iwillfixride" "" "engi"
bind "x" "clientQuickChat botchat/generic/vehicle/stopiwillfixride" "" "engi"


This means that those VSAYs will only be activated and work when you are an Engineer or Constructor. Leaving the same three keys free for other class specific VSAYs.

I know I could add Cons and Engi under one context, but I don't want too ;) I've got a spawn script that relies on seperate contexts. And VSAYs aswell.

HF & GL. :dance:

Lemiwinks
02-29-2008, 02:19 AM
They even have one for "Hold on, I'm going to TK Revive you."

O_o

Yes I do, and i don't use it enough because I'm too busy moving fast to tell people that all the time, plus the key is in a bad spot. I should move it.


To Singh: Thanks a ton man! I love using these binds in game. :)

etqw. lalala
03-23-2008, 01:14 AM
Thank you for good infomation :)

nick_ss
03-23-2008, 01:23 AM
Good binds, thanks for the info Singh, I'm going to try it out and see if it works well.

Selektone
03-23-2008, 09:40 AM
so how do you bind 'hold on let me TK revive you'??
that would be fun

Lemiwinks
03-23-2008, 09:52 AM
so how do you bind 'hold on let me TK revive you'??
that would be fun

open the console and type in...

bind "(the key you want to bind it to goes here" "clientquickchat botchat/generic/tkrevive" "" "default"

Singh400
03-23-2008, 06:29 PM
so how do you bind 'hold on let me TK revive you'??
that would be funLike this:

bind "X" "clientquickchat botchat/generic/tkrevive" "" "default"

LighT_Sh4v0r
03-23-2008, 06:37 PM
Would it also be possible to edit your .config file? just open it in wordpad and edit some key values? or aren't there any keys in there?

Vale
03-23-2008, 07:01 PM
You can edit the etqwconfig.cfg, but I'd only change the settings that are already present rather than add any. Creating and using an autoexec.cfg is a much better way of doing it, as its easier to edit and know what you've done. Yes, you can do it in notepad/wordpad :)

Singh400
03-23-2008, 08:19 PM
Would it also be possible to edit your .config file? just open it in wordpad and edit some key values? or aren't there any keys in there?You could, but it wouldn't stick. All the config files get wiped and recreated everytime your start ETQW. Best to use a autoexec.cfg.

RickDangerous
03-24-2008, 07:37 PM
is it possible to assign multiple contexts?

i.e.
seta g_class_context_constructor "cons"
seta g_class_context_constructor "blabla"

or
seta g_class_context_constructor "cons, blabla"

Singh400
03-24-2008, 08:17 PM
is it possible to assign multiple contexts?

i.e.
seta g_class_context_constructor "cons"
seta g_class_context_constructor "blabla"

or
seta g_class_context_constructor "cons, blabla"No, it isn't.

Lemonhead
03-25-2008, 11:16 AM
Does anyone know a bind for the "I need a Supply Crate" thingy?

Dr_Driller
03-25-2008, 12:06 PM
i've never found it..

Singh400
03-25-2008, 04:38 PM
Does anyone know a bind for the "I need a Supply Crate" thingy?This is it:

clientQuickChat gdf/quickchat/need/supplystation

Remember to remove gdf/.

Lemonhead
03-26-2008, 11:30 AM
This is it:

clientQuickChat gdf/quickchat/need/supplystation

Remember to remove gdf/.

clientquickchat quickchat/responses/thanks