Skip to content

Commit

Permalink
Wordier ini file override description
Browse files Browse the repository at this point in the history
/path/to/instance/config is path to instance config
  • Loading branch information
klightspeed authored Aug 11, 2020
1 parent 837c262 commit f8374fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8374fa

Please sign in to comment.