Project Zomboid How to Add Mods: Difference between revisions
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
Mods can be installed from the Steam Workshop using [[FTP Access|FTP]]. | Mods can be installed from the Steam Workshop using [[FTP Access|FTP]]. | ||
===Mods=== | |||
#Make sure your sever is stopped. | #Make sure your sever is stopped. | ||
#Using FTP, navigate to '''\projectzomboid\GameServerID\Server\WorldName.ini''' and find '''WorkshopItems='''. | #Using FTP, navigate to '''\projectzomboid\GameServerID\Server\WorldName.ini''' and find '''WorkshopItems='''. | ||
| Line 7: | Line 8: | ||
#In the same .ini file, find '''Mods=''' and add the Mod ID Name from the Steam Workshop description. Use semi-colons for multiple mods.<br> ''Example: Mods=ModName1;ModName2;ModName3'' | #In the same .ini file, find '''Mods=''' and add the Mod ID Name from the Steam Workshop description. Use semi-colons for multiple mods.<br> ''Example: Mods=ModName1;ModName2;ModName3'' | ||
# Save your changes and then restart your server. | # Save your changes and then restart your server. | ||
===Map Mods=== | |||
#Make sure your sever is stopped. | |||
#Using FTP, navigate to '''\projectzomboid\GameServerID\Server\WorldName.ini''' and find '''WorkshopItems='''. | |||
#Add the Steam Workshop ID from the Steam Workshop description. Use semi-colons for multiple mods.<br>''Example: WorkshopItems=1234567890;1234567890;1234567890'' | |||
#In the same .ini file, find '''Mods=''' and add the Mod ID Name from the Steam Workshop description. Use semi-colons for multiple mods.<br> ''Example: Mods=ModName1;ModName2;ModName3'' | |||
#In the same .ini file, find '''Map=''' and add the map name from the Steam Workshop description. Use semi-colons for multiple maps.<br> Example: MapName1;MapName2;MapName3 | |||
Revision as of 12:22, 29 December 2021
Mod Installation
Mods can be installed from the Steam Workshop using FTP.
Mods
- Make sure your sever is stopped.
- Using FTP, navigate to \projectzomboid\GameServerID\Server\WorldName.ini and find WorkshopItems=.
- Add the Steam Workshop ID from the Steam Workshop description. Use semi-colons for multiple mods.
Example: WorkshopItems=1234567890;1234567890;1234567890 - In the same .ini file, find Mods= and add the Mod ID Name from the Steam Workshop description. Use semi-colons for multiple mods.
Example: Mods=ModName1;ModName2;ModName3 - Save your changes and then restart your server.
Map Mods
- Make sure your sever is stopped.
- Using FTP, navigate to \projectzomboid\GameServerID\Server\WorldName.ini and find WorkshopItems=.
- Add the Steam Workshop ID from the Steam Workshop description. Use semi-colons for multiple mods.
Example: WorkshopItems=1234567890;1234567890;1234567890 - In the same .ini file, find Mods= and add the Mod ID Name from the Steam Workshop description. Use semi-colons for multiple mods.
Example: Mods=ModName1;ModName2;ModName3 - In the same .ini file, find Map= and add the map name from the Steam Workshop description. Use semi-colons for multiple maps.
Example: MapName1;MapName2;MapName3