How to add mods in Atlas

From Citadel Servers Wiki
Revision as of 20:16, 2 December 2020 by Alvin singco s (talk | contribs) (Created page with "<p style="text-align: center;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><strong><span style="color: #222222; background-color: #ffffff;">How t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to Add Mods




Adding a mod

Due to a bug with steam you may get "Assertion Failed" errors, you can ignore this, just wait until the process says completed.

  • 1. Find a mod that you want to use on the steam workshop for example https://steamcommunity.com/sharedfiles/filedetails/?id=1652044230
  • 2. In the game panel click on install/update mods and enter the mod id (example 1652044230 if there are multiple mods separate them with a , example 1652044230,1652044230)
  • 3. Add the mods to your ServerGrid.json configuration file and save it e.g. "ModIDs": "1652044230,1652044230",
  • 4. Upload the .mod files from your pc to the server - location: \ShooterGame\Content\Mods
  • 5. Restart your server.


  • If you are using a non-seamless map (Such as Blackwood) follow the below steps instead
  • 1. Find a mod that you want to use on the steam workshop for example https://steamcommunity.com/sharedfiles/filedetails/?id=1652044230
  • 2. In the game panel click on install/update mods and enter the mod id (example 1652044230 if there are multiple mods separate them with a , example 1652044230,1652044230)
  • 3. Add the mods to your GameUserSettings.ini configuration file and save it e.g. ActiveMods=1652044230,1652044230
  • 4. Upload the .mod files from your pc to the server - location: \ShooterGame\Content\Mods
  • 5. Restart your server.