The Quick Quake Page


Quick Quake Links

QuakeII

Quake II Coverage on GameSpot.com

Quake

Rob's Quake Haven

GLQuake

FLYING PENGUIN'S GLQUAKE & QUAKE 2 VOODOO 3D FAQ PAGE

Big Boys Links

Canapus 3Dfx Info

 

   

Quick Quake Alias Info

Turning Mouselook on Permanently - Simply type at the console +mlook or put it in a config file.

Aliases

How to use: To bind and alias to a key, use the bind or mouse# console commands. Example, suppose I want to bind the alias BRAFISH to the b key. I'd type at the console BIND B BRAFISH. Aliases and all other console commands (like bind) can be stored in configuration files so that you don't have to type them in every time you play. Save them in any text file, it doesn't matter what the extension is. Just EXEC myfile.cfg either from the console or the command line like: QUAKE +EXEC MYFILE.CFG

Here's an interesting alias from John Sproull: "These work great with grenades (as they take a while to blow up) and rockets (if you're in a big enough room). I can wait to try it with the lightening gun!! spinning death! :) As you can see, after binding these to a key, one press turns it on (and if you use grenades and live) another turns it off.

alias kill_left kill_l1 alias kill_l1 "alias kill_left kill_l0 ; say Die, Scum!! ; +left ; +moveleft ; +attack;"
alias kill_l0 "alias kill_left kill_l1 ; say haha ; -moveleft ; -left ; -attack"
alias kill_right kill_r1 alias kill_r1 "alias kill_right kill_r0 ; say Die, Scum!! ; +right ; +moveright ; +attack;"
alias kill_r0 "alias kill_right kill_r1 ; say haha ; -moveright ; -right ; -attack;"


Here are three aliases that give you fast attack capabilities to both side and the rear, from Piramida:

alias fastleft "impulse 3; cl_yawspeed 1280; +left; wait; +attack; -left; wait; -attack; cl_yawspeed 140"
alias fastright "impulse 3;cl_yawspeed 1280; +right; wait; +attack; -right; wait; -attack; cl_yawspeed 140"
alias fastback "impulse 3; cl_yawspeed 2670; +right; wait; +attack; -right; wait; -attack; cl_yawspeed 140"


Shroom Mode from Mike Anzulovic:



v_iyaw_cycle 2
v_iroll_cycle 5
v_ipitch_cycle 3
v_iyaw_level 45
v_iroll_level 90
v_ipitch_level 45
alias shroom "v_idlescale 1 ; bind s noshroom"
alias noshroom "v_idlescale 0 ; bind s shroom" bind s shroom


X-Ray Mode from BadAss:


alias xray_t xray_on
alias xray_on "alias xray_t xray_off ; r_draworder 1 ; echo Xray on "
alias xray_off "alias xray_t xray_on ; r_draworder 0 ; echo Xray off "
bind x xray_t



Sniper Mode from Levi Silver: (Taken from Darxus's QSCOPE.SCR and snipped for space reasons)


bind p zoom45
bind o bf
alias zoom90 "bind p zoom45;uncenter;bind ] in45 ;bind o bf ;bind [ bf ;fov 90.00;sensitivity 5.00"
alias zoom45 "bind p zoom30;center; bind ] in30 ;bind o zoom90;bind [ zoom90;fov 45.00;sensitivity 2.50"
alias zoom30 "bind p zoom22; bind ] in22 ;bind o zoom45;bind [ out45 ;fov 30.00;sensitivity 1.67"
alias zoom22 "bind p zoom18; bind ] in18 ;bind o zoom30;bind [ out30 ;fov 22.50;sensitivity 1.25"
alias zoom18 "bind p zoom15; bind ] in15 ;bind o zoom22;bind [ out22 ;fov 18.00;sensitivity 1.00"
alias zoom15 "bind p zoom12; bind ] in12 ;bind o zoom18;bind [ out18 ;fov 15.00;sensitivity 0.83"
alias zoom12 "bind p zoom11; bind ] in11 ;bind o zoom15;bind [ out15 ;fov 12.86;sensitivity 0.71"
alias zoom11 "bind p zoom10; bind ] zoom10;bind o zoom12;bind [ out12 ;fov 11.25;sensitivity 0.63"
alias zoom10 "bind p bf ; bind ] bf ;bind o zoom11;bind [ out11 ;fov 10.00;sensitivity 0.56"
bind ] in45
alias in45 "fov 45.00;center;sensitivity 2.50;wait;in30"
alias in30 "fov 30.00; sensitivity 1.67;wait;in22"
alias in22 "fov 22.50; sensitivity 1.25;wait;in18"
alias in18 "fov 18.00; sensitivity 1.00;wait;in15"
alias in15 "fov 15.00; sensitivity 0.83;wait;in12"
alias in12 "fov 12.86; sensitivity 0.71;wait;in11"
alias in11 "fov 11.25; sensitivity 0.63;wait;zoom10"
bind [ out11
alias out45 "fov 45.00;sensitivity 2.50;wait;zoom90"
alias out30 "fov 30.00;sensitivity 1.67;wait;out45"
alias out22 "fov 22.50;sensitivity 1.25;wait;out30"
alias out18 "fov 18.00;sensitivity 1.00;wait;out22"
alias out15 "fov 15.00;sensitivity 0.83;wait;out18"
alias out12 "fov 12.86;sensitivity 0.71;wait;out15"
alias out11 "fov 11.25;sensitivity 0.63;wait;out12"


Here's an alias for those that are too lazy or unskilled to need a rocket jumping macro from Michael Leon:

alias +launch "cl_pitchspeed 1000; impulse 7; +lookdown; long_wait; +jump; wait; +attack; +forward"
alias -launch "-lookdown; -jump; -attack; cl_pitchspeed 100; centerview; -forward"
alias long_wait "wait; wait; wait; wait"


www.ProtoWrxs.com

www.ProtoWrxs.com

www.ProtoWrxs.com