Skip to content

Instantly share code, notes, and snippets.

@vaughnroyko
Created June 28, 2015 04:23
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 vaughnroyko/a28c10af264b96c0cd13 to your computer and use it in GitHub Desktop.
Save vaughnroyko/a28c10af264b96c0cd13 to your computer and use it in GitHub Desktop.
CSGO Config
//=============// //=====================================================//
// PGUP // // | / | * | - //
// DEAGLE // // | DECOY | SMOKE | FLASH //
//-------------// //-------------|-------------|-------------|-----------//
// PGDOWN // // 7 | 8 | 9 | + //
// SCOUT // // P250/CZ | 57/TEC9 | AWP | NADES //
//=============// //-------------|-------------|-------------| HE //
// 4 | 5 | 6 | INCEND //
// P90 | FAMAS/GALIL | AUG/SG556 | MOLOTOV //
//-------------|-------------|-------------|-----------//
// 1 | 2 | 3 | //
// NOVA | UMP | BIZON | Enter //
//-------------|-------------|-------------| ARMOR //
// 0 | . | //
// M4/AK | KIT | //
//=====================================================//
bind "KP_PGUP" "buy deagle"
bind "KP_PGUP" "buy ssg08"
bind "KP_SLASH" "buy decoy"
bind "KP_MULTIPLY" "buy smokegrenade"
bind "KP_MINUS" "buy flashbang"
bind "KP_HOME" "buy p250"
bind "KP_UPARROW" "buy fn57;buy tec9"
bind "KP_PGUP" "buy awp"
bind "KP_PLUS" "buy hegrenade;buy incgrenade;buy molotov"
bind "KP_LEFTARROW" "buy p90"
bind "KP_5" "buy galilar;buy famas"
bind "KP_RIGHTARROW" "buy aug;buy sg556"
bind "KP_END" "buy nova"
bind "KP_DOWNARROW" "buy ump45"
bind "KP_PGDN" "buy bizon"
bind "KP_INS" "buy m4a1;buy ak47"
bind "KP_DEL" "buy defuser"
bind "KP_ENTER" "buy vesthelm;buy vest"
//Oher binds
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
bind "MOUSE5" "use weapon_c4;drop"
//Gun model centered/reduced in size
cl_righthand "1"
viewmodel_offset_x "-2"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
viewmodel_fov "65"
cl_bob_lower_amt "30"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_bobcycle "0"
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
//Pink thin crosshair, with a shadow
cl_crosshair_drawoutline "1"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_b "255"
cl_crosshairdot "1"
cl_crosshairgap "10"
cl_crosshairsize "5"
cl_crosshairstyle "2"
cl_crosshairusealpha "1"
cl_crosshair_outlinethickness "0.5"
//Radar/hud tweaks
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.6"
cl_radar_rotate "1"
cl_radar_scale "0.45"
cl_hud_radar_scale "1.3"
hud_scaling "0.65"
cl_hud_background_alpha "0.3"
cl_hud_color "4"
//Sound tweaks
snd_mute_losefocus "0"
windows_speaker_config "1"
snd_mixahead "0.05"
//Misc
cl_disablefreezecam "1"
cl_forcepreload "1"
cl_interp_ratio" 1"
lobby_voice_chat_enabled "0"
//Resets
bind "MOUSE1" "+attack"
//Nades
bind "MOUSE3" "use weapon_flashbang"
bind "MWHEELUP" "use weapon_smokegrenade"
bind "MWHEELDOWN" "use weapon_incgrenade;use weapon_molotov"
bind "MOUSE5" "use weapon_hegrenade"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment