ini Generator
Automated Ark INI Settings
Configure the GameUserSettings.ini settings for the Automated Ark mod. Adjust the values below using the sliders or by typing directly into the number fields. Only settings changed from their default value will be included in the generated INI code.
As you change settings, the INI code will automatically update at the bottom of the page.
How to Add to GameUserSettings.ini
The generated code should be placed in your GameUserSettings.ini
file. If you don't have an [ArkAutomatedSettings]
section already from this or another mod, you can add the entire generated block. If you do, add the individual setting lines under your existing [ArkAutomatedSettings]
header.
Singleplayer / Client
Typically found at (your drive may vary):
C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Ascended\ShooterGame\Saved\Config\Windows\GameUserSettings.ini
Or sometimes in:
C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Ascended\ShooterGame\Saved\Config\WindowsNoEditor\GameUserSettings.ini
- Ensure ARK: Survival Ascended is closed.
- Navigate to the path above.
- Open
GameUserSettings.ini
with a text editor like Notepad. - Scroll to the bottom of the file.
- Paste the generated code. If an
[ArkAutomatedSettings]
section already exists, add new lines under it. Otherwise, paste the whole block including the header. - Save the file and restart your game.
Nitrado Servers
- Log in to your Nitrado web interface.
- Stop your ARK server.
- Navigate to "Config Files" or "Settings" (the exact wording may vary).
- Select
GameUserSettings.ini
to edit it. - Scroll to the bottom or find the
[ArkAutomatedSettings]
section if it exists. - Paste the generated code as described for singleplayer.
- Save changes in the web interface.
- Restart your server.
Self-Hosted Dedicated Servers (e.g., via SteamCMD, ASM)
The file is usually located in:
(Your Server Installation Folder)\ShooterGame\Saved\Config\WindowsServer\GameUserSettings.ini
- Stop your ARK dedicated server.
- Access your server files (e.g., via FTP or direct access).
- Navigate to the path above.
- Open
GameUserSettings.ini
with a text editor. - Scroll to the bottom or find/add to the
[ArkAutomatedSettings]
section. - Paste the generated code.
- Save the file and restart your server.
Important Tips
- Backup First: Always back up your
GameUserSettings.ini
file before making changes. - One Section: Ensure there is only one
[ArkAutomatedSettings]
header in your file. Add new settings under an existing one if present. - Restart Required: Changes to
GameUserSettings.ini
typically require a game or server restart to take effect. - Read-Only?: Make sure your
GameUserSettings.ini
file is not set to "Read-Only" in its file properties, as this will prevent changes from being saved by the game or server.