jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
898 stars 152 forks source link

[Bug Report] ServerDescription is blank #158

Closed arithxp closed 5 months ago

arithxp commented 5 months ago

Have you read the Important information text above

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

Hardware setup

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

arithxp commented 5 months ago

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.

jammsen commented 5 months ago

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.

jammsen commented 5 months ago

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.

arithxp commented 5 months ago

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

jammsen commented 5 months ago

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