How to add mods to your Crossplay PC-CONSOLE (XBox/PS4/PS5) Space Engineers dedicated server using mods.io Print

  • 8

This guide will help you on how to add mods to your Crossplay PC-CONSOLE (XBox/PS4/PS5) Space Engineers dedicated server using mods.io

For this guide we will use the mod below as an example, with this example you can use it to add any number of mods you want, just read it carefully and don't skip any step or will not work.

 

  1. Stop your server
  2. Go to this SpaceEngineers Mods.io website and get the ModID's of the mods you want to add: CLICK HERE TO OPEN HELP IMAGE
  3. Go to the Configuration Files button and edit the Sandbox_config.sbc file
  4. Scroll down to the mods section and you should see something like this: CLICK HERE TO OPEN HELP IMAGE
  5. Replace the <Mods /> bit of code with the <Mods> code below: CLICK HERE TO OPEN HELP IMAGE
    • <Mods>
      <ModItem FriendlyName="">
      <Name>367614.sbm</Name>
      <PublishedFileId>367614</PublishedFileId>
      <PublishedServiceName>mod.io</PublishedServiceName>
      </ModItem>
      </Mods>
  6. Save the Sandbox_config.sbc file
  7. Start your server to download the mod, first start will take more time because it needs to download the mod

 

You can add any number of mods you want, you just need to duplicate the <ModItem> </ModItem> section, for example, if you want to add 3 mods will look like this: CLICK HERE TO OPEN HELP IMAGE


<Mods>
<ModItem FriendlyName="">
<Name>367614.sbm</Name>
<PublishedFileId>367614</PublishedFileId>
<PublishedServiceName>mod.io</PublishedServiceName>
</ModItem>
<ModItem FriendlyName="">
<Name>576107.sbm</Name>
<PublishedFileId>576107</PublishedFileId>
<PublishedServiceName>mod.io</PublishedServiceName>
</ModItem>
<ModItem FriendlyName="">
<Name>735781.sbm</Name>
<PublishedFileId>735781</PublishedFileId>
<PublishedServiceName>mod.io</PublishedServiceName>
</ModItem>
</Mods>

 

Some mods can cause server crashes, lag, or other side effects, use mods with caution.

 

If you have any questions or you need our help don't hesitate to contact our support system.


Was this answer helpful?

« Back