Wordier ini file override description

/path/to/instance/config is path to instance config
This commit is contained in:
Ben Peddell 2020-08-11 19:28:21 +10:00 committed by GitHub
parent 837c262fef
commit f8374fa60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -573,17 +573,17 @@ crash-restart loop if the cause of the crash is not resolved.
`arkPreStart`::
Set to the path to a script to execute on startup if it exists
+
default: /path/to/instance/config.start
default: `/path/to/instance/config.start` where `/path/to/instance/config` is the path to the instance config file with the `.cfg` extension removed - e.g. `/etc/arkmanager/instances/main.start`
`arkGameUserSettingsIniFile`::
Set to the path to an ini file to replace GameUserSettings.ini on startup if it exists
Set to the path to an ini file that, if it exists, will overwrite `${arkserverroot}/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini` on startup
+
default: /path/to/instance/config.GameUserSettings.ini
default: `/path/to/instance/config.GameUserSettings.ini` where `/path/to/instance/config` is the path to the instance config file with the `.cfg` extension removed - e.g. `/etc/arkmanager/instances/main.GameUserSettings.ini`
`arkGameIniFile`::
Set to the path to an ini file to replace Game.ini on startup if it exists
Set to the path to an ini file that, if it exists, will overwrite `${arkserverroot}/ShooterGame/Saved/Config/LinuxServer/Game.ini` on startup
+
default: /path/to/instance/config.Game.ini
default: `/path/to/instance/config.Game.ini` where `/path/to/instance/config` is the path to the instance config file with the `.cfg` extension removed - e.g. `/etc/arkmanager/instances/main.Game.ini`
`arkStagingDir`::
Sets the staging directory in order to download updates