How to Add Mods to Your Barotrauma Server
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.