DayZ
Expansion Map Markers PVE-PVP
Näytetään 21–30 / 30
< 1  2  >
Päivitys: 22.10.2024 klo 12.16
tekijältä 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)


Päivitys: 21.10.2024 klo 6.25
tekijältä 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.
-----------

Päivitys: 19.10.2024 klo 6.42
tekijältä Naij0

- changes to vehicle force person and other stuff

Päivitys: 18.10.2024 klo 10.19
tekijältä Naij0

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

Päivitys: 18.10.2024 klo 3.15
tekijältä Naij0

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

Päivitys: 17.10.2024 klo 10.46
tekijältä Naij0

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

Päivitys: 16.10.2024 klo 4.58
tekijältä 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

Päivitys: 13.10.2024 klo 12.19
tekijältä Naij0

Päivitys: 13.10.2024 klo 10.42
tekijältä 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)

Päivitys: 11.10.2024 klo 12.06
tekijältä Naij0

- release