diff --git a/README.md b/README.md index 23ee855a8..51a2a3087 100644 --- a/README.md +++ b/README.md @@ -378,14 +378,16 @@ timezone set with TZ > Check out the [official webpage for the supported parameters.](https://tech.palworldgame.com/optimize-game-balance) Converting server settings to environment variables follow the same principles (with some exceptions): + - all capital letters - split words by inserting an underscore - remove the single letter if the setting starts with one (like 'b') For example: -Difficulty -> DIFFICULTY -PalSpawnNumRate -> PAL_SPAWN_NUM_RATE -bIsPvP -> IS_PVP + +- Difficulty -> DIFFICULTY +- PalSpawnNumRate -> PAL_SPAWN_NUM_RATE +- bIsPvP -> IS_PVP | Variable | Description | Default Value | Allowed Value | |-------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------|