%N:Displays who your are looking at?. Example: Kerbuffel
So, it could be: I'm near the read chaingun, 92 health, 42 units of body armor, the
autodoc, using the railgun and looking at Kerbuffel.
Aliases
Aliases are a string of commands that a entered on the depression of a key. These are
aliases that I use. To use these, copy them
To use these aliases, copy them, edit them to your likings, then save the file
in your Quake2\CTF\ dirctory as autoexec.cfg. This will execute them on startup.
alias +hook "use grapple; +attack"
alias -hook "-attack"
bind mouse2 "+hook"
This is what I use for my grappling hook. If I tap it once, it will simply pull out my
grappling hook. If I hold down, it'll use my grappling hook, and then fire it.
alias zoomin "fov 15; bind z zoomout"
alias zoomout "fov 90; bind z zoomin"
bind z "zoomin"
The Classic Quake zoom. Hit it once, it zooms in. Hit it again, it zooms out. Edit the
FOVs to what you want.
alias left "hand 1; bind x right"
alias right "hand 0; bind x left"
bind x "left"
This is a nifty hand switcher. Hit it once, it'll make you left handed, hit it again, puts
the gun in your right hand again. Useful for using corners for cover.
alias warn "echo Are you sure you want to drop your Tech?; echo Hit O to abort; bind p techdrop"
alias techdrop "drop tech; bind p warn"
bind p "warn"
bind o "bind p warn"
This is a nifty little alias. It asks you if you're sure you want to drop your tech
powerup. I can't tell you how many times I've dropped my autodoc when i tried to turn on my
powerarmor...
bind m cross
alias cross cross1
alias cross0 "alias cross cross1;crosshair 0;echo Crosshair Off"
alias cross1 "alias cross cross2;crosshair 1;echo Cross"
alias cross2 "alias cross cross3;crosshair 2;echo Dot"
alias cross3 "alias cross cross0;crosshair 3;echo Angle"
Nifty Crosshair switcher. Cycles through your crosshairs. I can never decide.
On to the next section: ThunderWalker II: Rolling Thunder
Back to Directory