CPG - Console & PC Gaming
  • Home
  • News
  • PC
  • PS5
  • Xbox
  • Switch
  • Mobile
  • Reviews
  • Guides
    • Deadlock Hero GuidesNew
    • Gray Zone Warfare GuidesNew
      • Artisan
      • Banshee
      • Gunny
      • Handshake
      • Lab Rat
      • Turncoat
    • Escape From Tarkov GuidesNew
      • Jaeger
      • Mechanic
        • Gunsmith
      • Peacekeeper
      • Prapor
      • Ragman
      • Skier
      • Therapist
No Result
View All Result
CPG - Console & PC Gaming
  • Home
  • News
  • PC
  • PS5
  • Xbox
  • Switch
  • Mobile
  • Reviews
  • Guides
    • Deadlock Hero GuidesNew
    • Gray Zone Warfare GuidesNew
      • Artisan
      • Banshee
      • Gunny
      • Handshake
      • Lab Rat
      • Turncoat
    • Escape From Tarkov GuidesNew
      • Jaeger
      • Mechanic
        • Gunsmith
      • Peacekeeper
      • Prapor
      • Ragman
      • Skier
      • Therapist
No Result
View All Result
CPG - Console & PC Gaming
No Result
View All Result
Home Patch Notes

DayZ PC Stable Update 1.25 Patch Notes

Angel Kicevski by Angel Kicevski
May 27, 2024
in Patch Notes
0

Bohemia Interactive has released a new update for DayZ. Previously experimental, this time around the developer has brought the update to the live servers. The update 1.25 is obviously a big deal and is now live.

First off, let’s talk about the shiny new stuff. The Livonia terrain is now part of the core game. That’s right, no more messing around with separate DLC. You can now roam around Livonia to your heart’s content. Plus, they’ve added the VS-89 rifle and magazine, which I’m sure is going to be a game-changer in those tense firefights. Oh, and there’s a new in-game ambient soundtrack, because who doesn’t want more immersion while trying to survive?

Now, onto the fixes. You know how annoying it was when you tried aiming with a weapon, and the gesture wheel was open? Yeah, that’s fixed. Also, for all you server admins out there, if you had the “disableContainerDamage” setting on and couldn’t repair sea chests and wooden crates, that’s sorted now.

But here’s a big one, as they’ve removed the impact of bad internet connectivity on the weapon lift check. No more getting wrecked because of a lag spike. And if you’ve been using exploits to look through walls, well, your days are numbered. They’ve patched multiple wall-peeking exploits, so you better start playing fair.

You can find the full list of patch notes below:

PC Stable 1.25 Update 1 – Version 1.25.158199

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

  • The Livonia terrain is now part of the core game
  • VS-89 rifle and magazine
  • Support for game crash reporter
  • In-game ambient soundtrack

FIXED

  • It was possible to aim with a weapon with an opened gesture wheel
  • With the “disableContainerDamage” server setting enabled, it was not possible to repair sea chests and wooden crates (https://feedback.bistudio.com/T177819)
  • Deploying any trap while there was a player within 150m to 1100m away would prevent certain behaviours from working on the client (https://feedback.bistudio.com/T179347, https://feedback.bistudio.com/T179743)
  • Removed impact of bad internet connectivity on the weapon lift check
  • Fixed multiple exploits to look through walls (https://feedback.bistudio.com/T179674 – private)
  • Server time was not properly translated in the server browser
  • Several edge cases related to the weapon lift mechanic
  • Fixed individual exploits to look through walls
  • The public speaker system was not functioning properly (https://feedback.bistudio.com/T179804, https://feedback.bistudio.com/T180456)

CHANGED

  • Items located inside of nested containers are no longer accessible through the quick bar or the reload key
  • Reworked the sound sets for all shotguns shots
  • Reworked the sound set for the crossbow shots
  • Reworked the sound set for the M79 grenade launcher shots
  • Adjusted the attenuation of character action sounds
  • Reworked character reconciliation between client and server
  • Updated the game credits
  • Reduced the width of the weapon collection triggers to allow more natural behavior of the weapon lifting
  • Removed promotional Livonia DLC highlighting
  • Optimized the system greatly behind noise system reducing drops in server performance when AI is around many dynamic objects or there is AI grouped together attacking a player

SERVER

  • Added: Server config parameter ‘networkObjectBatchUseEstimatedBandwidth’ to switch between the method of replication limiter. Enabled means it will use an estimated bandwidth sent and disabled means it will use the true bandwidth (recommended disabled)
  • Added: Server config parameter ‘networkObjectBatchUseDynamicMaximumBandwidth’ to choose if the bandwidth limit should be a percentage of the maximum bandwidth or an absolute value. The maximum bandwidth can fluctuate depending on network quality
  • Added: Server config parameter ‘networkObjectBatchEnforceBandwidthLimits’ to enable the replication limiter based on bandwidth (default disabled)
  • Added: Server config parameter ‘networkObjectBatchBandwidthLimit’, if above is enabled, the range is (0, 1). If above is disabled, the range is (1000, inf). Recommended is 0.8 and 20000 respectively
  • Fixed: Server crash when running out of loot points to spawn items (https://feedback.bistudio.com/T179664 – private)
  • Fixed: CfgGameplay: Values set for ‘rotationSpeedJog’ or ‘rotationSpeedSprint’ would not synchronize to clients resulting in stuttering movement (https://feedback.bistudio.com/T178103, https://feedback.bistudio.com/T175489, https://feedback.bistudio.com/T178397)
  • Fixed: Spawning ammopile types into weapons with inner magazines via json loadouts was not fucntioning properly (https://feedback.bistudio.com/T179268)
  • Changed: Server config parameter ‘networkObjectBatchSend’ split into ‘networkObjectBatchSendCreate’ and ‘networkObjectBatchSendDelete’
  • Changed: Improved replication statistics in server debug window on diag builds
  • Changed: DayZ client will no longer use hardcoded port 2304 and up but use OS assigned ports instead
    • Added: Server config parameter “clientPort” to assign connecting clients a specific port e.g. “clientPort = 2304;” (Documentation)
    • Added: Possibility to add steam query port of a server to connect parameter to query if they have a custom client port “-connect=IP:PORT:QUERY” -> “-connect=127.0.0.1:2302:27016”
    • Changed: In-game server browser also uses the new connect format to automatically query for and apply the custom port
    • Changed: Launcher now uses the new connect format, since “-port=” overrides port used by the client which is not desired (-port= functionality is untouched)

MODDING

  • Added: ‘Math3D.IntersectRayPlane’
  • Added: ‘Math3D.MatrixInverse3’/’Math3D.MatrixInverse4’
  • Added: ‘Pawn’ class with full feature set of functions
  • Added: ‘PawnMove’ and ‘PawnState’ class
  • Added: ‘PlayerIdentity.Possess(Pawn)’ to possess a Pawn
  • Added: Security: Config parameter ‘hasHistory’ per entity type to allow tracking of the entity as it may move throughout the world, otherwise only current position is used
  • Fixed: Object creation on remote clients would update the last value synchronized for clients that had already had the Object created
  • Changed: Moved calls to ‘OnVehicleSeatDriverEnter’ and ‘OnVehicleSeatDriverLeft’ from script to native, ‘OnVehicleSeatDriverLeft’ is now called when getting out starts instead of when the command ends
  • Changed: ‘Human.LinkToLocalSpaceOf’ will now internally call ‘UnlinkFromLocalSpace’ if ‘Human’ is already parented and prevent linking if already parented to the same entity
  • Changed: ‘DayZPlayerTypeRegisterItems’ now gets called when (re)joining servers
Tags: Bohemia InteractiveDayZ
ShareTweet
Previous Post

Rumor says Nintendo will release two Remasters for Switch in 2025

Next Post

Leaker says Resident Evil 9 won’t be announced this Summer, release delayed to 2025/26

Angel Kicevski

Angel Kicevski

I've spent half of my life playing video games, ever since the competitive 1.6 era. Now I am happily married to Margarita Kicevski, and have two beautiful children. My goal is to deliver fresh news and updates, but most of the time I want to work on guides. Since I have rebooted this website, I am planning on making it huge. Just you wait!

RELATEDPOSTS

Patch Notes

Arma Reforger 1.3.0.170 Update Brings Fixes, Tweaks, and New Modding Tools

May 7, 2025
News

Arma Reforger 1.3 Patch Notes Revealed

March 27, 2025
Arma Reforger Soldiers in a lavish environment
Patch Notes

Latest Update for Arma Reforger Brings Key Fixes and Improvements

February 27, 2025
DayZ
News

DayZ’s Latest Update 1.27, Patch Notes and More

February 25, 2025
Arma Reforger Soldiers in a lavish environment
Patch Notes

Arma Reforger Experimental Update 1.3.0.84 Patch Notes

February 20, 2025
News

Arma 3 Finally Gets Multi-Threading Support After a Decade

January 5, 2025

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Trending
  • Comments
  • Latest

Battlestate Games shares results from the in-game Survey about the Flea Market

January 30, 2025

Escape From Tarkov 2025 Roadmap Revealed, Full Release Finally Confirmed

April 18, 2025
Tarkov patch 0.15

Escape From Tarkov reveals the 0.15 trailer before wipe

August 14, 2024

Minecraft Update 1.21.21 Patch Notes for August 14/15

August 14, 2024

Escape From Tarkov Best Graphics Settings – Updated With Patch 0.15.5

41

Escape From Tarkov: How to Snipe Flea Market Items Easily?

32

CoD: Warzone Season 2 Update Fixes Plenty of Bugs

28

MW2 and Warzone 2.0 Season 3 is full of Bugs and Issues, Upcoming Fixes and more

19

GTA 6 Leaker Confirms Delay Was Crucial, Shares New Development Details

May 12, 2025

How to Join the FBC: Firebreak Technical Test and What to Expect

May 12, 2025

Tfue Scores Fortnite Victory at 40,000 Feet Using Starlink, Elon Musk Reacts

May 12, 2025

Marvel Rivals Season 2.5 Update Will Introduce Ultron and a New Arakko Map

May 12, 2025

CPGPATCH NOTES

Patch Notes

Delta Force Update Brings Map Rotation Tweaks, Double Event EXP, and New Psychedelia Bundle

by Angel Kicevski
May 12, 2025
Phasmophobia
Patch Notes

Phasmophobia Hotfix v0.12.1.2 Fixes Trophy Display and Other Issues

by Angel Kicevski
May 9, 2025
Patch Notes

Starship Troopers: Extermination Hotfix 1.4.1 Fixes Gameplay Bugs and Issues

by Mihaela Kicevski
May 8, 2025

About Us

We are CPG - Console & PC Gaming, an independent, family-run website providing fresh news, updates, reviews, interviews, guides, and other bits and pieces from the gaming industry.

Read more

  • About
  • Privacy Policy
  • Contact

© 2024 CPG - Console & PC Gaming

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • News
  • PC
  • PS5
  • Xbox
  • Switch
  • Mobile
  • Reviews
  • Guides
    • Deadlock Hero Guides
    • Gray Zone Warfare Guides
      • Artisan
      • Banshee
      • Gunny
      • Handshake
      • Lab Rat
      • Turncoat
    • Escape From Tarkov Guides
      • Jaeger
      • Mechanic
      • Peacekeeper
      • Prapor
      • Ragman
      • Skier
      • Therapist

© 2024 CPG - Console & PC Gaming