Replies: 3 comments 2 replies
-
@cr2610 Please make sure you are running the latest image. However I believe the settings are case sensitive and NONE would not work, could you try: |
Beta Was this translation helpful? Give feedback.
-
@thijsvanloef Yeah it's still not being updated in the option settings parameter of PalWorldSettings.ini. I got the env list from here: https://shockbyte.com/billing/knowledgebase/1189/How-to-Configure-your-Palworld-server.html . This is my compose. I can open an issue if thats better. services: |
Beta Was this translation helpful? Give feedback.
-
Alternatively you can edit the PalWorldSettings.ini manually in your mounted volume. I've done this and had no issues. |
Beta Was this translation helpful? Give feedback.
-
I am utilizing the docker compose method to change server settings, but It does not seem to be affected in the PalWorldSettings.ini file. I placed DEATH_PENALTY=NONE under the environment section like the below for example:
environment:
- PUID=1000
- PGID=1000
- PORT=8211 # Optional but recommended
- PLAYERS=16 # Optional but recommended
- SERVER_PASSWORD="worldofpals" # Optional but recommended
- MULTITHREADING=true
- RCON_ENABLED=true
- RCON_PORT=25575
- TZ=UTC
- ADMIN_PASSWORD="adminPasswordHere"
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
- SERVER_NAME="World of Pals"
- SERVER_DESCRIPTION="Awesome World of Pal"
- DEATH_PENALTY=NONE
Any ideas? Additionally, is there a better way to do this, so that I don't create a new container should I need to update them? the .bashrc method I wouldn't think is the best. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions