-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 987 Bytes
/
.env.example
File metadata and controls
31 lines (25 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Extract these next 3 secrets from the game executables
PATCH_SECRET=
MASTER_SECRET=
GAME_SECRETS= # 9 strings comma seperated, i.e. GAME_SECRETS=abc,def,ghi,jkl,mno,pqr,stu,wxy,zab
# ip the game server can be reached at by the game client
GAME_EXTERNAL_IP=127.0.0.1
# allows game server to connect to master server
MASTER_INTERNAL_IP=127.0.0.1
MASTER_INTERNAL_PORT=8081
# log output will be in color even inside docker, if set to 1
FORCE_COLOR=1
# defaults to 1.35, which is the latest version ever released
# SERVER_VERSION=1.35
# Comment out and edit to override patch server file versions
# PATCH_SUPERSOAKER_VERSION=1.40
# PATCH_DATA_VERSIONS=1.40,1.40
# PATCH_BANNER_VERSION=1.35
# Comment out and edit to override weapon damages
# WEAPON1_DAMAGE=60 # LIQUIDATOR
# WEAPON2_DAMAGE=40 # WATERMINATOR
# WEAPON3_DAMAGE=90 # TRIPLE_SHOT
# WEAPON4_DAMAGE=40 # ARCTIC_SHOCK
# WEAPON5_DAMAGE=50 # WASSERBOMBEN_ARMBRUST
# WEAPON9_DAMAGE=20 # WASSERBOMBEN_EXPLOSION
# TOWEL_HEALTH=70