home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / default.cfg < prev    next >
Encoding:
Text File  |  2008-08-01  |  1.8 KB  |  109 lines

  1. //
  2. // KEY BINDINGS
  3. //
  4.  
  5. unbindall
  6.  
  7. //
  8. // weapons
  9. //
  10. bind    1        "weapon 1"
  11. bind    2        "weapon 2"
  12. bind    3        "weapon 3"
  13. bind    4        "weapon 4"
  14. bind    5        "weapon 5"
  15. bind    6        "weapon 6"
  16. bind    7        "weapon 7"
  17. bind    8        "weapon 8"
  18. bind    9        "weapon 9"
  19. bind    0        "weapon 10"
  20. bind    -        "sizedown"
  21. bind    _        "sizedown"
  22. bind    =        "sizeup"
  23. bind    +        "sizeup"
  24.  
  25. bind    [           weapprev
  26. bind    ]           weapnext
  27. bind    /            weapnext
  28. bind    \            weapongrabbed
  29. bind    ENTER        +button2
  30.  
  31. bind    mwheelup    weapprev
  32. bind    mwheeldown    weapnext
  33.  
  34. //
  35. // CHARACTER CONTROLS
  36. //
  37.  
  38. bind    CTRL        +attack
  39.  
  40. bind    ALT            +strafe
  41. bind    SHIFT         +speed
  42.  
  43. bind    DEL         +lookdown
  44. bind    PGDN        +lookup
  45. bind    END         centerview
  46.  
  47. bind    c           +movedown
  48. bind    SPACE       +moveup 
  49.  
  50.  
  51. bind    UPARROW     +forward
  52. bind    DOWNARROW   +back
  53. bind    LEFTARROW   +left
  54. bind    RIGHTARROW  +right
  55. bind    w           +forward
  56. bind    a           +moveleft
  57. bind    s           +back
  58. bind    d           +moveright
  59.  
  60. //
  61. // MOUSE OPTIONS
  62. //
  63.  
  64. bind    \           +mlook
  65.  
  66. //
  67. // CLIENT ENVIRONMENT COMMANDS
  68. //
  69.  
  70. bind    PAUSE       "pause"
  71. bind    ESCAPE      "togglemenu"
  72. bind    ~           "toggleconsole"
  73. bind    `           "toggleconsole"
  74.  
  75. bind    TAB         +scores
  76.  
  77. bind    F1          "vote yes"
  78. bind    F2            "vote no"
  79. bind    F3            "ui_teamorders"
  80.  
  81. //
  82. //    DEVELOPER KEYS
  83. //
  84. //bind    F4            give all
  85. //bind    F5            r_speeds 1
  86. //bind    F6            r_speeds 0
  87. //bind     F7            r_showtris 1
  88. //bind    F8            r_showtris 0
  89. //bind    F9            noclip
  90. //bind     F10            god
  91. bind     F11            screenshot
  92.  
  93.             
  94. bind    t           "messagemode"
  95.  
  96. //
  97. // MOUSE BUTTONS
  98. //
  99.  
  100. bind    MOUSE3      +zoom
  101. bind    MOUSE1      +attack
  102. bind    MOUSE2      +strafe
  103.  
  104. //
  105. // UNSUPPORTED CVARS
  106. //
  107.  
  108. set r_vertexLight 0
  109. set r_intensity 1