Page Actions
Wiki Actions
User Actions
Submit This Story

Quake3 1 key duck/stand n' walk/run toggle

Another quake3 configure script sample using variable feature

script

//===================
//Duck n' Walk toggle
//===================
set duck "+movedown; set crouchswitch vstr stand; echo Crouching..." 
set stand "-movedown; set crouchswitch vstr duck; echo Standing..."
set crouchswitch "vstr duck"

set walk "-speed; set runswitch vstr run; echo Running..." 
set run "+speed; set runswitch vstr walk; echo Walking..."
set runswitch "vstr walk"

Just bind crouchswitch and runswitch on your keys and we are set!

LINKBACK~~

Discussion

Enter your comment
 
 
blog/2007/3/quake3_1_key_duck_stand_n_walk_run_toggle.txt · Last modified: 2007/03/01 00:00 (external edit)     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki