Any advice on updating the game files?
Fungusware opened this issue · 2 comments
I'd like to update to 1.5.6, can anyone give me tips how to do so. I have the games files for windows but not sure where to copy them.
The container should deliver the most recent version 1.5.6. Updating your game works via Steam.
If you'd like to replace the game files inside the container, you'd have to rewrite the Dockerfile to fetch a tar'ed version of the game files inside your the steamapps
-Folder on a linux installation.
stardew-multiplayer-docker/docker/Dockerfile
Lines 12 to 17 in 29f10f2
You might delete Line 15 and write before Line 13 something like ADD Stardew.tar.gz /data/latest.tar.gz
assuming you tar'ed and gzip'ed the the game files as explained to a file named Stardew.tar.gz
in the same directory as the Dockerfile.
Thanks for the info. The games files seem to be 1.5.5, but I guess thats cause I used a container from Docker Hub.
I'll play around with building myself.
Regards