DayZ
DayZ-Expansion-Market
Showing 21-30 of 91 entries
< 1  2  3  4  5 ... 10 >
Update: Jan 13, 2024 @ 10:49am

Update 1.8.38


Fixed:
  • P2P Market: Work around vanilla bug T178377 (string:replace segfault)

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Jan 12, 2024 @ 11:49am

Update 1.8.37
Added:
  • AI: Added `DamageReceivedMultiplier` to AI and patrol settings.
  • BaseBuilding: If admin tools (COT or VPP) are toggled on, show "[ADMIN]" prefix in front of actions that are influenced by admin permissions.
  • Book: Added new setting `EnableCraftingRecipesTab` to book settings.
  • Core: Added back workaround for vanilla issue T176038 (unlootable hand item if dying while prone) as it also seems to improve T175110 (INT_DIVIDE_BY_ZERO segfault) which appears to be not fully fixed in DayZ 1.23.
  • Core: Added workaround for vanilla issue T178279 (EffectSounds can't be destroyed if they fade out).
  • Market: Added HypeTrain support.
  • Market: Added `DisplayCurrencyValue` and `DisplayCurrencyName` settings to trader JSON configuration. The former takes an integer that defines the value of the currency that prices should be shown in, the latter takes a short name of that currency. Example: You define market prices in silver nuggets (currency value of 1), but want to show prices in gold nuggets (with 1 gold nugget equaling the value of 100 silver nuggets) in the market menu. So you set 100 as `DisplayCurrencyValue` and `DisplayCurrencyName` to "Gold".
  • Quests: Added new Boolean parameter `Active` to quest, objective and NPC configuration files. Can be used to enable/disable the file from being loaded by the quest system.
  • Quests: Added new Boolean parameter `SuppressQuestLogOnCompetion` to quest configuration files. Can be used to enable/disable the automatic display of the quest log on quest completion when the quest has a follow-up quest with no quest-giver ID.
  • Quests: Quest target, AI camp and AI patrol objective configurations and events got a small refactor and now allow for some more detailed configuration options.
  • Quests: Added new parameter Array<string> `AllowedDamageZones` to target, AI camp and AI patrol objective configuration files. Allows to set hit zones the quest players need to hit to count a target elimination for the certain quest objective. If the array is empty the check is disabled.
  • Quests: Added new parameter Array<string> `ClassNames` to AI camp and AI patrol objective configuration files. Allows to set a list of eAI entity class names that will be used to create the certain objective AI units. If the array is empty the class name is selected randomly from an array with all valid eAI entity types.
  • Quests: Added new parameter Float `MaxDistance` to target, AI camp and AI patrol objective configuration files. Allows to set a maximum distance the quest player can have to an objective target to count the target elimination for the certain quest objective. If the value is below 0 the check is disabled.
  • Quests: Added new parameter Float `MinDistance` to target, AI camp and AI patrol objective configuration files. Allows to set a minimum distance the quest player must have to an objective target to count the target elimination for the certain quest objective. If the value is below 0 the check is disabled.
  • Market & P2PMarket: Added `DisplayCurrencyValue` and `DisplayCurrencyName` settings to trader JSON configuration. The former takes an integer that defines the value of the currency that prices should be shown in, the latter takes a short name of that currency. Example: You define market prices in silver nuggets (currency value of 1), but want to show prices in gold nuggets (with 1 gold nugget equaling the value of 100 silver nuggets) in the market menu. So you set 100 as `DisplayCurrencyValue` and `DisplayCurrencyName` to "Gold".
  • P2PMarket: Support specifying currencies per trader.

Changed:
  • AI: Ignore noise source if it's a player that AI has line of sight to.
  • AI: Ignore any unreachable waypoint directly below current AI position.
  • AI: Patrol spawns now use spherical triggers.
  • AI: Wake up from unconscious to prone state instead of standing up directly.
  • BaseBuilding: Disallow taking flag in enemy territory if dismantling is restricted in settings.
  • Market & P2PMarket: Currency display and price display is now localized (decimal & thousands separators).
  • Market & P2PMarket: Re-use existing temporary storage container (if in vicinity).
  • Quests: When canceling a quest without quest-giver, it can be accepted again in the quest log menu as long as the preconditions are still met.
  • Quests: AI kills count towards target objective completion just like players (if in range specified by `MinDistance` and `MaxDistance`).
  • Vehicles: Much smoother heli rotors animation.

Fixed:
  • AI: Fixed suppressors having the opposite effect on AI hearing.
  • BaseBuilding: Fixed garden plot action condition returning wrong value if territories are disabled.
  • Core: Never load settings defaults on MP client.
  • Core: Properly exclude items with `isMeleeWeapon=0` in config.cpp from melee weapons.
  • Hardline: Fixed `MaxReputation` only working if Expansion Main is loaded.
  • Hardline: Fixed default rarity not being sent to client.
  • Hardline: Fixed race condition leading to rarity widget in tooltip sometimes not being created.
  • P2PMarket: Fixed owner discount not working due to missing cast to float.
  • Quests: Added workaround for vanilla netsync issues with items spawned in cargo of other items affecting treasure hunt objectives.
  • Vehicles: Fixed tree fell sound not playing on collision if not driver.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Dec 20, 2023 @ 12:39pm

Update 1.8.36
Added:
  • AI: Added new faction Yeet Brigade (melee guards with a VERY strong punch and unlimited stamina).
  • AI: Added noise investigation distance limit to AI and patrol settings.
  • BaseBuilding: Added AuthenticateCodeLockIfTerritoryMember to territory settings (members of territories don't have to enter code on codelocks in their territory).
  • BaseBuilding: Added support for HypeTrain.
  • Core: Added fix for missing vanilla car engine "failed start" sounds (T177537).
  • Core: Added CreateInInventoryEx to circumvent vanilla issues with FindFirstFreeLocationForNewEntity.
  • Market: Added item sorting options (name/price, ascending/descending) to market menu.
  • Vehicles: Added turbine start sounds for all helicopters.

Changed:
  • AI: If one member in an AI group gets hit, all members get notified of the attacker.
  • AI: Improved door handling.
  • BaseBuilding: Renamed TerritoryAuthenticationRadius in territory settings to TerritoryInviteAcceptRadius.
  • Hardline: Insert rarity info into vanilla tooltip instead of overriding it completely.
  • Vehicles: Using A2 sounds for MH6 engine + rotors, changed Merlin engine sounds, changed Gyrocopter sounds.

Fixed:
  • AI: Fixed lean not resetting when returning to move cmd.
  • BaseBuilding: Fixed build zones being ignored if territories are disabled.
  • Core: Fixed vanilla DigOutStashLambda breaking netsync of stashed entity.
  • Market: Fixed Hardline item rarity over Exotic not being displayed correctly in item tooltips.
  • Quests: Fixed not being able to set no marker for travel objectives.
  • Vehicles: Don't drop fake wheels when exploding.
  • Vehicles: Fixed overriding existing owner if vehicle has no keychain slot.
  • Vehicles: Fixed 1st person camera when on HypeTrain.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Nov 25, 2023 @ 4:43am

Update 1.8.34
Added:
  • Vehicles: Enabled showing owner name if modded vehicle has no keychain slot. Note that if the vehicle has an existing key, it must be unpaired and then paired again once for the change to take effect.

Changed:
  • AI: Increased default accuracy in AISettings.json.
  • BaseBuilding, Core, Groups, Market, Quests: Don't unnecessarily resend settings on respawn.

Fixed:
  • AI: Fixed attacking members of friendly factions.
  • Core: Fixed padding of 2nd half of plainID.
  • Missions: Fixed exploit being able to call multiple airdrops with single supply smoke grenade by unpinning and relogging.
  • Vehicles: Fixed keychain not being transferred back to vehicle when uncovering. Note that if the vehicle has an existing key, it must be unpaired and then paired again once for the change to take effect.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Nov 23, 2023 @ 9:30am

Update 1.8.33
Added:
  • Core: Extended optional workaround for T176819 (items getting teleported up/down and/or placed at weird angles when dropped on other items) to crafted items.

Changed:
  • Core: Optimized vanilla SyncPlayerList to not be sent on respawn and send around 70% less data.

Fixed:
  • AI: Fixed damage hit animation missing since 1.22.
  • AI: Fixed not swapping to gun on ground from item in hand.
  • AI: Fixed AI followers of party members attacking other party members without aggro.
  • BaseBuilding: Virtual Container Storage: Fixed orphaned files not getting deleted when container is deleted.
  • Core: Fixed player joined message not being shown for new players.
  • Market: Fixed client CTD if server is shut down while client is in market menu.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Nov 16, 2023 @ 10:31am

Update 1.8.32
Added:
  • AI: Factions can now have modifiers (e.g. Kuru). Added new "Infected" faction to showcase the effects.
  • AI: Added CanRecruitFriendly setting.
  • AI: Added PreventClimb setting (list of excluded classnames).
  • Core: Added optional workarounds for vanilla issues T176038 (unlootable hand item if dying while prone) and T176819 (items getting teleported up/down and/or placed at weird angles when dropped on other items). Both can be enabled in DebugSettings.json via EnableProneDeathHandItemDropFix and EnableItemDropPlacementFix (note that some items may float when dropped on other items).
  • Vehicles: Added option to show vehicle owner to settings. Vehicle owners are stored on a keychain which is automatically created when pairing a key. Existing paired keys and vehicles get a keychain assigned when a player with key in inventory connects. Covered vehicles need to be uncovered once by a player with paired key in inventory before owner can be shown.

Changed:
  • Main: Improved support for modded liquids.
  • Market: Don't fail on price difference of 1.
  • Missions: Minor airdrop container RPC optimization.

Fixed:
  • Garage: Fixed vehicle owners being unnecessarily added twice to vehicle data if they also were the last driver.
  • Groups: Fixed two possible NULL ptrs.
  • Quests: Fixed player not returnig to former AI group after finishing escort objectives.
  • Quests: Fixed negative reputation reward not working.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Nov 3, 2023 @ 7:34am

Update 1.8.29


Fixed:
  • Market: Preliminary fix for client crashes.
  • Missions: Fixed airdrop flare ammo.
  • Quests: Fixed treasure hunt quests with more than just one reward item.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Nov 2, 2023 @ 11:54am

Update 1.8.28
Added:
  • All mods: Implemented new RPC system.

Changed:
  • AI: Refactored weapon firing to fire actual projectiles, leading to much less processing and network overhead in AI gunfights and proper audiovisual projectile impact effects.
  • BaseBuilding: Reduced network overhead of codelock user syncing.
  • BaseBuilding: Codelock slot stays locked until you change the code to all zeros.
  • Chat: Reduced network overhead of group and vehicle chat.
  • Quests: The VIP entity spawned by escort objectives will now respawn on its last known position when the objective event continues and is not completed yet.
  • Quests: The chest spawned by treasure hunt objectives can only be accessed by the main quest player when it is created.
  • Quests: MaxDistance and MarkerName are no longer used in Collection objectives, only in Delivery objectives.
  • Vehicles: Slightly reduced network overhead of locking/unlocking vehicles.

Fixed:
  • Quests: Fixed an issue where quests with a normal reputation requirement did not get displayed when the "UseFactionReputation" setting is disabled in HardlineSettings.json.
  • Quests: Fixed an issue where quests with an Escort objective did not cancel when the VIP entity got killed by unknown sources.
  • Quests: The quest objective marker for collection and delivery objectives is now created and deleted correctly again when the needed items state changes.
  • Vehicles: Fixed a problem with the Land Rover where the "Get-In" action was very hard to get turn-up when trying to enter the backseats of the vehicle.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Oct 24, 2023 @ 10:28am

Update 1.8.27
Added:
  • Core: Added cylindrical safezones (similar to circular zones, but using given Y coordinate and specified height).
  • Quests: Added optional "FactionReputationRequirements" to quest configuration to control the required faction reputation points the players will need to see and accept the quest. Only works with Hardline and Expansion-AI mod loaded.
  • Quests: Added optional "FactionReputationRewards" to quest configuration to control the required faction reputation points the players will gain on quest completion. Only works with Hardline and Expansion-AI mod loaded.
  • Quests: The visibility of the Quest HUD and the individual quest entries are now persistent when changed in the quest log.
  • Quests: Added optional "MinQuantityPercent" to delivery and collection objective configurations to define the minimum quantity percent needed for a delivery item when it has a quantity.
  • Market: P2P market: The current search text in the search box will now be used to filter entries again after purchasing/listing an item.
  • Name-Tags: Name tags now hide/show depending on the main HUD visibility.

Changed:
  • Quests: Quest HUD layout adjustments.

Fixed:
  • Quests: Fixed an issue with quest marker deletion.
  • Quests: Fixed an issue with collection and delivery objective items not getting cleaned up on quest completion.
  • Quests: Fixed an issue with AI camp and patrol objective initalisation on quest start or when continuing a quest after a relog/server restart.
  • Quests: Fixed an issue with quest NPC indicators not getting created for quest turn-in NPCs.
  • Quests: Fixed some issues with collection or delivery objective items not getting counted correctly when splitting/combining/dropping.
  • Quests: Fixed an issue with ammo used as collection or delivery objective items not getting subtracted from count when being loaded into a gun with internal mag.
  • Quests: Fixed camp and patrol AI being limited to speed set in objective config when under threat.
  • Quests: Fixed camp and patrol AI not using waypoint mode set in objective config.
  • Quests: Disabled ability to dismiss escort VIP AI.
  • Vehicles: Fixed towing.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://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: Oct 13, 2023 @ 8:24am

Update 1.8.25
Added:
  • Core: Added safezone vehicle cleanup.
  • Hardline: Added setting "UseItemRarityOnInventoryIcons". If enabled, all inventory and slot icons have the rarity color as the background color.
  • Hardline: Added setting "DefaultItemRatity" to define the rarity for items that have no configured rarity entry in the "ItemRarity" array.
  • Hardline: Added new book tab "Factions" when the book mod is loaded to display the reputation points for each known player faction.
  • Market: Added parking fines in safezone (requires Expansion-Vehicles).
  • Quests: Added "QuantityPercent" configuration value to determine the quantity of the spawned item for delivery objectives if the item has a quantity.
  • Quests: Added methods to create and delete temporary quests NPCs for the use in init.c quest event overrides.
  • Quests: Added optional configuration parameter "NPCClassName" to define a valid eAIBase entity class name in AI Escort objective configurations that will be used to spawn the NPC. If empty, a radom valid class name is selected.
  • Quests: Added "Expansion_OnQuestPlayerInit" event method for override in init.c
  • Quests: Added optional configuration parameter "AllowedTargetFactions" to define a list of valid faction names in Target objective configurations. Will be used so only eliminations on Players/AI that are member of one of the given factions get counted for the objective.
  • Quests: Quest menu opens automatically for quests without configured turn-in npc if the quest is not an achievement or autocompletion quest.
  • Quests: Quests without a configured turn-in npc can be completed in the quest log menu now if the quest is not a achievement or autocompletion quest.
  • Quests: Added "CanLootAI" objective configuration parameter to AI escort objectives to control if the AI can be looted or not when uncon/dead (0 - False | 1 = True).
  • Quests: Added "RandomReward" quest configuration parameter to control if configured reward items are selected radomly (0 - False | 1 = True). The amount of the randomly selected and spawned rewards is controlled by the "RandomRewardAmount" value.
  • Quests: Added "RandomRewardAmount" quest configuration parameter to control the amout of randomly selected and spawned rewards on quest completion. If the value is 0 or lower only one reward is selected. Only takes effect if "RandomReward" is set to true.
  • NameTags: Faction names get now displayed for normal Non-AI quest NPCs if set in the quest NPCs configuration.

Changed:
  • AI: Instantly react to players in a vehicle.
  • Chat: Disabling all Expansion chat options now disables Expansion chat completely.
  • Hardline: Replaced settings "ReputationOnKillInfected, ReputationOnKillPlayer, ReputationOnKillAnimal and ReputationOnKillAI" with new "ReputationEntities" array. Allows for a more detailed reputation reward configuration for killed entities.
  • Quests: Quest HUD changes visibility depending on the main HUD visibility now.
  • Quests: Delivery items that have a quantity get spawned with one single quantity now.
  • Quests: Changed IsStatic/IsAI quest NPC data parameters to a enumeration "NPCType" (0 = Normal | 1 = Object | 2 = AI).
  • Quests: Follow-up quests will get displayed to the player if possible regardless of if there is a valid Quest-Giver ID configured.
  • Quests: Objectives timers stop now once the objective is completed.
  • Quests: Persistent quest data for group quests is now stored in a separate data file.
  • Quests: Magazines spawned as quest items or delivery objective items now spawn empty and without ammo to prevent duping.

Fixed:
  • AI: Fixed a NULL ptr in climb handling.
  • Core: Added missing synchronization for created weapons when restored with the entity storage system.
  • Hardline: Fixed an issue with players reciving reputation instead of losing it when killing a friendly player or AI (Player/AI from same faction or group/party member).
  • Quests: Added restrictions to consume actions so players can't consume quest items anymore.
  • Quests: Added restrictions to load weapon/magazine actions so players can't chamber quest items anymore when the quest item is a bullet.
  • Quests: Added restrictions to attach magazine actions so players can't attach quest items anymore when the quest item is a magazine.
  • Quests: Added missing check if item is ruined for collection, delivery and crafting objective items.
  • Quests: Fixed an issue with different quest progress shown and recived by group members for group quests.
  • Quests: Fixed an issue with delivery objective events where configured collections got ignored when one collection was completed.
  • Quests: Fixed an issue with travel objectives not completing when a quest player is already within the objective location.
  • Quests: Added missing model/object for ExpansionQuestItemPackage item.
  • Quests: Fixed an issue with travel objectives getting restarted and changing their completed state when a quest continues and the objectives "TriggerOnExit" parameter is set to false.
  • Quests: Fixed an issue with delivery objectives where canceling a quest with such a objective did not clean up the players quest data for this quest.
  • Quests: Fixed an issue with items that inherit from FireplaceBase not getting registered for crafting objectives when crafted and put into hands/inventory.
  • Quests: Group quests can no longer be added to players that join a group with an active group quest that has been already completed by the joining player in a different group when the quest is not repeatable.
  • Quests: Fixed an issue where quest ammo items provided by delivery objectives or as quest items could be stacked with the same non-quest item ammo type.
  • Quests: Fixed an issue where quest ammo items provided by delivery objectives or as quest items could be loaded into non-quest item magazines or weapons.
  • Quests: Fixed an issue where the system deleted all quest-giver items with the same quest ID from the quest players inventories when turning in the quest with that ID.
  • Quests: Fixed an issue where quest and quest objective states not updated correctly when a collection or delivery objective got reinitialized.
  • Quests: Fixed an issue where collection objectives could still be completed when the collection item was deleted by a replace event like the "Open Can" action.
  • Vehicles: Fixed boats catching fire on water if collision damage is enabled.
  • Vehicles: Fixed default color spaycan display names.

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:
  • 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://steamcommunity.com/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://steamcommunity.com/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://stea