This is great news!! Been waiting for this for quite some time now
Does it include the ability to use bind a key using the vstr+ command from rev1664?
https://code.google.com/p/bzzwolfsp/sou … ail?r=1664
Thanks again for the link and release. Looking forward to testing this!
edit : It looks like +vstr support has been added. Many thanks for this!
I'm trying to use the Prime Grenade script provided by OutKast with my config. Can anyone help me out with the commands should be?
Prime Grenade Script
-------------------------------------------------------------
Warn teammates about incoming grenades;
press key to switch to grenade and vsay_team ClearPath
release key to throw grenade and vsay_team FireintheHole
-------------------------------------------------------------
adjust binds like below,
bind x "weaponbank 1; exec attack1.cfg"
bind x "weaponbank 2; exec attack1.cfg"
bind x "weaponbank 3; exec attack1.cfg"
bind x "weaponbank 4; exec attack2.cfg"
bind x "weaponbank 5; exec attack1.cfg"
bind x "weaponbank 6; exec attack1.cfg"
-------------------------------------------------------------
Now create 2 extra .cfg files;
1= attack1.cfg, with:
--------------------------------------------------------------
bind mouse1 "+attack"
--------------------------------------------------------------
2= attack2.cfg, with:
--------------------------------------------------------------
bind mouse1 "+button4; vstr cgren; -button4"
set cgren "vstr cgren1"
set cgren1 "vsay_team ClearPath; +attack; set cgren vstr cgren2"
set cgren2 "vsay_team FireInTheHole; -attack; -attack; exec attack1; set cgren vstr cgren1"
--------------------------------------------------------------
how would I convert that to this?
+vstr gives customizable "+" command support.
That is, with +vstr, a player has the ability to execute a command when a
key is pressed, and another command when the same key is released.
------------------------------------------------------------------------------------
bind x "+vstr cvar1 cvar2"
set cvar1 "vsay Hi"
set cvar2 "say What's Happening??"
------------------------------------------------------------------------------------
press x; vsay "Hi"
release x say "What's Happening??"
RTCW
will
NEVER
die!