Raised This Month: $32 Target: $400
 8% 

While updating CS:GO Server, other CS:GO servers have a higher ping.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Frenzi3d
Member
Join Date: Nov 2018
Location: Thailand
Old 05-05-2020 , 07:26   While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #1

I would like to ask I have my own Dedicated Server. Internet speed 100 Mbps (Unlimited Data).

I encountered a problem when updating the server. Other servers in the same dedicated server will cause lag (higher ping). Is there anyone enough to have a solution?
Or anyone who has encountered this problem and how to solve this problem
Frenzi3d is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 05-05-2020 , 07:34   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #2

Quote:
Originally Posted by ongz1337 View Post
I would like to ask I have my own Dedicated Server. Internet speed 100 Mbps (Unlimited Data).

I encountered a problem when updating the server. Other servers in the same dedicated server will cause lag (higher ping). Is there anyone enough to have a solution?
Or anyone who has encountered this problem and how to solve this problem
if updating csgo takes up all the bandwidth then it sounds reasonable that players playing on other server with the same connection will have higher ping
__________________
8guawong is offline
Frenzi3d
Member
Join Date: Nov 2018
Location: Thailand
Old 05-05-2020 , 07:47   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #3

Quote:
Originally Posted by 8guawong View Post
if updating csgo takes up all the bandwidth then it sounds reasonable that players playing on other server with the same connection will have higher ping
Do you know how to limit bandwidth for Steam Update?
Frenzi3d is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 05-05-2020 , 07:52   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #4

Quote:
Originally Posted by ongz1337 View Post
Do you know how to limit bandwidth for Steam Update?
no i do not but you can google and find out yourself
__________________
8guawong is offline
Frenzi3d
Member
Join Date: Nov 2018
Location: Thailand
Old 05-05-2020 , 07:53   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #5

Quote:
Originally Posted by 8guawong View Post
no i do not but you can google and find out yourself
Thank you so much.
Frenzi3d is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-05-2020 , 07:55   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #6

set_download_throttle
https://developer.valvesoftware.com/...e_parameters_4
__________________
Do not Private Message @me
Bacardi is offline
Frenzi3d
Member
Join Date: Nov 2018
Location: Thailand
Old 05-05-2020 , 08:08   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #7

Quote:
Originally Posted by Bacardi View Post
Thank you for info.
Frenzi3d is offline
dyxL
Senior Member
Join Date: Jul 2010
Old 05-05-2020 , 12:06   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #8

Quote:
Originally Posted by Bacardi View Post
how should i use it ? Can you give a example ?
dyxL is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 05-05-2020 , 12:37   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #9

Quote:
Originally Posted by dyxL View Post
how should i use it ? Can you give a example ?
Quote:
Usage
steamcmd.exe +COMMAND1 [ARG] +COMMAND2 [ARG]
so like steamcmd.exe +set_download_throttle xxxx
__________________
8guawong is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-05-2020 , 14:50   Re: While updating CS:GO Server, other CS:GO servers have a higher ping.
Reply With Quote #10

if command line is not "big" enough, use script file.
Code:
steamcmd.exe +runscript SCRIPTFILE.txt
SCRIPTFILE.txt
PHP Code:
// example


set_download_throttle 2000 // 2Mbps

@sSteamCmdForcePlatformType windows

login anonymous


//force_install_dir "../Half-Life"
//app_update 90 validate

//force_install_dir "../Counter-Strike Global Offensive"
//app_update 740 validate

//force_install_dir "../Left 4 Dead 2"
//app_update 222860 validate


//force_install_dir "../Counter-Strike Source"
//app_update 232330 validate

//force_install_dir "../Half-Life 2 Deathmatch"
//app_update 232370 validate

//force_install_dir "../Day of Defeat Source"
//app_update 232290 validate



force_install_dir "../Team Fortress 2"
app_update 232250 validate


@sSteamCmdForcePlatformType linux


//force_install_dir "../Counter-Strike Source Linux"
//app_update 232330 validate

//force_install_dir "../Day of Defeat Source Linux"
//app_update 232290 validate

//force_install_dir "../Left 4 Dead 2 Linux"
//app_update 222860 validate

force_install_dir "../Team Fortress 2 Linux"
app_update 232250 validate 
__________________
Do not Private Message @me
Bacardi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode