Skip to content

Instantly share code, notes, and snippets.

@Izay0i
Created March 9, 2022 19:07
Show Gist options
  • Save Izay0i/beefb3405b5aa290f46b51f71b47abf9 to your computer and use it in GitHub Desktop.
Save Izay0i/beefb3405b5aa290f46b51f71b47abf9 to your computer and use it in GitHub Desktop.
// removes the shifting of the arm when crouching down.
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
cl_bob_lower_amt "0"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.1"
// scales the HUD depending on what resolution you use, 1 is max.
hud_scaling "1"
// lowers delay between sounds.
snd_mixahead "0.05"
snd_mix_async "1"
snd_stream "1"
// sets interpolation values.
//cl_interp "0"
//cl_interp_ratio "1"
// ignores dedicated servers with pings above this value.
mm_dedicated_search_maxping
// usual rate commands
rate "786432"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp_ratio "1"
cl_interp "0"
cl_lagcompensation "1"
cl_predict "1"
cl_predictweapons "1"
// causes the scope to move less while moving scoped and reduces bobbing effect
cl_bobcycle "1.0"
hud_scaling "1"
m_customaccell 0
m_rawinput "1"
m_mouseaccel2 "0"
m_mouseaccel1 "0"
m_customaccel "0"
cl_forcepreload "0" // Preloads The Whole Map & Sounds.
cl_autohelp "0"
cl_showhelp "0"
cl_downloadfilter "all"
r_dynamic "1"
r_drawtracers "1"
r_drawtracers_firstperson "1"
r_eyegloss "0" // No Makeup.
r_eyemove "0" // No Eye Movement.
r_eyeshift_x "0" // No Eye Movement X-Angel.
r_eyeshift_y "0" // No Eye Movement Y-Angel.
r_eyeshift_z "0" // No Eye Movement Z-Angel.
r_eyesize "0" // Smaller Eyes.
m_rawinput "1"
//mat_setvideomode 1920 1080 0
bind l "r_cleardecals" //Press L to clear decals
fps_max "600" //Setting this to 0 will uncap it but will load maps 90 seconds slower. 600 gave me the best results.
fps_max_menu "165" //(60 - highest refresh rate your monitor has to offer)
net_graph "1" //Shows my network usage data
//net_maxroutable "1200" //Requested max packet size before packets are 'split'
//crosshair
cl_use_opens_buy_menu "0"
voice_scale "0.4"
crosshair "1"
cl_crosshair_outlinethickness "0"
cl_crosshairstyle "4"
cl_crosshairalpha "255"
cl_crosshairgap "0"
cl_crosshairsize "2"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "1"
cl_crosshair_drawoutline "1"
cl_crosshaircolor "0"
cl_crosshairdot "1"
//binds
bind "v" "use weapon_knife;use weapon_molotov;use weapon_incgrenade"
bind "c" "use weapon_knife;use weapon_smokegrenade"
bind "x" "use weapon_knife;use weapon_flashbang"
bind "z" "use weapon_knife;use weapon_hegrenade"
//bhop
bind "mwheelup" "+jump"
bind "mwheeldown" "+jump"
bind "space" "+jump"
alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind "t" "+jumpthrow"
//radio
cl_radar_always_centered "0"
cl_radar_scale "0.35"
cl_radar_rotate "1"
cl_autowepswitch "0"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment