blob: 54b2854d719547e3f9a2544ebfcf8a82431d8126 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Save/sever to use
NAME="servertest"
# Bypasses the create a password prompt
ADMIN_PASSWORD="CHANGE_ME"
# RCON Options both here and in:
# /opt/project-zomboid-server/Zomboid/Server/$NAME.ini
RCON_PORT="27015"
# Password used to connect to RCON for graceful shutdowns
RCON_PASSWORD="CHANGE_ME"
# Most options should be set via:
# /opt/project-zomboid-server/ProjectZomboid64.json
# /opt/project-zomboid-server/Zomboid/Server/$NAME*
# But any extra startup arguments to java and zomboid can be set with:
#JVM_ARGS=
#SERVER_ARGS=
|