added csgo autoexec
This commit is contained in:
parent
900be7431a
commit
43ea8aeb51
152
csgo/autoexec.cfg
Executable file
152
csgo/autoexec.cfg
Executable file
@ -0,0 +1,152 @@
|
||||
// Setup local server tick rate
|
||||
tick 128
|
||||
|
||||
// Set rates according to your internet connection
|
||||
rate 786432
|
||||
|
||||
// All the essential settings
|
||||
con_enable // enable console
|
||||
gameinstructor_enable 0 // disable instructions
|
||||
cl_disablefreezecam 1 // disable death cam
|
||||
cl_forcepreload 0 // force preloading
|
||||
lobby_default_privacy_bits1 2 // lobby privacy: 0: private 1: public 2: clan 4: nearby 6: clan and nearby
|
||||
cl_showloadout 1 // show weapons on bottom left
|
||||
hud_showtargetid 1 // show enemy name on hover
|
||||
cl_hud_bomb_under_radar 1 // show bomb under radar
|
||||
cl_hud_playercount_pos 0 // show scoreboard/playercount on top
|
||||
cl_hud_radar_scale 0.9 // how big radar is in hud
|
||||
cl_cmdrate 128 // max command packets sent each second
|
||||
cl_updaterate 128 // max command packets received each second
|
||||
cl_teammate_colors_show 1 // show player colors
|
||||
cl_radar_scale 0.4 // adjust zoom of radar
|
||||
cl_radar_always_centered 0 // radar not centered on you
|
||||
cl_radar_icon_scale_min 1 // how large character dots are
|
||||
cl_use_opens_buy_menu 0 // dont open buy menu when pressing use
|
||||
cl_interp 0.007813 // interpolation
|
||||
cl_interp_ratio 1 // use cl_interp value
|
||||
cl_predict 1 // predict on client side
|
||||
cl_predictweapons 1 // predict weapon effects on client side
|
||||
fps_max 150 // cap fps at 150
|
||||
mm_dedicated_search_maxping 75 // matchmaking maximum ping 75
|
||||
cl_autowepswitch 0 // don't auto switch weapon
|
||||
joystick 0 // disable joystick
|
||||
|
||||
// Viewmodel
|
||||
viewmodel_offset_x "2"
|
||||
viewmodel_offset_y "2"
|
||||
viewmodel_offset_z "-2"
|
||||
viewmodel_fov "68"
|
||||
viewmodel_presetpos "0" // don't reset after game restart
|
||||
cl_viewmodel_shift_left_amt "0"
|
||||
cl_viewmodel_shift_right_amt "0"
|
||||
cl_bobcycle "0"
|
||||
cl_bobamt_vert "0"
|
||||
cl_bob_lower_amt "0"
|
||||
cl_bobamt_lat "0"
|
||||
cl_righthand 1
|
||||
|
||||
// Enable netgraph stats under scoreboard
|
||||
net_graph 1
|
||||
net_graphpos 2
|
||||
|
||||
// Crosshair
|
||||
cl_crosshair_drawoutline "0"
|
||||
cl_crosshaircolor "1"
|
||||
cl_crosshairdot "0"
|
||||
cl_crosshairgap "-2"
|
||||
cl_crosshairgap_useweaponvalue "0"
|
||||
cl_crosshairsize "2"
|
||||
cl_crosshairstyle "4"
|
||||
cl_crosshairthickness "0.5"
|
||||
cl_crosshairusealpha "1"
|
||||
|
||||
// Switch all music off except 10s round end warning
|
||||
volume 0.3
|
||||
snd_musicvolume 0.3
|
||||
snd_deathcamera_volume 0
|
||||
snd_mapobjective_volume 0
|
||||
snd_menumusic_volume 0
|
||||
snd_roundend_volume 0
|
||||
snd_roundstart_volume 0
|
||||
snd_tensecondwarning_volume 0.2
|
||||
snd_mvp_volume 0.2
|
||||
|
||||
// Stereo Settings
|
||||
snd_mixahead 0.05
|
||||
snd_headphone_pan_exponent 1
|
||||
snd_headphone_pan_radial_weight 0
|
||||
snd_front_headphone_position 90
|
||||
snd_rear_headphone_position 90
|
||||
|
||||
// Voice Chat
|
||||
voice_enable 1
|
||||
voice_loopback 0
|
||||
voice_scale .8
|
||||
|
||||
// Binds
|
||||
unbindall
|
||||
|
||||
// Mouse
|
||||
sensitivity "1.32"
|
||||
|
||||
bind "MOUSE1" "+attack"
|
||||
bind "MOUSE2" "+attack2"
|
||||
|
||||
bind mwheeldown "+jump"
|
||||
|
||||
m_rawinput 1
|
||||
m_customaccel 0
|
||||
m_mousespeed 0
|
||||
|
||||
// Keyboard
|
||||
// Directional
|
||||
bind "w" "+forward"
|
||||
bind "s" "+back"
|
||||
bind "a" "+moveleft"
|
||||
bind "d" "+moveright"
|
||||
bind "ctrl" "+speed"
|
||||
bind "shift" "+duck"
|
||||
|
||||
// interact/select
|
||||
bind "r" "+reload"
|
||||
bind "e" "+use"
|
||||
bind "g" "drop"
|
||||
bind "q" "lastinv" // last used weapon
|
||||
bind "1" "slot1" // SMG/Rifle
|
||||
bind "2" "slot2" // Pistol
|
||||
bind "3" "slot3" // Knife
|
||||
bind "4" "slot4" // Grenades
|
||||
bind "5" "slot5" // Bomb
|
||||
bind "x" "slot12" // healthshot
|
||||
bind "t" "+lookatweapon" // inspect
|
||||
bind "k" "say_team" // team chat
|
||||
bind "h" "say" // global chat
|
||||
bind "y" "+spray_menu" // spray
|
||||
bind "]" "toggleconsole" // console
|
||||
bind "tab" "+score" // scoreboard
|
||||
|
||||
// Buy
|
||||
bind "space" "buymenu"
|
||||
bind "b" "buy vest"
|
||||
bind "v" "buy vesthelm"
|
||||
bind "u" "buy defuser"
|
||||
bind "i" "buy hegrenade"
|
||||
bind "o" "buy molotov"
|
||||
bind "p" "buy flashbang"
|
||||
bind "[" "buy smokegrenade"
|
||||
bind "," "buy ak47"
|
||||
bind "." "buy deagle"
|
||||
bind "/" "buy awp"
|
||||
bind "SEMICOLON" "buy mac10"
|
||||
|
||||
// Alias
|
||||
alias "dm" "ignorerad; ignoremsg; voice_enable 0" // silence
|
||||
alias "undodm" "ignorerad; ignorerad; ignoremsg; ignoremsg; voice_enable 1"
|
||||
alias "dc" "disconnect" // easy disconnect
|
||||
alias "cd" "disconnect"
|
||||
|
||||
alias "+jumpthrow" "+jump;-attack"
|
||||
alias "-jumpthrow" "-jump"
|
||||
bind "c" "+jumpthrow"
|
||||
|
||||
host_writeconfig
|
Loading…
x
Reference in New Issue
Block a user