Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

ChicagoFaucet

Messing with cfgeffectarea.

Recommended Posts

I cannot, for the life of me, figure out what I'm doing wrong.  I installed the "Simple Radiation" mod onto my servers.  It comes with a cfgeffectarea.json file to have those radiation areas spawn on your server.  I wanted to make them a little bit colorful, so I swapped in some purple and blue particles and PPE.  But, they will not spawn on my servers.

Can someone look over this entry and tell me if they see any errors?  I have already sent it through a json validator, so at least the syntax is correct.

{     "AreaName": "Radiation-Krona",
            "Type": "SR_RadiationContaminatedArea_Static",
            "TriggerType": "SR_RadiationContaminatedTrigger",
            "Data": {
                "Pos": [ 1411, 0, 9239 ],
                "Radius": 100,
                "PosHeight": 10,
                "NegHeight": 10,
                "InnerRingCount": 2,
                "InnerPartDist": 15,
                "OuterRingToggle": 1,
                "OuterPartDist": 20,
                "OuterOffset": 0,
                "VerticalLayers": 0,
                "VerticalOffset": 0,
                "ParticleName": "graphics/particles/smoke_m18_purple_01"
                },
            "PlayerData": {
                "AroundPartName": "graphics/particles/smoke_m18_purple_02",
                "TinyPartName": "graphics/particles/smoke_m18_purple_03",
                "PPERequesterType": "PPERequester_GlassesSportBlue"
            }
        }

Share this post


Link to post
Share on other sites

×