-
Notifications
You must be signed in to change notification settings - Fork 6
Zen's Static Barbed Wire

Note: this mod is disabled by default as it can have a negative impact on server performance on servers that aren't very beefy.
This mod makes non-player placed barbed wire (ie. static barbed wire) dangerous by adding Barbed Wire damage zones to them which act like player-placed barbed wire.
If a player walks into these 'static' barbed wire objects they will be cut and their clothes will be damaged.
Check out this video to see what I mean.
There is a JSON config that allows you to specify damage zones for various game objects, including how often they damage the player.
%server_profile/Zenarchist/ZenStaticBarbedWireConfig.json
{ "ConfigVersion": "3", // Don't touch this "TurnedOn": 1, // Enable/disable this mod "DumpObjects": 0, // Dump and save positions of all static "WireTypes" listed below "WireTypes": [ { "TypeName": "misc_barbedwire", // This is the static object you want to detect "TurnedOn": 1, // This enable/disables this particular object "MinExtents": "-2.2 -1 -1", // Sets the minimum trigger area extents (in meters) "MaxExtents": "2 1 1", // Sets the maximum trigger area extents (in meters) "AmmoName": "BarbedWireHit", // Sets the ammo type (for eg. you could make electric barbed wire) "LoopInterval": 2.0, // Not really sure - delay between checking for entities to damage? "DeferDuration": 0.5, // Not really sure - set to same value as Fireplace "DamageZones": [ // List of zones to damage/cut the player "Torso", "LeftHand", "RightHand", "RightLeg", "LeftLeg", "RightFoot", "LeftFoot" ] },
Note: this mod is disabled by default as it can have a negative impact on server performance on servers that aren't very beefy.
To enable this mod set "ZenStaticBarbedWire": 1 in %server_profile/Zenarchist/Utilities/ZenModPackConfig.json
All my mods are open-source and published under the Mozilla Public License Version 2.0. Any mods based on my code must be open-source - no obfuscation!
You can modify/reupload/repack my mods if you like, but please credit any original authors/3D model/3rd-party asset creators, and keep in mind any future updates I make will not be automatically applied to repacked mods so make sure to check back from time to time for bugfixes and improvements.
If you find my mods useful, please consider buying me a coffee - it's not expected but very much appreciated: https://buymeacoffee.com/zenarchist
- General Setup Guide
- Core Mod Setup Guide
- ZenModPack Master Config
- Various Info
- Known Bugs & Issues
- Report Bug
My utility style mods for debugging etc.
Mods which affect game mechanics:
- ZenAlcohol
- ZenAllowMapBagSlot
- ZenAntiCombatLogout
- ZenAutoConvertStash
- ZenAutoStackItems
- ZenAutoWinterDetect
- ZenAutoRun
- ZenBasebuildingConfig
- ZenBatteryPASPersistence
- ZenBetterChatFont
- ZenBrokenGlasses
- ZenBuildingDescription
- ZenCarAttachments
- ZenCarBatteryIcon
- ZenCarCompass
- ZenCarGlovebox
- ZenCarsCutDownTrees
- ZenCanteenTablets
- ZenCatchRain
- ZenCauseOfDeath
- ZenChickenCoops
- ZenCraftingSounds
- ZenCraftRagHands
- ZenComboLocks
- ZenCombineJSON
- ZenDropRuinedClothing
- ZenDynamicZoneLoot
- ZenEarPlugs
- ZenFireFuel
- ZenFireWood
- ZenFireplaceStick
- ZenFishingConfig
- ZenFixCarAttachmentGUI
- ZenGraves
- ZenGroundCleaning
- ZenHideGearInCars
- ZenHints
- ZenHologram
- ZenHologramControls
- ZenImmersiveChatHUD
- ZenImmersiveLogin
- ZenInformWeaponStateBug
- ZenInventoryAnimation
- ZenKnifeGardens
- ZenLeftovers
- ZenLogPiles
- ZenMagObfuscation
- ZenMap
- ZenMicCheck
- ZenNotifications
- ZenOpenCansRock
- ZenPainting
- ZenPimpMyRide
- ZenRadioPlugin
- ZenRebuildableWells
- ZenRepairJSON
- ZenRepairPumps
- ZenRepairWells
- ZenServerGUI
- ZenShove
- ZenSplitUI
- ZenSleep
- ZenStaminaSlope
- ZenTerritories
- ZenWeaponEngrave
- ZenWoodHealth
- ZenZombieDoors
Mods which add gear to the game:
- ZenArtillery
- ZenBackwardsCaps
- ZenBookshelf
- ZenBunnyMasks
- ZenCamoCamp
- ZenCarWorkbench
- ZenChess
- ZenChristmasTreeCraft
- ZenConcussionGrenade
- ZenDoubleArmbands
- ZenFlask
- ZenFlint
- ZenGhillie
- ZenJameson
- ZenLadders
- ZenMusic
- ZenNotes
- ZenRaidAlarm
- ZenRaybans
- ZenRunes
- ZenStaticObjects
- ZenSwissKnife
- ZenTimeBomb
- ZenTireRack
- ZenTreasure
- ZenTreehouse
- ZenVikingAxe
- ZenZippoLighter
Mods which run purely server-side:
- ZenBloodDrips
- ZenCampSites
- ZenDynamicZoneLoot
- ZenLootCyclingDetection
- ZenNightConfig
- ZenPersistentTrees
- ZenShelterCargo
- ZenTreesplosions
- ZenZombieController
- ZenZombieConfig
- ZenJameson
My standalone mods