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
  1. Ensure ARK: Survival Ascended is closed.
  2. Navigate to the path above.
  3. Open GameUserSettings.ini with a text editor like Notepad.
  4. Scroll to the bottom of the file.
  5. Paste the generated code. If an [ArkAutomatedSettings] section already exists, add new lines under it. Otherwise, paste the whole block including the header.
  6. Save the file and restart your game.

Nitrado Servers

  1. Log in to your Nitrado web interface.
  2. Stop your ARK server.
  3. Navigate to "Config Files" or "Settings" (the exact wording may vary).
  4. Select GameUserSettings.ini to edit it.
  5. Scroll to the bottom or find the [ArkAutomatedSettings] section if it exists.
  6. Paste the generated code as described for singleplayer.
  7. Save changes in the web interface.
  8. 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
  1. Stop your ARK dedicated server.
  2. Access your server files (e.g., via FTP or direct access).
  3. Navigate to the path above.
  4. Open GameUserSettings.ini with a text editor.
  5. Scroll to the bottom or find/add to the [ArkAutomatedSettings] section.
  6. Paste the generated code.
  7. 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.