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

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)

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

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

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.

How to enable it ?
It's enough for the files to be present in the folder.