C0nw0nk / SteamCMD-AutoUpdate-Any-Gameserver

Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
145 stars 28 forks source link

There is lack of possibility to start two servers after update. #8

Open dezdem opened 8 years ago

dezdem commented 8 years ago

I've run 2 servers from 1 dir with different ports. The script can launch only one after update. :(

C0nw0nk commented 8 years ago

Are you using the steamcmd-CURL script ?

dezdem commented 8 years ago

i've tried both

C0nw0nk commented 8 years ago

Well the steamcmd-CURL script is still the previous version because i didn't want to force everyone to use the version without CURL incase people would rather use CURL over VBScript's HTTP checks.

Roll back to the CURL version. Although i did say you need one script per each server. steamcmd-CURL-Server1.cmd

steamcmd-CURL-Server2.cmd

etc etc

dezdem commented 8 years ago

But if both servers are in the same directory, what would happen when they'll start updating simultaneously?

C0nw0nk commented 8 years ago

Depends how in sync the time check for updates is and when you launched the script if you left it at default to check every 60 secs for updates then it will do it 60 seconds from when you launched the script. So if you don't launch the scripts together there could be a 1second gap between them roughly.

dezdem commented 8 years ago

ah, you right