DayZ
DayZ-Expansion-AI
Viser 41-50 af 93 forekomster
< 1 ... 3  4  5  6  7 ... 10 >
Opdatering: 7. nov. 2023 kl. 5:06

Update 1.8.30

Changed:
  • AI, Animations: Updated player animation graph for DayZ 1.23.

Fixed:
  • Quests: Treasure hunt quests could fail due to wrong ID being assigned to loot items.
  • Quests: Quest HUD was not showing turn-in text when a quest is complete.
  • Quests: Escort objective in quest HUD were showing distance to VIP instead of distance to target location.
  • Quests: Quest menu reputation reward was not hiding when it should.
  • Quests: Fixed an issue with the quest board objects UV-Sets/textures.

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

Opdatering: 2. nov. 2023 kl. 11:55

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

Opdatering: 13. okt. 2023 kl. 8:25

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

Opdatering: 29. aug. 2023 kl. 5:37

Update 1.8.23
Added:
  • Groups: Added group ID integer to PlayerBase. Net-synced to other clients.
  • Main: Added back Expansion intro scenes and main menu logo/icons (all three can be turned on/off in GeneralSettings.json).
  • Main: Added "ReputationBaseColor", "ReputationMedColor" and "ReputationHighColor" to gerneral settings. Controls the color of the hardline reputation HUD indicator.

Changed:
  • AI, Animations: Updated animations for DayZ 1.22.
  • Vehicles: Reduced speed of hover refill.
  • Vehicles: Landrover suspension has been reworked, engine now has a 6th gear.

Fixed:
  • Core: Fixed missing arm/leg textures on non-AI Expansion NPCs when wearing shortsleeve/breeches/shorts or similar clothing.
  • Core: Fixed hair clipping issues with non-AI Expansion NPCs and headgear.
  • Core: Fixed an issue with mags spawned on weapons being desynched (e.g. Market, loadouts).
  • Groups: Fixed an issue with the "Invite to Group" action still showing up even when the player target is already in a group.
  • Map-Assets: Fixed an issue with bldr_ChemLight_ColorBase and inherited objects not emitting light.
  • Market: P2P Market: Fixed an issue where a parent item could still be listed on the P2P market when containing an excluded item in cargo.
  • Name-Tags: Fixed an issue with the name tag text getting colorized wrong when the tagged player or AI is in a faction or group.
  • Navigation: Fixed an issue with 3D & map markers not adhering to server-set visibility restrictions.
  • Personal Storage: Fixed an issue where a parent item could still be deposited in the personal storage when containing an excluded item in cargo.
  • Vehicles: Fixed NULL pointer in hover refill action and inability to use while in 3rd person camera.
  • Vehicles: Fixed Landrover 3pp camera being closer to the vehicle than intended.

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

Opdatering: 10. aug. 2023 kl. 12:52

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

Opdatering: 7. juli 2023 kl. 8:34

Update 1.8.20

Changed:
  • AI: Improved melee. Better performance and AI will be able to hit low targets with bare fists (crouching/proning players, crawling Zs, wolves).
  • AI: Will now bandage immediately if possible when blood level is critically low.
  • AI: Can now climb over objects that would otherwise block them (e.g. some types of walls and fences).
  • AI: Picking up and dropping item actions are now animated.

Fixed:
  • AI, Core: Worked around RemoteObject functions being broken in DayZ 1.21. Fixes possible CTD with AI when taking and firing gun held and used shortly before by another player, and fixes desynced market container if purchasing guns with mags while player inventory is full.
  • AI: Fixed AI not taking fall damage due to DayZ 1.21 changes to fall damage handling.
  • AI: Fixed possibility of AI stopping in water even if there is a valid path around it.
  • AI: Fixed AI sometimes not picking up items.
  • BaseBuilding: Fixed hologram update loop not calling super.
  • BaseBuilding: Fixed not being able to snap a wall on top of another wall unless player is on the same level.

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

Opdatering: 24. juni 2023 kl. 4:59

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

Opdatering: 13. juni 2023 kl. 3:53

Update 1.8.17
Added:
  • Groups: Added a keybind to hide the group HUD (default: "Multiply" key).
  • Main: Added gravecross spawn delay setting.
  • Market, Quests: Added setting to require being part of a specific faction or having completed a specific quest to access a trader.

