Created
November 22, 2014 09:49
-
-
Save wolfhechel/50fa864faadcfd781245 to your computer and use it in GitHub Desktop.
~/Library/Application Support/Steam/SteamApps/common/Counter-Strike Global Offensive/csgo/cfg/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Weapon "movement" (behavior of your weapon, reduce gun and scope shifting) | |
cl_bobamt_lat 0.1 | |
cl_bobamt_vert 0.1 | |
cl_bobcycle 2 // 0.98 is enforced by ESEA/ESL | |
cl_viewmodel_shift_left_amt 0.5 // Reduce gun shifting when crouching | |
cl_viewmodel_shift_right_amt 0.5 // Reduce gun shifting when crouching | |
cl_bob_lower_amt 0 | |
// Position the weapon closer to center to get a better view | |
viewmodel_offset_x 2 | |
viewmodel_offset_y -2 | |
viewmodel_offset_z -2 | |
viewmodel_fov 68 | |
// HUD settings | |
hud_showtargetid 1 // Shows player ID on targeting | |
hud_scaling 0.7 // Reduce the HUD scale by 30% | |
// Client settings | |
cl_autohelp 0 // Disable in-game popups | |
cl_autowepswitch 0 // Disable auto-switch to new weapon | |
cl_showloadout 1 // Always show the inventory | |
cl_forcepreload 1 // Preload the entire map before joining | |
cl_dm_buyrandomweapons 0 // Disables random weapons in DM | |
cl_radar_scale 0.4 // Increased radar scale for better overview of the map | |
cl_disablefreezecam 1 // Disables freezecam on death | |
r_drawtracers_firstperson 0 // Disables POV tracers, enemy tracers still visible. | |
// Mouse settings | |
m_rawinput 0 | |
m_mouseaccel1 0 | |
m_mouseaccel2 0 | |
m_customaccel 0 | |
m_mousespeed 1 | |
sensitivity 3.09 | |
cl_mouseenable 1 // BUG: In OS X after some updates the mouse is disabled | |
// Crosshair settings | |
cl_crosshairalpha 160 | |
cl_crosshaircolor 5 | |
cl_crosshaircolor_b 50 | |
cl_crosshaircolor_r 50 | |
cl_crosshaircolor_g 250 | |
cl_crosshairdot 1 | |
cl_crosshairgap 3 | |
cl_crosshairsize 6 | |
cl_crosshairstyle 3 | |
cl_crosshairusealpha 1 | |
cl_crosshairthickness 1 | |
cl_fixedcrosshairgap 2 | |
cl_crosshair_drawoutline 1 | |
cl_crosshair_outlinethickness 2 | |
// No fast switching | |
unbind mwheelup | |
unbind mwheeldown | |
host_writeconfig | |
echo "Successfully loaded autoexec.cfg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment