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