Project Zomboid How to Add Mods
Jump to navigation
Jump to search
Mod Installation
Mods can be installed from Steam using FTP.
- Using FTP, navigate to \projectzomboid\GameServerID\Server\WorldName.ini and find WorkshopItems=.
- Add the Steam Workshop ID. Multiple can be added using semi-colons.
Example: WorkshopItems=1234567890;1234567890;1234567890 - In the same .ini file, find Mods= and add the Mod ID Name from the Steam Workshop description. Again, add multiple using semi-colons.
Example: Mods=ModName1;ModName2;ModName3