Ping Problem
So, I dont know how to begin and dont know wtf happened.I dont know will be this information usefull or not, but I tryed to set in_mouse -1.Then I seted it, played, tested all were ok.Then gone somewhere and after an hout tryed to connect to serversAt every server Im having ping 980, but when Im connecting I see ping - 30-80 - as usual, depends on server.So I dont know what to do, whats happened, and what can help me.And also one intersting moment that if Im using standart q3 and connecting to osp servers - I have my usual ping - 30 -80.But as I told if I try to connect to any server by using e+ mod, my ping becomes 980 and Im not able to do smth.I did a tracert and called to provider ( all is ok, I have no lags while watching utube, or loading torrent or loading this forum pages). Also Im playing in 40 min for Mega event, so would be very nice if sm1 could help me with this sh1t.Here is log from tracert server IP
Трассировка маршрута к 82.199.108.7.static.broadband.iskratelecom.ru [82.199.108.7]с максимальным числом прыжков 30:
1 191 ms 23 ms 22 ms ppp85-141-224-1.pppoe.mtu-net.ru [85.141.224.1]
2 25 ms 27 ms 25 ms a197-crs-1-be1-53.msk.stream-internet.net [212.188.1.113] 3 23 ms 26 ms 23 ms a197-crs-1-be1-53.msk.stream-internet.net [212.188.1.113] 4 28 ms 26 ms 25 ms m9-crs-1-be4.msk.stream-internet.net [195.34.59.49] 5 25 ms 25 ms 27 ms m9-cr02-po6.msk.stream-internet.net [195.34.59.242] 6 25 ms 26 ms 26 ms msk-r1-b7-te-3-5.ti.ru [89.20.133.89] 7 36 ms 36 ms 35 ms 89.20.133.250 8 38 ms 39 ms 41 ms tge0-0-0-bb.asr.iskratelecom.net [82.199.96.18]
9 44 ms 34 ms 39 ms 82.199.108.7.static.broadband.iskratelecom.ru [82.199.108.7]
Трассировка завершена.And some screens -
as u can see 1st - osp - I have nothing on lagoment and good ping.And at 2nd - whats happened on e+
Are you using different configurations for both mods? (autoexec.cfg etc) Try moving every single custom config file from the excessiveplus folder elsewhere and try it with default settings. If OSP works it seems to me as if the configuration for excessiveplus is broken somehow.
change to lower rate snaps maxpackets and try (i have 999 as soon as i use 125 maxpackets).
rate Measured in Bytes per second. This is the maximum rate at which the server will send data to you. You should set this to the highest downstream rate your own connection can achieve consistently. The hardcoded limit is between 1000 and 90000. If you set your rate higher than what your connection can actually achieve, you are at risk of being flooded with data from the server, which will lag you out. Each server has a limit on the amount of data they will send to a client per second, which is typically of the order of 16000, which is more than enough for large games. These days, most connections are capable of receiving the maximum a server has to offer, and so most players can safely set this to a high value and not worry about it. It is only those with slow/old connections who have to be careful about choosing the right value for their connection. snaps This setting is the maximum number of 'snapshots' that you wish to receive from the server per second. A snapshot is a 'picture' of what has happened in the game since the last snapshot. This is the data transmission equivalent of a framerate. Servers run at a constant framerate specified by their sv_fps variable. The most a server can give you is one snap per server frame. So you should set your snaps equal to (or greater than) the server's sv_fps value, which is typically 30. Regardless of how high you set your snaps setting, you will not be able to receive more than the server has to offer. So you can set your snaps to 40 and play on a sv_fps 30 server without needing to adjust your snaps - you will receive the maximum of 30 anyway. If you are playing CPMA, your snaps will be automatically set to equal the server's sv_fps on connect, and so you don't have to worry about this setting. However other mods do not do this, and so for other mods, snaps needs to be set manually. cl_timeNudge This affects how your client processes the snapshots it receives. Normally the client compares one snapshot with the next and interpolates between the two. If you set this to a negative value, you can adjust the interpolation of snapshots to compensate for lag. The more negative timenudge you use, the more unsmooth other players will appear, but the less latency you will have. The hardcoded limit is between -30 and +30. There is also another side to the timenudge story. You can use positive values of timenudge to affect snapshot interpolation with an opposite effect, making the game much smoother, although deliberately delayed. Timenudge only directly affects the latency of the incoming data and does not directly affect the data that you send to the server. cl_maxPackets This is the maximum number of data packets that can be SENT to the server per second. The higher you set this, the smoother your game will feel as your actions (run, shoot, jump etc.) will be updated more frequently. The hardcoded limit is between 30 and 125. [Note that in other Q3 engine games, the upper limit is 100] If you set your maxPackets too high, you will flood your upstream connection, in a similar fashion to the rate flooding above, however if you have a 128 kbps or greater upstream connection, you should be able to set maxPackets to the maximum 125 with no problems. There is also a phenomena whereby using high values of maxPackets causes the ping displayed on the scoreboard to appear higher. This effect should be ignored - you should always use as high a value as your connection allows, and these days most people should be using the 125 maximum. com_maxFPS This is the maximum client framerate permitted. The only valid values are those which are equal to (1000/x) where x is an integer, as Q3 measures frametimes using millisecond integers. So for example your 125fps comes from (1000/8 = 125). If you try and set maxFPS to an invalid value, you will get the next higher value. 1000/3 = ~333 1000/4 = 250 1000/5 = 200 1000/6 = ~166 1000/7 = ~142 1000/8 = 125 1000/9 = ~111 1000/10 = 100 1000/11 = ~90 1000/12 = ~83 1000/13 = ~76 1000/14 = ~71 1000/15 = ~66 1000/16 = ~62 1000/17 = ~58 1000/18 = ~55 etc. cl_maxPackets and com_maxFPS This is where your graphical framerate affects your connection. The actual number of packets you can send to a server is either one every frame, or one every 2 frames, or one every three frames and so on. So if you are running at 125fps, your possible packets per second are: 125/1 = 125 125/2 = ~63 125/3 = ~42 125/4 = ~32 So if you are using maxPackets 100 at 125fps, you are NOT sending 100 packets per second, you will send one packet every 2 frames, which is 62.5 packets per second. And if your framerate drops to 100fps, then suddenly you will be able to send one per frame, and will get a jump from 62.5 to 100 packets per second. 100/1 = 100 100/2 = 50 100/3 = ~34 So if you have your cl_maxPackets set to 100 and are using 125fps then mostly you will be sending 62.5 packets per second to the server (this is the largest achieveable value not exceeding the input cl_maxPackets limit). However, if the framerate drops to 100fps, you will be sending 100 packets per second, as this is now the largest achieveable value that does not exceed the input cl_maxPackets limit. If your connection cannot handle 100 packets per second, it will cause your ping to rise or spike. Even if it can handle the jump from 63 to 100 packets, this may well cause your latency to fluctuate more than if your actual packets per second were constant. Keep this in mind when choosing a value of cl_maxPackets for your connection. This information is only needed if you have a slow upstream and cannot use the maximum value of 125.
change to lower rate snaps maxpackets and try (i have 999 as soon as i use 125 maxpackets).
maxpackets 125 should only be used by people with a high upstream. I used it quite a long time and never had any problem (my max upsteam is 80kbps) but recently I reduced it nonetheless and my ping is more stable now, maybe since the upstream isn't "flooded".
My current settings (as an example) are:
seta cl_maxpackets "100"
seta cl_packetdup "1"
seta cl_timenudge "0"
seta com_maxfps "125"
seta rate "25000"
seta snaps "40"
Let us see what your settings are for these cvars.
a lot of stuff happens, my upstream would basically be enough for 125 however my provider was/is used to cut upstream down here and them against torrents, mofos
Forgot add 2nd screen - this is what on e+