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

  1.  
  2. // Configuration file for Tim Willits
  3.  
  4.  
  5. // Standard Input
  6.  
  7. sensitivity 5
  8. m_pitch .022
  9.  
  10. set cl_run 1
  11.  
  12. //
  13. // KEY BINDINGS
  14. //
  15.  
  16. unbindall
  17.  
  18. //
  19. // weapons
  20. //
  21.  
  22. cg_drawcrosshair 4
  23. cg_autoswitch 0
  24.  
  25.  
  26. bind    1        "weapon 1"
  27. bind    2        "weapon 2"
  28. bind    3        "weapon 3"
  29. bind    4        "weapon 4"
  30. bind    5        "weapon 5"
  31. bind    6        "weapon 6"
  32. bind    7        "weapon 7"
  33. bind    8        "weapon 8"
  34. bind    9        "weapon 9"
  35. bind    0        "weapon 10"
  36. bind    -        "weapon 11"
  37. bind    +        "weapon 12"
  38. bind     tab    +scores
  39. bind    [           weapprev
  40. bind    ]           weapnext
  41. bind    /            weapnext
  42. bind    ENTER        +button2
  43.  
  44. //
  45. // CHARACTER CONTROLS
  46. //
  47.  
  48.  
  49.  
  50. bind    CTRL        +attack
  51.  
  52. bind    ALT            +strafe
  53. bind    SHIFT         +speed
  54.  
  55. bind    ,           +moveleft
  56. bind    .           +moveright
  57. bind    DEL         +lookdown
  58. bind    PGDN        +lookup
  59. bind    END         centerview
  60. bind     a        +back
  61. bind     d           +moveright
  62. bind     s           +moveleft
  63. bind     z        +zoom
  64. bind     w         +button2
  65. bind     e         +button2
  66. bind     g         +button3
  67.  
  68. bind    c            +movedown
  69. bind    SPACE       +moveup 
  70.  
  71.  
  72. bind    UPARROW     +forward
  73. bind    DOWNARROW   +back
  74. bind    LEFTARROW   +left
  75. bind    RIGHTARROW  +right
  76.  
  77.  
  78.  
  79.  
  80. //
  81. // MOUSE OPTIONS
  82. //
  83.  
  84. bind    \           +mlook
  85.  
  86. //
  87. // CLIENT ENVIRONMENT COMMANDS
  88. //
  89.  
  90. bind    PAUSE       "pause"
  91. bind    ESCAPE      "togglemenu"
  92. bind    ~           "toggleconsole"
  93. bind    `           "toggleconsole"
  94.  
  95.  
  96.  
  97. //
  98. //    DEVELOPER KEYS
  99. //
  100.  
  101.  
  102. bind    F5             "give all"
  103. bind    F6            "toggle r_speeds"
  104. bind     F7            "toggle r_showtris"
  105. bind    F8            "notarget"
  106. bind    F9            "noclip"
  107. bind     F10            "god"
  108. bind     F11            "screenshot"
  109.  
  110.  
  111.             
  112. bind    t           "messagemode"
  113. bind    y        "messagemode2"
  114. bind    u        "messagemode3"
  115.  
  116.  
  117. //
  118. // MOUSE BUTTONS
  119. //
  120.  
  121.  
  122. bind    MOUSE1      +attack
  123. bind    MOUSE3      +forward
  124. bind    MOUSE2        weapnext
  125. bind mwheelup         weapnext
  126. bind mwheeldown        weapprev
  127.  
  128.  
  129. //----------------------------------------------
  130. //
  131. // userinfo
  132. //
  133.  
  134. set name Willits
  135. set sv_hostname Willits_Host
  136. set model razor
  137. //----------------------------------------------
  138.