DayZ
DayZ-Expansion-Hardline
Näytetään 21–30 / 50
< 1  2  3  4  5 >
Päivitys: 24.10.2023 klo 10.29

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

Päivitys: 13.10.2023 klo 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://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://stea

Päivitys: 29.8.2023 klo 5.38

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

Päivitys: 10.8.2023 klo 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://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://test-steamproxy.haloskins.io/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

Päivitys: 24.6.2023 klo 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://test-steamproxy.haloskins.io/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://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://test-steamproxy.haloskins.io/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

Päivitys: 13.6.2023 klo 3.54

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

Päivitys: 2.6.2023 klo 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://test-steamproxy.haloskins.io/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://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://test-steamproxy.haloskins.io/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

Päivitys: 26.5.2023 klo 4.38

Update 1.8.14
Added:
  • Quests: [Modding] Added MissionBaseWorld::Expansion_CanStartQuest.

Changed:
  • AI: Completely disabled profiling if not run via Diag exe.

Fixed:
  • Core, Hardline, Quests: Added workaround for vanilla passing in animal as killer of itself (https://feedback.bistudio.com/T170455).
  • Groups: Fixed group OnLeave not firing for members when group is deleted.
  • Market: P2P Market: Fixed unnecessary enumeration of player items when not in list view causing delays in menu.
  • PersonalStorage: Fixed some (harmless) error log spam in storage menu.
  • Quests: Fixed quest configs not being sent to client when exiting game and reconnecting before server restart.
  • Quests: Fixed leaving group not updating associated group quests for players.

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

Päivitys: 23.5.2023 klo 5.42

Update 1.8.12
Added:
  • Core: Added `-extrace` debug commandline option to enable/disable tracing.
  • Quests: Added debug scriptlog prints for synching quest configs and player quest data.

Changed:
  • AI, Animations: Updated animation graph for DayZ 1.21.
  • Core: Moved Clothing Inventory Fix to Core.
  • Hardline: Player data is now available early (e.g. in StartingEquipSetup) using `ExpansionHardLineModule::GetModuleInstance().GetPlayerData(player)`.
  • Quests: Quest NPCs will stop traversing waypoints when players interact with them.

Fixed:
  • Core: Clothing Inventory Fix: Fixed wrong super being called.
  • Main: Killfeed: Fixed untranslated strings in logs if killed by status effects.
  • Quests: Fixed a possible NULL pointer in Quest HUD.

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

Päivitys: 12.5.2023 klo 7.27

Update 1.8.10
Added:
  • All: Compatibility with upcoming Dabs Framework 1.4 release.
  • Hardline: Added new setting "MaxReputation". If higher than zero, it will limit the reputation of all players to that value.
  • Missions: Made airdrop container fall speed while parachute is deployed configurable.
  • Missions: Added option to hide airdrop container cargo while parachute is deployed to airdrop settings (default true).
  • Personal Storage (new system): Added option to use category menu instead of vanilla inventory to new personal storage settings.
  • Quests: Added option for quest indicator ("!" and "?" above NPCs/quest board).
  • Vehicles: Added cover for big Gyrocopter.

Changed:
  • AI: Will no longer deplete gasmask/filter.
  • Chat: Sender names are now colorized in white (blue for the local chat).
  • Chat: Message time is now slightly dimmer.
  • Missions: Airdrop container mass (including cargo) will impact fall speed.
  • Missions: Fall speed will affect wind impact while parachute is deployed (higher speed = less wind impact). Also, drop radius now has a linear effect on wind impact instead of on/off.
  • Missions: Airdrop container rotates to movement direction while parachute is deployed.
  • Missions: Infected near the airdrop container will get attracted by it and roam the area in alerted state.
  • Personal Storage: Removed dependency on Hardline.
  • Quests: Changed quest HUD to update only necessary entries instead of all periodically.

Fixed:
  • AI: Aggression indicator in HUD wasn't using UTC time to calculate cooldown.
  • Market: Workaround for Math.Floor breaking if value is bigger than 16777215 (https://feedback.bistudio.com/T172194).
  • Market: P2P Market: Fixed trader RPC not being guaranteed.
  • Missions: Fixed airdrop container fall speed while parachute is deployed being roughly 1.5 to 2 times higher than intended.
  • Missions: Fixed acceleration while parachute is deployed (terminal velocity is reached much quicker and maintained now).
  • Missions: Fixed supply signal and airdrop flare ignoring zero radius in airdrop settings.
  • Missions: Fixed server exiting abnormally on shutdown if only Core + Missions is loaded.
  • Personal Storage: Fixed an issue where deposited items could get displayed multiple times in the personal storage menu.
  • Personal Storage (old system): Fixed an issue where global IDs were incorrectly assigned and could thus be in use by other entities, leading to incorrect items being restored if using virtual storage, vehicle covers or P2P market as well (an entity storage and personal storage data wipe is required for changes 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:
  • If you were using the mod "Ammo Making" and noticed it was gone, the author reuploaded the mod here:
  • https://test-steamproxy.haloskins.io/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://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540096189&searchtext=DayZ-Expansion-Bundle-Experimental
You can also use the separate experimental mods:
DayZ-Expansion-Core-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785546
DayZ-Expansion-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159764
DayZ-Expansion-Licensed-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2178159769
DayZ-Expansion-Vehicles-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2291785676
DayZ-Expansion-Book-Experimental
https://test-steamproxy.haloskins.io/sharedfiles/filedetails/?id=2540092673
DayZ-Expansion-Market-Experimental
https://test-steamproxy.haloskins.io/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