Sebastian Schmidt
Sebastian Schmidt
@BSweet16 can this issue be closed? If this helped you, please consider giving this repo and the docker-hub-repo a Star.
Something like this: ```shell # Latest releases available at https://github.com/gorcon/rcon-cli/releases ENV RCON_URL=https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz \ RCON_TGZ=rcon-0.10.3-amd64_linux.tar.gz \ RCON_TGZ_MD5SUM=8601c70dcab2f90cd842c127f700e398 \ RCON_BINARY=rcon RUN curl -fsSLO "$RCON_URL" \ && echo "${RCON_TGZ_MD5SUM} ${RCON_TGZ}" | md5sum -c...
Thank you very much!
Hey @slackfish - I have not yet looked into worlds from Palworld, is it even possible to have additional worlds that dont conflict with the server? Is there any documentation...
> > Hey @slackfish - I have not yet looked into worlds from Palworld, is it even possible to have additional worlds that dont conflict with the server? Is there...
> This was the guide i found: > https://zap-hosting.com/guides/docs/palworld-server-savegames/ > but I couldn't get it working with the dockerimage because the file GameUserSettings gets reset on container startup. Hey @slackfish...
Sounds to me like its a hacky-trick to get some kind of migration done. I would rather only implement solid solutions to not confuse the more novices/beginner-level admins or docker-user...
If a solid process/documentation is available about this mechanic, im okay with re-visiting this topic. As it is now, im not adding it, sorry. Maybe the problems solves itself, when...
Hey @Reymouth, the port thingy is implemented als described here https://github.com/jammsen/docker-palworld-dedicated-server?tab=readme-ov-file#environment-variables - Your other problem that you cant see the server in the Community-Server-Tab is down to Pocketpair und EOS...
Can you link* me some sources to look into that please? Thanks