Counter-Strike 2

Counter-Strike 2

Not enough ratings
Setting up CS:GO like #R3v07v3R
By |R3v07v3R.UbS|
This isn't as much of a guide as to how the settings and commands work, as much as it is what I use and I'm making it available for others to use.
   
Award
Favorite
Favorited
Unfavorite
Under Construction
I am still finalizing this guide!
Launch Options | How to Setup
  1. Right-click Counter-Strike: Global Offensive in your Game Library and Select “Properties”
  2. Select “SET LAUNCH OPTIONS”
  3. Enter your Launch Options in the box provided
  4. Save the Launch Options
  5. Close the Game Properties

Launch Options | Description / Explination
-panorama
Set -panorama if you want to activate the new UI that Valve made for CS:GO in Q2' 2018.
Live for everyone as of 1/8/2018
Because I like Shiny New Things!!!

-novid
Set -novid to remove the intro video when you launch the game.
Because Why waste time loading something you're not going to watch anyway.

-freq 144
Set -freq <number> to whatever your monitors refresh rate is. This is just another way to force the game to load with the correct settings instead of letting it figure out your monitors refresh rate while loading.
Essentially I'm using this to make my game load faster since it starts at 60Hz and reloads during launch to bump up to 144Hz.

-high
Set -high to force csgo.exe to run in High Priority Mode.
Your computer prioritizes certain programs so that functions such as your operating system get processed before thing such as Dropbox notifying you of file changes.
This command will ensure your game get processed faster in the Queue.


+autoexec
Set this to launch the autoexec.cfg file in your CFG Directory. The name can be changed to match the config file you wish to launch, but do not set the name to something that was not created by you or you could end up with strange config loops in execution.
I use an autoexec.cfg file to keep all my customized settings separate from the rest of the games configs and easy to backup.

+clientport 27013
Set +clientport (27005 is default) to allow your game to communicate on a spesific port.
I honestly don't need this as I do not have any other CS:GO players in my house, but I like the number 13 so I have left it in from my old LAN days. The idea is that each person in the LAN would use different numbers here so that your games don't get conflicting information that was meant for another person in the LAN.

+cl_forcepreload 1
Set +cl_forcepreload <1 = yes / 0 = no> to allow your game preload the map on launch.
This may seem counter intuitive, having turned off the launch vid and set frequencies to make the startup faster, now we slow it down by preloading in that time anyway, but from a competative point of view we are removing those things to make space for this! Preloading the map means that you can not fall victum to lag spikes caused by your computer trying to process the world while playing.
Everything is Pre-Loaded into your RAM.


-nod3d9ex1
Set -nod3d9ex1 to allow the game to Minimise and Maximise faster!
Simple, I want to minimise the wait time when I alt+tab to change music, help somone, get information, etc.

-nojoy
Set -nojoy to Disable Joystick detection.
Just another waste of processing power when I'm playing a FPS game where I won't beusing a Joystick / Controller.
Launch Options | In Use
-novid -freq 144 -high +autoexec +clientport 27013 +cl_forcepreload 1 -nod3d9ex1 -nojoy
Autoexec.cfg | How to Setup
Finding your Config Folder
Navigate to the Path Specified, relative to your CS:GO's base installation path. In my case Steam is installed on my C: Drive so the path looks like this;
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg

You do not have an autoexec.cfg file by default, so you're going to have to create it if you haven't already.

Creating Autoexec.cfg
  1. Ensure you have turned on "File name extensions" as shown in the picture below





Autoexec.cfg | Description / Explanation
Autoexec.cfg | In Use
// // Easy Access // Commands // mm_dedicated_search_maxping "60" fps_max "200" // // HUD // hud_scaling "0.8" cl_showfps "0" cl_showerror "0" net_graph "0" net_graphpos "1" net_graphproportionalfont "0" cl_radar_always_centered "0" cl_radar_scale "0.35" cl_hud_radar_scale "1.0" cl_radar_icon_scale_min "1" cl_radar_rotate "1" cl_radar_square_with_scoreboard "1" //Radar zoom in-out script bind "home" "incrementvar cl_radar_scale 0.25 1.0 0.05"; bind "end" "incrementvar cl_radar_scale 0.25 1.0 -0.05"; //bind "pgup" "incrementvar cl_radar_scale 0.25 1.0 0.05"; //bind "pgdn" "incrementvar cl_radar_scale 0.25 1.0 -0.05"; // // Binds // bind "kp_slash" "buy molotov; buy incgrenade;" bind "kp_multiply" "buy decoy;" bind "kp_minus" "buy vesthelm;" bind "kp_plus" "buy vest;" bind "kp_enter" "buy awp; buy vesthelm; buy deagle; buy flashbang; buy defuser; buy flashbang; buy hegrenade; buy smokegrenade;" bind "kp_del" "buy defuser;" bind "kp_ins" "buy deagle;" bind "kp_home" "buy smokegrenade;" bind "kp_leftarrow" "buy m4a1; buy ak-47" bind "kp_end" "buy tec9; buy fiveseven;" bind "kp_uparrow" "buy hegrenade;" bind "kp_5" "buy awp;" bind "kp_downarrow" "buy awp; buy deagle;" bind "kp_pgup" "buy flashbang;" bind "kp_rightarrow" "buy ssg08" bind "kp_pgdn" "buy ssg08; buy p250" // // Rates // cl_cmdrate "128" cl_updaterate "128" rate "786432" // // View Model // viewmodel_fov "63" viewmodel_offset_x "1.2" viewmodel_offset_y "0.7" viewmodel_offset_z "-1.2" 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" // // Crosshair // cl_crosshairalpha "255" cl_crosshaircolor "5" cl_crosshaircolor_b "255" cl_crosshaircolor_r "255" cl_crosshaircolor_g "0" cl_crosshairdot "0" cl_crosshairgap "0" cl_crosshairsize "2" cl_crosshairstyle "4" cl_crosshairusealpha "255" cl_crosshairthickness "1" cl_fixedcrosshairgap "7" cl_crosshair_outlinethickness "0" cl_crosshair_drawoutline "0" // // Other Stuff // cl_bobcycle "1.0" r_drawtracers_firstperson "0" mat_monitorgamma "2.1" mat_queue_mode "-1" cl_forcepreload "1" cl_disablehtmlmotd "0" cl_autowepswitch "0" cl_disablefreezecam "1" snd_mixahead "0.05" cl_interp "0" cl_interp_ratio "1" voice_mixer_volume "0.95" // // Includes in host config // host_writeconfig
Afterword
Let me know in the comments if there is any other information you would like me to add to the guide.

Happy Counter-Striking!

1 Comments
sprkwrth ム 15 Jul, 2018 @ 3:36am 
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG: Choose the one that's on the list and write in my profile, I will answer the same!
GER: Such dir eine Sache aus der Liste aus und schreib es unter mein Profil und ich mache es auch bei dir!
PL: Wybierz jeden z komentarzy ponizej i zamieść w moim profilu, odwdzięcze się tym samym !
+rep HACKER!!!
+rep ninja xd)
+rep cheater
+rep Cheats
+rep good awp
+rep 1v5 clutch nice
+rep clutchmeister
+rep best hack lol-
+rep good help
+rep omg only headshot
+rep enjoy ur vac :)
+rep god mod
+rep fuck you 😆
+rep very helpful
+rep good
+rep amazing
𝒮𝒾𝑔𝓃𝑒𝒹 𝒷𝓎 ム (you sign)
▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬
BOZHE KAK  ZHE ON EBOSHIT▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