csdan

csDAN's Autoexec Updated 2/15/2015

Feb 10th, 2015
33,932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. clear
  2. // csDAN's CS:GO AUTOEXEC Config
  3. // Updated 2/15/2015
  4. // Contact me on Reddit: /u/dan_csgo
  5. // Steam launch options: (COPY & PASTE) CS:GO -> Properties -> Set launch options
  6. // -nojoy -gl -full -novid -freq 60 -tickrate 128 -usercon -threads 2 -lv -useforcedmparms -noforcemaccel -noforcemspd -nod3d9ex +exec autoexec
  7.  
  8. // Rates
  9. sv_cheats "1"
  10. rate "128000"
  11. cl_cmdrate "128"
  12. cl_updaterate "128"
  13. cl_interp "0"
  14. cl_interp_ratio "1"
  15. cl_lagcompensation "1"
  16. cl_timeout 60
  17.  
  18. // Mouse
  19. sensitivity "2"
  20. zoom_sensitivity_ratio_mouse "1.0"
  21. m_pitch "0.022"
  22. m_yaw "0.022"
  23. m_side "0.8"
  24. m_forward "1"
  25. m_rawinput "0" // set to 0 when using sourceGL or more specifically RInput.exe for a more accurate feel of your mouse movement in-game
  26. m_mousespeed "1"
  27. m_customaccel "0"
  28. m_customaccel_exponent "1"
  29. m_customaccel_max "0"
  30. m_customaccel_scale "0"
  31. m_mouseaccel1 "0"
  32. m_mouseaccel2 "0"
  33.  
  34. // Crosshair
  35. cl_crosshair_drawoutline "0"
  36. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  37. cl_crosshair_dynamic_splitalpha_innermod "1"
  38. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  39. cl_crosshair_dynamic_splitdist "1"
  40. cl_crosshair_outlinethickness "1"
  41. cl_crosshairalpha "250"
  42. cl_crosshaircolor "2"
  43. cl_crosshaircolor_b "50"
  44. cl_crosshaircolor_g "250"
  45. cl_crosshaircolor_r "50"
  46. cl_crosshairdot "0"
  47. cl_crosshairgap "-2"
  48. cl_crosshairgap_useweaponvalue "0"
  49. cl_crosshairscale "0"
  50. cl_crosshairsize "4"
  51. cl_crosshairstyle "5"
  52. cl_crosshairthickness "0"
  53. cl_crosshairusealpha "1"
  54. cl_fixedcrosshairgap "0"
  55.  
  56. // Graphics
  57. mat_setvideomode 800 600 0
  58. mat_monitorgamma "1.6"
  59. mat_queue_mode "2"
  60. mat_dxlevel "90"
  61. engine_no_focus_sleep "0"
  62. fps_max "0"
  63. fps_max_menu "64"
  64. r_cheapwaterstart "1"
  65. r_cheapwaterend "1"
  66. r_dynamic "0"
  67. r_eyegloss "0"
  68. r_eyemove "0"
  69. r_eyeshift_x "0"
  70. r_eyeshift_y "0"
  71. r_eyeshift_z "0"
  72. r_eyesize "0"
  73. muzzleflash_light "0"
  74. sys_antialiasing "0"
  75. sys_aspectratio "-1"
  76. sys_refldetail "0"
  77. r_drawtracers_firstperson "0"
  78. mat_savechanges // write video settings to registry
  79.  
  80. // Audio
  81. suitvolume "0"
  82. volume "1"
  83. voice_enable "1"
  84. voice_scale "1" // receive volume
  85. voice_modenable "1"
  86. voice_mixer_volume "1.00"
  87. windows_speaker_config "1" // headphone audio output
  88. snd_musicvolume "0"
  89. snd_mixahead "0.05" // sound delay
  90. snd_pitchquality "1"
  91. snd_headphone_pan_exponent "2"
  92. snd_headphone_pan_radial_weight "2"
  93. snd_front_headphone_position 45
  94. snd_rear_headphone_position 135
  95. snd_legacy_surround "0" // emulated surround sound
  96. snd_mute_losefocus "0" // mute game when alt-tabbed
  97. dsp_enhance_stereo "1"
  98. dsp_slow_cpu "1"
  99. soundscape_fadetime "9999"
  100. lobby_voice_chat_enabled "0" // voice chat in lobby
  101.  
  102. // HUD
  103. hud_scaling "1"
  104. hud_showtargetid "0"
  105. cl_hud_background_alpha "0"
  106. cl_hud_bomb_under_radar "1"
  107. cl_hud_color "1"
  108. cl_hud_healthammo_style "1"
  109. cl_hud_playercount_pos "0"
  110. cl_hud_playercount_showcount "1"
  111. cl_hud_radar_scale "0.900000"
  112. cl_draw_only_deathnotices "0"
  113. cl_righthand "0"
  114. cl_showloadout "1"
  115. cl_showpos "0"
  116. cl_showfps "0"
  117. net_graph "1"
  118. net_graphproportionalfont "0" // small netgraph font
  119. // Radar
  120. cl_radar_always_centered "1"
  121. cl_radar_rotate "1"
  122. cl_radar_scale "0.6"
  123. cl_hud_radar_scale "1"
  124. cl_radar_icon_scale_min "1"
  125. cl_radar_square_with_scoreboard "0"
  126. // Reposition gun model to mimic CS:S
  127. viewmodel_presetpos "0"
  128. viewmodel_fov "65"
  129. viewmodel_offset_x "2"
  130. viewmodel_offset_y "2"
  131. viewmodel_offset_z "-2"
  132. // Reduce gun shifting when crouching
  133. cl_viewmodel_shift_left_amt "0"
  134. cl_viewmodel_shift_right_amt "0"
  135. // Reduce gun and scope shifting/bobbing when moving
  136. cl_bobcycle "0"
  137. cl_bob_lower_amt "0"
  138. cl_bobamt_lat "0"
  139. cl_bobamt_vert "0"
  140.  
  141. // Misc
  142. developer "1"
  143. con_enable "1"
  144. con_filter_enable "2" // print console on screen
  145. con_filter_text "Damage Given" // highlight damage in console
  146. ui_steam_overlay_notification_position "bottomright"
  147. name "DAN" // "✪ Dan" // "DAN" // "✪ Dan" // "DAN" // "✪ Dan" // "DAN" // "✪ Dan" // "DAN" // "✪ Dan" // "DAN" // "✪ Dan" // "DAN" // "✪ Dan" // "DAN" //
  148. player_nevershow_communityservermessage "1"
  149. mm_dedicated_search_maxping "80" // max ping for matchmaking games
  150. mm_dedicated_force_servers ""
  151. gameinstructor_enable "0"
  152. option_duck_method "0"
  153. option_speed_method "0"
  154. fog_enable "0"
  155. cl_forcepreload "1"
  156. cl_downloadfilter "nosounds"
  157. cl_disablehtmlmotd "0"
  158. cl_autohelp "0"
  159. cl_showhelp "0"
  160. cl_disablefreezecam "1"
  161. cl_freezecameffects_showholiday "0"
  162. cl_dm_buyrandomweapons "0"
  163. cl_teammate_colors_show "1"
  164. cl_autowepswitch "0" // auto weapon switch on pickup
  165. cl_use_opens_buy_menu "0" // disable W opening buy menu
  166. closeonbuy "0"
  167. cl_color 0
  168. cl_teammate_colors_show 2
  169. cl_predictweapons "1"
  170. cl_logofile "0"
  171. cl_rumblescale "0"
  172. cl_detail_max_sway "0"
  173. cl_detail_avoid_force "0"
  174. cl_detail_avoid_radius "0"
  175. cl_detail_avoid_recover_speed "0"
  176. budget_show_peaks "0"
  177. budget_show_history "0" // enable/disable history graph, good to turn off on low-end systems
  178. budget_peaks_window "0"
  179. budget_averages_window "0"
  180. budget_background_alpha "0"
  181. budget_history_range_ms "5"
  182. budget_show_averages "0"
  183. budget_history_numsamplesvisible "0"
  184. texture_budget_panel_width "0"
  185. texture_budget_panel_height "0"
  186. texture_budget_background_alpha "128"
  187. func_break_max_pieces "0"
  188. scene_showlook "0"
  189. scene_showfaceto "0"
  190. scene_showmoveto "0"
  191. npc_height_adjust "1"
  192. adsp_debug "0"
  193. closecaption "0"
  194. commentary_firstrun "0"
  195. cl_freezecampanel_position_dynamic "0"
  196.  
  197. // Binds
  198. unbindall
  199. unbindalljoystick
  200. bind 0 "slot10"
  201. bind 1 "slot1"
  202. bind 2 "slot2"
  203. bind 3 "slot3"
  204. bind 4 "slot4"
  205. bind 5 "slot5"
  206. bind 6 "slot6"
  207. bind 7 "slot7"
  208. bind 8 "slot8"
  209. bind 9 "slot9"
  210. bind i "messagemode"
  211. bind u "messagemode2"
  212. bind TAB "+showscores"
  213. bind space "+jump"
  214. bind e "+forward;r_cleardecals"
  215. bind s "+moveleft;r_cleardecals"
  216. bind d "+back;r_cleardecals"
  217. bind f "+moveright;r_cleardecals"
  218. bind w "+use"
  219. bind r "+reload"
  220. bind z "+duck"
  221. bind MWHEELUP "invprev"
  222. bind MWHEELDOWN "invnext"
  223. bind ESCAPE "cancelselect"
  224. bind mouse1 "+attack"
  225. bind mouse2 "+attack2"
  226. bind mouse3 "bhopon"
  227. bind mouse4 "use weapon_flashbang"
  228. bind mouse5 "+voicerecord"
  229. bind x "radio1"
  230. bind c "radio2"
  231. bind v "radio3"
  232. bind del "exec autoexec"
  233. bind home "spectate"
  234. bind shift "+speed"
  235. bind g "drop"
  236. bind t "use weapon_smokegrenade"
  237. bind y "use weapon_molotov;use weapon_incgrenade"
  238. bind b "buymenu"
  239. bind m "teammenu"
  240. bind n "+jumpthrow" // Consistent smoke jump throws
  241. bind ` "toggleconsole"
  242. bind alt "+t"
  243.  
  244. // Aliases
  245. alias "kz" exec kz
  246. alias "+jumpthrow" "+jump;-attack"
  247. alias "-jumpthrow" "-jump"
  248. alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  249. alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  250. alias +t "bind MWHEELDOWN +jump; bind MWHEELUP +jump"
  251. alias -t "bind MWHEELDOWN invnext;bind MWHEELUP invprev"
  252. alias "money" "impulse 101"
  253. alias "ammo" "givecurrentammo"
  254. alias "infinite" "infiniteon"
  255. alias "infiniteon" "bind mouse1 "+fireinfinite"; alias infinite infiniteoff"
  256. alias "infiniteoff" "bind mouse1 "+attack"; alias infinite infiniteon"
  257. alias "+fireinfinite" "+attack"
  258. alias "-fireinfinite" "-attack; givecurrentammo"
  259. alias "cheats" "cheatson"
  260. alias "cheatson" "sv_cheats 1; alias cheats cheatsoff"
  261. alias "cheatsoff" "sv_cheats 0; alias cheats cheatson"
  262. alias "impacts" "impactson"
  263. alias "impactson" "sv_showimpacts 1; alias impacts impactsoff"
  264. alias "impactsoff" "sv_showimpacts 0; alias impacts impactson"
  265. alias "m4a4" "give weapon_m4a1"
  266. alias "m4" "give weapon_m4a1
  267. alias "m4a1" "give weapon_m4a1_silencer"
  268. alias "m4a1s" "give weapon_m4a1_silencer"
  269. alias "m4a1-silenced" "give weapon_m4a1_silencer"
  270. alias "m4a1-silencer" "give weapon_m4a1_silencer"
  271. alias "m4a1-s" "give weapon_m4a1_silencer"
  272. alias "m4s" "give weapon_m4a1_silencer"
  273. alias "m4-s" "give weapon_m4a1_silencer"
  274. alias "silenced-m4" "give weapon_m4a1_silencer"
  275. alias "silenced-m4a1" "give weapon_m4a1_silencer"
  276. alias "ak47" "give weapon_ak47"
  277. alias "ak" "give weapon_ak47"
  278. alias "47" "give weapon_ak47"
  279. alias "aug" "give weapon_aug"
  280. alias "awp" "give weapon_awp"
  281. alias "sniper" "give weapon_awp"
  282. alias "bizon" "give weapon_bizon"
  283. alias "c4" "give weapon_c4"
  284. alias "bomb" "give weapon_c4"
  285. alias "deagle" "give weapon_deagle"
  286. alias "decoy" "give weapon_decoy"
  287. alias "elite" "give weapon_elite"
  288. alias "dual_barettas" "give weapon_elite"
  289. alias "famas" "give weapon_famas"
  290. alias "fiveseven" "give weapon_fiveseven"
  291. alias "flashbang" "give weapon_flashbang"
  292. alias "flash" "give weapon_flashbang"
  293. alias "G3SG1" "give weapon_G3SG1"
  294. alias "galilar" "give weapon_galilar"
  295. alias "galil" "give weapon_galilar"
  296. alias "glock" "give weapon_glock"
  297. alias "hegrenade" "give weapon_hegrenade"
  298. alias "he" "give weapon_hegrenade"
  299. alias "grenade" "give weapon_hegrenade"
  300. alias "hkp2000" "give weapon_hkp2000"
  301. alias "p2000" "give weapon_hkp2000"
  302. alias "usp" "give weapon_usp_silencer"
  303. alias "usp-s" "give weapon_usp_silencer"
  304. alias "usp-silenced" "give weapon_usp_silencer"
  305. alias "usp-silencer" "give weapon_usp_silencer"
  306. alias "incgrenade" "give weapon_incgrenade"
  307. alias "incendiary" "give weapon_incgrenade"
  308. alias "knife" "give weapon_knife"
  309. alias "stabby" "give weapon_knife"
  310. alias "knife_gg" "give weapon_knifegg"
  311. alias "knifegg" "give weapon_knifegg"
  312. alias "m249" "give weapon_m249"
  313. alias "para" "give weapon_m249"
  314. alias "m2" "give weapon_m249"
  315. alias "mac10" "give weapon_mac10"
  316. alias "mac" "give weapon_mac10"
  317. alias "uzi" "give weapon_mac10"
  318. alias "mag7" "give weapon_mag7"
  319. alias "molotov" "give weapon_molotov"
  320. alias "bottle" "give weapon_molotov"
  321. alias "mp7" "give weapon_mp7"
  322. alias "mp9" "give weapon_mp9"
  323. alias "negev" "give weapon_negev"
  324. alias "nova" "give weapon_nova"
  325. alias "p90" "give weapon_p90"
  326. alias "p250" "give weapon_p250"
  327. alias "cz75" "give weapon_cz75a"
  328. alias "cz-75" "give weapon_cz75a"
  329. alias "cz-75-auto" "give weapon_cz75a"
  330. alias "cz" "give weapon_cz75a"
  331. alias "sawedoff" "give weapon_sawedoff"
  332. alias "scar20" "give weapon_scar20"
  333. alias "scar" "give weapon_scar20"
  334. alias "sg556" "give weapon_sg556"
  335. alias "sg" "give weapon_sg557"
  336. alias "smoke" "give weapon_smokegrenade"
  337. alias "ssg08" "give weapon_ssg08"
  338. alias "scout" "give weapon_ssg08"
  339. alias "ssg" "give weapon_ssg08"
  340. alias "taser" "give weapon_taser"
  341. alias "zeus" "give weapon_taser"
  342. alias "tec9" "give weapon_tec9"
  343. alias "ump45" "give weapon_ump45"
  344. alias "ump" "give weapon_ump45"
  345. alias "xm1014" "give weapon_xm1014"
  346. alias "autoshotgun" "give weapon_xm1014"
  347. alias "vest" "give weapon_vest"
  348. alias "helmet" "give weapon_vesthelm"
  349. alias "armor" "give weapon_vesthelm"
  350. alias "bm_help" "echo ; echo weapons - list all weapons; echo ammo - give current weapon ammo; echo money - gives you full money; echo impacts - show bullet hits on/off; echo cheats - turns sv_cheats on/off; echo infinite - infinite reloads on/off; echo kevlar - gives full kevlar"
  351. alias "weapons" "echo ; echo vest; echo helmet; echo kevlar; echo UMP; echo XM1014; echo TEC9; echo ZEUS; echo SSG08; echo SMOKE; echo SG556; echo SCAR20; echo SAWEDOFF; echo P250; echo P90; echo NOVA; echo NEGEV; echo MP9; echo MP7; echo MOLOTOV; weapons2"
  352. alias "weapons2" "echo MAG7; echo MAC10; echo M249; echo KNIFEGG; echo KNIFE; echo INCGRENADE; echo P2000; echo USP; echo HEGRENADE; echo GLOCK; echo GALILAR; echo G3SG1; echo FLASHBANG; echo FIVESEVEN; echo FAMAS; echo ELITE; echo DECOY; echo DEAGLE; echo CZ75; echo C4; echo BIZON; echo AWP; echo AK47; echo AUG; echo M4A1; echo M4A4"
  353.  
  354. host_writeconfig // write settings to config.cfg
  355. soundscape_flush
  356. stop
  357. echo ""
  358. echo "autoexec executed"
  359. echo ""
  360. memory
Advertisement
Add Comment
Please, Sign In to add comment