DayZ
Expansion Map Markers PVE-PVP
Showing 21-30 of 30 entries
< 1  2  >
Update: 22 Oct, 2024 @ 12:16pm

Added **ExpansionCircleMarker.json:

- m_PvPIconX = changes X Position of the PvP Icon
- m_PvPIconY = changes Y Position of the PvP Icon
Default will be set both to 0.0 (bottem center)

No need to restart server can be reloaded also!

Sample of Positions:
Top Right:
"m_PvPIconX": 0.4399999976158142,
"m_PvPIconY": 0.9200000166893005,
Bottom Right:
"m_PvPIconX": 0.4399999976158142,
"m_PvPIconY": 0.11999999731779099,
Top Left:
"m_PvPIconX": -0.4399999976158142,
"m_PvPIconY": 0.9200000166893005,
Bottom Left:
"m_PvPIconX": -0.4399999976158142,
"m_PvPIconY": 0.12000001966953278,
Center Bottom:
"m_PvPIconX": 0.0,
"m_PvPIconY": 0.0,
Center Top:
"m_PvPIconX": 0.0,
"m_PvPIconY": 0.9500000476837158,
Center Center:
"m_PvPIconX": 0.0,
"m_PvPIconY": 0.5,

-----
- Added VanillaPlusPlus Map support also.

Changed:
- Notification chemgas modified
- Notification for only allowed weapons (If not allowed Weapon is used it will display a Notification if it is not allowed)


Update: 21 Oct, 2024 @ 6:25am

Added ExpansionCircleMarker.json:

- AllowAIToDoDamageEverywhere
- OnlyAllowAIToDoDamageIfPlayerIsPvP
- AllowDamageToAIEverywhere
- AllowDamageToAIOnlyIfPlayerHasPvPStatus
-----------

Fixed:
- fixed airdrop not update position/zone while landing
- Fixed some null pointer

-----------

Changed:
- [Itemrules] CantBeDamagedOutsidePvP protects now attachments of Main Item
- Changed some Damage Logic
- BaseClasses can now also be used at CantBeUnpinnedOutsidePvP
- "EnableDamageOnGround": 1 > if set to one for a BaseClass, it will alow Damage on Ground! But if another BaseClass uses "0" the Damage gets ignored to that BaseClass.
- Removed 800 Lines of Code
- Added some Debugs to release Version if any Issues will occur.
-----------

Update: 19 Oct, 2024 @ 6:42am

- changes to vehicle force person and other stuff

Update: 18 Oct, 2024 @ 10:19am

- fixed an issue where Expansion Weapons was needed when not using Bundle.

Update: 18 Oct, 2024 @ 3:15am

- Players no longer get forced to Thirdperson if exiting PvP Zone

Update: 17 Oct, 2024 @ 10:46am

- fixed player not getting forced firstperson when exiting zone and is countdown satte
- fixed serval name conflicts

Update: 16 Oct, 2024 @ 4:58am

- Airdrop zones no longer get removed if reloading Dynamic zones
- Chemgas Grenade will also be blocked outside pvp zones and only allowed inside pvp zones! Setting is in Expansioncirclemarker.json if thrown outside PvP ChemGas Grenade gets deleted, it is only usable inside pvp zones.
"BlockChemGasGrenadeOutsidePvP": 1,
"BlockChemGasGrenadeOutsidePvP": 0,
- Added Zone Schedule to ObjectsToCreateDynamicZones and ItemsToCreateDynamicZones for each Item or Object

Update: 13 Oct, 2024 @ 12:19pm

Update: 13 Oct, 2024 @ 10:42am

- fixed first person forcing not apply from config
- added CoT Map Support (drawing zones on admin map with label of zones names)
- added VPP Map Support (drawing zones on admin map with label of zones names)
Added support for Circle zones to have also inner circles (take a look at the image)

Update: 11 Oct, 2024 @ 12:06pm

- release