Skip to content

Instantly share code, notes, and snippets.

@jonpulsifer
Last active October 2, 2021 22:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonpulsifer/938d597b1670b49156bf6c01234702b7 to your computer and use it in GitHub Desktop.
Save jonpulsifer/938d597b1670b49156bf6c01234702b7 to your computer and use it in GitHub Desktop.
CS:GO configuration

cs:go config

This is my CS:GO config. Find me on ESEA, and at https://steamcommunity.com/id/jawn

launch options

-high -novid -console +exec autoexec.cfg

config location

this file lives in (by default) C:\Program Files (x86)\Steam\userdata\<steam3ID>\730\local\cfg

steamID32: STEAM_0:A:B

steamID64: 76561197960265728 + (B*2)+A

steam3ID: (B*2)+A or [U:1:(B*2)+A]

steamname: jawn -e-
steam3ID:  [U:1:116608]
steamID32: STEAM_0:0:58304
steamID64: http://steamcommunity.com/profiles/76561197960382336
customURL: http://steamcommunity.com/id/jawn
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "c" "radio3"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "+voicerecord"
bind "g" "drop"
bind "h" "+spray_menu"
bind "j" "say [x] rekt [] not rekt"
bind "k" "say you talk a lot"
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+lookatweapon"
bind "u" "say_team"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "say"
bind "z" "radio1"
bind "`" "toggleconsole"
bind "ENTER" "+attack"
bind "SPACE" "+jump"
bind "TAB" "+showscores"
bind "ESCAPE" "cancelselect"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "F1" "autobuy"
bind "F2" "rebuy"
bind "F4" "jpeg"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE4" "+voicerecord"
bind "MOUSE5" "enemydown"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "+jump"
// RATES
rate 786432
cl_interp 0
cl_interp_ratio 1
cl_cmdrate 128
cl_updaterate 128
// VIEWMODEL AND BOBBING
viewmodel_presetpos "3" // 1:Desktop 2:Couch 3:Classic
cl_viewmodel_shift_left_amt 0.5
cl_viewmodel_shift_right_amt 0.25
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.1"
// MOUSE
m_rawinput 1
m_customaccel 0
m_mousespeed 0
m_mouseaccel 0
// GAME SETTINGS
con_enable 1
cl_autowepswitch 0
cl_autohelp 0
cl_showhelp 0
gameinstructor_enable 0
// GENERAL TOMFOOLERY
fps_max 500
// CROSSHAIR
exec crosshair.cfg
// scales the HUD depending on what resolution you use, 1 is max.
hud_scaling 1
snd_musicvolume 0.2
volume 1
cl_radar_scale 0.35
cl_radar_rotate 1
cl_forcepreload 1
cl_lagcompensation 1
cl_predictweapons 1
cl_resend 6
cl_timeout 9999999
r_dynamic 0
r_eyegloss 0
r_eyemove 0
r_eyeshift_x 0
r_eyeshift_y 0
r_eyeshift_z 0
r_eyesize 0
sys_antialiasing 0
sys_aspectratio -1
sys_refldetail 0
mat_queue_mode 2
cl_disablehtmlmotd 1
cl_dm_buyrandomweapons 0
cl_downloadfilter none
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"
cl_crosshair_sniper_width "1"
cl_crosshairalpha "300"
cl_crosshaircolor "1"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "3"
cl_crosshairsize "2.5"
cl_crosshairstyle "4"
cl_crosshairthickness "0"
cl_crosshairusealpha "1"
"VideoConfig"
{
"setting.cpu_level" "0"
"setting.gpu_level" "0"
"setting.mat_antialias" "4"
"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" "0"
"setting.mem_level" "2"
"setting.mat_queue_mode" "-1"
"setting.csm_quality_level" "0"
"setting.mat_software_aa_strength" "0"
"setting.mat_motion_blur_enabled" "0"
"setting.fullscreen" "1"
"setting.defaultres" "1440"
"setting.defaultresheight" "1080"
"setting.aspectratiomode" "0"
"setting.nowindowborder" "0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment