Skip to content

Instantly share code, notes, and snippets.

@joelcogen
Last active January 16, 2016 12:58
Show Gist options
  • Save joelcogen/7198c50ce4f96073bed7 to your computer and use it in GitHub Desktop.
Save joelcogen/7198c50ce4f96073bed7 to your computer and use it in GitHub Desktop.
CS:GO
sensitivity "0.7"
m_yaw "0.0165"
// Crosshair
cl_crosshair_drawoutline "1"
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 "200"
cl_crosshaircolor "4"
cl_crosshaircolor_b "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_r "50"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "5.500000"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "0"
// Viewmodel
cl_righthand "1"
viewmodel_offset_x "2.5"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
viewmodel_fov "54"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bob_lower_amt "30"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.5"
// Radar
cl_radar_always_centered "0"
cl_radar_scale "0.30"
// Netgraph with scores
net_graph "1"
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet"
// Display damage in top left
con_filter_text "Damage Given To"
con_filter_text_out "Player:"
con_filter_enable "2"
developer "1"
// Jump throw
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind t "+jumpthrow"
// Disable in-game voice + no rebinds needed
alias "voice_chat" "chat_1"
alias "chat_1" "voice_scale 1; playvol buttons\blip2 0.5; alias voice_chat chat_0"
alias "chat_0" "voice_scale 0; playvol weapons\knife\knife_slash1 0.5; alias voice_chat chat_1"
chat_1
bind F1 "voice_chat"
// Un-mute when talking to not forget
bind a "+voicerecord; voice_scale 1; alias voice_chat chat_0"
// Binds
bind h "use weapon_c4;drop"
bind m "holdpos"
bind p "cheer"
bind PGUP "volume 0.3"
bind PGDN "volume 0.05"
// Buys
bind KP_MINUS "buy famas"
bind KP_PLUS "buy ak47"
bind KP_MULTIPLY "buy awp"
bind KP_HOME "buy tec9"
bind KP_UPARROW "buy p250"
bind KP_PGUP "buy deagle"
bind KP_PGDN "buy defuser"
bind KP_DEL "buy vest"
bind KP_INS "buy vesthelm"
bind KP_ENTER "buy flashbang;buy smokegrenade;buy hegrenade;buy molotov;buy flashbang"
// Nades
bind f "use weapon_flashbang"
bind c "use weapon_smokegrenade"
bind x "use weapon_hegrenade"
bind w "use weapon_incgrenade;use weapon_molotov"
// Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_lagcompensation "1"
// Other stuff
cl_autowepswitch "0"
// Optmizations
joystick "0"
fps_max "300"
host_writeconfig
"VideoConfig"
{
"setting.cpu_level" "0"
"setting.gpu_level" "0"
"setting.mat_antialias" "0"
"setting.mat_aaquality" "0"
"setting.mat_forceaniso" "0"
"setting.mat_vsync" "0"
"setting.mat_triplebuffered" "0"
"setting.mat_grain_scale_override" "-1"
"setting.gpu_mem_level" "1"
"setting.mem_level" "2"
"setting.mat_queue_mode" "-1"
"setting.csm_quality_level" "2"
"setting.mat_software_aa_strength" "0"
"setting.mat_motion_blur_enabled" "0"
"setting.fullscreen" "1"
"setting.defaultres" "1280"
"setting.defaultresheight" "1024"
"setting.aspectratiomode" "0"
"setting.nowindowborder" "0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment