Stationeers | How to add Mods Print

  • Stationeers How to add Mods, Stationeers, stationeers, How to add Mods, How to add mods, how to add mods, How to Add Mods, Mods, mods
  • 1

1.     Stop server.

2.    Click “Configuration Files” then click “Text-editor” next to ModConfig.xml
Paste the following into the file:
<?xml version="1.0" encoding="utf-8"?>

<ModConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <Mods>

    <unsignedLong>1</unsignedLong>

    <unsignedLong>1001</unsignedLong>

    <unsignedLong>1002</unsignedLong>

  </Mods>

  <DisabledMods>

  </DisabledMods>

  <LocalMods>

    <LocalMod>

      <folder>YourFirstModFolderHere</folder>

      <modID>1001</modID>

    </LocalMod>

    <LocalMod>

      <folder>YourSecondModFolderHere</folder>

      <modID>1002</modID>

    </LocalMod>

  </LocalMods>

</ModConfig>

3.     Create mods folder in server's root folder.

4.     Click the “Steam Workshop” button on the Gamepanel, and install the mods you want by clicking the install button on each mod

5.     Edit the ModConfig.xml file as follows:

Copy and paste the following section, below itself, for as many mods as you want on the server:
<LocalMod>

            <folder>YourFirstModFolderHere</folder>

            <modID>1001</modID>

</LocalMod>

Copy and paste the following section, below itself, for as many mods as you want on the server:
<unsignedLong>1002</unsignedLong>

Make sure to add 1 to the number for each mod you’re adding.



Replace the part in bold <folder>YourFirstModFolderHere</folder> with the folder name of the mod folder, for example: <folder>2109032103</folder>

Where it says <modID>1001</modID> make sure to add 1 to the number for each mod you add.

 

Your ModConfig.xml should look something like this:

<?xml version="1.0" encoding="utf-8"?>

<ModConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <Mods>

    <unsignedLong>1</unsignedLong>

    <unsignedLong>1001</unsignedLong>

    <unsignedLong>1002</unsignedLong>

  </Mods>

  <DisabledMods>

  </DisabledMods>

  <LocalMods>

    <LocalMod>

      <folder>2109032103</folder>

      <modID>1001</modID>

    </LocalMod>

    <LocalMod>

      <folder>2129510349</folder>

      <modID>1002</modID>

    </LocalMod>

  </LocalMods>

</ModConfig>

6.     Save the file and start your server.

 


Looking for a game server host known for brilliant 24/7 customer support and quality hardware?   

Try a Pingperfect Stationeers server today! https://pingperfect.com/gameservers/stationeers-game-server-hosting-rental.php 


Was this answer helpful?

« Back