Stationeers Installing Mods

Within this knowledgebase, you’ll learn how to setup and install mods for your Stationeers Server through the Streamline Servers StreamPanel.

Step 1)

Before installing any modifications onto the service, ensure the service is stopped.

Step 2)

Once stopped, upload your mods into the Mods folder located in your root directory of your service, if you’re not able to find this folder, simply create it. It should look something like so:

 

Step 3)

Once uploaded, click on your Service main page and then proceed to press on “Configuration Files”, once on configuration files, you should see a file labelled “ModConfig.xml”. Within this file you’ll edit and add mods.

Step 4)

Once in the ModConfig file, you should see some of the following lines:
    <LocalMod>

      <folder>YourFirstModFolderHere</folder>

      <modID>1001</modID>

    </LocalMod>

    <LocalMod>

      <folder>YourSecondModFolderHere</folder>

      <modID>1002</modID>

    </LocalMod>

 

Within these lines, you add the mod folder names within the <folder> parameters, for example:       <folder>YourFirstModFolderHere</folder> would be <folder>1445377891</folder>
Once done that, ensure that the ModID is unique and, if not unique, the number is change to a single digit higher then the previous mod, for example: <modID>1002</modID> would change to <modID>1003</modID> for a new mod.

Step 5)

Once completed and you’ve labelled all of your mods, you will need to assign their “Longs” at the top of the file. You should see something like do:
  <Mods>

    <unsignedLong>1</unsignedLong>

    <unsignedLong>1001</unsignedLong>

    <unsignedLong>1002</unsignedLong>

  </Mods>

Within this file, you simply paste new unsigned longs to the new ModIDs you’ve created. Like so:

    <unsignedLong>1</unsignedLong>

    <unsignedLong>1001</unsignedLong>

    <unsignedLong>1002</unsignedLong>

    <unsignedLong>1003</unsignedLong>

 

Step 6)

Once completed, simply save the file and start the server.

If you have any issues with this knowledgebase, feel free to reach out to our support team for further assistance.

 

 

  • 17 Users Found This Useful
Was this answer helpful?

Related Articles

Stationeers Admin Commands

How do I use Admin Commands in Stationeers? Note: This is a work in progress (not all commands...