Palworld: Explain updating and the parser in the README

This commit is contained in:
Quinten 2024-02-01 15:54:55 +01:00 committed by GitHub
parent 54b6a14283
commit 84e54d0430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 1 deletions

View File

@ -98,4 +98,20 @@ As of January 19th 2024 the server requires about 5GB of storage capacity. This
| Game | 8211 |
| RCON (optional) | 25575 |
The RCON port does not need to be allocated.
The RCON port does not need to be allocated.
### Updating
1. Update your egg
2. Update the startup of all already made servers to the one that now comes with the egg
3. Then hit reinstall because the parser application has to be downloaded
### Variable Parsing
The parser application that is currently being shipped is capable of editing all variables that are present in the Palworld configuration file as of February 1, 2024.
However, only the most basic and necessary variables are present in the egg.
Those who need more variables will have to add them themselves.
See a list of what key matches with what variable [Here](https://github.com/QuintenQVD0/Palword-server-config-parser?tab=readme-ov-file#key-with-variables)