ich777 / docker-steamcmd-server

Simple Dockerfile that installs steamcmd and a selected game server
119 stars 95 forks source link

PalWorld 1.4+ still cannot be updated so far #57

Closed dai-ych closed 6 months ago

dai-ych commented 6 months ago

I installed this server in the Docker store in Unread, but the Palworld server does not update automatically. Previously, I could manually update it by using the command "/serverdata/teamcmd/teamcmd. sh+login anonymous+app_update 2394010 validate+quit". However, after version 1.4, manual updates would prompt "failed to install app 2394010 (Missing file permissions)" UGPA68X0`8M}UE ZEV$0BA8

ich777 commented 6 months ago

but the Palworld server does not update automatically

This is a really hard way of doing it, it would be way easier to:

  1. Stop the container
  2. Delete everything except for the Pal directory
  3. Start the container

However, ho do you solve your issue? It seems more like a file permission issue from what I can see...?