home *** CD-ROM | disk | FTP | other *** search
/ PC Accelerator 19 / PCXL19.iso / demos / q3wctf.exe / tac.cfg < prev    next >
Text File  |  1999-12-14  |  2KB  |  64 lines

  1. //-----------------------------------------------
  2. // Clan Tactical Atomic Canuck's Q3 config
  3. // http://www.labtop.com/~tac
  4. // Author: Eric J. Smith   ejs@cs.washington.edu
  5. // Nick: [TAC]inhuman
  6. //-----------------------------------------------
  7.  
  8. unbindall
  9.  
  10. //---------
  11. // movement
  12. //---------
  13. bind     w    "+forward"
  14. bind    s    "+back"
  15. bind    a    "+moveleft"    // strafe left
  16. bind    d    "+moveright"    // strafe right
  17. bind    space    "+moveup"    // jump
  18. bind     shift    "+movedown"    // crouch
  19. bind    alt    "+speed"    // walk mode
  20.  
  21. //-----------------------------------------------
  22. // weapons
  23. //-----------------------------------------------
  24. bind mouse1 "+attack"
  25. bind mouse2 "weapnext"
  26. bind 1 "weapon 1"    // gauntlet
  27. bind 2 "weapon 7"    // rail
  28. bind 3 "weapon 5"    // rocket
  29. bind 4 "weapon 8"    // plasma
  30. bind 5 "weapon 3"    // shotgun
  31.  
  32. //-----------------------------------------------
  33. // comms - Classified TAC Top Secret :)
  34. //-----------------------------------------------
  35. bind t "messagemode"
  36. bind enter "messagemode2"
  37. bind tab "say_team Acknowledged"
  38.  
  39. //-----------------------------------------------
  40. // misc
  41. //-----------------------------------------------
  42. seta name "[TAC]inhuman"
  43.  
  44. bind F1    "+scores"
  45. bind F7 "screenshot"
  46. bind F8 "map_restart"
  47.  
  48. seta cg_fov 95
  49. seta sensitivity 8
  50.  
  51. seta r_railWidth 16
  52. seta r_railCoreWidth 6
  53. seta r_railSegmentLength 32
  54. seta cg_crosshairhealth 0
  55.  
  56. //-----------------------------------------------
  57. // demo recording
  58. //-----------------------------------------------
  59. set start_rec "g_syncronousClients 1; record; g_syncronousClients 0; set rec_demo vstr stop_rec"
  60. set stop_rec "stoprecord; set rec_demo vstr start_rec"
  61. set rec_demo "vstr start_rec"
  62. bind F6 "vstr rec_demo"
  63.  
  64. // EOF - DO NOT DELETE THIS LINE