Language & Currency

Currency

Project Zomboid: Your game, your server

from 9.80
AUD /month
from 11.72
BGN /month
from 34.80
BRL /month
from 9.66
CAD /month
from 5.57
CHF /month
from 46.45
CNY /month
from 145.03
CZK /month
from 44.78
DKK /month
from 5.99
EUR /month
from 5.13
GBP /month
from 53.96
HKD /month
from 45.14
HRK /month
from 2,181.86
HUF /month
from 124,191.87
IDR /month
from 21.03
ILS /month
from 656.20
INR /month
from 854.17
ISK /month
from 1,102.34
JPY /month
from 9,931.36
KRW /month
from 119.51
MXN /month
from 28.11
MYR /month
from 65.54
NOK /month
from 11.73
NZD /month
from 421.50
PHP /month
from 25.84
PLN /month
from 31.43
RON /month
from 702.03
RUB /month
from 65.80
SEK /month
from 8.84
SGD /month
from 230.23
THB /month
from 326.95
TRY /month
from 6.88
USD /month
from 114.03
ZAR /month
from 48.59
date /month

How to Install Mods in Project Zomboid

To use mods in Project Zomboid, your server must be in Advanced Mode. Make sure this mode is active before adding any mods.

We will use the example mod Fluffy Hair.

Finding the Workshop ID and Mod ID

You need two different details for every mod:

  • Workshop ID: The number used to find the mod’s item in the Steam Workshop.
  • Mod ID: The internal name Project Zomboid uses to activate the mod. It is not always identical to the mod’s visible name.

You can usually find both details directly in the mod’s description on its Steam Workshop page. They are often listed at the beginning or the end of the description. For the example mod, they look like this:

Workshop ID: 2447729538
Mod ID: FH

Copy the values exactly as shown. Enter the Workshop ID in the WorkshopItems= line and the Mod ID in the Mods= line. Do not simply use the visible mod name for Mods=; use the Mod ID provided in the description.

Adding a mod to the server configuration

  1. Stop your server in the 4NetPlayers customer area.

  2. Click on the name of your server.

  3. Open the servertest.ini file on the left.

  4. Find the WorkshopItems= line in the text editor on the right.

  5. Enter the Workshop ID after the equals sign. For Fluffy Hair, the line looks like this:

    WorkshopItems=2447729538
    
  6. Then find the Mods= line.

  7. Enter the Mod ID after the equals sign. For Fluffy Hair, the line looks like this:

    Mods=FH
    
  8. Click Save.

Adding multiple mods

Separate multiple Workshop IDs and Mod IDs with a semicolon (;). Enter the values without spaces and keep the same order in both lines. The first Workshop ID therefore belongs to the first Mod ID, the second to the second, and so on.

Example:

WorkshopItems=2447729538;1234567890;9876543210
Mods=FH;ModID2;ModID3

If the lines already contain other mods, do not delete them. Add the new values with a semicolon and check that the order in WorkshopItems= and Mods= matches.

Mod maps

Mod maps add new areas or maps to the game world. First add them in the same way as other mods: put the Workshop ID in WorkshopItems= and the Mod ID in Mods=.

You must also enter the map name in the Map= line of the servertest.ini file. You can usually find the required map name in the mod’s description as well. Copy it exactly, because it may differ from both the Workshop ID and the Mod ID.

Mod maps must be listed before the existing vanilla maps. The configuration can look like this:

WorkshopItems=WorkshopIDofMapMod
Mods=ModIDofMapMod
Map=MapName;Muldraugh, KY

If a mod map lists several map names, enter all of them in the order specified.

Important: Add mod maps before starting the server for the first time. They are only activated when the game world is created. They have no effect in an already running world.

Start the server only after saving your changes. This rule applies to mod maps and regular mods alike.