DayZ
Expansion Map Markers PVE-PVP
Hiển thị 21-30 trong 30 mục
< 1  2  >
Cập nhật: 22 Thg10, 2024 @ 12:16pm
bởi Naij0

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)


Cập nhật: 21 Thg10, 2024 @ 6:25am
bởi Naij0

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.
-----------

Cập nhật: 19 Thg10, 2024 @ 6:42am
bởi Naij0

- changes to vehicle force person and other stuff

Cập nhật: 18 Thg10, 2024 @ 10:19am
bởi Naij0

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

Cập nhật: 18 Thg10, 2024 @ 3:15am
bởi Naij0

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

Cập nhật: 17 Thg10, 2024 @ 10:46am
bởi Naij0

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

Cập nhật: 16 Thg10, 2024 @ 4:58am
bởi Naij0

- 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

Cập nhật: 13 Thg10, 2024 @ 12:19pm
bởi Naij0

Cập nhật: 13 Thg10, 2024 @ 10:42am
bởi Naij0

- 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)

Cập nhật: 11 Thg10, 2024 @ 12:06pm
bởi Naij0

- release