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

[Feature Request] Support for new server options #276

Closed Omega6Ultima closed 2 weeks ago

Omega6Ultima commented 2 weeks ago

Have you read the Important information text above

Describe the feature

The newest update added a new option to servers: BaseCampMaxNumInGuild | Max BaseCamp count per guild. Default is 3. (MAX 10)

This is not currently supported via the Environment Vars

Additional information

Final checks

jammsen commented 2 weeks ago

Hey @Omega6Ultima - I have just added the new variables to everything, the develop image is done building ( https://hub.docker.com/layers/jammsen/palworld-dedicated-server/develop/images/sha256-aba9394977b62590b37fda5376fff8c425192b929d6a816a6f9d04b8eb21f449?context=explore ) and the new docker-compose.yml and default.env are ready. Feel free to test it, i dont have have time right now to test everything. I dont think there should be any errors, all i did was get a new and fresh Default config and added all the values like there come from the developer.

Feel free to give me feedback if everything works, remember to use the develop image tag not the master image tag.

jammsen commented 2 weeks ago

Added code you can find here: https://github.com/jammsen/docker-palworld-dedicated-server/commit/4382ba57323e4b0f3aa2d39dc8ed2746a28ae431

Omega6Ultima commented 2 weeks ago

All the new options properly generate in the PalWorldSettings.ini file. Thank you for the quick update.

jammsen commented 2 weeks ago

@Omega6Ultima I will update some other features too and release it next week to master/latest, feel free to use it from develop until then.

jammsen commented 2 weeks ago

Also thanks for the Feature Request!