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
SOLVED: Steam Dedicated Server latest build
-
- Manual Inserter
- Posts: 4
- Joined: Sat Apr 29, 2017 6:39 pm
- Contact:
SOLVED: Steam Dedicated Server latest build
Last edited by Hamsterman on Sat Apr 29, 2017 7:13 pm, edited 1 time in total.
Re: Steam Dedicated Server latest build
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
-
- Manual Inserter
- Posts: 4
- Joined: Sat Apr 29, 2017 6:39 pm
- Contact:
Re: Steam Dedicated Server latest build
Thanks that seems to work