Map Markers

HighlanderOne

New Member
Hi people. Anyone here know how to add map markers/zones to a dayz sa server? I have the traders mod installed though they are not marked on the map. I am also running VPPPlusPlusMap.
 
edit: just saw this thread was a month old :cool:

Open VPPMapConfig.json in your serverprofiles folder to configure/add map markers.

Here is the ones for the default trader locations

JSON:
        {
            "M_MARKER_NAME": "Tradercity Green Mountain",
            "M_ICON_PATH": "VanillaPPMap\\GUI\\Textures\\CustomMapIcons\\waypointeditor_CA.paa",
            "M_COLOR": [
                255,
                255,
                255
            ],
            "M_POSITION": [
                3710,
                0,
                6000
            ],
            "M_ISACTIVE": 1,
            "M_IS_3D_ACTIVE": 1
        },
        {
            "M_MARKER_NAME": "Tradercity Kumyrna",
            "M_ICON_PATH": "VanillaPPMap\\GUI\\Textures\\CustomMapIcons\\waypointeditor_CA.paa",
            "M_COLOR": [
                255,
                255,
                255
            ],
            "M_POSITION": [
                8350,
                0,
                5991
            ],
            "M_ISACTIVE": 1,
            "M_IS_3D_ACTIVE": 1
        }

M_COLOR values are R, G, B
You can try to double check that your markers have M_ISACTIVE set to 1
 
Last edited:
Hi, so would the file then look like this?

462eeddbe30427101af4a332a7a60d50.png
 
Back
Top