SOLVED SteamCMD help

zmitya

Registered
Hi All,

Today we upgraded our dedicated server with the following command:
Code:
steamcmd +login anonymous +force_install_dir c:\rF2\OBL1 +app_update 400300 validate

We got v1131.

It turned out that the MAS Utility crashes during vmod creation.
I downgraded it back to v1130 with the following command:
Code:
steamcmd +login anonymous +force_install_dir c:\rF2\OBL1 +app_update 400300 -beta previous-release validate

With v1130, the MAS utility worked well, so now I would like to upgrade the server again to v1131. But when I issue the first command above, nothing happens, I still have v1130.
How can I get the latest stable release ?

Thanks,
Mitya
 
Try this;
Code:
steamcmd +login anonymous +force_install_dir c:\rF2\OBL1 +app_update 400300 -beta none validate
 
Back
Top