Skip to content

Instantly share code, notes, and snippets.

@riovv
Last active June 5, 2021 10:45
Show Gist options
  • Save riovv/12265ac638b8e80810df87e5ee9431ca to your computer and use it in GitHub Desktop.
Save riovv/12265ac638b8e80810df87e5ee9431ca to your computer and use it in GitHub Desktop.
cs 1.6 cfg
cl_bob 0
cl_bobcycle 0
cl_minmodels 1
cl_cmdrate "101"
cl_updaterate 102
max_shells 10
max_smokepuffs 0
rate 25000
fps_max "101"
m_rawinput 1 // [0:Bool]
cl_himodels 0 // [?:Bool] Enables the High Quality models. This only works in Half-Life.
hud_fastswitch 1
hud_centerid 1
cl_minmodels 1 // [0:Bool] Enable displaying of only the minimum models: leet.mdl, gign.mdl and vip.mdl, enabling may improve performance.
cl_min_t 1 // [1:Int] Chose specific player model for Terrorists. (1/3 = ELITE (Leet), 5 = GUERILLA, 6 = ARCTIC, 8 = PHOENIX (Terror), 11 = MILITIA (CZ only)) See: http://cs.gamebanana.com/skins/97004
cl_min_ct 9 // [2:Int] Chose specific player model for CT. (2 = GIGN, 4 = GSG-9, 7 = SAS, 9 = SEAL, 10 = SPETSNAZ (CZ only)) See: http://cs.gamebanana.com/skins/97004
////////////////////////////////////////////////////////////////////////////////
// NETCODE
////////////////////////////////////////////////////////////////////////////////
// Walking
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "CTRL" "+speed"
bind "SPACE" "+jump"
bind "SHIFT" "+duck"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "g" "drop"
bind "e" "slot1"
bind "f" "slot2"
bind "q" "slot3"
bind "1" "weapon_smokegrenade"
bind "2" "weapon_hegrenade"
bind "3" "weapon_flashbang"
bind "uparrow" "defuser"
bind leftarrow "sgren"
bind downarrow "hegren"
bind rightarrow "flash"
bind kp_ins "vesthelm;vest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment