Barotrauma | How To Add Mods Print

  • Barotrauma How To Add Mods, Barotrauma, Barotrauma Mods, How to mod Barotrauma server, How to mod Barotrauma, Barotrauma Server Mods, 0.17.12.0, Barotrauma Server, Barotrauma mods, Barotrauma LUA
  • 3

In order to add mods to your Barotrauma server just follow the guide below

IMPORTANT: WorkshopMods = The place steam downloads mods to. Do NOT touch or place anything here.

  1. On your PC, navigate to the steam workshop and subscribe to the mod(s) you want to use

  2. Open FileZilla on your PC and connect to your service (https://pingperfect.com/index.php/knowledgebase/19/Accessing-your-files.html)

  3. Navigate to steamapps\workshop\content\602960

    Rename all the mod folders from their mod ID to their mod name (Mod ID is found in Steam Workshop URL - Name is found inside filelist.xml inside mod folder).

  4. Upload all of those folders via FTP to the LocalMods folder on your server

  5. In your game panel navigate to configuration files → Config_player.xml and open it

  6. Find the following lines


<contentpackages>
<!--Backwards compatibility-->
<core
name="Vanilla 0.9" />
<!--Vanilla-->
<corepackage
path="Content/ContentPackages/Vanilla.xml" />
<regularpackages>
<package>
</regularpackages>
</contentpackages>

Add your mod(s) in the middle, for example


<contentpackages>
<!--Backwards compatibility-->
<core
name="Vanilla 0.9" />
<!--Vanilla-->
<corepackage
path="Content/ContentPackages/Vanilla.xml" />
<regularpackages>
<!--Backpacks-->
<package
path="LocalMods/Backpacks/filelist.xml" enabled="true"/>
</regularpackages>
</contentpackages><contentpackages>


7. Save the config
8. Restart the server

You should now have mods on your server.

One thing to note is that if the mod was made prior to update 0.17.12.0 you will need to edit it's filelist.xml and change the path for the files inside, for example:

<?xml version="1.0" encoding="utf-8"?>
<contentpackage name="Backpacks" path="Mods/Backpacks/filelist.xml" corepackage="false" gameversion="0.16.7.0" steamworkshopid="2613901395" installtime="1650294877">
<Item file="Mods/Backpacks/Backpack/Backpack.xml" />
<Item file="Mods/Backpacks/Diving suits/Diving Suits.xml" />
<Item file="Mods/Backpacks/Heavy Backpack/Heavy Backpack.xml" />
<Item file="Mods/Backpacks/Power-Backpack/Power-Backpack.xml" />
<Item file="Mods/Backpacks/Medical Backpack/Medical Backpack.xml" />
<Item file="Mods/Backpacks/Duffel Bag/Duffel Bag.xml" />
<Item file="Mods/Backpacks/Xeno-Backpack/Xeno-Backpack.xml" />
<Item file="Mods/Backpacks/Heavy Crate/Heavy Crate.xml" />
<Item file="Mods/Backpacks/Ammopack/Ammopack.xml" />
<Item file="Mods/Backpacks/Medipack/Medipack.xml" />
<Item file="Mods/Backpacks/Oxy-Gen. Backpack/Oxy-Gen. Backpack.xml" />
<Item file="Mods/Backpacks/Techno-Backpack/Techno-Backpack.xml" />
<Item file="Mods/Backpacks/Backpack Belt-Fed Minigun/Backpack Belt-Fed Minigun.xml" />
<Item file="Mods/Backpacks/Safety Harness/Safety Harness.xml" />
<Item file="Mods/Backpacks/Vanilla Crates/Vanilla Crates.xml" />
</contentpackage>

 

Would become

<?xml version="1.0" encoding="utf-8"?>
<contentpackage name="Backpacks" path="LocalMods/Backpacks/filelist.xml" corepackage="false" gameversion="0.16.7.0" steamworkshopid="2613901395" installtime="1650294877">
<Item file="LocalMods/Backpacks/Backpack/Backpack.xml" />
<Item file="LocalMods/Backpacks/Diving suits/Diving Suits.xml" />
<Item file="LocalMods/Backpacks/Heavy Backpack/Heavy Backpack.xml" />
<Item file="LocalMods/Backpacks/Power-Backpack/Power-Backpack.xml" />
<Item file="LocalMods/Backpacks/Medical Backpack/Medical Backpack.xml" />
<Item file="LocalMods/Backpacks/Duffel Bag/Duffel Bag.xml" />
<Item file="LocalMods/Backpacks/Xeno-Backpack/Xeno-Backpack.xml" />
<Item file="LocalMods/Backpacks/Heavy Crate/Heavy Crate.xml" />
<Item file="LocalMods/Backpacks/Ammopack/Ammopack.xml" />
<Item file="LocalMods/Backpacks/Medipack/Medipack.xml" />
<Item file="LocalMods/Backpacks/Oxy-Gen. Backpack/Oxy-Gen. Backpack.xml" />
<Item file="LocalMods/Backpacks/Techno-Backpack/Techno-Backpack.xml" />
<Item file="LocalMods/Backpacks/Backpack Belt-Fed Minigun/Backpack Belt-Fed Minigun.xml" />
<Item file="LocalMods/Backpacks/Safety Harness/Safety Harness.xml" />
<Item file="LocalMods/Backpacks/Vanilla Crates/Vanilla Crates.xml" />
</contentpackage>

 

Looking for a game server host known for brilliant 24/7 customer support and quality hardware?
Try a Pingperfect Barotrauma server today! https://pingperfect.com/gameservers/barotrauma-game-server-hosting-rental.php


Was this answer helpful?

« Back