Zen's Treesplosions - ZenarchistCode/ZenModPack GitHub Wiki

download

What Is This?

This mod makes explosives deadly to trees.

Grenades and M79 40mm explosives will knock down surrounding bushes and small trees, while Claymores, Plastic Explosives and Improvised Explosives will knock down large trees as well as small ones.

They don't drop any logs or sticks, they just fall over, making the explosion just a little bit more satisfying.

There is a JSON config that allows you to specify the blast radius and what trees/bushes it destroys for each explosive.

ZenTreesplosions.json Config

%server_profile/Zenarchist/ZenTreesplosions.json

        {
            "ExplosiveType": "M67Grenade", // Explosive classname
            "Radius": 10, // Explosion radius in meters
            "CutTreeSoft": 1, // Cut down soft/small trees
            "CutTreeHard": 0, // Cut down hard/large trees
            "CutBushSoft": 1, // Cut down soft/small bushes
            "CutBushHard": 1 // Cut down hard/large bushes
        }

Master Config

To disable this mod set "ZenTreesplosions": 0 in %server_profile/Zenarchist/Utilities/ZenModPackConfig.json

⚠️ **GitHub.com Fallback** ⚠️