Are there any ways to reduce my ping in Counter-Strike 1.6?
On most servers in my country the ping is around 90-120. I like to reduce it without switching ISPs and don't want to pay for fastpath.
I don't want to get it down to around 15, but 40-60 would be a nice improvement!
15 Answers
Ping is a function of your internet speed, and distance to the server. Network geographically close servers will have lower pings than those far away.
Without a faster internet connection or a closer server your stuck where you are at.
If your computer is connected to the internet via a wireless network then that could be a bottleneck in your speed. The fastest connection will be with a wired connection.
Edit: One more note; If you host the game you will have the lowest ping.
4You can use tracert to check for bottlenecks in your connections.
Fire up the terminal and issue the following:
tracert zombo.comYour target doesn't really matter here, because we are focusing on the first hops. Assuming a typical home connection, with router and a DSL link:
The first hops up and until your router (usually
192.168.1.1or192.168.0.1) must not go above "1 ms", if they don't your own home setup is adding considerable latency. Linux's version of the command,tracepath, estimates 1.012ms latency over my short wireless link and 0.765ms over my ethernet cable.The following few hops after your router are your ISP's; those must be as low as possible. Values of 10ms or 20ms are okay, but definitely do complain if your ping right after the router is 50ms or more.
If you have a DSL link, you also will want to check your signal to noise ratio and attenuation ratio from your router firmware; you will want to learn more about interweaved vs fast DSL mode and other networking issues.
You may get better ping by simply rebooting your modem/router.
set sv_allowupload 0 sv_allowdownload 1 sv_download_ingame 0
i downloaded a config for having a better ping. this is some of it's commands. it was useful. my ping was 80. after using this config 50.
1Small suggestion to optimize ping:
- Close all the applications that uses Internet like downloaders, torrent applications, etc.
- Scan your system for Malware and Viruses. You can use Malware bytes Anti-Malware and your regular Antivirus program for that.
- Clean the Junk/temporary files in your system. Use CCleaner for it. It is free and good.
- Use ping optimizer and TCP optimizer applications.They will optimize your Internet connection.
Restart your system, then check the ping now.
1