Language & Currency

Currency

DayZ: Your game, your server

from 9.84
AUD /month
from 11.72
BGN /month
from 35.00
BRL /month
from 9.64
CAD /month
from 5.54
CHF /month
from 46.32
CNY /month
from 145.46
CZK /month
from 44.78
DKK /month
from 5.99
EUR /month
from 5.10
GBP /month
from 53.54
HKD /month
from 45.14
HRK /month
from 2,164.37
HUF /month
from 123,381.42
IDR /month
from 20.59
ILS /month
from 657.23
INR /month
from 857.77
ISK /month
from 1,108.21
JPY /month
from 10,216.60
KRW /month
from 119.55
MXN /month
from 27.86
MYR /month
from 66.35
NOK /month
from 11.78
NZD /month
from 421.47
PHP /month
from 25.99
PLN /month
from 31.44
RON /month
from 702.03
RUB /month
from 66.11
SEK /month
from 8.83
SGD /month
from 229.03
THB /month
from 321.34
TRY /month
from 6.83
USD /month
from 112.46
ZAR /month
from 43.14
date /month

Uploading Maps in DayZ

Uploading the map

  1. Stop your server. Its status must be Server not running.

  2. Connect to the Gameserver FTP using your FTP program. You can find the login details in the FTP overview by clicking FTP.

  3. Open the following folder in the Gameserver FTP:

    /mpmissions/

  4. Upload the complete map folder directly into this folder. The folder must not be placed inside an additional subfolder.

Selecting the map in Basic Mode

  1. If your server is in Basic Mode, click Map Cycle in the Game section on the left side of the web interface. You will find an input field on the right.

  2. Enter the name of your map folder.

    Example: If the folder is called dayzOffline.chernarusplus, enter dayzOffline.chernarusplus.

  3. Click + and move the map to the top of the list in the right-hand panel using drag and drop.

Selecting the map in Advanced Mode

  1. If your server is in Advanced Mode, click serverDZ.cfg in the Configuration files section on the left side of the web interface.

  2. In the text editor, scroll to the class Missions section.

  3. Enter the name of your map folder for template:

    class Missions {
        template = "dayzOffline.chernarusplus";
    };
    

    Important: The name entered must exactly match the name of the map folder. Pay attention to uppercase and lowercase letters.

Map folder naming

A DayZ map is an open folder and normally uses the following name:

<mission name>.<internal map name>

Examples of valid folder names are:

  • dayzOffline.chernarusplus
  • dayzOffline.enoch

The mission name before the dot can generally be chosen freely. What matters is the internal map name used by the DayZ engine after the dot. For Chernarus this is chernarusplus, and for Livonia it is enoch. The displayed map name may differ from this.

Example: Custom map and event missions

If you want to use your own map changes permanently, copy the complete dayzOffline.chernarusplus folder and rename it to dayzOfflineCustom.chernarusplus. Then edit the required files in this folder, for example the loot configuration in the db subfolder or event configuration files such as cfgeventspawns.xml and cfgeventgroups.xml.

Upload the dayzOfflineCustom.chernarusplus folder directly to /mpmissions/ and enter this exact name in Map Cycle or as the template in serverDZ.cfg:

class Missions {
    template = "dayzOfflineCustom.chernarusplus";
};

The server will now load your changes from this custom mission, and they will remain active after a server restart. Always edit the files in your custom mission rather than the unchanged standard mission.

The official GitHub repository by Bohemia Interactive also contains ready-made event missions. Examples include ChristmasOffline.ChernarusPlus and WalpurgisNightOffline.ChernarusPlus. Upload the complete folder of the event mission you want to use to /mpmissions/ and enter its exact folder name in Map Cycle or as the template. Pay attention to uppercase and lowercase letters.

Save and start the server

Click Save and restart your server.