Project Zomboid | How to add mods to your project zomboid server
Follow these steps to install mods for your game using the Steam Workshop:
-
Install Mods from Steam Workshop: Open Steam and navigate to the Steam Workshop. Download and install the mods you're interested in.
-
Locate Workshop ID & Mod ID:
- Visit the Steam page of the mod(s) you've installed.
- Scroll down until you find the section labeled "Workshop ID & Mod ID."
-
Modify Configuration Files:
-
Open the configuration file located at "Zomboid\Server\servertest.ini."
-
Find the line that says:
WorkshopItems=
-
Add the Workshop IDs in a semi-colon-separated string, as shown below:
WorkshopItems=1234567890;1234567890
-
Next, locate the line:
Mods=
-
Add the Mod IDs in a semi-colon-separated string, similar to Workshop IDs:
Mods=ModName1;ModName2
-
-
Save and Restart:
- Save the changes you've made to the configuration file.
- Restart your game server.
Your selected mods should now be activated and ready to use in the game!