Date: November 22 2012
Basic Game Launch Options
---------------------------
- -Open Steam Library
-Right Click "Counter-Strike Global Offensive", Select "Properties"
-Click "Set Launch Options"
-Type(Without quotes): "-novid -console -high"
-Click "OK"
Video Options [Set lower to increase FPS. Very important to maintain FPS equal to server rate (128)]
---------------------------
- Global Shadow Quality: User Preference
Model/Texture Detail: User Preference
Effect Detail: User Preference
Shader Detail: User Preference
Multicore Rendering: Enabled
Multisampling Anti-Aliasing Mode: User Preference
Texture Filtering Mode: 4x Maximum (CS:GO maps are too small to utilize 8x or 16x)
FXAA Anti-Aliasing: User Preference (Only enable if you have Multi-Sampling AA DISABLED above. Using both is redundant)
Wait for Vertical Sync: Disabled
Motion Blur: Disabled
Config
---------------------------
Here is a basic
AUTOEXEC that will get people started. Download and Save the file to the csgo/cfg directory.
- Windows Default: C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
Mac Default: <User>/Library/Application Support/Steam/SteamApps/Common/Counter-Strike Global Offensive/csgo/cfg
In the same directory open the "config.cfg" file and add the line
Code:
exec autoexec.cfg
For this change to take effect, you must set the file to
READ ONLY mode. This can been viewed as unfavorable as changes typed into console will never be permanent. To avoid this type "exec autoexec" into your console while the game is running.
autoexec.cfg
Code:
//MOUSE
sensitivity " "
zoom_sensitivity_ratio_mouse "1"
m_customaccel "0"
m_customaccel_exponent "1"
m_customaccel_max "0"
m_customaccel_scale "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_rawinput "1"
//HUD
net_graph "0"
net_graphproportionalfont ".5"
cl_hud_background_alpha "1.000000"
cl_hud_bomb_under_radar "1"
cl_hud_color "1"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.15"
hud_showtargetid "1"
hud_scaling "0.95"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.4"
cl_teammate_colors_show "1"
safezonex "0.85"
safezoney "0.85"
//VIEW
cl_righthand "1"
viewmodel_presetpos "3"
fps_max "0"
//CROSSHAIR
crosshair "1"
cl_crosshair_drawoutline "0"
cl_crosshair_outlinethickness "0"
cl_crosshairalpha "175"
cl_crosshaircolor "4"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairscale "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
//NETWORK
cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
//AUDIO
windows_speaker_config "1"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_musicvolume_multiplier_inoverlay "0"
voice_enable "1"
voice_scale "0.75"
voice_mixer_volume "0.5"
volume "1"
//DISABLE ANNOYANCES
cl_showhelp "0"
cl_autohelp "0"
gameinstructor_enable "0"
cl_disablehtmlmotd "1"
cl_disablefreezecam "1"
cl_downloadfilter "nosounds"
cl_freezecameffects_showholiday "0"
//SUPARLEET PRO SETTINGS
r_drawtracers_firstperson "0"
cl_autowepswitch "0"
mat_monitorgamma "1.6"
cl_use_opens_buy_menu "0"
//CONFIRM
host_writeconfig
echo "Executed Config"