Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Autoexec by Simon Mattila @ https://simonmattila.me/
- // Some inspiration taken from other known configs, by example BananaGaming.
- // Open notepad, paste all the code here into it, then save as 'autoexec.cfg' (not .txt).
- // Place 'autoexec.cfg' in "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg"
- // Add "+exec autoexec" without quotations in Launch Options for CS:GO.
- // Set Launch Options at: Steam > Library > Counter-Strike: Source (right-click) > Properties > Set Launch Options...
- // Everything written after '//' will be ignored by the game, so it functions as a memo for each function.
- // Version r2.6.1
- clear
- echo "/////////////////// AUTOEXEC.CFG LOADING /////////////////////"
- // Miscellanious
- con_enable "1" // Enables console.
- r_drawtracers_firstperson "0" // Default:"1" Disabled gun tracers , these are bad to have on and is really misleading
- cl_autowepswitch "0" // Default:"1" We dont want to pick up & switch to a rifle up if we're in the middle of firing our pistol.
- snd_mute_losefocus "0" // Default:"1" Allows you to tab out and still hear the game, so you don't miss when a round starts.
- cl_teammate_colors_show "2" // Default:"1" Combine with my text mod @ https://odusgaming.se/ and you will se an awesome helpful effect in chat.
- cl_use_opens_buy_menu "0" // Default:"1" - Pressing the "+use" key (default "E") will open the buy menu if in a buy zone.
- // Binds
- unbind v
- bind v "+voicerecord" // Use mic in-game using bind button. (Default here: 'V')
- unbind \
- bind \ "toggleconsole" // Open console using bind button. (Default here: '\')
- unbind Z
- bindToggle Z "gameinstructor_enable; play items/medshot4" // Plays Medshot sound. (Default here: 'Z')
- unbind F
- bind F "+lookatweapon;r_cleardecals" // Inspects your weapons and removes all bulletholes and blood on map. (Default here: 'F')
- unbind T
- bindToggle t "cl_righthand"
- unbind mouse3
- bind mouse3 "use weapon_c4;drop" // Drop C4 when holding a weapon. (Default here: 'mouse3')
- unbind mouse4
- bind mouse4 "roger"
- unbind mouse5
- unbind mwheelup
- bind mwheelup "+jump"
- unbind mwheeldown
- bind mwheeldown "+jump"
- // Developer Config - Allows you to see the matchmaking map that will get picked if you click "Accept" when queueing.
- developer 0 // Change to 1 if you want to enable
- con_filter_enable 0 // Change to 2 if you want to enable
- con_filter_text_out "game:mapgroupname"
- con_filter_text "game:map"
- cl_join_advertise "2"
- // Mouse
- m_rawinput "1" // Forces RAW Input
- m_mouseaccel1 "0" // Removes Mouse Acceleration
- m_mouseaccel2 "0" // Removes Mouse Acceleration
- // Video
- mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
- mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
- mat_queue_mode "2" // multicore rendering
- mat_disable_bloom "1"
- mat_colorcorrection "0" // Depth blur
- r_dynamic "1" // Dynamic lighting
- cl_forcepreload "1"
- mat_savechanges // Write video settings to registry
- // Audio
- dsp_enhance_stereo "0"
- snd_legacy_surround "0"
- snd_mixahead "0.05"
- snd_pitchquality "1"
- snd_deathcamera_volume "0.0"
- snd_mapobjective_volume "0.0"
- snd_menumusic_volume "0.0"
- snd_musicvolume "0.5"
- snd_mute_losefocus "0"
- snd_roundend_volume "0.2"
- snd_roundstart_volume "0.0"
- snd_tensecondwarning_volume "0.2"
- volume "0.3"
- voice_scale "0.3"
- snd_mute_losefocus "0"
- windows_speaker_config "1"
- 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)
- snd_rear_headphone_position "90.0"
- snd_headphone_pan_exponent "1.2"
- snd_headphone_pan_radial_weight "0.5"
- // Help Messages
- gameinstructor_enable "0" //Removes in game lessons
- cl_showhelp "0" //Removes on-screen help
- cl_autohelp "0" //Removes automatic help
- cl_disablefreezecam "1" //Disables Freezecam (Not good to have on)
- // Game HUD – Adjust for preference
- hud_scaling ".85"
- hud_showtargetid "1"
- cl_hud_color "2"
- cl_hud_playercount_showcount "1"
- cl_radar_scale "0.5"
- // Net Graph – Only displays when viewing scoreboard. (Default here: 'Tab')
- bind "TAB" "+ng";
- alias "+ng" "+showscores; net_graph 1"
- alias "-ng" "-showscores; net_graph 0"
- // Rates (Settings are optimized for best networking experience)
- rate "128000" //Max bytes per second the host can receive data
- cl_cmdrate "128" //Max number of command packets sent to server per second
- cl_updaterate "128" //Number of packets per second you are requesting from the server
- cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
- cl_interp "0" //Sets the interpolation amount, always set this to 0
- cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
- cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
- cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
- mm_dedicated_search_maxping "120" // We don't wanna get put in a server where we have 200 ping.
- // Crosshair – Adjust to your preference
- cl_crosshairalpha "255"
- cl_crosshaircolor "4"
- cl_crosshaircolor_b "250"
- cl_crosshaircolor_r "50"
- cl_crosshaircolor_g "250"
- cl_crosshairdot "0"
- cl_crosshairgap "0"
- cl_crosshairsize "3"
- cl_crosshairstyle "4"
- cl_crosshairusealpha "1"
- cl_crosshairthickness "0.5"
- cl_fixedcrosshairgap "0"
- cl_crosshair_outlinethickness "0"
- cl_crosshair_drawoutline "0"
- // Bob – Adjust to your preference
- cl_bob_lower_amt "5" // How much the viewmodel lowers when running, set to lowest for less distraction
- cl_bobamt_lat "0.1" // How much the viewmodel moves side to side when running, set to lowest for less distraction
- cl_bobamt_vert "0.1" // How much the viewmodel moves up and down when running, set to lowest for less distraction
- cl_bobcycle "0.98" // The frequency at which the viewmodel bobs.
- cl_viewmodel_shift_left_amt "0" //Removes shifting of arms
- cl_viewmodel_shift_right_amt "0" //Removes shifting of arms
- // Viewmodels
- viewmodel_offset_x "1" //Changes viewmodel view in X scale
- viewmodel_offset_y "2" //Changes viewmodel view in Y scale
- viewmodel_offset_z "-2" //Changes viewmodel view in Z scale
- viewmodel_fov "68" //Highest viewmodel FOV
- // FPS Cap
- fps_max "300"
- fps_max_menu "144"
- // Clutch Config by Skazzy3 remade by Maxim (Default here: 'uparrow')
- alias "clutch" "clutchon"
- alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; say_team -|voice_enable|-; alias clutch clutchoff"
- alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team +|voice_enable|+; alias clutch clutchon"
- clutchoff
- // Clutch Audio Options
- alias "clutchsoundon" "volume 1"
- alias "clutchsoundoff" "volume 0.6"
- // Bind Key
- bind uparrow "clutch"
- // Consistent Nade Jumpthrow Script (Default here: 'alt')
- alias "-jumpthrow2" "-jump"
- alias "+jumpthrow2" "+jump;-attack;-attack2"
- // Bind Key
- bind alt "+jumpthrow2"
- // Buy Bind for Keypad/Numpad.
- bind "kp_end" "buy hegrenade; give weapon_hegrenade"
- bind "kp_downarrow" "buy flashbang; give weapon_flashbang"
- bind "kp_pgdn" "buy smokegrenade; give weapon_smokegrenade"
- bind "kp_ins" "buy vesthelm; give item_assaultsuit"
- bind "kp_plus" "buy molotov; buy incgrenade; give weapon_molotov"
- bind "kp_enter" "buy defuser; give item_defuser"
- bind "kp_home" "buy galilar; buy famas; give weapon_galilar; give weapon_famas"
- bind "kp_uparrow" "buy ak47; buy m4a1; give weapon_ak47; give weapon_m4a1"
- bind "kp_pgup" "buy awp; give weapon_awp"
- bind "kp_leftarrow" "buy p250; give weapon_p250"
- bind "kp_5" "buy tec9; buy fiveseven; give weapon_tec9; give weapon_fiveseven"
- bind "kp_rightarrow" "buy deagle; give weapon_deagle"
- bind "kp_del" "buy vest; give item_kevlar"
- host_writeconfig // Write settings to config.cfg
- echo "////////////////////////////////////////////////////////////"
- echo "////////////////// AUTOEXEC.CFG LOADED ////////////////////"
- echo "//////////////////////////////////////////////////////////"
- echo "//////////////// MADE BY SIMON MATTILA //////////////////"
- echo "////////////////////////////////////////////////////////"
Advertisement
Add Comment
Please, Sign In to add comment