Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. r_drawtracers_firstperson 1host_writeconfig
  2.  
  3. //EQUIPMENT --> THOSE ALIASES ARE "SHORTCUTS" FOR CONSOLE!
  4. alias "taser" "give weapon_taser"
  5. alias "zeus" "give weapon_taser"
  6.  
  7. //KNIFE
  8. alias "bayonet" "give weapon_bayonet"
  9. alias "flip" "give weapon_knife_flip"
  10. alias "gut" "give weapon_knife_gut"
  11. alias "karambit" "give weapon_knife_karambit"
  12. alias "m9_bayonet" "give weapon_knife_m9_bayonet"
  13. alias "huntsman" "give weapon_knife_huntsman"
  14. alias "butterfly" "give weapon_knife_butterfly"
  15.  
  16. //NADE
  17. alias "decoy" "give weapon_decoy"
  18. alias "flashbang" "give weapon_flashbang"
  19. alias "grenade" "give weapon_hegrenade"
  20. alias "incendiary" "give weapon_Incgrenade"
  21. alias "molotov" "give weapon_molotov"
  22. alias "smoke" "give weapon_smokegrenade"
  23.  
  24. //PISTOL
  25. alias "deagle" "give weapon_deagle"
  26. alias "fiveseven" "give weapon_fiveseven"
  27. alias "glock" "give weapon_glock"
  28. alias "p2000" "give weapon_hkp2000"
  29. alias "p250" "give weapon_p250"
  30. alias "usp" "give weapon_usp_silencer"
  31.  
  32. //SMG
  33. alias "bizon" "give weapon_bizon"
  34. alias "mac10" "give weapon_mac10"
  35. alias "mp7" "give weapon_mp7"
  36. alias "mp9" "give weapon_mp9"
  37. alias "P90" "give weapon_P90"
  38. alias "ump" "give weapon_ump45
  39.  
  40. //HEAVY
  41. alias "mag7" "give weapon_mag7"
  42. alias "negev" "give weapon_negev"
  43. alias "nova" "give weapon_nova"
  44. alias "sawedoff" "give weapon_SAWEDOFF"
  45. alias "xm" "give weapon_XM1014"
  46.  
  47. //RIFLE
  48. alias "ak" "give weapon_ak47"
  49. alias "aug" "give weapon_aug"
  50. alias "awp" "give weapon_awp"
  51. alias "colt" "give weapon_m4a1_silencer"
  52. alias "famas" "give weapon_famas"
  53. alias "galil" "give weapon_galilar"
  54. alias "m4" "give weapon_m4a1"
  55. alias "scar" "give weapon_SCAR20"
  56. alias "scout" "give weapon_ssg08"
  57.  
  58. //MAP
  59. alias "aztec" "map de_aztec "
  60. alias "cache" "map de_cache"
  61. alias "cobblestone" "map de_cbble"
  62. alias "dust" "map de_dust"
  63. alias "dust2" "map de_dust2"
  64. alias "inferno" "map de_inferno"
  65. alias "mill" "map de_mill"
  66. alias "mirage" "map de_mirage"
  67. alias "nuke" "map de_nuke"
  68. alias "overpass" "map de_overpass"
  69. alias "seaside" "map de_seaside"
  70. alias "season" "map de_season"
  71. alias "train" "map de_tain"
  72. alias "vertigo" "map de_vertigo"
  73. cl_forcepreload 1
  74.  
  75.  
  76. mat_savechanges
  77. m_rawinput 0
  78. voice_enable 1
  79. snd_musicvolume 0.5
  80. snd_menumusic_volume 0
  81. snd_roundstart_volume 0
  82. snd_roundend_volume 0
  83. snd_mapobjective_volume 0
  84. snd_tensecondwarning_volume 0.2
  85. snd_deathcamera_volume 0
  86. snd_mute_losefocus 0
  87. mat_monitorgamma 1.7
  88. cl_hud_playercount_showcount 0
  89. cl_hud_playercount_pos 0
  90. cl_hud_bomb_under_radar 1
  91. cl_autowepswitch 0
  92. cl_autohelp "1"
  93. cl_showhelp "0"
  94. cl_teammate_colors_show "1"
  95. cl_use_opens_buy_menu "0"
  96. gameinstructor_enable "0"
  97. cl_downloadfilter "nosounds"
  98. hud_showtargetid "1"
  99. cl_show_clan_in_death_notice "0"
  100. cl_loadout_colorweaponnames "1"
  101. fps_max 0
  102.  
  103.  
  104. bind "SPACE" "+jump"
  105. bind "MWHEELDOWN" "+jump"
  106. bind "MWHEELUP" "+jump"
  107. bind "g" "drop"
  108. bind "." "radio1"
  109. bind ";" "radio2"
  110. bind "]" "radio3"
  111. bind "b" "buymenu"
  112. bind "mouse1" "+attack"
  113. bind "mouse2" "+attack2"
  114. bind "f" "+lookatweapon"
  115.  
  116. // Buy Binds
  117.  
  118. bind "kp_enter" "buy molotov; buy incgrenade"
  119. bind "kp_rightarrow" "buy p250"
  120. bind "kp_home" "buy m4a1"
  121. bind "kp_uparrow" "buy ump45;"
  122. bind "kp_leftarrow" "buy galilar; buy famas"
  123. bind "kp_end" "buy defuser"
  124. bind "kp_downarrow" "buy vesthelm;buy vest"
  125. bind "kp_pgdn" "buy smokegrenade ;buy flashbang; buy hegrenade;
  126. bind "kp_pgup" "buy awp"
  127. bind "kp_minus" "buy tec9; buy fiveseven;"
  128. bind "kp_slash" "buy decoy;"
  129. bind "kp_5" "buy deagle;"
  130.  
  131.  
  132. mapoverview_allow_client_draw 1 // Allow a client to draw on the map overview
  133.  
  134. bind F5 +fw
  135. alias +fw demo_timescale 3
  136. alias -fw demo_timescale 1
  137. bind F6 +fw2
  138. alias +fw2 demo_timescale 10
  139. alias -fw2 demo_timescale 1
  140. bind F7 demo_togglepause
  141. bind F8 demoui
  142.  
  143.  
  144. alias "+use_and_see_bomb_by_rvh" "+use; gameinstructor_enable 1"
  145. alias "-use_and_see_bomb_by_rvh" "-use; gameinstructor_enable 0"
  146. bind "e" "+use_and_see_bomb_by_rvh"
  147.  
  148.  
  149. jump throw bind
  150. alias "+jumpthrow" "+attack;+jump;-attack"
  151. alias "-jumpthrow" "-jump"
  152. bind "t" "+jumpthrow"
  153.  
  154. mat_queue_mode "2"
  155. cl_disablehtmlmotd "1"
  156.  
  157.  
  158.  
  159. m_customaccel "0"
  160. m_customaccel_exponent "1"
  161. m_customaccel_max "0"
  162. m_customaccel_scale "0"
  163. m_mouseaccel1 "0"
  164. m_mouseaccel2 "0"
  165.  
  166.  
  167.  
  168. dsp_enhance_stereo "0"
  169. snd_mixahead "0.05"
  170. snd_legacy_surround "0"
  171. snd_pitchquality "1"
  172. snd_front_headphone_position "45.0" // 43.2 (5:4 resolution), 45.0 (4:3 resolution), 50.2 (16:10 resolution), or 53.2 (16:9 resolution)
  173. snd_rear_headphone_position 135.0
  174. snd_headphone_pan_exponent "1.2"
  175. snd_headphone_pan_radial_weight "0.5"
  176. snd_headphone_pan_exponent 2
  177. snd_headphone_pan_radial_weight 2
  178. snd_legacy_surround 1
  179. dsp_enhance_stereo 1
  180. dsp_slow_cpu 0
  181. snd_pitchquality 1
  182.  
  183. r_drawtracers_firstperson "0"
  184.  
  185. bind mouse4 "use weapon_smokegrenade";
  186. bind mouse5 "use weapon_flashbang";
  187. bind "x" "use weapon_molotov";"use weapon_incgrenade"
  188. bind "c" "use weapon_hegrenade"
  189.  
  190. cl_forcepreload 1
  191. muzzleflash_light 1
  192. fps_max 0
  193. r_drawtracers_firstperson 1
  194. viewmodel_recoil 1
  195.  
  196. alias +sens sensitivity 100000
  197.  
  198. alias -sens sensitivity 1.6
  199.  
  200. bind 6 +sens
  201.  
  202. bind e +use
  203.  
  204. bind n +left
  205.  
  206. bind "1" "slot1;cl_righthand 0"
  207. bind "2" "slot2;cl_righthand 0"
  208. bind "3" "slot3;cl_righthand 0"
  209. bind "4" "slot4;cl_righthand 0"
  210. bind "5" "slot5;cl_righthand 0"
  211. bind "q" "lastinv;cl_righthand 0"
  212.  
  213. net_graph "1"
  214.  
  215. net_graphheight "9999"
  216.  
  217. alias "+scoregraph" "+showscores; net_graphheight 0"
  218.  
  219. alias "-scoregraph" "-showscores; net_graphheight 9999"
  220.  
  221. bind "TAB" "+scoregraph"
  222.  
  223. m_rawinput 0
  224.  
  225. unbind z
  226.  
  227. bind "uparrow" "buy smokegrenade;"
  228. bind "downarrow" "buy flashbang;"
  229. bind "rightarrow" "buy molotov; buy incgrenade;"
  230. bind "leftarrow" "buy hegrenade;
  231. +cl_show_team_equipment
  232. bind capslock "toggle cl_righthand 0 1"
  233.  
  234. +cl_show_team_equipment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement