DayZ
DayZ-Expansion-Navigation
Showing 21-30 of 44 entries
< 1  2  3  4  5 >
Update: 22 Mar, 2023 @ 3:37pm

Update 1.8.1
Added:
  • Core/Navigation: Added client option to enable GPS zoom based on vehicle speed (default disabled).
  • Market: Allow selling/buying of vehicles on the P2P market.
  • Market: Added ability to specify waypoints and emote in P2P trader config.
  • Market: Added localization string IDs for P2P market.

Changed:
  • Market: Moved P2P market "P2PTrader_X.json" configuration files from "mpmissions\MISSIONNAME.MAPNAME\storage_X\expansion\p2pmarket" to "mpmissions\MISSIONNAME.MAPNAME\expansion\p2pmarket". Listing data stays in "mpmissions\MISSIONNAME.MAPNAME\storage_X\expansion\p2pmarket\P2PTrader_X_Listings".
  • Personal Storage: Moved "PersonalStorage_X.json" configuration files from "mpmissions\MISSIONNAME.MAPNAME\storage_X\expansion\personalstorage" to "mpmissions\MISSIONNAME.MAPNAME\expansion\personalstorage". Data for deposited items stays in "mpmissions\MISSIONNAME.MAPNAME\storage_X\expansion\personalstorage\PLAYERUID".

Fixed:
  • Personal Storage: Fixed RPC being sent to all players instead of just the one interacting with the storage.
  • Quests: Fixed CancelQuestOnPlayerDeath not being implemented.
  • Vehicles: Fixed Garage menu mouse focus.
  • Vehicles: Unlock ruined attachments before dropping if VehicleDropsRuinedDoors is enabled.

Known Issues:
  • AI: Will not sit in bus.
  • Vehicles: Winching does not work properly.
  • Vehicles: When you restore/uncover a vehicle while standing on it, you may fall through it.

Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 21 Mar, 2023 @ 1:18pm

Update 1.8.0
Added:
  • AI: Added invincible guards faction. You can't kill them, they can kill you. Totally unfazed by vehicles coming at them.
  • AI: Added observers and invincible oberservers factions. They will look at players but otherwise be mostly passive.
  • AI: Added formation looseness parameter to patrol settings.
  • Book: Added new parameter "ShowPlayerFaction" to book settings when the Expansion AI mod is loaded.
  • Core: The action indicator is hidden whenever an expansion menu is opened.
  • Hardline: Added rarity for quest items.
  • Hardline: Added settings to use per-faction reputation and to make player faction persistent.
  • Main: Added ExpansionGenerator_Large and ExpansionGenerator_Small (WIP).
  • Market: Added P2P (player-to-player) market system. The expansion player 2 player market system is a system that works outside and different from the Expansion market system. It allows you (the server owner) to create traders on defined positions on the map where players can sell and buy items from or too other players. Players can define there own prices for the items they sell and items that get listed for sale even take over all there conditions/attachments or cargo items.
  • NameTags: Display player/NPC faction in the name tag when the Expansion AI mod is loaded and player has a faction.
  • NameTags: Added new parameter "ShowNPCTags" to settings. Displays NPCs name if posible.
  • NameTags: Added new parameter "ShowPlayerItemInHands" to settings. Displays name of the item the currently tagged player has in hands.
  • NameTags: Added new parameter "UseRarityColorForItemInHands" to settings. Uses the Hardline item rarity color for the item name when the "ShowPlayerItemInHands" setting is also enabled.
  • Navigation: Added more color options for the player arrow on the map.
  • Personal Storage: Added personal stroage system. The expansion personal storage system is a storage system that works outside and different from the normal DayZ container/cargo system. It allows you (the server owner) to create storages on defined positions on the map where players can deposit and retrieve items that can only be seen by the owned player. Depostited items can only be retrieved at the same storage where they have been deposited unless the certain storage is a global storage.
  • Quests: Added support for multiple action executions in one quest action objective.
  • Quests: Added support for multiple crafting executions in one quest crafting objective.
  • Quests: Added target objective configuration parameter "CountAIPlayers" when the Expansion AI Mod is loaded to control if player AI is counted towards the quest objective when a player classname is used as target in the objective configuration.
  • Quests: Added configuration parameter "AddItemsToNearbyMarketZone" to Collection and Delivery objective configurations to control if the collected/delivered items get added to a nearby market zone when a quest with such objectives is completed and the player that turns in the quest is within said market zone.
  • Quests: Added configuration parameters "TriggerOnEnter" and "TriggerOnExit" to travel objective event configurations to define the triggers called for the event. Example: If the configuration parameter "TriggerOnEnter" is enabled and "TriggerOnExit" is disabled, the objective can only change its state to completed when a quest player reaches the objective location but will never trigger as incomplete again when the player leaves the trigger area (defined by the "MaxDistance" config parameter).
  • Quests: Added new quest configuration parameter "RequiredFaction". If the parameter contains a valid faction name from the Expansion AI mod, the quest can only be accepted when the player is member of that given faction.
  • Quests: Added new quest configuration parameter "FactionReward". If the parameter contains a valid faction name from the Expansion AI mod, the quest can only be accepted when the player is not a member of that given faction already and will join the given faction on quest completion.
  • Quests: Added new quest configuration parameter "PlayerNeedQuestItems". Controls if the quest will be canceled if the quest players are missing one of the quest items on relog/reconnect.
  • Quests: Added new quest configuration parameter "DeleteQuestItems". Controls if the quest items will be deleted when the quest is completed or not. They still always get deleted when the quest is canceled.
  • Quests: Quest items are shown in the quest menu when the quest has one.
  • Quests: Crafting objective items are shown in the quest menu if the quest has a crafting objective.
  • Quests: Added new collection objective configuration "NeedAnyCollection". Determines whether the player must collect all or only one of the configured items in order for the objective to be completed. Player will need to select the items he wants to use before he can turn in the quest.
  • Quests: Added new quest objective configuration parameter "InfectedDeletionRadius" to AI camp objecive configurations. Controls the radius in with infected get deleted from the first AI position. Set it to 0 to disable the cleanup.
  • Quests: Added new quest objective configuration parameter "ContainerName" to Treasure Hunt objecive configurations. Controls the object used for the container the quest players need to find. Need to inherit from "ExpansionQuestContainerBase".
  • Quests: Added new quest objective configuration parameter "DigInStash" to Treasure Hunt objecive configurations. Controls if the spawned container is put into an underground stash so the player needs to dig it out or not.
  • Quests: Added new quest objective configuration parameter "MarkerName" to Treasure Hunt objecive configurations. Creates a map/world marker on the objective position with the container depending on if a marker name is given or not.
  • Quests: Added new quest objective configuration parameter "MarkerVisibility" to Treasure Hunt objecive configurations. Controls the map/world marker visibility (2 - visible in world | 4 - visible on map | 6 - visible on map and in world).
  • Quests: Added new quest objective configuration parameter "MaxDistance" to Treasure Hunt objecive configurations. Controls the range within the player need to be to trigger the spawn of the stash.
  • Quests: Added new quest reward configuration parameter "QuestID". Spawns the reward item as a quest-giver item that can turn out the quest with the given ID. Set to -1 for normal reward item.

Changed:
  • AI: Is now included in Bundle.
  • AI: Guards won't aggro until players point their weapon at them, start melee in the guard's direction, hit another player, unpin a grenade, or place explosives/traps in the area. If a player hits another player within 150 m of the guard, it won't deaggro until some time has passed (e.g. 20 seconds if within 130 m, 2 minutes if within 30 m).
  • AI: Made it less likely that guards will hit innocent players that are between them and their target.
  • AI: AI will now toggle their flashlights and/or NVGs at night.
  • AI: AI will now treat handcuffed players as low threats.
  • AI: Reduced rate of turning and head/aiming acceleration to make movements look more natural.
  • AI: Only start shooting after facing target.
  • AI: Improved player and Infected targeting to better take current body posture into account.
  • AI: Ignore non PlayerBase NPCs.
  • Animations: Is no longer included in Bundle.
  • Main: "BuildingIvys" in general settings can be set to 2 to enable ivies on all buildings on the map, not just predefined areas.
  • Main: Moved expansion props to the Map-Assets mod.
  • Map-Assets: Changed some `bldr` objects to scope 1.
  • Market: Category names in trader files and trader filenames in *.map files are now case insensitive.
  • Quests: Overhaul of the whole quest system.
  • Quests: Changed quest actions event l

Update: 4 Mar, 2023 @ 8:51am

Update 1.7.37
Added:
  • AI: Will now actively try to avoid being run over by vehicles (stepping out of the way/opening fire).
  • Core: Added server update rate limit as debug option.
  • Groups: Added client setting to show/hide party member HUD.
  • Navigation: Added client setting to change color of player arrow on map.

Changed:
  • AI: Drop item in hands when it gets ruined.
  • AI: Consider player an enemy if targeted.
  • AI: Decreased minimum deaggro range to 500 m.
  • AI: Break out of melee if current target threat falls below threshold.
  • AI: Limit item threat level if the path is blocked.
  • BaseBuilding: DismantleInsideTerritory 1 will also enable packing/folding in enemy territory.
  • BaseBuilding: DeployableInsideAEnemyTerritory will also determine which item(s) you are able to build/pack/fold in an enemy territory.
  • Missions: Create server marker at container spawn X/Z instead of where it lands (may not necessarily be the same due to wind drift etc).
  • Missions: Airdrop containers knock over trees while falling.
  • Vehicles: Tweaked sinking values to be more forgiving.
  • Vehicles: Don't apply jump out damage if not allowed (i.e. admin tool godmode etc).
  • Vehicles: Changed Vodnik to use vanilla HMMWV engine sounds.

Fixed:
  • AI: Fixed rapid switching between melee weapon and empty hands if trying to pick up a gun which is more than 1.5 m away.
  • BaseBuilding: Fixed top wall snapping being slightly offset.
  • Hardline: Fixed COT player manager reputation widget only showing correct values for players in the same network bubble.
  • Market: Always truncate sell price instead of rounding. Fixes cumulative price for stacked items that are sold as single items (e.g. Tetracycline) sometimes not matching price of selling individual stacks with just one item due to rounding.

Known Issues:
  • AI: Will not sit in bus.
  • Vehicles: Winching does not work properly.
  • Vehicles: When you restore/uncover a vehicle while standing on it, you may fall through it.

Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 11 Feb, 2023 @ 9:27am

Update 1.7.30
Added:
  • Hardline: Added ability to edit reputation in COT player manager.

Changed:
  • Core: Cap marker draw rate at 200 fps instead of 40.
  • Navigation/Main: Allow autorun while map open.

Fixed:
  • Core: Fixed controls not being properly unlocked when leaving some custom menus.
  • Hardline: Fixed reputation being reset on death.
  • Vehicles: Fixed UH1H skin misalignment in some places.

Known Issues:
  • AI: Will not sit in bus.
  • Vehicles: Winching does not work properly.
  • Vehicles: When you restore/uncover a vehicle while standing on it, you may fall through it.

Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 26 Jan, 2023 @ 1:31pm

Update 1.7.28
Added:
  • All mods: DayZ 1.20 compatibility.

Changed:
  • Vehicles: Disabled engine damage if vehicle damage is off.
  • Vehicles: Extended attachment reachable range for helicopters.

Fixed:
  • Core: Fixed a NULL pointer in restrain/unrestrain actions when pointing at NPC.
  • Quests: Fixed quest reward HP. HealthPercent has been renamed to DamagePercent (100 = ruined).
  • Quests: Fixed a few NULL pointers.
  • Vehicles: Prevent collision between vehicle wheels and player when getting in.

Known Issues:
  • AI: Will not sit in bus.
  • Vehicles: Winching does not work properly.
  • Vehicles: When you restore/uncover a vehicle while standing on it, you may fall through it.

Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 17 Nov, 2022 @ 1:47pm

Update 1.7.22
Added:
  • Vehicles: Added CanCoverWithCargo and EnableAutoCoveringDEVehicles options.

Changed:
  • BaseBuilding: Virtual storage: 3rd party modded items that support the Expansion codelock will now automatically store/restore contents when locked/unlocked.
  • BaseBuilding: Only hide tent cargo if locked, not if just closed.
  • Core: Entity storage: Save/restore slot locked state.
  • Vehicles: Automatically shift towed vehicle gear to neutral.
  • Vehicles: Only auto-cover vehicles if no players within bounding radius.
  • Vehicles: Correctly transfer collision damage to helicopter battery and igniter plug.

Fixed:
  • AI: Fixed global patrol accuracy, threat distance limit and damage multiplier options being ignored.
  • BaseBuilding: Fixed tent cargo staying hidden if entrance gets destroyed while closed.
  • Navigation: Fixed GPS map widget not ignoring mouse cursor.

Known Issues:
  • Vehicles: Winching does not work properly.
  • Vehicles: When you restore/uncover a boat while standing on it, you will fall through it.
  • Vehicles: Crouching/changing stance on a vehicle with player attachment while attached will cause desync, requiring a relog.

Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 26 Oct, 2022 @ 4:52pm

Update 1.7.18
Added:
  • BaseBuilding: Added packing action to the parking meter. All items attached and all vehicles stored at the parking meter will be dropped/retrieved when the parking meter is packed.
  • Quests: Collection objectives now have a marker which guides the quest players to the next NPC where they can take-in the quest.
  • Quests: Added max range value and distance display configuration parameters for collection objectives.
  • Quests: Quest items defined in the quest configuration now get created for all group players when they join a quest player's group, and cleaned up when they leave.
  • Quests: Quest and quest-objective items get cleaned up from players when they have no related active quest for this item.
  • Quests: Quest and quest-objective items get cleaned up from the world if dropped by players.
  • Quests: Added display of current holding count for delivery items in the quest HUD.
  • Quests: Added display of distance range to the delivery point for collection items in the quest HUD when enabled in the objective configuration.
  • Quests: Quests get cancelled after they being continued if the quest players have dropped the required quest items.
  • Vehicles: Made CFTools cover icons configurable.
  • Weapons: Added full sVisual 2.0 support to Expansion guns.

Changed:
  • AI: Reverted back to cloning item to hands instead of taking to potentially fix 1.19 animation glitch.
  • AI: Enable underground placement of patrols.
  • BaseBuilding: The parking meter can be used outside of territories now.
  • BaseBuilding: Increased parking meter hit-points from 200 to 10000.
  • BaseBuilding: Parking meter texture changes now depending on damage state.
  • BaseBuilding: If the parking meter is destroyed all items attached and all vehicles stored at the parking meter will be dropped/retrieved. Vehicles and their attachments will be ruined.
  • BaseBuilding: Circuit boards textures change now depending on damage state.
  • BaseBuilding: Parking meter will not use and recharge battery energy in sunshine or during EVR storms.
  • Core: Changed entity storage to save inventory items per type (if already saved, need to manually open/close containers or uncover/cover vehicles once to update to the new system).
  • Hardline: Removed automatic attachment of hero/bandit armbands.
  • Main: Made hero/bandit armbands removable again.
  • Quests: Delivery objectives no longer need a position configuration that points to the position where the NPC to take-in the quest should be. Instead the system will guide the quest players to the next nearby quest NPC where they can take-in the quest.
  • Vehicles: Added error notification for failed restore from entity storage.
  • Vehicles: Tweaked Vodnik tyres.
  • Vehicles: Changed igniter plug 3D model.
  • Vehicles: Tweaked UH1H cover.

Fixed:
  • AI: Fixed unlootable AI making player items they pick up unlootable as well.
  • BaseBuilding: Fixed incorrect item behaviour for the parking meter kit.
  • Book: Fixed an issue where the players control inputs got completely blocked when deleting a group.
  • Core: Fixed some of the default loadouts trying to spawn items as attachments that are not attachments or not attachable to the chosen slots.
  • Garage: Added a few missing checks when garage is disabled.
  • Garage: Fixed territory check when retrieving vehicles.
  • General: Fixed memory leak on client when exiting the game, leading to silent CTD.
  • Market: Fixed trying to initialise and send currencies even if market and ATM systems are both disabled.
  • Market: Fixed an issue where the market menu could be closed when a different dialogue within it was still visible.
  • Quests: Fixed and issue when ever the quest was a group quest, players that did not hold a objective item could still take-in a quest that required an objective item.
  • Quests: Fixed an issue with quest delivery items not getting added or cleaned up correctly in certain scenarios.
  • Quests: Fixed an issue where group quests could not be continued after reconnecting/server restarts.
  • Quests: Fixed an issue with quests states not switching accordingly.
  • Quests: Fixed an issue with quests states not resetting for daily/weekly quests when completed.
  • Vehicles: Fixed incomplete entity not being deleted on failed restore.
  • Vehicles: Fixed Landrover not taking camonet attachment and spare wheel only being removable while trunk is closed.

Known Issues:
  • Vehicles: Winching does not work properly.
  • Vehicles: When you restore/uncover a boat while standing on it, you will fall through it.
  • Vehicles: Crouching/changing stance on a vehicle with player attachment while attached will cause desync, requiring a relog.

Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 18 Oct, 2022 @ 7:58am

Update 1.7.17
Added:
  • Basebuilding: Added ExpansionParkingMeter which can be used as virtual garage access point and to upgrade it.
  • Basebuilding: Added ExpansionParkingMeterKit which can be used to deploy the ExpansionParkingMeter.
  • Basebuilding: Added ExpansionCircuitBoard_MK1 - ExpansionCircuitBoard_MK3 which can be used to upgrade the ExpansionParkingMeter.
  • BaseBuilding: Added virtual storage option. When enabled, it's automatic on open/close for containers using the Expansion system (e.g. Expansion safes), manual for all others.
  • Basebuilding: Added Italian flag.
  • Hardline: Hero & Bandit players will now get the affiliated armband attached to their character if the humanity system is being used.
  • Main: Added general setting (EnableEarPlugs) to enable/disable the ear plugs system for all clients.
  • Main: Added general setting (InGameMenuLogoPath) to set the image path of the logo that is displayed in the in-game menu.
  • Navigation: Added new map menu legend that displays all kinds of navigation information depending on the navigation items the player has in his inventory.
  • Navigation: The GPS HUD should be able to support every map now and should display the players position correcty on the mini-map.
  • Navigation: Added new setting "ShowPartyMemberMapMarkers" to disable/enable group member map markers.
  • Quests: Added objective configuration for AI VIP & Delivery objectives to controll if the target distance is displayed in the Quest HUD.
  • Vehicles: The UH1H back doors are now functional, because of this change the refuel interaction point has been moved to the right side of the heli.
  • Vehicles: Added virtual garage and covers.

Changed:
  • Core: Hide server info section in the In-Game Menu when the Expansion Streamer mode setting is enabled.
  • Hardline: The humanity indicator values should not get cut-off anymore.
  • Main: The expansion main menu is now using the default vanilla layout for easier and cleaner modifications.
  • Map Assets: Adjusted candle light brightness, color and light radius.
  • Quests: Quests can now have multiple quest NPCs to accept or take in a quest.
  • Quests: AI camps and patrols spawned by quest objectives get cleaned up now when there is no other instances of the same objective active.
  • Vehicles: Merlin and UH1H flying models have been tweaked.

Fixed:
  • AI: Implemented workaround for hand animation state that caused floating of the entity in the AIs hands.
  • BaseBuidling: Fixed an issue where players could still create a territory in the flag menu even when territories where disabled in the territory settings or the flag mode in the basebuilding settings was set to disabled.
  • Hardline: Humanity should change correctly now when killing an entity or on player death.
  • Hardline: Fixed display of humanity value on WRDG Dog-Tags.
  • Market: Setting MarketSystemEnabled to 0 now disables market completely.
  • Main: Fixed textures for ExpansionArmbandBandit & ExpansionArmbandHero.
  • Missions: Fixed use of wrong base configuration class for flare gun ammo.
  • Quests: Fixed an issue with the humanity quest reward where the quest players received always a positive amount even when the reward value was negative.
  • Quests: Fixed an issue with target objective events where the quest progress could get effected by AI.
  • Quests: Fixed an issue with target objective events where the quest progress could get effected when entities got deleted.
  • Quests: Fixed an issue where the achievement quest player dataset get cleaned up when the quest got completed.
  • Vehicles: Fixed interaction with Land Rover storage attachments.
  • Vehicles: Fixed UAZ driving wheel animations.

Known Issues:
  • Navigation: GPS HUD player arrow only has correct position under DayZ 1.19.
  • Vehicles: Ground vehicle physics are still placeholder until BI releases full documentation on the simulation module changes.
  • Vehicles: Winching does not work properly.
  • Vehicles: When you restore/uncover a boat while standing on it, you will fall through it.

Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 23 Sep, 2022 @ 12:01pm

Update 1.7.14
Added:
  • AI: Weather will affect ability to detect players.
  • AI: At night, if AI don't have NVG or NV optics, players will only be detected in a 100 m radius.
  • AI: When loosing line of sight, AI will go to last known player position and search around the area until threat level decays.
  • Core: Added a few new icons.
  • Groups: Added log messages when a player joins/leaves a group if enabled.
  • Market: Prevent selling of vehicles that have any passengers.
  • Missions: Added airdrop flare ammunition.
  • Navigation: Added server setting "CompassBadgesColor" in MapSettings.json to define the color on the compass HUD badges.
  • Quests: Display configured attachments on quest reward items in quest menu/log.

Changed:
  • AI: Give jumping/climbing a higher cost so pathfinding may find a way around obstacles that can only be jumped by Zs.
  • AI: Require line of sight for entering pursuing/fighting state.
  • AI: Increased likelihood of AI shooting through openings like windows.
  • AI: Gasmask filters do not deplete if worn by AI.
  • BaseBuilding: Allow shorter codes than maximum code length set in settings.
  • Book: Player status tab no longer depends on Groups or main Expansion mod.
  • Missions: Reduced default player called airdrop speed to 126 km/h.
  • Missions: Airdrop planes will not anymore spawn from the closest side of the map to the drop location.
  • Missions: Changed the behaviour handling MinMissions and MaxMissions to slowly reach MaxMissions instead of spawning all of them at once.
  • Quests: Skip quest configuration (JSON) files that cannot be parsed on load completely.
  • Vehicles: Prevent players from getting in a vehicle if it is winched.

Fixed:
  • AI: Namalsk: Added a workaround for AI not shooting players unless crouched due to Namalsk LEHS slot proxy messing with player geometry.
  • AI: Fixed guards not being able to decide which direction to turn when standing still with player nearby.
  • AI: (Visual) Fixed rapid eye blinking while turning when standing still.
  • AI: (Visual) Fixed head movement in relation to aiming.
  • AI: Fixed patrol not continuing waypoint traversal if leader killed unless other threats near or leader body despawns.
  • AI: Fixed patrol going back to first waypoint if leader killed.
  • BaseBuilding: Restored hologram raycast to correctly working vanilla 1.15 state (fixes objects placed on floors/ramps being angled if the terrain beneath is not flat).
  • Main: Fixed night vision battery indicator if having NVG on helmet and wearing any eye gear.
  • Market: Use "can sell" check for money items as well (should fix possibility of dogtag being removed from player slot if used as currency).
  • Market/Vehicles: Added workaround for vehicle inventory not being initialized on client if not close to vehicle (vanilla issue).


Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki

Update: 6 Sep, 2022 @ 8:05am

Update 1.7.11
Added:
  • Hardline: Added a new HUD indicator that shows humanity changes.
  • Hardline: Show players hardline humanity value on DogTags if humanity is enabled.
  • Book: Show hardline humanity value on player stats tab if humanity is enabled.
  • Market: Show hardline item rarity in market menu tooltips.
  • Quests: Added an option to exclude specific entity types from target objectives.
  • Vehicles: Added damaged engine startup chance percentage setting.
  • Vehicles: Added roadkill damage multiplier setting.

Changed:
  • AI: Made respawn time configurable for object patrols.
  • BaseBuilding: Hologram lifetime is now same as that of the kit.
  • Chat: Removed word breaks.
  • Hardline: Removed all client notifications for humanity changes.
  • Market: Skip market files that cannot be parsed completely.
  • Market: Removed encoded sell price from default market files (only used internally).
  • Market: Exchange is now a property of the category.
  • Navigation: Toggling 3D markers now restores previous marker state.
  • Quests: Added an exception for quest objectives initialization when ever a quest has a treasure hunt and collection objective.
  • Vehicles: Log vehicle ID.

Fixed:
  • Core: Prevent player item damage in safezone.
  • Core: Prevent crew damage in safezone.
  • BaseBuilding, Missions: Added a workaround for vanilla not properly updating vicinity inventory of Expansion safes and airdrop containers.
  • BaseBuilding: Fixed missing textures of the Boltcutters, Propane Torch and Toolbox when MapAssets mod was not present.
  • Market: Fixed splittable edibles selling as individual items instead of whole stacks.
  • Market: Fixed grey Derringer being listed as attachment to black Derringer in default market files.
  • Market: Fixed a few cases where button labels could get cut off in market and ATM menus.
  • Market: Fixed a few untranslated strings in market menu.
  • Market: Worked around a few issues with specific 3rd party guns in attachment customizer.
  • Main: Fixed battery energy indicator for night vision optics.
  • Navigation: Fixed toggling 3D markers not updating toggle button state in map menu.
  • Quests: Fixed compile error if Book mod not loaded.
  • Quests: Fixed delivery objectives staying completed after a relog or server restart regardless if the player removed the item to deliver from their inventory.
  • Quests: Fixed an issue where some quest objectives were not updated correctly or got a wrong objective state when a quest got reinitialized.
  • Quests: Fixed an issue where group quests never could be completed when they got reinitialized.
  • Quests: Fixed an issue with Hardline humanity not updating for the client when receiving it from a quest as a reward.
  • Quests: Fixed an issue with the humanity reward not getting displayed in the quest menu or quest log and the quest configuration has no normal reward configured.
  • Quests: Fixed an issue with the humanity reward not getting added to the player when turning in a completed quest and the quest configuration has no normal reward configured.
  • Quests: Fixed an issue where delivery items got duplicated on quest reinitalisation whenever the client connection was lost due to server shutdown.
  • Vehicles: Fixed landrover being able to receive spare wheel while trunk is open.
  • Vehicles: Fixed engine sound playing before start sound.


Notes:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2834392060
  • The original mod was deleted from the workshop without any warnings and reasons from steam.
  • Server Hosters: You don't need to update your server settings manually! The server should convert old settings files automatically.
  • If you encounter problems with the marker system make sure you wipe the marker.bin file in your servers ExpansionMod profile directory!
  • If you encounter any problems with the market system please make sure to wipe your local DayZ "ExpansionMod" profile directory!

Links:
You can find the full experimental Bundle for testing on the Steam Workshop: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2540095036
You can download the Expansion missions at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases/tag/1.5.1275
Documentations for Expansion is available at:
https://github.com/salutesh/DayZ-Expansion-Scripts/wiki
Documentations for all the changes to the server settings is available at:
https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/wiki