Skip to content

Instantly share code, notes, and snippets.

@jmahc
Created December 21, 2016 03:02
Show Gist options
  • Save jmahc/4fe1a38c10d54f10a7fd7f179c0b9372 to your computer and use it in GitHub Desktop.
Save jmahc/4fe1a38c10d54f10a7fd7f179c0b9372 to your computer and use it in GitHub Desktop.
CSGO settings as of 12/20/2016 @9:02
//------------------------
// General/Matchmaking Settings (begin)
//------------------------
mm_dedicated_search_maxping “70″
cl_autowepswitch "0"
cl_loadout_colorweaponnames "1"
cl_mute_enemy_team "1"
cl_bob_lower_amt 0
cl_bobamt_lat 0
cl_bobamt_vert 0
cl_viewmodel_shift_left_amt 0
cl_viewmodel_shift_right_amt 0
cl_viewmodel_shift_left_amt ".5"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128.4"
cl_updaterate "128.4"
rate "128000"
net_graph "1"
net_graphproportionalfont "0"
net_graphheight "0"
-novid
//-----------(end)------------
//------------------------
// Offline Server Settings (begin)
//------------------------
sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 60000
mp_startmoney 60000
mp_freezetime 0
mp_buytime 9999
mp_buy_anywhere 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
bot_kick
mp_warmup_end
// Practice
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
sv_showimpacts_time 10
mp_restartgame 1
//-----------(end)------------
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// VISUAL
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//------------------------
// HUD Settings (begin)
//------------------------
// COLOR CODES: 1 = white, 2 = light blue, 3 = dark blue, 4 = purple, 5 = red, 6 = orange, 7 = yellow, 8 = light green, 9 = turquois, 10 = pink
cl_hud_color "5"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "1"
cl_hud_bomb_under_radar "1"
cl_hud_background_alpha ".7"
cl_hud_radar_scale "1.15"
//-----------(end)------------
//------------------------
// Radar Settings (begin)
//------------------------
cl_radar_always_centered "0"
cl_radar_scale "0.3"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"
//-----------(end)------------
//------------------------
// OG Crosshair (begin)
//------------------------
//cl_crosshairalpha "200"
//cl_crosshaircolor "1"
//cl_crosshaircolor_b "246"
//cl_crosshaircolor_r "250"
//cl_crosshaircolor_g "50"
//cl_crosshairdot "1"
//cl_crosshairgap "--1"
//cl_crosshairsize "4"
//cl_crosshairstyle "4"
//cl_crosshairusealpha "1"
//cl_crosshairthickness "1"
//cl_fixedcrosshairgap "-7"
//cl_crosshair_drawoutline "1"
//-----------(end)------------
//------------------------
// SPRAY Crosshair (begin)
//------------------------
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "1.000000"
cl_crosshair_dynamic_splitalpha_innermod "1.000000"
cl_crosshair_dynamic_splitalpha_outermod "1"
cl_crosshair_dynamic_splitdist "0"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "215.000000"
cl_crosshairdot "1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "4"
cl_crosshairsize "0"
cl_crosshairstyle "2"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "0.000000"
alias +spray "+attack; cl_crosshairgap 44; cl_crosshairstyle 2"
alias -spray "-attack; cl_crosshairgap -3; cl_crosshairstyle 4"
bind "mouse1" "+spray"
//-----------(end)------------
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// PERIPHERALS
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//------------------------
// Mouse (begin)
// Current mouse:
// Microsoft Explorer 3.0
//------------------------
m_rawinput "1" //Raw Input on
m_customaccel "0" //Mouse Acceleration off
m_customaccel_exponent "0" //Acceleration Amount
m_mousespeed "0" //Windows mouse acceleration off
m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement)
m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement)
sensitivity "1.83"
//-----------(end)------------
//------------------------
// HEADPHONES SETTINGS (begin)
//------------------------
//windows_speaker_config "1"
//snd_front_headphone_position "xx.x"
//snd_rear_headphone_position "90.0"
//snd_headphone_pan_exponent "1.2"
//snd_headphone_pan_radial_weight "0.5"
//snd_mixahead "0.05"
//-----------(end)------------
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// BINDS
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//------------------------
// JUMP THROW (begin)
//------------------------
alias "+jumpthrow" "+jump;-attack; -ATTACK2"
alias "-jumpthrow" "-jump; forward"
bind "t" "+jumpthrow"
//-----------(end)------------
//------------------------
// BUY (begin)
// Current keyboard:
// CM STORM QUICKFIRE TK
//------------------------
bind "kp_end" "buy vest;" // 1
bind "kp_downarrow" "buy vesthelm;" // 2
bind "kp_pgdn" "buy defuser;" // 3
bind "kp_leftarrow" "buy incgrenade; buy molotov;" // 4
bind "kp_5" "buy smokegrenade;" // 5
bind "kp_rightarrow" "buy flashbang;" // 6
bind "kp_home" "buy awp;" // 7
bind "kp_uparrow" "buy ak47; buy m4a1;" // 8
bind "kp_pgup" "buy sg556; buy aug;" // 9
bind "kp_plus" "buy hegrenade;" // +
bind "kp_minus" " buy incgrenade; buy molotov;" // -
bind "kp_enter" "buy p250;" // ENTER
bind "kp_del" "buy tec9; buy fiveseven;" // .
//-----------(end)------------
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment