Skip to content

How do I install mods on my Soulmask server?

  • Installing Mods using the Blacksmith ‘s Portal
  • Installing Mods manually or on another host

Soulmask supports Steam Workshop, which means you can customize the game in many ways. This guide will show you how to install it through the Blacksmith’s Portal or if you’re using another host or self-hosting.

Installing Workshop Mods

Through AleForge

  1. First, we’ll need to make a list of all the mod IDs we want to install. The workshop mod’s ID can be found by looking at the link on the Steam Workshop URL for the mod.

In this example, the mod id is 3401342882

  1. Once we have our list, we can begin installing mods.
  2. Go to the Blacksmith’s Portal
  3. Go to Startup
  4. Paste your mod IDs into the Mods variable separated by a comma

  1. Restart your server, and it will begin downloading and installing all of the mods to the server files.

Other Host/Self-Hosting

  1. First, we’ll need to make a list of all the mod IDs we want to install. The workshop mod’s ID can be found by looking at the Steam Workshop page URL.

In this example, the mod id is 3401342882

  1. Once we have our list, we can begin installing mods.
  2. For other hosts/self-hosting
  3. Edit the file that launches your server
  4. Add in the following line -mod""
  5. Between the quotation marks, add in your mod id’s separated by a comma like so

-mod"325629900,3330908154,3332634339"

  1. Restart your server, and it will begin downloading and installing all mods to the server files.