Skip to content

Instantly share code, notes, and snippets.

@RichGuk
Last active September 13, 2015 09:19
Show Gist options
  • Save RichGuk/09dcc77753c73925750a to your computer and use it in GitHub Desktop.
Save RichGuk/09dcc77753c73925750a to your computer and use it in GitHub Desktop.
//disable help
gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"
//disable annoying server stuff
cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"
player_nevershow_communityservermessage "1"
// Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_lagcompensation "1"
// graphics
fps_max 300
cl_forcepreload 1
// Crosshiar
cl_crosshair_drawoutline "0"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "500"
cl_crosshaircolor "1"
cl_crosshaircolor_b "251"
cl_crosshaircolor_g "208"
cl_crosshaircolor_r "0"
cl_crosshairdot "0"
cl_crosshairgap "-3"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "4"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-7"
// Viewmodel.
viewmodel_fov 60;
viewmodel_offset_x 1;
viewmodel_offset_y 1;
viewmodel_offset_z -1;
cl_righthand 0;
// Mouse
// Use G502 @ 800 DPI
sensitivity "1.02 "
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_customaccell 0
// repositions the gunmodel TO mimic CSS more closely.
viewmodel_fov "65"
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"
// 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 "10"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
// Radar
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.5"
// scales the HUD depending ON what resolution you USE, 1 IS max.
hud_scaling "1"
// lowers delay BETWEEN sounds.
snd_mixahead "0.05"
// sets interpolation values.
cl_interp "0"
cl_interp_ratio "1"
// ignores dedicated servers WITH pings above this value.
mm_dedicated_search_maxping
cl_bobcycle "0.98"
// Binds
bind f "use weapon_flashbang"
bind c "use weapon_hegrenade"
bind x "use weapon_smokegrenade"
bind z "use weapon_molotov; use weapon_incgrenade"
bind mwheeldown "+jump"
unbind mwheelup
bind rightarrow "use weapon_c4;drop"
alias voicetoggle "toggle voice_scale 0 0.6"
bind f1 voicetoggle
alias "+jumpthrow" "+forward;+jump;-attack"
alias "-jumpthrow" "-jump;-forward"
bind h +jumpthrow
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment