Skip to content

Instantly share code, notes, and snippets.

@BirkhoffLee
Last active March 31, 2022 16:14
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BirkhoffLee/8a7f3e4acefc279b6b046de5bb414daa to your computer and use it in GitHub Desktop.
Save BirkhoffLee/8a7f3e4acefc279b6b046de5bb414daa to your computer and use it in GitHub Desktop.
zer0zero. CS: GO configuration files

zer0zero. CS: GO configuration files

This configuration features:

  • Pro player settings. These are based on former Cloud9 player Shroud's config.
  • Human-readable explanations for every line of commands
  • Gameplay optimizations in technical aspects
    • Minimize shifting when firing the Weapon
    • Disable unnecessary video/audio effects
  • Useful shortcuts:
    • Jump throw: j
    • Molotov/IncGrenade: v
    • Toggle voice chat: n
    • Radar zoom keys: . and ,
    • Buydrop key: p
    • Clear blood: ALT
    • Hold this posistion: h
    • Numpad quick buy shortcuts
    • z for smoke, x for flash, c for grenade and v for fire
  • Practice mode: prac command. Useful for warmups. By the way, I highly recommend Yprac workshop maps.

I play on 1920 x 1440, 4:3, 240Hz. You probably only need autoexec.cfg. You're welcome to fork this and share it to other people!

ui_popup_weaponupdate_version "2"
// Video
// repositions the gunmodel to mimic CSS more closely
viewmodel_presetpos "3"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "1"
viewmodel_offset_z "-1.500000"
// Viewmodel bobing when moving
cl_bob_lower_amt 5 // def. 21 min. 5 max. 30 - The amount the viewmodel lowers when running.
cl_bobamt_lat 0.10 // def. 0.33 min. 0.1 max. 2 - Amount the viewmodel moves side to side when running (also affects the scope wobbling).
cl_bobamt_vert 0.10 // def. 0.14 min. 0.1 max. 2 - Amount the viewmodel moves up and down when running (also affects the scope wobbling).
cl_bobcycle 0.98 // def. 0.98 min. 0.1 max. 2 - Frequency at which the viewmodel bobs.
// Minimize shifting when firing the Weapon
cl_viewmodel_shift_left_amt 0.5 // def 1.5 min 0.5 max 2 - The amount the viewmodel shifts to the left when shooting accuracy increases.
cl_viewmodel_shift_right_amt 0.25 // def 0.75 min 0.25 max 2 - The amount the viewmodel shifts to the right when shooting accuracy increases.
// Scales the HUD. 1 is max.
hud_scaling "0.8"
// 999 is better than 0 for some loading times
fps_max 999
// Do not show top-left FPS indicator in-game
cl_showfps 0
// Disables a light effect at surfaces while shooting
r_dynamic "0"
// Enables healthbar next to your health and ammo
cl_hud_healthammo_style "0"
// Sets the players-alive count to top (For bottom use 1)
cl_hud_playercount_pos "1"
// Shows the avatar and healthbars of players alive (For number only use 1)
cl_hud_playercount_showcount "1"
// Shows you where teammates are through walls
cl_teamid_overhead_always 2
// Radar
cl_radar_scale "0.5"
cl_radar_rotate "1"
cl_radar_icon_scale_min 0.4
// Disable on-screen help tips
cl_showhelp 0
// Right-handed viewmodel (0 for left)
cl_righthand "1"
// Disables freezecam
cl_disablefreezecam "1"
// Shows enemy name when you aim at them
hud_showtargetid "1"
// Removes tracers coming from your own weapon (careful, it helps with spray)
r_drawtracers_firstperson "0"
// Control
// Disable Windows mouse acceleration in-game
m_mousespeed 0
// Disables mouse acceleration
m_customaccel "0"
// Enables 1:1 raw mouse input (no acceleration)
m_rawinput "1"
// Sound
// Music that starts when the bomb is planted
snd_mapobjective_volume 0
// 9.7 seconds bomb music timer
snd_tensecondwarning_volume 0
// Allow game noise to play while tabbed out
snd_mute_losefocus 0
// 0 = Turns on HRTF and Sound Occlusion. Change to 1 to turn HRTF off.
snd_hwcompat "0"
snd_deathcamera_volume 0
snd_menumusic_volume 0
snd_roundend_volume 0
snd_roundstart_volume 0
snd_mvp_volume "0"
// Networking
// Interpolation values
cl_interp "0"
cl_interp_ratio "1"
// Rate commands
cl_cmdrate "128"
cl_updaterate "128"
rate "786432"
// Compensate for server-side lag that can affect weapon performance
cl_lagcompensation "1"
// Time to wait after a failed connection attempt before trying to reconnect
cl_resend "7"
// Force Steam datagram relay on (recommended)
net_client_steamdatagram_enable_override "1"
// Max ping for MM servers you join (set low)
mm_dedicated_search_maxping "100"
// Minimum amount of actual players on servers Valve connects you to (no more joining servers full of bots!)
mm_csgo_community_search_players_min "7"
// Time allowed disconnected before timeout (max 30)
cl_timeout "30"
// Technical
// Prediction of weapon effects on the client side
cl_predictweapons "1"
// The threading mode the material system uses
// -1: the default for your system
// 0: synchronous single thread
// 1: queued single threaded mode
// 2: multi-threaded mode
mat_queue_mode 2
// Enables console without requiring -console in launch options
con_enable "1"
// Gameplay
// Disables auto switching to weapons you pick up
cl_autowepswitch "0"
// Disables E opening buy menu
cl_use_opens_buy_menu "0"
// Disables advertisements/videos/stuff on community servers
cl_disablehtmlmotd "1"
// Allows friends to click your name and join your server
cl_join_advertise "2"
// Always show your items on screen (bottom right)
cl_showloadout "1"
// Shows team tag in death messages
cl_show_clan_in_death_notice "1"
// Do not close buy menu after buying an item
closeonbuy "0"
// Preferred in-game color
// 0 yellow / 1 purple / 2 green / 3 blue / 4 orange
cl_color 4
// Binds
// Buy shortcuts
bind "KP_INS" "buy deagle"
bind "KP_END" "buy hegrenade"
bind "KP_DOWNARROW" "buy flashbang"
bind "KP_PGDN" "buy smokegrenade"
bind "KP_LEFTARROW" "buy m4a1; buy ak47"
bind "KP_5" "buy vest; buy vesthelm"
bind "KP_RIGHTARROW" "buy defuser"
bind "KP_HOME" "buy p250"
bind "KP_PGUP" "buy awp"
bind "KP_DEL" "buy molotov; buy incgrenade"
// Jump throw
// Against the rules in some competitions
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind j "+jumpthrow"
// Clutch bind
alias "clutch" "clutchon"
alias "clutchon" "voice_enable 0; cl_clearhinthistory; r_cleardecals; playvol buttons\blip2 0.5; alias clutch clutchoff;"
alias "clutchoff" "voice_enable 1; playvol buttons\blip1 0.5; alias clutch clutchon"
bind n clutch
// radar zoom in-out script
bind . "incrementvar cl_radar_scale 0.25 1.0 0.05"
bind , "incrementvar cl_radar_scale 0.25 1.0 -0.05"
// Buydrop fiveseven or tec9
alias buydrop "buy fn57; buy tec9; slot2; drop"
bind p buydrop
// Throwable shortcut
bind "z" "slot8"
bind "x" "slot7"
bind "c" "use weapon_molotov; use weapon_incgrenade"
// For commanding the stupid bot
bind h "holdpos"
// Mute all sound
bind m "toggle volume 0 1"
//////////////
alias prac exec "practice"
//////////////
echo
echo
echo !!!!! Autoexec loaded !!!!!
echo
echo
host_writeconfig
unbindall
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "c" "slot6"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "h" "holdpos"
bind "i" "show_loadout_toggle"
bind "j" "+jumpthrow"
bind "k" "toggle cl_crosshairsize 3 500"
bind "l" "say help"
bind "m" "toggle volume 0 0.5"
bind "n" "clutch"
bind "p" "buydrop"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "v" "use weapon_molotov; use weapon_incgrenade"
bind "w" "+forward"
bind "x" "slot7"
bind "y" "messagemode"
bind "z" "slot8"
bind "KP_INS" "buy deagle"
bind "KP_END" "buy hegrenade"
bind "KP_DOWNARROW" "buy flashbang"
bind "KP_PGDN" "buy smokegrenade"
bind "KP_LEFTARROW" "buy m4a1; buy ak47"
bind "KP_5" "buy vesthelm"
bind "KP_RIGHTARROW" "buy defuser"
bind "KP_HOME" "buy p250"
bind "KP_PGUP" "buy awp"
bind "KP_DEL" "buy molotov; buy incgrenade"
bind "`" "toggleconsole"
bind "," "incrementvar cl_radar_scale 0.25 1.0 -0.05"
bind "." "incrementvar cl_radar_scale 0.25 1.0 0.05"
bind "/" "+left"
bind "-" "retry"
bind "=" "demoui2"
bind "SPACE" "+jump"
bind "TAB" "+showscores"
bind "CAPSLOCK" "+voicerecord"
bind "ESCAPE" "cancelselect"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "ALT" "r_cleardecals"
bind "CTRL" "+duck"
bind "RCTRL" "+altbinds"
bind "F1" "autobuy"
bind "F2" "rebuy"
bind "F6" "save quick"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
bind "JOY1" "+jump"
bind "JOY2" "+reload"
bind "JOY3" "+use"
bind "JOY4" "invnextnongrenade"
bind "JOY5" "invnextitem"
bind "JOY6" "+lookspin"
bind "JOY7" "togglescores"
bind "JOY8" "gameui_activate"
bind "JOY10" "+attack2"
bind "POV_DOWN" "drop"
bind "Y AXIS NEG" "xmove"
bind "Z AXIS POS" "+duck"
bind "Z AXIS NEG" "+attack"
bind "U AXIS NEG" "xlook"
@panorama_debug_overlay_opacity "0.8"
adsp_debug "0"
ai_report_task_timings_on_limit "0"
ai_think_limit_label "0"
budget_averages_window "30"
budget_background_alpha "128"
budget_bargraph_background_alpha "128"
budget_bargraph_range_ms "16.6666666667"
budget_history_numsamplesvisible "100"
budget_history_range_ms "66.666666667"
budget_panel_bottom_of_history_fraction ".25"
budget_panel_height "384"
budget_panel_width "512"
budget_panel_x "0"
budget_panel_y "50"
budget_peaks_window "30"
budget_show_averages "0"
budget_show_history "1"
budget_show_peaks "1"
bugreporter_uploadasync "0"
bugreporter_username ""
c_maxdistance "200"
c_maxpitch "90"
c_maxyaw "135"
c_mindistance "30"
c_minpitch "0"
c_minyaw "-135"
c_orthoheight "100"
c_orthowidth "100"
c_thirdpersonshoulder "0"
c_thirdpersonshoulderaimdist "120"
c_thirdpersonshoulderdist "40.0"
c_thirdpersonshoulderheight "5.0"
c_thirdpersonshoulderoffset "100"
cachedvalue_count_partybrowser "1580579590"
cachedvalue_count_teammates "1580824335"
cam_collision "1"
cam_idealdelta "4.0"
cam_idealdist "150"
cam_idealdistright "0"
cam_idealdistup "0"
cam_ideallag "4.0"
cam_idealpitch "0"
cam_idealyaw "0"
cam_snapto "0"
cc_lang ""
cc_linger_time "1.0"
cc_predisplay_time "0.25"
cc_subtitles "0"
chet_debug_idle "0"
cl_allowdownload "1"
cl_allowupload "1"
cl_autohelp "1"
cl_autowepswitch "0"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.10"
cl_bobamt_vert "0.10"
cl_bobcycle "0.98"
cl_chatfilter_version "1"
cl_chatfilters "63"
cl_clanid "7488999"
cl_cmdrate "128"
cl_color "4"
cl_compass_enabled "1"
cl_crosshair_drawoutline "0"
cl_crosshair_dynamic_maxdist_splitratio "0"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "1.000000"
cl_crosshair_dynamic_splitdist "5"
cl_crosshair_friendly_warning "1"
cl_crosshair_outlinethickness "1"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1"
cl_crosshair_t "0"
cl_crosshairalpha "800"
cl_crosshaircolor "1"
cl_crosshaircolor_b "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_r "50"
cl_crosshairdot "0"
cl_crosshairgap "-2"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "3"
cl_debugrumble "0"
cl_detail_avoid_force "0.4"
cl_detail_avoid_radius "64"
cl_detail_avoid_recover_speed "0.25"
cl_detail_max_sway "5"
cl_disablefreezecam "1"
cl_disablehtmlmotd "1"
cl_dm_buyrandomweapons "0"
cl_downloadfilter "all"
cl_dz_playagain_auto_spectate "0"
cl_embedded_stream_audio_volume "60"
cl_embedded_stream_audio_volume_xmaster "1"
cl_forcepreload "0"
cl_freezecampanel_position_dynamic "0"
cl_grass_mip_bias "-0.5"
cl_hide_avatar_images "0"
cl_hud_background_alpha "1.000000"
cl_hud_bomb_under_radar "1"
cl_hud_color "1"
cl_hud_healthammo_style "0"
cl_hud_playercount_pos "1"
cl_hud_playercount_showcount "1"
cl_hud_radar_scale "1.005000"
cl_idealpitchscale "0.8"
cl_inventory_saved_filter2 "all"
cl_inventory_saved_sort2 "inv_sort_age"
cl_invites_only_friends "0"
cl_invites_only_mainmenu "0"
cl_itemimages_dynamically_generated "2"
cl_join_advertise "2"
cl_minimal_rtt_shadows "1"
cl_mouselook "1"
cl_mute_all_but_friends_and_party "0"
cl_mute_enemy_team "0"
cl_obs_interp_enable "1"
cl_observercrosshair "1"
cl_player_ping_mute "0"
cl_playerspray_auto_apply "1"
cl_promoted_settings_acknowledged "1:1577336004801"
cl_quickinventory_lastinv "1"
cl_quickinventory_line_update_speed "65.0f"
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.25"
cl_radar_square_with_scoreboard "0"
cl_radial_radio_tab "0"
cl_radialmenu_deadzone_size "0.04"
cl_righthand "1"
cl_rumblescale "1.0"
cl_sanitize_player_names "0"
cl_scalecrosshair "1"
cl_scoreboard_mouse_enable_binding "+attack2"
cl_scoreboard_survivors_always_on "0"
cl_show_clan_in_death_notice "1"
cl_showhelp "0"
cl_showloadout "1"
cl_showpluginmessages2 "1"
cl_sniper_delay_unscope "0"
cl_spec_follow_grenade_key "0"
cl_spec_mode "5"
cl_tablet_mapmode "1"
cl_teammate_colors_show "2"
cl_timeout "30"
cl_updaterate "128"
cl_use_opens_buy_menu "0"
cl_versus_intro "1"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.25"
closecaption "0"
closeonbuy "0"
commentary_firstrun "0"
con_enable "1"
crosshair "1"
dsp_enhance_stereo "0"
engine_no_focus_sleep "50"
force_audio_english "0"
func_break_max_pieces "15"
g15_update_msec "250"
gameinstructor_enable "0"
hud_scaling "0.8"
hud_showtargetid "1"
hud_takesshots "0"
joy_accelmax "1.0"
joy_accelscale "4.0"
joy_accelscalepoly "0.5"
joy_advanced "1"
joy_advaxisr "2"
joy_advaxisu "4"
joy_advaxisv "0"
joy_advaxisx "3"
joy_advaxisy "1"
joy_advaxisz "0"
joy_autoaimdampen "0.4"
joy_autoAimDampenMethod "1"
joy_autoaimdampenrange "0.99"
joy_axisbutton_threshold "0.3"
joy_cfg_preset "1"
joy_circle_correct "1"
joy_curvepoint_1 "0.005"
joy_curvepoint_2 "0.1"
joy_curvepoint_3 "0.4"
joy_curvepoint_4 "0.8"
joy_curvepoint_end "2"
joy_diagonalpov "0"
joy_display_input "0"
joy_forwardsensitivity "-1.0"
joy_forwardthreshold "0.1"
joy_gamma "0.1"
joy_inverty "0"
joy_lowend "0.35"
joy_lowend_linear "0.55"
joy_lowmap "0.1"
joy_movement_stick "0"
joy_name "Xbox controller"
joy_no_accel_jump "0"
joy_pitchsensitivity "-0.85"
joy_pitchthreshold "0.025"
joy_response_look "0"
joy_response_look_pitch "0"
joy_response_move "5"
joy_sensitive_step0 "0.1"
joy_sensitive_step1 "0.4"
joy_sensitive_step2 "0.90"
joy_sidesensitivity "1"
joy_sidethreshold "0.1"
joy_wingmanwarrior_centerhack "0"
joy_wingmanwarrior_turnhack "0"
joy_yawsensitivity "-0.9"
joy_yawthreshold "0.0"
joystick "0"
joystick_force_disabled "1"
joystick_force_disabled_set_from_options "1"
key_bind_version "5"
lobby_default_privacy_bits2 "1"
lockMoveControllerRet "0"
lookspring "0"
lookstrafe "0"
m_customaccel "0"
m_customaccel_exponent "1.000000"
m_customaccel_max "0"
m_customaccel_scale "0.04"
m_forward "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_pitch "0.022000"
m_rawinput "1"
m_side "0.8"
m_yaw "0.022"
mapoverview_icon_scale "1.0"
mat_monitorgamma "1.600000"
mat_monitorgamma_tv_enabled "0"
mat_powersavingsmode "0"
mat_queue_report "0"
mat_spewalloc "0"
mat_texture_list_content_path ""
mc_accel_band_size "2.000000"
mc_dead_zone_radius "0.900000"
mc_max_pitchrate "100.0"
mc_max_yawrate "230.0"
mm_csgo_community_search_players_min "7"
mm_dedicated_search_maxping "100"
mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020"
muzzleflash_light "0"
name "zer0zero."
net_allow_multicast "1"
net_graph "1"
net_graphheight "64"
net_graphholdsvframerate "0"
net_graphipc "0"
net_graphmsecs "400"
net_graphpos "1"
net_graphproportionalfont "0"
net_graphshowinterp "1"
net_graphshowlatency "1"
net_graphshowsvframerate "0"
net_graphsolid "1"
net_graphtext "1"
net_maxroutable "1200"
net_scale "5"
net_steamcnx_allowrelay "1"
npc_height_adjust "1"
option_duck_method "0"
option_speed_method "0"
password ""
play_distance "1"
player_botdifflast_s "0.000000"
player_competitive_maplist_2v2_8_1_E8907D2E "mg_de_inferno,mg_de_overpass,mg_de_train,mg_de_shortnuke,mg_de_shortdust,mg_gd_rialto,mg_de_lake"
player_competitive_maplist_8_8_1_475B5511 "mg_de_inferno,mg_de_overpass,mg_de_train,mg_de_mirage,mg_de_dust2,mg_de_cache"
player_nevershow_communityservermessage "1"
player_survival_list_8_1_7 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_junglety"
player_teamplayedlast "2"
player_wargames_list2_8_1_604 "mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_flyingscoutsman"
r_drawmodelstatsoverlaymax "1.5"
r_drawmodelstatsoverlaymin "0.1"
r_drawtracers_firstperson "0"
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
rate "786432"
safezonex "1.000000"
safezoney "1.000000"
sc_enable "1.0"
sc_joystick_map "1"
sc_pitch_sensitivity "1.0"
sc_yaw_sensitivity "1.0"
scene_showfaceto "0"
scene_showlook "0"
scene_showmoveto "0"
scene_showunlock "0"
sensitivity "1.8"
sk_autoaim_mode "1"
skill "1.000000"
snd_deathcamera_volume "0"
snd_duckerattacktime "0.5"
snd_duckerreleasetime "2.5"
snd_duckerthreshold "0.15"
snd_ducking_off "1"
snd_ducktovolume "0.55"
snd_dzmusic_volume "0.2"
snd_hrtf_distance_behind "100"
snd_hrtf_voice_delay "0.1"
snd_hwcompat "0"
snd_mapobjective_volume "0"
snd_menumusic_volume "0"
snd_mix_async "1"
snd_mix_async_onetime_reset "1"
snd_mixahead "0.05"
snd_music_selection "2"
snd_music_volume_onetime_reset_2 "1"
snd_musicvolume_multiplier_inoverlay "0.1"
snd_mute_losefocus "0"
snd_mute_mvp_music_live_players "0"
snd_mvp_volume "0"
snd_pitchquality "1"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_surround_speakers "-1"
snd_tensecondwarning_volume "0"
sound_device_override "{0.0.0.00000000}.{1d4f85e5-988e-4de7-9962-82333bf61554}"
spec_replay_autostart "1"
spec_show_xray "1"
spec_usenumberkeys_nobinds "1"
spec_xray_dropped_defusers "1"
spec_xray_dropped_unoccluded "1"
ss_splitmode "0"
store_version "1"
suitvolume "0.25"
sv_forcepreload "0"
sv_log_onefile "0"
sv_logbans "0"
sv_logecho "1"
sv_logfile "1"
sv_logflush "0"
sv_logsdir "logs"
sv_noclipaccelerate "5"
sv_noclipspeed "5"
sv_pvsskipanimation "1"
sv_skyname "sky_dust"
sv_specaccelerate "5"
sv_specnoclip "1"
sv_specspeed "3"
sv_unlockedchapters "1"
sv_voiceenable "1"
test_convar "0"
texture_budget_background_alpha "128"
texture_budget_panel_bottom_of_history_fraction ".25"
texture_budget_panel_height "284"
texture_budget_panel_width "512"
texture_budget_panel_x "0"
texture_budget_panel_y "450"
triple_monitor_mode "0"
tv_nochat "0"
ui_inventorysettings_recently_acknowledged ""
ui_nearbylobbies_filter2 "competitive"
ui_news_last_read_link "https://blog.counter-strike.net/zh-hans/index.php/2020/01/28231/"
ui_playsettings_maps_listen_casual "mg_de_mirage"
ui_playsettings_maps_listen_competitive "random_classic"
ui_playsettings_maps_listen_deathmatch "random_classic"
ui_playsettings_maps_listen_scrimcomp2v2 "mg_de_inferno"
ui_playsettings_maps_listen_skirmish "mg_skirmish_flyingscoutsman"
ui_playsettings_maps_official_casual "mg_casualdelta"
ui_playsettings_maps_official_deathmatch "mg_casualsigma"
ui_playsettings_maps_workshop "@workshop/308490450/xhair_v3"
ui_playsettings_mode_listen "casual"
ui_playsettings_mode_official_v20 "competitive"
ui_playsettings_survival_solo "0"
ui_playsettings_warmup_map_name "de_mirage"
ui_popup_weaponupdate_version "0"
ui_setting_advertiseforhire_auto "1"
ui_setting_advertiseforhire_auto_last "/competitive"
ui_steam_overlay_notification_position "topleft"
ui_vanitysetting_loadoutslot_ct "melee"
ui_vanitysetting_loadoutslot_t "c4"
ui_vanitysetting_team "ct"
vgui_message_dialog_modal "0"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "0"
viewmodel_offset_z "-1.500000"
viewmodel_presetpos "3"
viewmodel_recoil "1.0"
voice_caster_enable "0"
voice_caster_scale "1"
voice_enable "1"
voice_forcemicrecord "1"
voice_mixer_boost "0"
voice_mixer_mute "0"
voice_mixer_volume "1.0"
voice_modenable "1"
voice_positional "0"
voice_scale ".2"
voice_system_enable "1"
voice_threshold "2000"
volume "0.5"
vprof_graphheight "256"
vprof_graphwidth "512"
vprof_unaccounted_limit "0.3"
vprof_verbose "1"
vprof_warningmsec "10"
xbox_autothrottle "1"
xbox_throttlebias "100"
xbox_throttlespoof "200"
zoom_sensitivity_ratio_joystick "0.7"
zoom_sensitivity_ratio_mouse "1"
cmd1 +jlook
// PRACTICE config
clear
// Enables cheat commands
sv_cheats 1
// No player limit in teams
mp_limitteams 0
// No player balancing
mp_autoteambalance 0
// 60 minute round-timer
mp_roundtime 60
// 60 minute round-timer for de_ maps
mp_roundtime_defuse 60
// Money, max allowed
mp_maxmoney 60000
// Money, starting amount
mp_startmoney 60000
// Disables freezetime
mp_freezetime 0
// Buy anytime
mp_buytime 9999
// Buy anywhere
mp_buy_anywhere 1
// Bhop: Enabled
sv_enablebunnyhopping 1
// Bhop: Auto-bhop enabled
sv_autobunnyhopping 1
// Bhop: Allows FAST air strafing
sv_airaccelerate 1000
// Ammo: infinite
sv_infinite_ammo 1
// Ammo: Allows you to hold all types of grenades
ammo_grenade_limit_total 5
// Grenade trajectory visible
sv_grenade_trajectory 1
// Grenade trajectory time visible
sv_grenade_trajectory_time 10
// Bullet impacts visible
sv_showimpacts 1
// Bullet impacts time visible
sv_showimpacts_time 10
// Gives CT all grenades
mp_ct_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_decoy weapon_incgrenade"
// Gives T all grenades
mp_t_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_decoy weapon_molotov"
// Kicks bots
bot_kick
// Ends warmup
mp_warmup_end
// Restarts the game
mp_restartgame 1
"VideoConfig"
{
"setting.cpu_level" "0"
"setting.gpu_level" "0"
"setauto.mat_antialias" "8"
"setauto.mat_aaquality" "0"
"setting.mat_forceaniso" "0"
"setting.mat_vsync" "0"
"setting.mat_triplebuffered" "0"
"setting.mat_grain_scale_override" "-1.0"
"setting.gpu_mem_level" "0"
"setting.mem_level" "2"
"setting.mat_queue_mode" "-1"
"setting.csm_quality_level" "0"
"setting.mat_software_aa_strength" "0"
"setting.mat_motion_blur_enabled" "0"
"setting.defaultres" "1280"
"setting.defaultresheight" "960"
"setting.aspectratiomode" "0"
"setting.fullscreen" "1"
"setting.nowindowborder" "0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment