How to Add Mods to Your Barotrauma Server

From Citadel Servers Wiki
Revision as of 15:16, 20 August 2019 by Alvin singco s (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This guide will show you have to add mods to your Barotrauma server.

Kindly follow these steps:

1. On your PC navigate to the Steam workshop and subscribe to the mod(s) you want to use and download them.

2. Open Filezilla on your PC and connect to your server. Here's the guide.

3. Upload the contents of your mods folder to the server & also upload the mods xml file to Data\ContentPackages

4. In your Game Panel navigate to  Configuration Files > config_player.xml and edit it.

5. Find the following line:

<contentpackage

    path="Data/ContentPackages/Vanilla 0.9.xml" />

6. Add your mod(s) below this line, for example:

<contentpackage

    path="Data/ContentPackages/Vanilla 0.9.xml" />

<contentpackage

    path="Data/ContentPackages/Subnautica Ghost Leviathan.xml" />

7. Save the changes.

8. Restart the server.