CS:GO Discussion

Soldato
Joined
24 Apr 2011
Posts
5,455
LOL Nik xD

Doing dinner, be on in a bit.
DAT 40 BOMB!

Your viewmodel settings :O, what are they :p

//Net Graph + Scoreboard
bind "TAB" "+ng"
alias "+ng" "+showscores; net_graph 1"
alias "-ng" "-showscores; net_graph 0"

//Damage Given
developer 1
con_filter_enable 2
con_filter_text_out "Player:"
con_filter_text "damage"

//Audio
snd_headphone_pan_exponent 2.0
snd_front_headphone_position 45.0
snd_rear_headphone_position 135.0
snd_setmixer PlayerFootsteps vol 0.1
snd_setmixer GlobalFootsteps vol 1.2
snd_setmixer Ambient vol 0.0

//Viewmodel + Bobbing
viewmodel_presetpos "0"
viewmodel_fov "68"
viewmodel_offset_x "-2"
viewmodel_offset_y "2"
viewmodel_offset_z "-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"
cl_bobcycle "2"

//Radar
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.35"

//HUD
safezonex "0.850000"
safezoney "1.000000"
cl_hud_background_alpha "0.300000"
cl_hud_bomb_under_radar "1"
cl_hud_color "1"
cl_hud_healthammo_style "0"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.300000"
hud_scaling "0.82"

//Mouse + Crosshair
m_rawinput "1"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "255"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairsize "1"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "0"
cl_crosshair_outline "1"
cl_crosshair_outline_draw "1"

//Network Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"

//MISC
cl_disablefreezecam "1"
r_drawtracers_firstperson "0"
cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"
cl_loadout_colorweaponnames 1
bind 8 "say Bang bang, he shot me down, Bang bang, I hit the ground, Bang bang, that awful sound, Bang bang, my baby shot me down"
bind 9 "say This is 10% luck, 20% skill, 5% concentrated power of will, 5% pleasure, 50% pain, And 100% reason to remember the name"

host_writeconfig

That is my whole config. I'll try and explain them

//Net Graph + Scoreboard
Whenever you press tab (scoreboard) it show the net graph at the bottom right. When tab is off, you dont see net graph.

//Damage Given
As soon as you die/round finishes, it shows the damage given to the players (and received) in the top left corner of the screen. Very helpful to tell your team mates xxxx has xx hp (if you threw a grenade, you would know how many people it hit, etc. not just the guy who killed you)

//Audio
Just some audio settings. They should be better, but not much of a change imo.

//Viewmodel + Bobbing
It remves a lot of the bobbing and the gun moving when you crouch. It remains as steady as possible. The FOV is good because it takes as little space as possible. At default, people can creep up from your right without you seeing them, which is not good. This feel squite good.

//Radar
Big radar, but zoomed out a bit. You manage to see all the map in the radar, so if you are back b, and they are spotted long doors, you can se from the mini map.

//HUD
The hud is moved inside (x-axis wise). This MAY cover some of your screen but you require less movement to look at the mini map/bullets etc. You eyes move a bit less. Then there is the whole format of the HUD (avatars, white color, size etc.)

//Mouse + Crosshair
I put on raw input, remove acceleration and all that BS, and then I have a small white cross with black background. You never lose it imo, and it doesn't obstruct a lot of the screen.

//Network Rates
Network rates aren't really needed it seems, but I just leave then there.

//MISC
Some random commands including disabling deathcam, not downloading sounds in custom servers, the weapon names are the same color of the gun rarity (bottom right in the HUD) and two chat binds which I don't really use.

host_writeconfig
This overwrites your settings in the game.
 
Soldato
Joined
13 Jul 2004
Posts
20,079
Location
Stanley Hotel, Colorado
Last edited:
Soldato
Joined
24 Apr 2011
Posts
5,455
Soldato
Joined
29 May 2007
Posts
4,898
Location
Dublin
FINALLY won my tenth competitive game, even though the game went mental and killed the entire opposition team 12 times at the start of the game and gave us a bit of a head start! I am Silver IV, whatever that means.
 
Soldato
Joined
29 May 2007
Posts
4,898
Location
Dublin
DAT 40 BOMB!



//Net Graph + Scoreboard
bind "TAB" "+ng"
alias "+ng" "+showscores; net_graph 1"
alias "-ng" "-showscores; net_graph 0"

//Damage Given
developer 1
con_filter_enable 2
con_filter_text_out "Player:"
con_filter_text "damage"

//Audio
snd_headphone_pan_exponent 2.0
snd_front_headphone_position 45.0
snd_rear_headphone_position 135.0
snd_setmixer PlayerFootsteps vol 0.1
snd_setmixer GlobalFootsteps vol 1.2
snd_setmixer Ambient vol 0.0

//Viewmodel + Bobbing
viewmodel_presetpos "0"
viewmodel_fov "68"
viewmodel_offset_x "-2"
viewmodel_offset_y "2"
viewmodel_offset_z "-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"
cl_bobcycle "2"

//Radar
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.35"

//HUD
safezonex "0.850000"
safezoney "1.000000"
cl_hud_background_alpha "0.300000"
cl_hud_bomb_under_radar "1"
cl_hud_color "1"
cl_hud_healthammo_style "0"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1.300000"
hud_scaling "0.82"

//Mouse + Crosshair
m_rawinput "1"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_r "255"
cl_crosshaircolor_g "255"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairsize "1"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "0"
cl_crosshair_outline "1"
cl_crosshair_outline_draw "1"

//Network Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"

//MISC
cl_disablefreezecam "1"
r_drawtracers_firstperson "0"
cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"
cl_loadout_colorweaponnames 1
bind 8 "say Bang bang, he shot me down, Bang bang, I hit the ground, Bang bang, that awful sound, Bang bang, my baby shot me down"
bind 9 "say This is 10% luck, 20% skill, 5% concentrated power of will, 5% pleasure, 50% pain, And 100% reason to remember the name"

host_writeconfig

That is my whole config. I'll try and explain them ...

Cheers for the config. What shortcuts to people use? Having to press '4' four times to get to the right grenade is getting annoying!
 
Soldato
Joined
13 May 2007
Posts
7,004
Location
On the wagon, sorta
I must assign buttons to my inventory. Quite a few times I have been caught out over or under scrolling, I'm a arrow keys user though for fps. Can get quite limiting on space though so was thinking of picking up one of this Logitech game boards as I used to have a nostromo and loved it bar the hard keys.
 
Back
Top Bottom