Skip to content

Instantly share code, notes, and snippets.

@eioo
Last active September 3, 2019 08:33
Show Gist options
  • Save eioo/c3f9d66f421e90e87386db5ba07820f9 to your computer and use it in GitHub Desktop.
Save eioo/c3f9d66f421e90e87386db5ba07820f9 to your computer and use it in GitHub Desktop.
//
// Kallen autoexec.cfg
// Launch options: -novid -tickrate 128 -high
//
// Crosshair
cl_crosshairsize 2.5
cl_crosshairgap -3
cl_crosshairalpha 225
cl_crosshair_drawoutline 0
cl_crosshairthickness 1
cl_crosshaircolor 1
// Binds
bind "kp_end" "buy ak47; buy m4a1;"
bind "kp_home" "buy smokegrenade;"
bind "kp_uparrow" "buy hegrenade;"
bind "kp_pgup" "buy flashbang;"
bind "kp_leftarrow" "buy vesthelm;"
bind "kp_5" "buy defuser;"
bind "kp_pgdn" "buy p90;"
bind q "lastinv"
bind t "use weapon_smokegrenade"
bind z "use weapon_flashbang"
bind c "use weapon_hegrenade"
bind v "use weapon_molotov; use weapon_incgrenade"
// Mouse
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
sensitivity "2.0"
// FPS to tab
net_graph "1"
net_graphheight "9999"
bind "TAB" "+scorenet"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
// Bobbing and movement shifting
cl_viewmodel_shift_right_amt "0"
cl_viewmodel_shift_left_amt "0"
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_bobcycle ".98"
// Sounds
snd_setmixer Ambient vol "0.0"
voice_enable 1
voice_scale 0.6
// Miscellaneous
fps_max 0
cl_use_opens_buy_menu 0
cl_autowepswitch 0
cl_teamid_overhead_always 2 // Always show team id over teammates. 1 = pips; 2 = pips, name, and equipment
r_dynamic "1" // Guns and grenades give light to dark areas
r_drawtracers_firstperson "1" // Draw tracers
+cl_show_team_equipment //
echo "### autoexec.cfg loaded!"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment