Skip to content

Instantly share code, notes, and snippets.

@akiradeveloper
Created October 22, 2017 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiradeveloper/03b4355ef13d7cdc8605af270c2c5ac8 to your computer and use it in GitHub Desktop.
Save akiradeveloper/03b4355ef13d7cdc8605af270c2c5ac8 to your computer and use it in GitHub Desktop.
my csgo config rev.1
// misc
cl_autohelp "0"
cl_autowepswitch "0"
cl_dm_buyrandomweapons "0"
cl_forcepreload "1"
cl_showhelp "0"
cl_showpos "1"\
cl_teamid_overhead_always "2" // w/ equipment
cl_teammate_colors_show "1" // show teammates in rader with color
closeonbuy "0"
con_enable "1"
hud_takesshots "0"
option_duck_method "0"
option_speed_method "0"
// rates
rate "786432"
cl_updaterate "128"
cl_cmdrate "128"
cl_interp_ratio "1"
cl_interp "0"
// hitbox
cl_interpolate "1"
cl_lagcompensation "1"
// mouse
sensitivity "0.95"
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_pitch "0.022"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
// matching timeout
mm_dedicated_search_maxping "25"
cl_resend "3"
cl_resend_timeout "9"
// video
fps_max "999"
// audio
snd_mixahead "0.05"
snd_headphone_pan_exponent "2.5"
snd_legacy_surround "1"
// rader
cl_radar_always_centered "0"
cl_radar_scale "0.3"
cl_hud_radar_scale "1.15"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"
// view model
cl_righthand "1"
viewmodel_offset_x "0"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
viewmodel_fov "54" // only affect the viewmodel fov (c.f. fov_cs_debug)
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.1"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.5"
// cross hair
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "245"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "255"
cl_crosshairdot "1"
cl_crosshairgap "-1"
cl_crosshairsize "2"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"
cl_crosshair_sniper_width "1"
// bind
bind ESCAPE "cancelselect"
bind mouse1 "+attack"
bind mouse2 "+attack2"
bind MWHEELDOWN "invnext"
bind MWHEELUP "invprev"
bind w "+forward"
bind a "+moveleft"
bind s "+back"
bind d "+moveright"
bind e "+use"
bind r "+reload"
bind g "drop"
bind v "+voicerecord"
bind q "+quick" // alias
bind t "+jumpthrow" // alias
bind f "use weapon_knife; use weapon_flashbang"
bind c "use weapon_smokegrenade"
bind x "use weapon_molotov; use weapon_incgrenade"
bind z "use weapon_hegrenade"
bind space "+jump"
bind shift "+duck; r_cleardecals"
bind ctrl "+speed; r_cleardecals"
bind tab "+ngscore" // alias
bind b "buymenu"
bind F1 "radio1"
bind F2 "radio2"
bind F3 "radio3"
bind 1 "slot1"
bind 2 "slot2"
bind 3 "slot3"
bind 4 "slot4"
bind 5 "slot5"
bind 0 "toggleconsole"
// buy script bind
bind UPARROW "buy flashbang; give weapon_flashbang"
bind LEFTARROW "buy smokegrenade; give weapon_smokegrenade"
bind DOWNARROW "buy molotov; buy incgrenade; give weapon_molotov; give weapon_incgrenade"
bind RIGHTARROW "buy hegrenade; give weapon_hegrenade"
bind INS "buy p250"
bind DEL "buy tec9; buy fiveseven"
bind HOME "buy famas; buy galilar"
bind END "buy m4a1; buy ak47"
bind PGUP "buy ump45"
bind PGDN "buy awp"
bind F11 "buy defuser"
bind F12 "buy vesthelm; buy vest"
// aliases
alias +ngscore "+showscores; net_graph 1"
alias -ngscore "-showscores; net_graph 0"
alias +jumpthrow "+jump; -attack"
alias -jumpthrow "-jump"
alias +quick "slot3; +lookatweapon"
alias -quick "-lookatweapon; slot1"
host_writeconfig
// nade.cfg
sv_cheats "1"
sv_showimpacts "1"
sv_showimpacts_penetration "1"
sv_showbullethits "1"
sv_grenade_trajectory "1"
sv_grenade_trajectory_thickness "0.5"
sv_infinite_ammo "2"
ammo_grenade_limit_total "6"
mp_startmoney "16000"
mp_freezetime "0"
mp_roundtime "60"
mp_roundtime_defuse "60"
mp_roundtime_hostage "60"
mp_maxrounds "999"
mp_buytime "9999"
mp_buy_anywhere "1"
bind mouse4 "noclip"
mp_warmup_end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment