CSGO High ping

BravoAlphaSix

Honorable
Nov 7, 2012
5
0
10,510
I'm getting high ping only when playing csgo, I play other FPS games such as Red Orchestra and Rising Storm with little/no ping issues and especially no high ping.

Sometimes in MM and especially in 128-tick servers (Fragshack dm, CEVO, etc), my ping is unstable (sometimes it's stable) and jumps upwards of 800-900 ping. For instance, in the Central US with around "20" latency for TX servers and "50" latency for Chicago servers, yet when I join the servers I get easily 800+ ping.

I have 0% choke, minimal (0-10%) loss, and I run the game at around 200 fps.

I've tried the ipconfig tweaks with no success.

Config for tickrate:

sv_maxrate 0
sv_minrate 80000
sm_cvar sv_maxcmdrate 128
sv_mincmdrate 128
sv_minupdaterate 128
sm_cvar sv_maxupdaterate 128

rate 80000
cl_updaterate 123
cl_cmdrate 123"
cl_interp_ratio 1
cl_interp 0
fps_max 200


Speedtest.net results: http://prntscr.com/brae2h

To be clear, I am on wifi, but I'm confused on whether or not that's an issue as I only get problems with CSGO.
 
Solution
Instead of 80000 on your tickrate stuff use 128000, which is 128tick. I don't know if that will help but it will atleast match up your tickrate.

You seem to have a lot of commands changed for your rates. Most of them seem unnecessary.

All I use are those.

//Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_lagcompensation "1"

Try setting the other ones back to default since it might be the problem.

STEEV0

Commendable
Jul 10, 2016
5
0
1,510
Maybe you should try to play a few games using ethernet and that way you can isolate the problem if its to do with using wifi? If its the same as using wifi, the problem is elsewhere?
 

AtNvme

Honorable
Sep 2, 2015
81
4
10,565
www.twitch.tv
Instead of 80000 on your tickrate stuff use 128000, which is 128tick. I don't know if that will help but it will atleast match up your tickrate.

You seem to have a lot of commands changed for your rates. Most of them seem unnecessary.

All I use are those.

//Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_lagcompensation "1"

Try setting the other ones back to default since it might be the problem.
 
Solution