home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 99 / dppcz0201.7z / dppcz0201.mdf / Demos / Alice / alicedem.exe / demo / pak0.pk3 / configs / scar.cfg < prev    next >
Text File  |  2000-11-06  |  2KB  |  107 lines

  1. //
  2. //Scarfunkle config(cameron)
  3. //
  4. unbindall
  5.  
  6.  
  7. //ALICE
  8. //movement/actions
  9. //
  10. bind MOUSE2 "+forward"
  11. bind MOUSE3 "+back"
  12. bind ctrl "+moveleft"
  13. bind alt "+moveright"
  14. bind c "+movedown"
  15. bind d "+moveup"
  16. bind a "+use"
  17. bind SPACE "+moveup"
  18. bind h "cheshire"
  19. bind SHIFT "+speed"
  20. bind TAB "+cameralook"
  21. bind x "nextweapon"
  22. bind v "prevweapon"
  23.  
  24. //
  25. //attack
  26. //
  27. bind MOUSE1 "+attackright"
  28. bind s "+attackleft"
  29.  
  30.  
  31. //
  32. //weapons
  33. //
  34. bind 1 "use knife"
  35. bind 2 "use cards"
  36. bind 3 "use mallet"
  37. bind 4 "use demondice"
  38. bind 5 "use jackbomb"
  39. bind 6 "use icewand"
  40. bind 7 "use jacks"
  41. bind 8 "use eyestaff"
  42. bind 9 "use blunderbuss"
  43. bind 0 "use watch"
  44.  
  45.  
  46. //
  47. //console/menus
  48. //
  49. bind ` "toggleconsole"
  50. bind ~ "toggleconsole"
  51. bind ESCAPE "togglemenu"
  52. bind PAUSE "pause"
  53. bind F3 "savegame quicksave"
  54. bind F4 "loadgame quicksave"
  55.  
  56.  
  57. //
  58. //Camera Options
  59. //
  60. m_pitch 0.022
  61. sensitivity 8
  62. seta cg_cameradist    "128"
  63. seta cg_cameraheight    "32"
  64. bind F6 "toggle cg_3rd_person"
  65.  
  66.  
  67. //
  68. //Cheats/developer stuffs
  69. //
  70. bind g "god"
  71. bind p "give all"
  72. bind n "noclip"
  73. bind t "notarget"
  74. bind y "fps 1"
  75. bind u "fps 0"
  76. bind q "r_showtris 1"
  77. bind w "r_showtris 2"
  78. bind e "r_showtris 0"
  79. bind j "timescale .5"
  80. bind k "timescale 5"
  81. bind l "timescale 1"
  82.  
  83.  
  84. //
  85. // cvars
  86. //
  87. seta name "Scarfunkle"
  88. seta cl_mouseAccel "0"
  89. seta cl_run "1"
  90. seta fps "1"
  91. seta freelook "1"
  92. seta r_developer "1"
  93. seta r_fullscreen "1"
  94. seta r_mode "3"
  95. seta ui_console "1"
  96. seta ui_hud "1"
  97. seta ui_minicon "0"
  98.  
  99.  
  100. //
  101. //sounds
  102. //
  103.  
  104. seta s_musicvolume "0.5"
  105. seta s_volume "0.8"
  106. seta cl_stereo_separation "0.4"
  107. seta cg_cameraverticaldisplacement "16"