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
- Log in to your Nitrado account and go to your server dashboard.
- Click "Configuration Files" or "Settings."
- Open the
Game.ini
file. - Find or add
[/Script/ShooterGame.ShooterGameMode]
. - Paste the generated code under this heading.
- Save and restart your server.
See the Nitrado Engrams Guide for more help.
For Singleplayer Users
- Locate
Game.ini
at:C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Ascended\ShooterGame\Saved\Config\WindowsNoEditor\
. - Open it with Notepad.
- Find or add
[/Script/ShooterGame.ShooterGameMode]
. - Paste the generated code under this heading.
- Save and restart your game.
For Self-Hosted Servers (Using FTP)
- Edit your
game.ini
file as above. - Use an FTP client like FileZilla.
- Connect using your FTP credentials (host, username, password, port).
- Go to
/ShooterGame/Saved/Config/WindowsServer/
. - Backup the original
game.ini
by downloading it. - Upload the modified
game.ini
. - 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.