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

  1.  
  2. // Configuration file for Zach Jaquays
  3.  
  4. exec default.cfg
  5.  
  6. // Standard Input
  7. bind mouse1 "+attack"
  8. bind mouse2 "+forward"
  9. bind mouse3 "+moveup"
  10. seta sensitivity "6.5"
  11. seta freelook "1"
  12. seta sv_hostname "Fido's Doghouse"
  13. seta cl_run "1"
  14. seta color "1"
  15. seta name         "Fido"
  16. seta sex         "it"
  17. seta cg_lagometer "0"
  18. seta model         "klesk/default"
  19. seta cheats "1"
  20. seta cg_autoswitch "0"
  21.  
  22. unbind    "mwheelup"
  23. unbind    "mwheeldown"
  24.  
  25. bind ,             "+moveleft"
  26. bind .             "+moveright"
  27. bind TAB             "+scores"
  28. bind    SPACE            "+moveup"
  29. bind    z               "+lookdown"
  30. bind    a               "+lookup"
  31. bind       d            "+moveup"
  32. bind    c               "+movedown"
  33. bind    x               "centerview"
  34. bind    PGDN            "+lookdown"
  35. bind    PGUP            "+lookup"
  36. bind    END             "centerview"
  37. bind    ENTER           "+button2"
  38. bind    ALT            "+speed"
  39. bind    PAUSE        "pause"
  40. bind m             "+zoom
  41. bind CTRL            "+attack"
  42. bind UPARROW         "+forward"
  43. bind DOWNARROW         "+back"
  44. bind LEFTARROW          "+left"
  45. bind RIGHTARROW         "+right"
  46. bind /             "+weapnext"
  47. bind SHIFT              "+button3" //taunt/gesture
  48.  
  49. // Cheat/development Keys
  50.  
  51. bind    F2                      ""
  52. bind      F3                       ""
  53. bind    F4                    "give all"
  54. bind      f5                ""
  55. bind    F6                    ""
  56. bind    F7                    ""
  57. bind    F8                    ""
  58. bind    F9                    "noclip"
  59. bind    F10                   "god"
  60. bind    F11                   "screenshot"
  61. bind    F12                   ""
  62.  
  63. bind      1    "weapon 1" //gauntlet
  64. bind      2    "weapon 2" //machine gun
  65. bind      3    "weapon 3" //shotgun
  66. bind      4    "weapon 4" //grenade launcher
  67. bind      5    "weapon 6" //lightning gun
  68. bind      6    "weapon 4" //grenade launcher
  69. bind      7    "weapon 5" //rocket launcher
  70. bind      8    "weapon 8" //plasmagun
  71. bind      9    "weapon 7" //railgun
  72. bind        0    "weapon 9" //bfg
  73. bind      -    "weapon 10" //not in use
  74. bind      =    "weapon 11" //not in use
  75.  
  76.  
  77.  
  78.