DayZ
DayZ-Expansion-Licensed
Showing 11-20 of 89 entries
< 1  2  3  4 ... 9 >
Update: Feb 9, 2024 @ 5:44am

Update 1.8.39
Added:
  • AI: You can set waypoints for AI in your group via the command menu or default keybind CTRL + left mouse button. Placing startpoint and endpoint close (within 1.5m) to one another will make AI loop the waypoints.
  • AI: As admin, you can export your current AI group as patrol JSON file, or query AI state via the status sub-menu.
  • AI: Will break down locked building doors.
  • BaseBuilding: Added `AutoOpenLockMenuAfterPlacing` option to client settings.
  • BaseBuilding: Added unscrew codelock action to screwdriver.
  • BaseBuilding: You can now craft armbands from all Expansion flags.
  • Chat: Support vanilla message colors (status, action, friendly, important).
  • Core: DayZ 1.24 compatibility.
  • Core: Added admin chest (all player slots + 10x100 cargo, requires COT or VPPAT).
  • Core: Added two new client settings for ViewDistance and ObjectViewDistance.

Changed:
  • AI: Attacking any friendly AI will make them attack back if not in your group and turn any factions friendly to them hostile towards you (AI in your group will retaliate if the attackers hit you, creating an ever-escalating spiral of aggression and counter-aggression that will leave no bone unbroken and no piece of gear unperforated).
  • AI: Further improved behavior around doors.
  • AI: Will look around if not looking at a target.
  • Book, Chat, Garage, Groups, Hardline, Market, NameTags, Main, Quests: Removed unnecessary ifdefs in various configuration classes to prevent missing entries in settings files when adding Expansion mods one by one and for better modding support.
  • P2P Market: If a vehicle was lockpicked, the lock needs to be changed before it can be sold (requires Expansion Vehicles).
  • Quests: Ignore kill if quest player didn't hit entity or killer is not AI helper. For player targets that are not AI, require kill by quest player or by AI helper.
  • Vehicles: Better third person camera for helicopters.
  • Vehicles: Better UH1H handling.
  • Vehicles: Removed invisible ramps from boats. Boats can now be boarded with an action while swimming.
  • Missions and Quests: Loot attachments can now have a spawn chance from 0.0 to 1.0.

Fixed:
  • AI: Damage received modifier was not set for AI spawned via admin menu.
  • AI: Reset LOS and ignore noise when unconscious.
  • AI: Fixed passive AI not reacting to being hit.
  • AI: Fixed unlootable AI not being able to detach/attach magazine to their firearm after dropping it once.
  • AI: Fixed initial orientation of non-moving NPCs.
  • BaseBuilding: Fixed possible hologram NULL ptr spam.
  • BaseBuilding: Fixed "Take" action not showing in territory if not a territory member.
  • Core: Close all Expansion menus when falling unconscious or being restrained.
  • Main: Killfeed: Fixed death by fall damage showing generic death message instead of specific.
  • SpawnSelection: Fixed temporary container when spawn gear doesn't fit into inventory not being placed at selected spawn position.
  • Vehicles: Fixed jump out damage not being applied since DayZ 1.21.
  • Vehicles: Fixed gravecross not being able to take into account playtime if helicopter exploded.
  • Vehicles: Fixed getting teleported to void if being hit while exiting boat or helicopter.

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:50am

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 16, 2023 @ 10:41am

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: Oct 13, 2023 @ 8:32am

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

Update: Aug 10, 2023 @ 12:51pm

Update 1.8.21
Added:
  • Groups: Prep for tags.
  • Vehicles: Helicopters can now "Hover Refill" over fuel stations.
  • Quests: Added a new setting "MaxActiveQuests".

Changed:
  • Market: Updated the default Market files to include DayZ 1.22 items.
  • Navigation: Show marker toggle messages in chat instead of notification popups.

Fixed:
  • AI: Implemented Community Fix to prevent zombies from acting even more brain dead *badum tss*.
  • BaseBuilding: Fixed Hologram NULL pointer on server.
  • Core: Removed empty classnames in default loadouts (empty classnames in loadouts are ignored).
  • Core: Fixed mags spawned via loadouts always having full quantity.
  • Core/Market: Potential fix for Temporary Container desync.
  • Main: Compatibility with DayZ 1.22.
  • Main: Fixed building ivys not showing on all buildings if set to 2.
  • Vehicles: Fixed some model issues with the Vodnik (Fire Geo).

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: Jun 24, 2023 @ 4:57am

Update 1.8.19

Changed:

Fixed:
  • AI: Don't allow AI to enter or exit vehicle if door area is blocked.
  • AI: Keep track of taken seats in vehicles.
  • AI: Leave vehicle if group leader disconnects.
  • Core: Added a fix for getting out of some vehicles allowing players to glitch through some blocking objects (vanilla bug https://feedback.bistudio.com/T173448).
  • Licensed: Fixed wrong crew entry points on UH1H.
  • Main: Fixed a gravecross NULL pointer.
  • P2P Market: Fixed erroneous client-side check preventing destruction of menu if getting disconnected while in menu.
  • Quests: Fixed a NULL pointer.
  • Quests: Fixed treasure hunt quests not working as intended due to vanilla bug (https://feedback.bistudio.com/T173458).
  • Weapons: Fixed Kar98K bayonet could still be attached when improvised suppressor was already present.

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://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://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: Mar 21, 2023 @ 1:19pm

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: Mar 4, 2023 @ 8:52am

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://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://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: Feb 23, 2023 @ 11:32am

Update 1.7.36

Changed:
  • BaseBuilding: Updated the default NoBuildZoneWhitelist.
  • Core: Disabled a few actions related to explosives while in a safezone.
  • Vehicles: Amphibious vehicles will now sink if not all doors are closed.

Fixed:
  • BaseBuilding: Fixed not being able to fold whitelisted items in enemy territory.
  • Core: Fixed invisible items from temp containers used in market.
  • Hardline: Fixed NULL pointers in HUD when client player is deleted.
  • Hardline: Compatibility with COT-Test.
  • Map-Assets: Fixed bldr FireBarrels and Fireplaces being affected by weather.
  • Vehicles: Fixed Vodnik brake.
  • Vehicles: Fixed a few clipping issues with the Vodnik.
  • Vehicles: Fixed boats going the wrong direction when pressing the backward key while not in neutral.
  • Weapons: Fixed all Expansion Optics not being repairable.

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://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://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