Skip to content

Commit 3d915e4

Browse files
authored
Merge pull request #83 from Micke90s/issue-82-world_seed
Change default value of WORLD_SEED
2 parents 6f1f129 + d3446d7 commit 3d915e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ENV PUID=1000 \
9898
USE_DEPOT_DOWNLOADER=false \
9999
WORLD_INDEX=0 \
100100
WORLD_NAME="Core Keeper Server" \
101-
WORLD_SEED=0 \
101+
WORLD_SEED="" \
102102
WORLD_MODE=0 \
103103
GAME_ID="" \
104104
DATA_PATH="${STEAMAPPDATADIR}" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ These are the arguments you can use to customize server behavior with default va
8484
| USE_DEPOT_DOWNLOADER | false | Use Depot downloader instead of steamcmd. Useful for system not compatible with 32 bits. |
8585
| WORLD_INDEX | 0 | Which world index to use. |
8686
| WORLD_NAME | "Core Keeper Server" | The name to use for the server. |
87-
| WORLD_SEED | 0 | The seed to use for a new world. Set to 0 to generate random seed. |
87+
| WORLD_SEED | "" | The seed to use for a new world. Set to "" to generate random seed. |
8888
| WORLD_MODE | 0 | Sets the world mode for the world. Can be Normal (0), Hard (1), Creative (2), Casual (4). |
8989
| SEASON | No Default | Overrides current season by setting to any of None (0), Easter (1), Halloween (2), Christmas (3), Valentine (4), Anniversary (5), CherryBlossom (6), LunarNewYear(7).<br/>**Do not set this env var if you want real date season.** |
9090
| GAME_ID | "" | Game ID to use for the server. Need to be at least 28 characters and alphanumeric, excluding Y,y,x,0,O. Empty or not valid means a new ID will be generated at start. |

docker-compose-example/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARM64_DEVICE=generic
44
USE_DEPOT_DOWNLOADER=false
55
WORLD_INDEX=0
66
WORLD_NAME="Core Keeper Server"
7-
WORLD_SEED=0
7+
WORLD_SEED=""
88
WORLD_MODE=0
99
GAME_ID=""
1010
DATA_PATH="${STEAMAPPDATADIR:-/home/steam/core-keeper-data}"

0 commit comments

Comments
 (0)