-
-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a0a1e7
commit 48e8c6a
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
Check failure on line 382 in README.md GitHub Actions / Lint - MarkdownUnordered list style
|
||
- split words by inserting an underscore | ||
Check failure on line 383 in README.md GitHub Actions / Lint - MarkdownUnordered list style
|
||
- remove the single letter if the setting starts with one (like 'b') | ||
Check failure on line 384 in README.md GitHub Actions / Lint - MarkdownUnordered list style
|
||
|
||
For example: | ||
Difficulty -> DIFFICULTY | ||
PalSpawnNumRate -> PAL_SPAWN_NUM_RATE | ||
bIsPvP -> IS_PVP | ||
|
||
- Difficulty -> DIFFICULTY | ||
Check failure on line 388 in README.md GitHub Actions / Lint - MarkdownUnordered list style
|
||
- PalSpawnNumRate -> PAL_SPAWN_NUM_RATE | ||
Check failure on line 389 in README.md GitHub Actions / Lint - MarkdownUnordered list style
|
||
- bIsPvP -> IS_PVP | ||
Check failure on line 390 in README.md GitHub Actions / Lint - MarkdownUnordered list style
|
||
|
||
| Variable | Description | Default Value | Allowed Value | | ||
|-------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------| | ||
|