jammsen/docker-palworld-dedicated-server

[Bug Report] ServerDescription is blank

Closed this issue · 5 comments

Have you read the Important information text above

  • Yes i did

Current behavior

The server description set in default.env does not work.
SERVER_DESCRIPTION=Exp,WorkSpd,DropItem,PalCap,EggHatch Modified

Desired behavior

The server description must be recorded in the ini file.
However, the description is empty.
ServerDescription=""
image

Links to screenshots

cat default.env
image

cat game/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
image

To Reproduce

Steps to reproduce the behavior:

  1. download https://raw.githubusercontent.com/jammsen/docker-palworld-dedicated-server/develop/default.env
  2. edit env file
  3. docker-compose up -d
  4. docker logs -f [docker name] or cat game/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
  5. blank ServerDescription

Software setup

  • OS: ubuntu 22.04 LTS
  • Docker: Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1 | docker-compose version 1.29.2, build unknown

Hardware setup

  • vCPU: 4
  • RAM: 24GB
  • Disk: 15GB

Additional context

There seem to be a few things wrong.
PLAYER_STOMACH_DECREASE_RATE (PLAYER_STOMACH_DECREACE_RATE)
BASE_CAMP_WORKER_MAXNUM (BASE_CAMP_WORKER_MAX_NUM maybe?)

docker logs
image

I don't know why, but I tried it again and it worked.
It seems that the versions of the env file and the Docker server were different.
When I received a new env file, there was webhook content, but it was not in the env file I used. I deleted the env file, downloaded it again, and set it up, and it worked fine.

Yeah we pushed a few updates, my just be that you had old cache of docker image.

Make sure to remove the image before and pull the newest version and check for changes in the docker-compose.yml and default.env file.

Changelog is coming, that might make things easier.

Im closing this issue as resolved, feel free to reach out again if you need help.

If you like this project, please consider giving this repo and the docker-hub-repo a Star.

Im closing this issue as resolved, feel free to reach out again if you need help.

If you like this project, please consider giving this repo and the docker-hub-repo a Star.

I already clicked on the star. 😀

I have one question. Sorry for asking a question again on a closed issue.
When backing up, it is broadcasted and output twice.
image
Are my settings wrong?
image

@arithxp Thats an already known and fixed bug, deployed to develop, will be later coming to master/prod/latest.