DayZ
Expansion Map Markers PVE-PVP
30개 중 21~30개 표시 중
< 1  2  >
업데이트: 2024년 10월 22일 오후 12시 16분
작성자: 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)


업데이트: 2024년 10월 21일 오전 6시 25분
작성자: 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.
-----------

업데이트: 2024년 10월 19일 오전 6시 42분
작성자: Naij0

- changes to vehicle force person and other stuff

업데이트: 2024년 10월 18일 오전 10시 19분
작성자: Naij0

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

업데이트: 2024년 10월 18일 오전 3시 15분
작성자: Naij0

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

업데이트: 2024년 10월 17일 오전 10시 46분
작성자: Naij0

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

업데이트: 2024년 10월 16일 오전 4시 58분
작성자: 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

업데이트: 2024년 10월 13일 오후 12시 19분
작성자: Naij0

업데이트: 2024년 10월 13일 오전 10시 42분
작성자: 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)

업데이트: 2024년 10월 11일 오후 12시 06분
작성자: Naij0

- release