entropiccode

Results 4 comments of entropiccode

Additionally, if I quickly cancel out of the 'Receiving tile data' screen and attempt to join the server again, I will receive a '[character name] is already on this server.'...

> I did notice, however, that the characters that were unable to connect had _significantly_ larger save file sizes than the ones that could connect. The character that is unable...

Having issues with this as well. Using docker compose, the `docker-compose down --rmi all` and `docker-compose up -d` commands do not cause the server to update properly. `docker restart `...

``` # cat docker-compose.yml version: '3' services: palworld: container_name: palworld_server image: thijsvanloef/palworld-server-docker:latest restart: unless-stopped ports: - 8211:8211/udp - 27015:27015/udp environment: - PORT=8211 - PLAYERS=8 - MULTITHREADING=true - UPDATE_ON_BOOT=true - SERVER_NAME="envyUK...