Advertisement
Guest User

Config

a guest
Aug 29th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. // Demonic's CS:GO Gaming Config (2015). \\
  2.  
  3. //==================================================\\
  4. //* DuckJump *\\
  5. //==================================================\\
  6.  
  7.  
  8. alias +cjump "+jump; +duck"
  9. alias -cjump "-jump; -duck"
  10. bind "c" "+cjump"
  11.  
  12.  
  13. //==================================================\\
  14. //* Buy Binds *\\
  15. //==================================================\\
  16.  
  17.  
  18. bind "kp_end" "buy m4a1; buy ak47"
  19. bind "kp_downarrow" "buy awp"
  20. bind "kp_pgdn" "buy smokegrenade; buy flashbang; buy flashbang; buy hegrenade"
  21. bind "kp_leftarrow" "buy p250"
  22. bind "kp_rightarrow" "buy vest; buy vesthelm"
  23. bind "kp_5" "buy defuser"
  24.  
  25.  
  26. //==================================================\\
  27. //* Scripts *\\
  28. //==================================================\\
  29.  
  30.  
  31. //Silence
  32. alias "silenceon" "voice_enable 0; cl_mute_enemy_team 1; bind o silenceoff"
  33. alias "silenceoff" "voice_enable 1; cl_mute_enemy_team 0; bind o silenceon"
  34. bind "o" "silenceon"
  35.  
  36. //DisplayDamage
  37. alias "displaydamageon" "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1; bind p displaydamageoff"
  38. alias "displaydamageoff" "con_filter_enable 0; developer 0; bind p displaydamageon"
  39. bind "p" "displaydamageoff"
  40.  
  41. //AFK
  42. alias "afkon" "+forward; +left; bind k afkoff"
  43. alias "afkoff" "-forward; -left; bind k afkon"
  44. bind "k" "afkon"
  45.  
  46. //Bullshit
  47. alias "gaben1" "say Our father.; bind l gaben2"
  48. alias "gaben2" "say Who AWPs in heaven.; bind l gaben3"
  49. alias "gaben3" "say CS by thy game.; bind l gaben4"
  50. alias "gaben4" "say Uncase begun.; bind l gaben5"
  51. alias "gaben5" "say Them skins be won.; bind l gaben6"
  52. alias "gaben6" "say Covert- and not a Mil- spec.; bind l gaben7"
  53. alias "gaben7" "say Give us this day.; bind l gaben8"
  54. alias "gaben8" "say A Stat-Trak knife.; bind l gaben9"
  55. alias "gaben9" "say And forgive us when we ragequit.; bind l gaben10"
  56. alias "gaben10" "say As we forgive those who aimbot against us.; bind l gaben11"
  57. alias "gaben11" "say And lead us not into scamnation.; bind l gaben12"
  58. alias "gaben12" "say Undeliver us a battle-scarred.; bind l gaben13"
  59. alias "gaben13" "say Gaben.; bind l gaben1"
  60. bind "l" "gaben1"
  61.  
  62.  
  63. //==================================================\\
  64. //* Binds *\\
  65. //==================================================\\
  66.  
  67.  
  68. bind "t" "toggle cl_righthand 1 0 1"
  69. bind "kp_home" "exec autoexec.cfg"
  70. bind "mouse4" "+voicerecord"
  71. bind "F6" "toggleconsole"
  72. bind "q" "+voicerecord"
  73. bind "z" "messagemode"
  74. bind "i" "ignorerad"
  75. bind "v" "noclip"
  76.  
  77. bind "j" "buy glock; drop"
  78. bind "ctrl" "+duck"
  79.  
  80. bindtoggle "h" "gameinstructor_enable"
  81.  
  82.  
  83. //==================================================\\
  84. //* Net Graph *\\
  85. //==================================================\\
  86.  
  87.  
  88. net_graph "0"
  89. net_graphheight "67"
  90. net_graphholdsvframerate "0"
  91. net_graphmsecs "400"
  92. net_graphpos "1337"
  93. net_graphproportionalfont "0"
  94. net_graphshowinterp "1"
  95. net_graphshowlatency "1"
  96. net_graphshowsvframerate "0"
  97. net_graphsolid "1"
  98. net_graphtext "1"
  99.  
  100.  
  101. //==================================================\\
  102. //* Network *\\
  103. //==================================================\\
  104.  
  105.  
  106. rate "128000"
  107. cl_cmdrate "128"
  108. cl_updaterate "128"
  109. cl_interp "0"
  110. cl_interp_ratio "1"
  111. cl_lagcompensation "1"
  112. mm_dedicated_search_maxping "50"
  113. mm_dedicated_force_servers ""
  114.  
  115.  
  116. //==================================================\\
  117. //* Audio *\\
  118. //==================================================\\
  119.  
  120.  
  121. volume "0.25"
  122. voice_enable "1"
  123. voice_scale "0.7"
  124. windows_speaker_config "1"
  125. snd_musicvolume "0.5"
  126. snd_mixahead "0.05"
  127. dsp_enhance_stereo "0"
  128. cl_mute_enemy_team "0"
  129. snd_front_headphone_position "90.0"
  130. snd_rear_headphone_position "90.0"
  131. snd_headphone_pan_exponent "2"
  132. snd_headphone_pan_radial_weight "2"
  133. snd_setmixer Dialog vol "27.4"
  134. snd_legacy_surround "0"
  135. snd_mute_losefocus "1"
  136. snd_pitchquality "1"
  137. lobby_voice_chat_enabled "0"
  138.  
  139.  
  140. //==================================================\\
  141. //* Video *\\
  142. //==================================================\\
  143.  
  144.  
  145. mat_monitorgamma_tv_enabled "0"
  146. mat_monitorgamma "1.6"
  147. mat_queue_mode "-1"
  148. fps_max "77"
  149. fps_max_menu "120"
  150. r_dynamic "0"
  151. r_drawtracers_firstperson "0"
  152. r_drawparticles "1"
  153.  
  154.  
  155. //==================================================\\
  156. //* Mouse *\\
  157. //==================================================\\
  158.  
  159.  
  160. sensitivity "1.9"
  161. zoom_sensitivity_ratio_mouse "1"
  162. m_rawinput "1"
  163. m_yaw "0.022"
  164. m_customaccel "0"
  165. m_mouseaccel1 "0"
  166. m_mouseaccel2 "0"
  167.  
  168.  
  169. //==================================================\\
  170. //* HUD *\\
  171. //==================================================\\
  172.  
  173.  
  174. hud_scaling "0.95"
  175. safezonex "1"
  176. safezoney "1"
  177. cl_hud_background_alpha "0.5"
  178. cl_hud_color "1"
  179. cl_hud_healthammo_style "1"
  180. cl_hud_playercount_pos "0"
  181. cl_hud_playercount_showcount "1"
  182. hud_showtargetid "1"
  183. cl_showloadout "1"
  184. cl_showpos "0"
  185. cl_showfps "0"
  186.  
  187.  
  188. //==================================================\\
  189. //* Radar *\\
  190. //==================================================\\
  191.  
  192.  
  193. cl_hud_radar_scale "1.2"
  194. cl_hud_bomb_under_radar "1"
  195. cl_radar_always_centered "1"
  196. cl_radar_rotate "1"
  197. cl_radar_scale "0.6"
  198. cl_radar_icon_scale_min "0.4"
  199.  
  200.  
  201. //==================================================\\
  202. //* Viewmodel *\\
  203. //==================================================\\
  204.  
  205.  
  206. cl_righthand "1"
  207. viewmodel_fov "68"
  208. viewmodel_offset_x "2.5"
  209. viewmodel_offset_y "0"
  210. viewmodel_offset_z "-1.5"
  211. viewmodel_presetpos "3"
  212.  
  213.  
  214. //==================================================\\
  215. //* Viewbobbing *\\
  216. //==================================================\\
  217.  
  218.  
  219. cl_viewmodel_shift_left_amt "0.5"
  220. cl_viewmodel_shift_right_amt "0.25"
  221. cl_bob_lower_amt "5"
  222. cl_bobamt_lat "0.33"
  223. cl_bobamt_vert "0.14"
  224. cl_bobcycle "0.98"
  225.  
  226.  
  227. //==================================================\\
  228. //* Crosshair *\\
  229. //==================================================\\
  230.  
  231.  
  232. crosshair "1"
  233. cl_crosshair_drawoutline "0"
  234. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  235. cl_crosshair_dynamic_splitalpha_innermod "1"
  236. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  237. cl_crosshair_dynamic_splitdist "7"
  238. cl_crosshair_outlinethickness "1"
  239. cl_crosshairalpha "255"
  240. cl_crosshaircolor "5"
  241. cl_crosshaircolor_b "255"
  242. cl_crosshaircolor_g "255"
  243. cl_crosshaircolor_r "255"
  244. cl_crosshairdot "0"
  245. cl_crosshairgap "-1"
  246. cl_crosshairgap_useweaponvalue "0"
  247. cl_crosshairscale "1000"
  248. cl_crosshairsize "4"
  249. cl_crosshairstyle "4"
  250. cl_crosshairthickness "0"
  251. cl_crosshairusealpha "1"
  252. cl_fixedcrosshairgap "0"
  253.  
  254.  
  255. //==================================================\\
  256. //* Misc. *\\
  257. //==================================================\\
  258.  
  259.  
  260. developer "1"
  261. sv_cheats "1"
  262. con_enable "1"
  263. con_filter_enable "2"
  264. con_filter_text "Damage"
  265. con_filter_text_out "Player:"
  266. ui_steam_overlay_notification_position "bottomright"
  267. player_nevershow_communityservermessage "1"
  268. gameinstructor_enable "0"
  269. engine_no_focus_sleep "0"
  270. option_duck_method "0"
  271. option_speed_method "0"
  272. cl_loadout_colorweaponnames "1"
  273. cl_forcepreload "1"
  274. cl_downloadfilter "nosounds"
  275. cl_disablehtmlmotd "1"
  276. cl_autohelp "0"
  277. cl_showhelp "0"
  278. cl_disablefreezecam "1"
  279. cl_teammate_colors_show "1"
  280. cl_autowepswitch "0"
  281. cl_use_opens_buy_menu "0"
  282. closeonbuy "0"
  283. hud_takesshots "0"
  284.  
  285. unbind "y"
  286.  
  287. unbind "F1"
  288. unbind "F2"
  289. unbind "F3"
  290. unbind "F4"
  291. unbind "F5"
  292. unbind "F7"
  293. unbind "F8"
  294. unbind "F9"
  295. unbind "F10"
  296. unbind "F11"
  297. unbind "F12"
  298.  
  299. clear
  300. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement