forked from TuRz4m/Ark-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
arkmanager-user.cfg
62 lines (45 loc) · 2.9 KB
/
arkmanager-user.cfg
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
## This file holds GLOBAL configuration
## The system global configuration is stored at /etc/arkmanager/arkmanager.cfg
## This file is sourced into the system config
## All configuration done here applys to ALL server instances.
## Some of them can be overridden in instance configurations
## See: https://github.com/arkmanager/ark-server-tools#global-configuration
## --- USER CONFIG --- #
## ARK server options - use ark_<optionname>=<value>
## comment out these values if you want to define them
## inside your GameUserSettings.ini file
serverMap=${SERVERMAP} # server map (default TheIsland)
#serverMapModId="469987622" # Uncomment this to specify the Map Mod Id (<fileid> in http://steamcommunity.com/sharedfiles/filedetails/?id=<fileid>)
#ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod
ark_SessionName=${SESSIONNAME} # if your session name needs special characters please use the .ini instead
ark_ServerPassword=${SERVERPASSWORD} # ARK server password, empty: no password required to login
ark_ServerAdminPassword=${ADMINPASSWORD} # ARK server admin password, KEEP IT SAFE!
ark_MaxPlayers=${NBPLAYERS} # Number MAX of player
arkflag_log=""
# Set to false for the old behaviour of decrementing the Port
arkNoPortDecrement="true"
## --- Mods --- #
#ark_GameModIds="487516323,487516324" # Uncomment to specify additional mods by Mod Id separated by commas
## Mod OS Selection
mod_branch=Windows
## Add mod-specific OS selection below:
#mod_branch_496735411=Windows
## --- ARK server flags --- #
## i.e. for -optflag, use arkflag_<optflag>=true to activate a flag
## --- ARK server options --- #
## i.e. for -optname=val, use arkopt_optname=val
# Update warning messages
# Modify as desired, putting the %d replacement operator where the number belongs
msgWarnUpdateMinutes="This ARK server will shutdown for an update in %d minutes"
msgWarnUpdateSeconds="This ARK server will shutdown for an update in %d seconds"
msgWarnRestartMinutes="This ARK server will shutdown for a restart in %d minutes"
msgWarnRestartSeconds="This ARK server will shutdown for a restart in %d seconds"
msgWarnShutdownMinutes="This ARK server will shutdown in %d minutes"
msgWarnShutdownSeconds="This ARK server will shutdown in %d seconds"
# config environment
arkwarnminutes="60" # number of minutes to warn players when using update --warn
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
# Options to automatically remove old backups to keep backup size in check
# Each compressed backup is generally about 1-2MB in size.
arkMaxBackupSizeMB="500" # Set to automatically remove old backups when size exceeds this limit
#arkMaxBackupSizeGB="2" # Uncomment this and comment the above to specify the limit in whole GB