You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker image that installs the game, checks for updates, and notifies another service when the game files have changed.
3
+
4
+
Uses steamcmd cli tool for downloading and updating the game via steam, with a command like the following
5
+
`./steamcmd.sh +@sSteamCmdForcePlatformType windows +login user pass +force_install_dir ./gigantic +app_update 327690`
6
+
7
+
Unfortunately the command must have a valid user account to log in as, even if it's a dummy account, this command works under OSX and linux as well as long as the force platform flag is there.
8
+
9
+
The command will run as a cron job every 10(?) minutes while at the same time incrond will handle notifying us of any file changes.
0 commit comments