home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD2.iso / Demogame / Quake3 / q3ademo.exe / Main / pak0.pk3 / diehard.cfg < prev    next >
Encoding:
Text File  |  1999-11-29  |  1.1 KB  |  64 lines

  1. // George 'DieharD' Myshlyayev's Quake 3 Arena configuration file
  2. // Last updated 11/18/99
  3.  
  4. // Unbind all keys
  5.  
  6. unbindall
  7.  
  8. // Action binds
  9.  
  10. bind w "+forward"
  11. bind a "+moveleft"
  12. bind s "+back"
  13. bind d "+moveright"
  14. bind SPACE "+moveup"
  15. bind ALT "+movedown"
  16. bind CTRL "+speed"
  17. bind MOUSE1 "+attack"
  18. bind MOUSE3 "+zoom"
  19. bind v "+button2"
  20.  
  21. // Weapon binds
  22.  
  23. bind x "weapon 1"
  24. bind z "weapon 2"
  25. bind r "weapon 3"
  26. bind e "weapon 4"
  27. bind MOUSE2 "weapon 5"
  28. bind SHIFT "weapon 6"
  29. bind q "weapon 7"
  30. bind f "weapon 8"
  31. bind c "weapon 9"
  32.  
  33. // Misc binds
  34.  
  35. bind t "messagemode"
  36. bind y "messagemode2"
  37. bind F12 "screenshot"
  38. bind TAB "+scores"
  39.  
  40. // Server settings
  41.  
  42. seta sv_hostname "DieharD's passion pit"
  43.  
  44. // Other settings
  45.  
  46. seta in_mouse "-1"
  47. seta cl_run "1"
  48. seta sensitivity "6"
  49. seta name "DieharD"
  50. seta rate "25000"
  51. seta model "visor/default"
  52. seta color "6"
  53. seta crosshairhealth "0"
  54. seta cg_drawcrosshair "1"
  55. seta cg_fov "110"
  56. seta cg_drawgun "0"
  57. seta cg_drawTimer "1"
  58. seta cg_drawFPS "1"
  59. seta cg_autoswitch "0"
  60.  
  61. // Restart input to enable "in_mouse -1"
  62.  
  63. in_restart
  64.