phpBB Forum
 
It is currently Thu Mar 26, 2020 11:06 pm




Post new topic Reply to topic  [ 5 posts ] 
CS:GO config commands 
Author Message
HH Donor
HH Donor

Joined: Sat May 31, 2008 7:07 pm
Posts: 3624
STEAM_0:0:10872863
MCID: FluffyMeowington
BattleTag: FluffyM#2320
Post CS:GO config commands
Misc:
- To set a max ping for matchmaking, use the command mm_session_max_ping.
- To fix mumble/vent/ts volume issues do:
Code:
1. Go to Control Panel
2. Click on Hardware and Sound
3. Click on Sound
4. Window should popup click on communications tab
5. Check 'do nothing' under "When windows detects communications activity"

- To remove weapon-bobbing, use
Code:
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"

- To remove arm-shifting when crouching, use
Code:
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"

- To change viewmodels to look more like in older CS games, suggested values are
Code:
viewmodel_fov "65"
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"

- To force CSGO to utilize all 4 cores (mat_queue_mode "2" still works also, got it in my autoexec, no conflicts), add "-threads 4" to your launch options (without the quotes). Don't do this if you have 3 cores or less. :p2
- To make the game run at your desired refresh rate, add "-refresh X" (without the quotes and the X being your Hz) to your launch options
- To disable mouse accel use
Code:
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"

- To disable automatic weapon-switch on pickup, use cl_autowepswitch "0"
- To reduce bobbing while scoped and moving, use cl_bobcycle "2"
- To disable the killcam, use cl_disablefreezecam "1"
- To disable tracers, use r_drawtracers_firstperson "0"

Crosshairs:
- To get the classic crosshair, use sfcrosshair "0" ("1" for the new one)
- To add a dot to the center of the classic crosshair, use cl_crosshairdot 1
- To change size and thickness use cl_crosshairsize and cl_crosshairthickness
- To alter the gap in the centre of the new crosshair, use cl_fixedcrosshairgap (default is "3", also accepts negative values- going lower than "-3" serves no real purpose). Really only works with the new, default crosshair.
- To change how the crosshair behaves use cl_dynamiccrosshair ("1" for dynamic when moving/shooting, "0" for static- though when static, it will still expand slightly when shooting)
- To change the colour of the crosshair, use RGB with
Code:
cl_crosshaircolor_r
cl_crosshaircolor_g
cl_crosshaircolor_b

- To change opacity, use cl_crosshairusealpha ("0" for solid, "1" for transparency set trough cl_crosshairalpha ["0"-"255"])
Note: I found that cl_crosshairusealpha "1" while also using cl_crosshairalpha "255" yielded better (less opaque) results than simply setting cl_crosshairusealpha "0", despite that not making any sense.
- To show weapon spread, use weapon_debug_spread_show ("0" is off, "1" adds yellow indicators, "2" uses the crosshair to show spread). This command most likely won't make it into final release. See example video in second post.

Rates:
Default rates should be perfectly fine, however servers can possibly run at 128tic, so if you get a guaranteed, steady 128+ fps, you can change them to:
Code:
rate "16000000"
cl_cmdrate "128"
cl_updaterate "128"


Please feel free to add more useful commands! :)
Most of these taken from threads by various users of SPUF.

_________________
"They jumped out of the 9/11" -Agent, 2016


Last edited by Fluffy on Sat Aug 18, 2012 9:52 pm, edited 2 times in total.



Fri Aug 17, 2012 3:38 pm
Profile
HH Donor
HH Donor

Joined: Sat May 31, 2008 7:07 pm
Posts: 3624
STEAM_0:0:10872863
MCID: FluffyMeowington
BattleTag: FluffyM#2320
Post Re: CS:GO config commands
I made a short, relevant video showing the difference between cl_dynamiccrosshair and weapon_debug_spread_show.



It's your choice! :p

P.S.: Make sure to set the video to HD or xhair is really hard to see.


Fri Aug 17, 2012 5:54 pm
Profile
HH Member
HH Member
User avatar

Joined: Sun Jun 08, 2008 5:33 pm
Posts: 1835
Location: High Wycombe, Bucks, Uk
STEAM_0:0:467781
MCID: swampthing
BattleTag: Swampthing#1138
Post Re: CS:GO config commands
http://www.gamerconfig.eu/commands/counter-strike-global-offensive/

_________________

the hat dont make the power.


Sat Aug 18, 2012 8:23 am
Profile E-mail
HH Donor
HH Donor

Joined: Sat May 31, 2008 7:07 pm
Posts: 3624
STEAM_0:0:10872863
MCID: FluffyMeowington
BattleTag: FluffyM#2320
Post Re: CS:GO config commands
Posting my autoexec.cfg as a starting point can't hurt I guess. If someone should use it, make sure to adjust your rates for your PCs performance.

Code:
cl_showfps "1"
fps_max "160"

rate 80000
cl_cmdrate 128
cl_updaterate 128
cl_interp_ratio 1
cl_interp 0

viewmodel_fov "65"
viewmodel_offset_x "2"
viewmodel_offset_y "3"
viewmodel_offset_z "-2"
hud_scaling "1"
cl_bobcycle "2"
r_drawtracers_firstperson "0"

mm_dedicated_search_maxping "80"
mm_session_max_ping "80"

cl_autowepswitch "0"
hud_fastswitch "1"
snd_musicvolume "0"
snd_mixahead "0.05"
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
mat_queue_mode "2"
cl_downloadfilter "nosounds"
cl_disablehtmlmotd "1"

sensitivity "2"
unbind "mouse4"

cl_disablefreezecam "1"
cl_freezecampanel_position_dynamic "0"

mat_motion_blur_enabled "0"
mat_disable_bloom "1"
mat_bloomscale "0"

sfcrosshair "0"
cl_crosshairdot "1"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"
cl_crosshairusealpha "1"
cl_crosshairscale "1000" // didn't seem to make any difference, hence the lol-value
cl_crosshairsize "3"
cl_crosshairthickness ".8"
cl_dynamiccrosshair "0"

//non-funtional but in there in case that changes
mat_postprocess_enable "0"
mat_hdr_level "0"
violence_ablood 1
violence_agibs 1
violence_hblood 1
violence_hgibs 1


Sat Aug 18, 2012 5:02 pm
Profile
HH Donor
HH Donor

Joined: Sat May 31, 2008 7:07 pm
Posts: 3624
STEAM_0:0:10872863
MCID: FluffyMeowington
BattleTag: FluffyM#2320
Post Re: CS:GO config commands

From kiloswiss.ch


Wed Oct 24, 2012 3:30 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forum/DivisionCore.