Advertisement
KillsAlone

DOOM III Alpha 0.02 E3 Demo (2002): doomkills.cfg

Mar 14th, 2016
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. // Doom III ALPHA 0.02 E3 Demo configuration file
  3. // by Kills Alone - 1/25/2017
  4. //
  5. // Bind keys are case sensitive!
  6.  
  7.  
  8. // Standard Input
  9.  
  10. sensitivity 5
  11. m_pitch .022
  12.  
  13. //
  14. // KEY BINDINGS
  15. //
  16.  
  17. unbindall
  18.  
  19. //
  20. // WEAPONS
  21. //
  22.  
  23. set pm_noclipspeed 200
  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  [     weapprev
  37. bind  ]     weapnext
  38. //bind  z       toggle cg_fov 90 20
  39. //bind  q       give weapon_machinegun
  40.  
  41.  
  42. //
  43. // CHARACTER CONTROLS
  44. //
  45.  
  46. bind  CTRL          "_movedown"
  47. //bind  ALT         "_strafe"
  48. bind  SHIFT         "_speed"
  49.  
  50. //bind  END         "centerview"
  51. bind  w             "_forward"
  52. bind  a             "_moveleft"
  53. bind  s             "_back"
  54. bind  d             "_moveright"
  55.  
  56. //bind  p           pm_stamina 0
  57.  
  58. bind  r             "reload"
  59.  
  60. bind  f             "flashlight"
  61.  
  62. bind  c         "_movedown"
  63. bind  SPACE     "_moveup"
  64.  
  65. bind  UPARROW       "_forward"
  66. bind  LEFTARROW     "_left"
  67. bind  DOWNARROW     "_back"
  68. bind  RIGHTARROW    "_right"
  69.    
  70.  
  71. //
  72. // CLIENT ENVIRONMENT COMMANDS
  73. //
  74.  
  75. bind  PAUSE       "pause"
  76. bind  ESCAPE      "togglemenu"
  77. bind  ~           "toggleconsole"
  78.  
  79. //
  80. //  DEVELOPER KEYS
  81. //
  82.  
  83. bind    HOME            "exec doomkills.cfg"
  84. //bind  PGUP toggle     "com_drawfps" // very verbose
  85. bind    PGUP            "com_drawfps 0"
  86. bind    PGDN            "com_drawfps 1"
  87. bind    i               "exec devmap.cfg"
  88. //bind  o               "pm_thirdperson 0"
  89. //bind  p               "pm_thirdperson 1"
  90. bind    -    toggle     "g_showhud 0"
  91. bind    =    toggle     "g_showhud 1"
  92. bind    o    toggle     "g_showgun"
  93. bind    p    toggle     "pm_thirdperson"
  94. bind    k               "pm_thirdpersonangle - 0"
  95. bind    l               "pm_thirdpersonangle - 180"
  96.  
  97. // FUNCTION KEYS
  98.  
  99. bind  F1            "testlight"
  100. bind  F2            "poplight"
  101. bind  F3            "toggle r_showprimitives 1"
  102. bind  F4            "toggle r_showportals 1"
  103. bind  F5            "toggle r_showtris 0 1 2 3"
  104. bind  F6            "toggle r_showlights 2"
  105. bind  F7            "toggle r_showlightcount"
  106. bind  F8            "toggle r_showshadows 1"
  107. bind  F9            "noclip"
  108. bind  F10           "god"
  109. bind  F11           "notarget"
  110. //bind  F12         "give all" //broken weapons close the session
  111. bind F12 give weapon_machinegun;give weapon_shotgun;give ammo
  112. //bind F12 give weapon_plasmagun;give weapon_rocketlauncher
  113. //bind F12 give weapon_flare
  114.  
  115. //
  116.  
  117. //bind  p           "toggle r_playershadow 1"
  118. //bind  o           "toggle r_shadows"
  119.  
  120. bind  t         "messagemode"
  121.  
  122. //
  123. // MOUSE BUTTONS
  124. //
  125.  
  126. bind  MOUSE1      _attack
  127. bind  MOUSE2      _forward
  128. bind  MOUSE3      weapnext
  129. bind  mwheelup    weapnext
  130. bind  mwheeldown  weapprev
  131.  
  132.  
  133. //-------------------------------------------
  134. // TESTLIGHTS
  135.  
  136. //bind kp_home                 "testlight lights/blamplight"
  137. //bind kp_uparrow              "testlight lights/brucedemo2"
  138. //bind kp_pgup                 "testlight lights/duolight01"
  139. //bind kp_leftarrow            "testlight lights/floorgrate"
  140. //bind kp_5                    "testlight lights/floorvent01"
  141. //bind kp_rightarrow           "testlight lights/floorvent01x"
  142. //bind kp_end                  "testlight lights/grate4"
  143. //bind kp_downarrow            "testlight lights/mlight01"
  144. //bind kp_pgdn                 "testlight lights/spot01drk"
  145. //bind kp_plus                 "testlight lights/squarelight1"
  146. //bind kp_minus                "poplight"
  147.  
  148.  
  149. //----------------------------------------------
  150. //
  151. // USERINFO
  152. //
  153.  
  154. set name Kills_Alone
  155.  
  156. //----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement