Myrvold
Registered
Hi!
I was trying to update the servers we have after the new release tonight. Using the usually batch file we have been using for a couple of years now.
Using the normal command:
However, for some reason only server1 was updated this time around. Something that's never happened before (at least for me). I've tried to make a new batch file where server1 was removed, to see if there was some sort of "only line 1 working" issue. But nothing happened. From looks of it, the SteamCMD thinks that server 2-5 has been updated, however those servers are still on 1125 and not 1126.
In situations like this it's more likely than not an user error, but I cannot for life of me figure out where I can have messed up now, when I didn't previously.
I was trying to update the servers we have after the new release tonight. Using the usually batch file we have been using for a couple of years now.
Using the normal command:
Code:
cd D:\SteamCMD
steamcmd +login anonymous +force_install_dir D:/Games/rfactor2/rFactor2-Server1 +app_update 400300 +quit
cd D:\SteamCMD
steamcmd +login anonymous +force_install_dir D:/Games/rfactor2/rFactor2-Server2 +app_update 400300 +quit
cd D:\SteamCMD
steamcmd +login anonymous +force_install_dir D:/Games/rfactor2/rFactor2-Server3 +app_update 400300 +quit
cd D:\SteamCMD
steamcmd +login anonymous +force_install_dir D:/Games/rfactor2/rFactor2-Server4 +app_update 400300 +quit
cd D:\SteamCMD
steamcmd +login anonymous +force_install_dir D:/Games/rfactor2/rFactor2-Server5 +app_update 400300 +quit
pause
However, for some reason only server1 was updated this time around. Something that's never happened before (at least for me). I've tried to make a new batch file where server1 was removed, to see if there was some sort of "only line 1 working" issue. But nothing happened. From looks of it, the SteamCMD thinks that server 2-5 has been updated, however those servers are still on 1125 and not 1126.
In situations like this it's more likely than not an user error, but I cannot for life of me figure out where I can have messed up now, when I didn't previously.
Last edited: