[Server Hosting] Updating your mapping to the new method - salutesh/DayZ-Expansion-Scripts GitHub Wiki

custom mapping

Converting to the new format

You will need the software Visual Studio Code (also possible with Notepad++)

Once downloaded, create a empty file and paste all your SpawnObject lines inside it.

(you can also use this software made by Def or use the "DayZ Editor" from the workshop)

SpawnObject list

Then press CTRL + H and write the following as shown in the picture (make sure to click on the small asterisk on the right or press ALT +R):

SpawnObject\( "(.*)", "(.*)", "(.*)" \);

$1|$2|$3

Convert example

Click replace (or CTRL + ALT + ENTER) everything and Tada your mapping now follow the correct format !

After converting

Where to save ?

Now you want to save your file in your mission \Expansion.MyWorldName\expansion\objects\ and save your mapping in .map format as shown in this picture.

mapping directory

How to enable it ?

It's enough for the files to be present in the folder.