[ Main Sections ]
Home:
New and modified pages
Clan:
Info about the EvEm clan
Tech:
Info about running Quake2 on your system
Tactical:
Hints about playing Q2 and other mods
Comms:
Links to other web sites we've found
Updates:
News and events
Surveillance:
Screen shots and other pics

Site Index
Perth Clans
Local Q2 Servers

Site Archive:
All the old stuff

For help see:
How to use this site

[ This site was designed and built by Xtro. It is maintained by Xtro and Rebem. ]

[ Text Search ]
Type in a keyword, number of results desired and click Search.


[ Regular Features ]
[ Rebem ]
4/8/98Funny Flag Pics
10/12/98Help, Im in a Bind
10/12/98Rebems Gripe List
27/8/98Steering Wheel
14/10/98The Lamer Award
[ Xtro ]
15/10/98Close Game
15/10/98Dead Again
21/8/98Demo Fun
24/10/98Disconnection Blues
22/10/98More Funky Screenshots
22/8/98More Gibbage
28/8/98The Last Thing I Saw
 
Evil Empire [EvEm] December 13, 2001
My CTF cfg file setup

Author: Xtro
Modified: May 24, 1998 - 20:20:02
Created: March 27, 1998

Here's the scripts I use in the game

I've found these to be very useful in a game

// Look Floor - Used In Rocket Jump
alias +lookfloor "set pitchspeed $cl_pitchspeed; set cl_pitchspeed 100000;+lookdown"
alias -lookfloor "-lookdown; set cl_pitchspeed $pitchspeed; centerview"

// Center Weapon - Used In Rocket Jump and Zoom
alias +centerweapon "set handtemp $hand; hand 2"
alias -centerweapon "set hand $handtemp"

// Rocket Jump - Cleaner Rocket Jump (Must be already holding RL)
alias +rocket "+lookfloor; +centerweapon; +moveup; +attack"
alias -rocket "-attack; -moveup; -centerweapon; -lookfloor"
bind ctrl "+rocket"

// Zoom - Improved Zooming + Wideangle
alias +zoom "fov 20;set senstemp $sensitivity;set sensitivity 3;+centerweapon"
alias -zoom "fov 90;set sensitivity $senstemp;-centerweapon"
alias +wideview "fov 150;set senstemp $sensitivity;set sensitivity 3;+centerweapon"
alias -wideview "fov 90;set sensitivity $senstemp;-centerweapon"
bind space "+zoom"
bind alt "+wideview"

//CTF2 Quick Grenade
alias +qg "use grenade launcher;use grenades;+attack"
alias -qg "-attack;weaplast"
bind g +qg

//Quake Style Score and Inventory Screens
alias +scorescreen "cmd help"
alias -scorescreen "cmd help"
bind f1 +scorescreen
alias +invscreen "inven"
alias -invscreen "inven"
bind tab "+invscreen"

//Netgraph:
alias graphon "netgraph 1;echo Netgraph ON;bind n graphoff"
alias graphoff "netgraph 0;echo Netgraph OFF;bind n graphon"
bind n graphon

//Toggle Crouching
bind c "crouch"
alias crouch +crouch
alias +crouch "alias crouch -crouch;+movedown"
alias -crouch "alias crouch +crouch;-movedown"

//CTF2 settings
alias +grapple "use grapple"
alias -grapple "weaplast"
bind SHIFT +grapple



^top
<back