Engram Configurator

Enable, disable, or change the settings for any engram. The necessary code will be generated below for any items you modify. Click an item to see its advanced options.

Generated Game.ini Code

How to Add the Generated Code to Your Game.ini File

The generated code must be placed under the heading [/Script/ShooterGame.ShooterGameMode] in your game.ini file to work correctly.

For Nitrado Server Users

  1. Log in to your Nitrado account and go to your server dashboard.
  2. Click "Configuration Files" or "Settings."
  3. Open the Game.ini file.
  4. Find or add [/Script/ShooterGame.ShooterGameMode].
  5. Paste the generated code under this heading.
  6. Save and restart your server.

See the Nitrado Engrams Guide for more help.

For Singleplayer Users

  1. Locate Game.ini at: C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Ascended\ShooterGame\Saved\Config\WindowsNoEditor\.
  2. Open it with Notepad.
  3. Find or add [/Script/ShooterGame.ShooterGameMode].
  4. Paste the generated code under this heading.
  5. Save and restart your game.

For Self-Hosted Servers (Using FTP)

  1. Edit your game.ini file as above.
  2. Use an FTP client like FileZilla.
  3. Connect using your FTP credentials (host, username, password, port).
  4. Go to /ShooterGame/Saved/Config/WindowsServer/.
  5. Backup the original game.ini by downloading it.
  6. Upload the modified game.ini.
  7. Restart your server.

Tips

  • Backup your game.ini file before editing.
  • Ensure the code is under [/Script/ShooterGame.ShooterGameMode].
  • Restart your server or game after saving.
  • Be sure each item "Disable Item" code is a single line with no spaces.
  • Check for typos if it doesn’t work.