Project Zomboid Mod:
Multiplayer Three Zones PVE, PVPE, PVP



Authors

iBrRus


Description

Description

There will now be 3 zones in multiplayer:

Features

PVPE mode is enabled by default on the entire map.

A new item is available in the admin panel to create a PVP zone: “PVP Zone”.

When adding a new PVP zone, a file yourservername_pvpzone.lua is created in the folder Zomboid\Lua on the server, it is needed to restore all zones after the server is wiped. Copy this file to your server configuration folder and immediately after wipe all zones will be restored.

Also, through the file yourservername_pvpzone.lua (located near the server configuration file) you can set zones using a text editor. An example of its syntax:

ServerPvpZoneList = { \
    {title = "Zone #111", x = 11774, y = 6833, x2 = 11777, y2 = 6837}, \
    {title = "Zone #222", x = 12724, y = 6733, x2 = 12777, y2 = 5837}, \
    {title = "Zone #333", x = 14774, y = 3633, x2 = 7777, y2 = 4837}, \
}

NOTE!!! The zones from yourervername_pvpzone.lua file will only be read and added to the server if no PVP zone is manually created (via admin panel). If you want to force update list of zones from this file, you need to remove all zones from list and restart server.

If you don’t see the “PVP Zone” button in the admin panel, then you have another mod installed that isn’t done correctly. You can call the PVP zone control panel at any time via debug commands:

local pvpzone = PVPE_ISPvpZonePanel:new(50,50,600,600, getPlayer()); \
pvpzone:initialise(); \
pvpzone:addToUIManager();

Workshop ID: 2939521600
Mod ID: PVE_PVPE_PVP


Where to download?

Steam Workshop: Open page

v.1.02 (15 Mar, 2023)

Minimum version of the game: 41.78
Yandex.Disk: Download

v.1.01 (04 Mar, 2023)

Minimum version of the game: 41.78
Yandex.Disk: Download

Don't see the latest version?

Click here.