Stable Update 1.21

  • Externer Inhalt twitter.com
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

  • PC Stable 1.21 Update 1 - Version 1.21.156201 (Release on 23.05.2023)

    NOTES

    • Consider using the Steam client option to verify the integrity of the local game cache to avoid corrupted data after downloading this update.
    • Consider de-fragmenting your HDD after downloading large updates.
    • In case of problems, please check the Bohemia Interactive support F.A.Q., DayZ F.A.Q., or BattlEye F.A.Q.
    • You can help us to further improve the game by posting your feedback on the Feedback Tracker.

    GAME

    ADDED

    • Crossbow and color variants
    • Bolts and Improvised Bolt variants
    • Sword
    • Mace
    • Chainmail
    • Chainmail Leggings
    • Chainmail Coif
    • Norse Helm
    • Chestplate
    • Medieval Boots
    • Wool Gloves with fingerless and color variants
    • Feathers
    • Game hints in the loading screen
    • Added new game hints
    • Thrown items and moving vehicles now move smoother on high refresh rate devices
    • Status icon for mild leg injuries
    • UI brightness can be adjusted in the settings
    • The character now spawns with items pre-assigned to their quickbar
    • Sound indicator when dying of thirst

    FIXED

    CHANGED

    • Reworked falling damage impact depending on height
    • Updated the falling animation for medium heights
    • Removed the BattlEye license agreement prompt in-game (PC only - https://feedback.bistudio.com/T166065 - private)
    • Tweaked sounds of doors with valve lock
    • Changed the horn sound of the M3S truck
    • Increased the audibility of explosions
    • Allowed eye gear to spawn on infected (https://feedback.bistudio.com/T162844)
    • Login timers are now also displaying in minutes and hours
    • Zoom functionality is no longer reduced during fast movement in crouch or prone
    • Applied minor visual tweaks to the Great Helm
    • Reduced the weight of the plastic explosive by 60% (https://feedback.bistudio.com/T170175)
    • Tweaked impact sounds for metallic objects depending on the targeted surface
    • Ripened horticulture plants now stay for twice as long before they start to decay
    • Increased the minimum amount of quick slots available to the player
    • Reduced the amount of additional quick slots given by certain gear
    • Interactions with a power generator now refresh the lifetime of it and all items connected to it (https://feedback.bistudio.com/T137688)
    • Removed the "Loading..." text on the login timer
    • Washing hands is now a continuous action
    • Tweaked the width of all tire tracks
    • Changed the animation for pill consumption
    • Improved the visuals of the PSO-1, PSO-1-1 and P1-87-L Scopes
    • Reduced the reflection on the glass of scopes
    • Improvised fishing rod can now be dismantled
    • Adjusted position/rotation of individual weapons when carried on the shoulder (https://feedback.bistudio.com/T165127)
    • Distant lights are much dimmer
    • Transition from close up light to distant is much smoother
    • Slightly increased the damage the Sarka 120 takes from impacts
    • The drying rate of items has been adjusted to correctly reflect item location and outside influences
    • Increased the duration of the wringing action
    • Adjusted inventory lighting to make the item previews more read-able (less over-exposed) and more in the style of UI (flatter lighting)
    • Reduced the chances of pristine weapons getting jammed when chambering a bullet
    • It was possible to see under the map while driving with vehicles in 3rd person
    • Reduced the view obstruction of the great helm
    • Adjusted the sizes of several dialogue boxes to better fit their texts
    • Items will now be placed to the side of vehicles when dropped

    CENTRAL ECONOMY

    • Fixed: Removed headtorches definitions from "cfgspawnabletypes.xml" and "cfgrandompresets.xml"
    • Fixed: Humvee wheels were not marked as "vehicleparts" causing them to often spawn in sheds instead of on wrecks
    • Fixed: Chickenfeather was missing from "types.xml"
    • Tweaked: Adjusted spawning of gloves to accommodate for the new wool gloves
    • Tweaked: Adjusted medieval loot spawns to accommodate new items
    • Tweaked: Reduced amount of 7.62x54 mm and 9x39 mm ammunition spawning

    CHERNARUS

    • Fixed: Chernarus economy files included Livonia animal territories
    • Changed: Updated the Chernogorsk football field

    LIVONIA

    SERVER

    • Added: Object spawner supports direct p3d spawning (Documentation)
    • Added: Server config int parameter 'networkObjectBatchSend' (default = 10) which is how many objects within a players network bubble are sent to be created within a server frame (https://feedback.bistudio.com/T169094) (Documentation)
    • Added: Server config int parameter 'networkObjectBatchCompute' (default = 1000) which is how many objects within a players network bubble are processed to check if it already exists for the player within a server frame (Documentation)
    • Added: Optional logging for raising/lowering flags at flag poles (https://feedback.bistudio.com/T170287)
    • Added: Object Spawner: "enableCEPersistency" which when set to true will make an object behave as configured by economy, otherwise it will not be saved in the server storage until a player puts it in inventory
    • Fixed: Script execution not functioning properly in certain situations depending on init.c (https://feedback.bistudio.com/T169822 - private)
    • Fixed Several inconsistencies in the admin logs (https://feedback.bistudio.com/T170195)
    • Fixed: It was not possible to spawn infected with functional head torches attached (https://feedback.bistudio.com/T162844)
    • Fixed: Items spawned before CE Init were not persistent
    • Changed: Shortcut for map toggling is not available if use3dMap option is enabled (https://feedback.bistudio.com/T170401)

    LAUNCHER

    • Fixed: Offline servers (in Favorites tab) now always appear after online servers
    • Tweaked: Offline servers (in Favorites tab) are now faded to clearly indicate they are offline

    MODDING

    • Added: WORKBENCH define for script which should only compiled on Workbench launch
    • Added: Defines Window to set up custom Workbench validation
    • Added: "Compile Core Builds scripts" option to Build menu (CTRL+ALT+F7) to compile multiple important build setups in a row
    • Added: Flags parameter to DayZPlayerUtils::SceneGetEntitiesInBox (https://feedback.bistudio.com/T168610)
    • Added: Additional flags parameter for DayZPlayerUtils.SceneGetEntitiesInBox
    • Added: Class in CfgMods now auto generates a static (loaded before script compilation begins) script define (https://feedback.bistudio.com/T159481)
    • Added: Class in CfgMods now supports "defines[]" text array which adds static script defines
    • Added: Support for adding static script defines in gproj with ScriptDefines -> ScriptDefinesClass (https://feedback.bistudio.com/T159481)
    • Added: CGame::CreateStaticObjectUsingP3D
    • Added: 'Serializer.CanWrite'/Serializer.CanRead' to check if the serializer can be read or written to
    • Added: 'IEntity.GetRenderTransform'
    • Added: Variable 'DayZPlayerCameraResult.m_bUpdateEveryFrame' to change camera update behaviour from fixed tick to unlocked frame rate
    • Added: Variable 'DayZPlayerCameraResult.m_OwnerTM' to override the transformation of the owner
    • Added: Ability to set proxy (inventory slot) offset per item in item config
    • Added: Methods for controlling brightness of UI (Widget.SetLV, Widget.SetTextLV, Widget.SetObjectLighting)
    • Added: "ignoregloballv" property flag to layout
    • Added: 'HumanInputController.GetAimDelta' to get the frame independent aim change
    • Added: ECE_NOPERSISTENCY_WORLD, ECE_NOPERSISTENCY_CHAR and ECE_DYNAMIC_PERSISTENCY flags to be used with CreateObjectEx
    • Added: 'IEntity.AddChild' can use pivot points on RV animated objects
    • Added: 'Object.GetBonePivot(level, component)' to retrieve the pivot index for the component in the shapes LOD
    • Added: Moved 'GetBonePositionX', 'GetBoneRotationX' and GetBoneTransformX' to Object class, can be used on RV and Enfusion animated objects
    • Added: 'DayZCreature.GetBoneIndexByName'
    • Added: Ability to set inventory lighting from config (top-level InventoryLighting config class)
    • Added: Exposed methods World::MarkObjectForPathgraphUpdate and World::ProcessMarkedObjectsForPathgraphUpdate
    • Added: 'IEntity.GetHierarchyPivot' to get the pivot point used when called with 'IEntity.AddChild'
    • Added: CollisionInfo classes for OnProjectileStoppedInTerrain() and OnProjectileStoppedInObject(), which will fire for ALL projectiles that get stuck in objects
    • Added: InventorySlotsOffsets config class (on item/weapon), which can define position and rotation offset of an item when placed into a slot on the character
    • Added: Workbench: Defines: There is now a duplication check which will prevent the same define being present multiple times
    • Added: Workbench: Defines: "Combo" defines are now visible in defines window
    • Added: Object.GetShapeName to get full path of shape( https://feedback.bistudio.com/T171777)
    • Added: 'Car.SetBrakesActivateWithoutDriver' to disable the handbrake while there is no driver inside the vehicle (https://feedback.bistudio.com/T147126)
    • Added: 'Car.GetClutch' to get the value of the clutch
    • Added: 'Car.SetClutchState' to set if the clutch is disengaged
    • Added: 'Car.EngineRPMMin' to get the minimum rpm constant of the car engine
    • Added: 'Car.EngineRPMIdle' to get the idle rpm constant of the car engine
    • Added: Sample for driver-less cars (https://github.com/BohemiaInte…tree/master/Test_SmartCar)
    • Added: New config class EnvironmentWetnessIncrements for wetting and drying parameters that can be defined on any item (see Inventory_Base config class for the default settings)
    • Fixed: Transformation synchronization for script class 'Transport' when the vehicle is inactive (https://feedback.bistudio.com/T153234)
    • Fixed: EntityAI which were previously reported as Object in script will now be properly reported as EntityAI (https://feedback.bistudio.com/T168610)
    • Fixed: 'typename.GetVariableValue' would not check inheritance
    • Fixed: Crash when calling methods on inventory owner in GameInventory.Init
    • Fixed: Crash on DayZCreatureAIInputController::GetMovementSpeed() (https://feedback.bistudio.com/T171426)
    • Fixed: ClientConnectedEvent not giving the proper UID
    • Changed: CGame.CreateStaticObjectUsingP3D, EntityAI.SetObjectMaterial and EntityAI.SetObjectTexture now disallows absolute paths and support '$' prefixed paths
    • Changed: Man.SetFaceTexture and Man.SetFaceMaterial now disallows absolute paths and support '$' prefixed paths
    • Changed: Moved 'EntityAI.IsDayZCreature()' to 'Object' class
    • Changed: Ignore detection of dropped items has partially been moved to script through overridable method 'Object.CanBeIgnoredByDroppedItem'
    • Changed: 'IEntity.AddChild' (and 'Human.LinkToLocalSpaceOf') now synchronize the pivot and position only flags to clients (https://feedback.bistudio.com/T167549)
    • Removed: Obsolete sound config parameters: drySound, reloadMagazineSound, reloadSound, reloadAction, shotAction, reloadSkips, soundBullet, disarmAction, soundBegin, soundBeginExt
    • Removed: 'Protected' keywords from PPEMatClassParameter* Update method variables (https://feedback.bistudio.com/T171246)

    KNOWN ISSUES

    • Player position on server can be desynced while combat with Infected
    • Falling through terrain\object structure when going prone near objects
    • Other players can hear character's groan when landing from a small height
    • Arrow disappears right after removing from Crossbow
    • A bolt is missing from Crossbow after reconnecting
    • Bolt stuck in an AI can be picked up into your inventory but not taken into hands
    • Bolt stuck in an item sometimes disappears when taken into inventory
    • String is not stretched when Crossbow is on shoulder or in the inventory
    • Minutes and seconds values are swapped while logging out with French set up
    • Cancelling the pulling back of the crossbow string will show it as loaded
    • Plants, Rocks spawned by Object Spawner are deleted after interaction
    • Loot spawned with Object spawner does not despawn if moved (https://feedback.bistudio.com/T172579)

    BBS -Hof-Foto-Fritze und Instruktor bei 🚁 Moe Lines.

  • Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.


    inspired by

    Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.


    Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

    BBS -Hof-Foto-Fritze und Instruktor bei 🚁 Moe Lines.

    2 Mal editiert, zuletzt von Moe () aus folgendem Grund: official video added

  • DayZ: 17 versteckte Änderungen im Update 1.21, die du nicht kennst



    Das DayZ Update 1.21 ist mittlerweile auch auf den Live-Servern erschienen und neben den offensichtlichen Neuerungen verbergen sich auch geheime Änderungen, die teils massiv sind, von denen wir dir jetzt die wichtigsten verraten!

    Worum geht’s? Fans erwarten neue DayZ Updates meist, weil diese neuen Content bringen. Unter anderem finden sich im aktuellen Update 1.21 Ritterrüstungen, Armbrüste und Co. Eben alles, was das Ritterherz begehrt. Doch Hier hört es noch lange nicht auf und der Patch bringt viele Anpassungen und Änderungen, die so nicht direkt sichtbar sind.

    17 versteckte Änderungen im neuen DayZ Update 1.21

    Die geheimen Anpassungen haben wir in drei Kategorien eingeteilt, um für dich mehr Übersicht zu schaffen. Unter anderem findest du alle Anpassungen an:

    • Waffen
    • Spielwelt & Items
    • Mechaniken von Charakter & Überleben


    hier könnt Ihr weiterlesen was sich so alles geändert hat:

    DayZ: 17 versteckte Änderungen im Update 1.21, die du nicht kennst
    Wir verraten dir versteckte Änderungen im neuesten DayZ Update 1.21, die du sicher noch nicht entdeckt hast.
    guided.news


    Gruß

    Moon

  • PC Stable 1.21 Update 2 - Version 1.21.156243 (Released on 06.06.2023)

    GAME

    FIXED

    CHANGED

    • Reduced the volume of the thirst indication sounds

    CENTRAL ECONOMY

    • Fixed: Vehicle parts on truck wrecks were spawning badly rotated
    • Fixed: Items spawn points were misaligned in various buildings

    SERVER

    MODDING

    KNOWN ISSUES

    • Admin logs are not writing deaths by AI correctly

    BBS -Hof-Foto-Fritze und Instruktor bei 🚁 Moe Lines.

  • Yes, endlich nicht mehr sterben, wenn man mit über 30km/h aus dem Auto springt!


    Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

    BBS -Hof-Foto-Fritze und Instruktor bei 🚁 Moe Lines.

  • PC Stable 1.21 Update 3 - Version 1.21.156300 (Released on 20.06.2023)

    GAME

    FIXED

    SERVER

    • Fixed: Kills by AI were not logged correctly in the admin logs

    MODDING

    • Fixed: Server crash when the players parent hierarchy was deleted (https://feedback.bistudio.com/T172795)
    • Changed: When the parent of a player is deleted, the player will now remain at their current world transformation

    BBS -Hof-Foto-Fritze und Instruktor bei 🚁 Moe Lines.

  • Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.


    Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

    BBS -Hof-Foto-Fritze und Instruktor bei 🚁 Moe Lines.

  • Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

    BBS -Hof-Foto-Fritze und Instruktor bei 🚁 Moe Lines.