Page 1 of 1

SOLVED: Steam Dedicated Server latest build

Posted: Sat Apr 29, 2017 6:43 pm
by Hamsterman
How do I modify my app update command to get the latest alpha builds. This is my current working command:

C:\Games\Steamcmd\steamcmd +login MYUSERNAME +force_install_dir C:\Games\Factorio +app_update 427520 +quit

Re: Steam Dedicated Server latest build

Posted: Sat Apr 29, 2017 7:07 pm
by daniel34
I think it should be something like this (not tested):

Code: Select all

C:\Games\Steamcmd\steamcmd +login MYUSERNAME +force_install_dir C:\Games\Factorio +app_update 427520 -beta 0.15.x +quit

Re: Steam Dedicated Server latest build

Posted: Sat Apr 29, 2017 7:13 pm
by Hamsterman
Thanks that seems to work