home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Accelerator 19
/
PCXL19.iso
/
demos
/
q3wctf.exe
/
tac.cfg
< prev
next >
Wrap
Text File
|
1999-12-14
|
2KB
|
64 lines
//-----------------------------------------------
// Clan Tactical Atomic Canuck's Q3 config
// http://www.labtop.com/~tac
// Author: Eric J. Smith ejs@cs.washington.edu
// Nick: [TAC]inhuman
//-----------------------------------------------
unbindall
//---------
// movement
//---------
bind w "+forward"
bind s "+back"
bind a "+moveleft" // strafe left
bind d "+moveright" // strafe right
bind space "+moveup" // jump
bind shift "+movedown" // crouch
bind alt "+speed" // walk mode
//-----------------------------------------------
// weapons
//-----------------------------------------------
bind mouse1 "+attack"
bind mouse2 "weapnext"
bind 1 "weapon 1" // gauntlet
bind 2 "weapon 7" // rail
bind 3 "weapon 5" // rocket
bind 4 "weapon 8" // plasma
bind 5 "weapon 3" // shotgun
//-----------------------------------------------
// comms - Classified TAC Top Secret :)
//-----------------------------------------------
bind t "messagemode"
bind enter "messagemode2"
bind tab "say_team Acknowledged"
//-----------------------------------------------
// misc
//-----------------------------------------------
seta name "[TAC]inhuman"
bind F1 "+scores"
bind F7 "screenshot"
bind F8 "map_restart"
seta cg_fov 95
seta sensitivity 8
seta r_railWidth 16
seta r_railCoreWidth 6
seta r_railSegmentLength 32
seta cg_crosshairhealth 0
//-----------------------------------------------
// demo recording
//-----------------------------------------------
set start_rec "g_syncronousClients 1; record; g_syncronousClients 0; set rec_demo vstr stop_rec"
set stop_rec "stoprecord; set rec_demo vstr start_rec"
set rec_demo "vstr start_rec"
bind F6 "vstr rec_demo"
// EOF - DO NOT DELETE THIS LINE