Changed:
  • AI, Animations: Merged in latest 1.21 patch 1 (2023-06-06) animation graph changes.
  • AI: Don't run towards target before entering fighting state.
  • AI: Keep moving at full speed during reload and unjam.
  • AI: Circle target while close during reload.
  • AI: Improved stance handling.
  • AI: Improved movement around obstacles and doors.
  • BaseBuilding: Always show flag attachment category if pole built regardless of FlagMenuMode setting.
  • BaseBuilding: Moved satchel ammo to BaseBuilding mod.
  • Core: Extended explosion damage system to support most entities (Zs, animals, buildings, players, vehicles).
  • Hardline: Allow AI to accrue rep during their lifetime.
  • Hardline: Animate large reputation changes in constant time in HUD.
  • Main: Improved gravecross despawn handling.
  • Market: Toggling all categories with the toggle categories button will be remembered even after closing the menu.
  • Market: Optimized getting items.
  • Navigation: Changed marker visibility keybind to be all-in-one, cycles through show all, hide server, hide server + party, hide server + party + personal and hide all.
  • SpawnSelection: Adjust spawn position.
  • Vehicles: Double sided faces for vehicle covers to avoid peeking through.

Fixed:
  • AI: Fixed getting stuck in take to inventory state if there are several items the AI is interested in at the same spot or missing inventory space.
  • AI: Don't reload/unjam during climbing/falling, don't climb/open doors during reloading.
  • AI: Fixed getting temporarily stuck in reload/unjam state when interrupted by damage.
  • AI, P2P Market, Quests: Initialize patrols and spawn NPCs late so mapping is already loaded.
  • Core: Hide disabled collect blood from/give blood to/defibrilate actions for non-PlayerBase NPCs in safezones.
  • Groups: Group HUD was not hidden when hiding the game HUD.
  • Hardline: Fixed NULL pointer if non-Expansion NPC is killed.
  • Market: Prevent exploitable integer overflow caused by buying/selling an extreme quantity of an expensive item in a single transaction.
  • Market: Force load Hardline before market so rarity is available for market items.
  • Vehicles: Fixed place player on ground not preventing 1.21 fall damage.

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

Opdatering: 3. juni 2023 kl. 7:29

Update 1.8.16
Added:
  • BaseBuilding: Added missing Argentina, Turkey and Ukraine flag items.

Changed:
  • AI: Smoother movement speed transitions.
  • AI: Limit client bullet impact FX to players in 100 m radius around impact.
  • Weapons: Improved MP5SD Textures (SMDI, _Co, .rvmats to better reflect vanilla counterpart).
  • Weapons: Reduced overall recoil and sway of MP5SD.
  • Weapons: Extended MP5SD Buttstock to fit new animations.
  • Weapons: Swapped custom animations to UMP45 Animations.
  • Weapons: Further optimised MP5SD.

Fixed:
  • Chat: Fixed word breaks with UTF-8 characters.
  • Market [P2P]: Fixed global traders not properly clearing retrieved sales.
  • Weapons: Fixed MP5SD bullet drop.
  • Weapons: Fixed broken MP5SD reload animations.
  • Weapons: Fixed bad normals for MP5SD.
  • Weapons: Fixed MP5SD NoiseShoot levels. Shouldn't attract infected close to you while shooting.
  • Weapons: Fixed MP5SD Damage & Destruct states not showing when weapon was damaged or destroyed.

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

Opdatering: 2. juni 2023 kl. 6:34

Update 1.8.15
Added:
  • AI: Added `SniperProneDistanceThreshold` to AISettings and PatrolSettings. Will go prone if target is farther than this distance in meters and gun has a long range scope (anything that can be zeroed to 800 m or beyond).
  • AI: Will evade with a chance of one in five if others aim at them.
  • AI: Added debug logging for firearm FX.
  • AI, Missions: Airdrop containers can now use object patrols.
  • Market [P2P]: Added log messages for listing, purchasing and retrieving sales (market logging needs to be enabled in LogsSettings.json).

Changed:
  • AI, Main: AI group or faction name are now logged in admin log and killfeed.
  • Missions: Airdrop container lifetime is forced to zero when mission time is up (despawn quicker).
  • Missions: Airdrop Infected/animals/AI that are currently aggroed on players are no longer removed directly after the container despawns (have to deaggro first).

Fixed:
  • AI: Ignore keypresses while input is focused.
  • AI: Set a minimum radius for circle and star based formations.
  • Chat: Fixed long chat lines flickering.
  • Core: Mapping Deletions: Added workaround for getting baked buildings via network ID no longer working under 1.21.
  • Core: Entity Storage: Explicitly sync network variables of restored items to client.
  • Hardline: Players and AI in same group should be considered friendly.
  • Main: Fixed DisableShootToUnlock preventing blowing up fuel stations.
  • Market [P2P]: Fixed an issue where not all sold listings got sent and displayed in the P2P market menu if the trader is a global trader.
  • Missions: Fixed airdrop fall speed and wind impact (again, thanks 1.21...).
  • Quests: Fixed a few harmless NULL pointers.
  • Quests, Name-Tags: "!" and "?" quest icons in menu and on NPC nametags were swapped.
  • Vehicles: Fixed not being able to open/unlock heli doors while in 3rd person camera inside 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:
  • 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