
Her er nogle gode eksempler du kan tilføje til din autoexec
Din autoexec.cfg finder du:
Sti:\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg og find så din autoexec.cfg
Hvis du ikke har en kan du bare lave en, ved at højre klikke på skrivebordet og lave en ny tekst fil.
Kald den derefter autoexec.cfg

Her er et eksempel på indholdet på en autoexec.cfg
// buy binds
bind “kp_home” ” buy hegrenade;”
bind “kp_uparrow” ” buy flashbang;”
bind “kp_pgup” ” buy smokegrenade;”
bind “kp_rightarrow” ” buy incgrenade; buy molotov;”
bind “numlock” “buy vesthelm;”
bind “kp_leftarrow” “buy tec9; buy fiveseven;”
bind “kp_5” “buy p250;”
bind “kp_multiply” “buy defuser;”
bind “kp_end” “buy ak47; buy m4a1;”
bind “kp_downarrow” “buy ump45;”
bind “kp_pgdn” “buy mac10; buy mp9;”
// Dot on / off
bind “del” “cl_crosshairdot 0”
bind “ins” “cl_crosshairdot 1”
//Bobbing and Movement Shifting – remove all the dumb view bob
cl_viewmodel_shift_left_amt “0”
cl_viewmodel_shift_right_amt “0”
cl_bob_lower_amt “0”
cl_bobamt_lat “0”
cl_bobamt_vert “0”
cl_showloadout “1”
cl_bobcycle “1”
// Mouse commands
m_rawinput “1”
m_mouseaccel1 “0”
m_mouseaccel2 “0”
sensitivity “1.1” // Changes in-game sensitivity
// Miscellaneous Settings & UI/HUD Tweaks
cl_autowepswitch “0” // Will not auto-switch to weapons if you pick them up
cl_autohelp “0”
cl_showhelp “0”
cl_forcepreload “1”
cl_hud_playercount_showcount “1” // forces show all players in the player count
cl_hud_color “3” // Changes UI Color for HUD HP, Ammo, Money etc
cl_hud_background_alpha “0” // Adjust HUD background alpha for colored elements
cl_hud_bomb_under_radar “1” // shows bomb icon under radar instead of inventory
cl_hud_healthammo_style “0” // show HP and ammo without bars and bullet icons
hud_showtargetid “1” // 1 to enable the red playername target text
bind “pgup” “incrementvar net_graph 0 1 1” // Show netgraph
//Deathcam – optional again
cl_disablefreezecam “1”
//Gun Tracers – these are bad, really misleading
r_drawtracers_firstperson “0”
//Max Ping – adjust for preference
mm_dedicated_search_maxping “50” // we dont wanna get put in a server where we have 200 ping
//Performance & Rates – rates for 128 tick servers, matchmaking is 64 but this is usually fine
cl_interp “0”
cl_interp_ratio “1”
cl_cmdrate “128”
cl_updaterate “128”
rate “128000”
//Radar – radar settings + adjustment on numpad enter
cl_radar_rotate “1”
cl_radar_always_centered “0”
cl_radar_scale “0.32”
cl_radar_icon_scale_min “0.5”
bind “kp_enter” “incrementvar cl_radar_scale 0.32 0.52 0.05” // this lets you adjust radar scale on numpad enter
//Sound – less delayed, better sound
windows_speaker_config “1”
snd_mixahead “0.05”
snd_musicvolume “0”
snd_headphone_pan_exponent “2”
snd_headphone_pan_radial_weight “1”
snd_rear_headphone_position “90”
bind “pgdn” “toggle voice_enable 1 0” // this lets you turn voice on and off on numpad minus
echo “Autoexec Config loaded” // make sure this autoexec does its fine
host_writeconfig
Skriv en kommentar