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 News

DayZ Update 1.15 is now available on all platforms – Patch Notes

Margarita Kicevski by Margarita Kicevski
November 23, 2021
in News, Patch Notes, PC, PS5, Xbox
0

Earlier today, the release of DayZ’s patch 1.15 was skimmed on the PC Platform, while the Consoles had to wait for a bit longer. The game has received a couple of new weapons and items, including many fixes that will make the game much more beautiful. Bohemia Interactive has confirmed that the update is also available on the PlayStation and Xbox consoles, which means everyone can enjoy the fresh content.

https://twitter.com/DayZ/status/1463191730833047556

Talking about an update of huge caliber, this update allows modders to adopt new methods in their assets and achieve golden status with their creations. Furthermore, for all Server Owners, the weather can now be tweaked according to your will. Sunny or rainy, you will hold the fortune of human players in your hands. For more info on the patch, make sure you check the complete patch notes below:

DayZ 1.15 PC Patch Notes

UPDATE 1.15 – Version 1.15.154337 (Released on 23.11.2021)

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

  • AUR A1 assault rifle
  • AUR AX assault rifle
  • 30rd AUR magazine
  • Hunter vest
  • UI indicator when being hit
  • Craftable barbed wire baseball bat
  • Craftable Sawed-off LE-MAS
  • New female survivor
  • Sounds for switching the fire mode of a firearm
  • Day-time setting for night vision scopes
  • Metal wire can now be crafted out of barbed wire

FIXED

  • Ski masks and balaclavas would clip with several pieces of headgear
  • Fixed a server error caused by specific attachment slots
  • Electric appliances would always make plug-in sounds when the user was connecting to the server (https://feedback.bistudio.com/T159441)
  • The sawed-off version of the BK-43 had wrong fire mode names
  • Added a missing bed in the big yellow medical tent
  • Fixed bad collisions in the yellow medical tents
  • A killed chicken couldn’t be picked up properly in all cases
  • The fishing hook was not visible on the boonie hat on the ground
  • If a player died while in surrender stance, the death animation was played twice
  • Base building parts could become indestructible under specific circumstances
  • The CR-75 could not be damaged by gunfire
  • Small items could not be picked up from specific positions in car wrecks (https://feedback.bistudio.com/T160968, https://feedback.bistudio.com/T161261)
  • Livonia bunkers were missing textures of fallen leaves
  • Slicing rotten pumpkin produced raw pumpkin slices
  • Charcoal tables were only working for a very brief time window

CHANGED

  • Grenades can’t be pinned anymore, once the fuse has started
  • Adjusted the thresholds for energy and hydration levels
  • Food now takes longer to process in the stomach
  • Slightly reduced the health damage caused by dehydration and starvation
  • Adjusted weapon fire rates and recoil
  • Added new variants of muzzle flash for more variety
  • Secondary cooking processes were adjusted to not ruin the food in all cases (e.g. boiling already boiled food)
  • Changed the weight of tents to be more realistic
  • Head torches now count as eye-wear so they can be worn with other types of head gear
  • Removed ghillie wrap attachment slot from the sawed-off BK-43
  • It is now possible to craft rags using the shovel or farming hoe
  • Bushes drop more long sticks instead of short sticks
  • Dry bags can now be repaired with the tire repair kit (https://feedback.bistudio.com/T161090)
  • Removed grenade armor and cut protection from the high capacity vest
  • Unconsciousness caused by firearms lasts longer
  • Reduced the inventory size of the carp fillet from 2×3 to 1×3
  • Reworked conditions for allowed item combinations
  • Increased the volume of the LE-MAS reload sounds to make it more audible
  • Closed containers won’t show their cargo space anymore

CENTRAL ECONOMY

  • Fixed: Infected weren’t spawning at the Balota air field and military area
  • Fixed: Position of some loot spawn points on the western helicopter crash site
  • Fixed: Incorrect loot spawn points of Land_HouseBlock_2F1
  • Fixed: Incorrect loot spawn points of Land_House_2W01
  • Fixed: Livonia CE tiers 1 and 2 were mixed together (https://feedback.bistudio.com/T161247)

SERVER

  • Added: cfgweather.xml for configuring weather (documentation on the BI wiki)
  • Added: cfggameplay.json for configuring several gameplay elements (documentation on the BI wiki)
  • Added: cfggameplay.json can define custom object spawners json files to populate the world without the need to use central economy (documentation on the BI wiki)
  • Added: Basic XML errors for invalid XMLs
  • Fixed: Some mission files were not distributed in their lowercase form
  • Changed: Weather init removed from default init.c (now done automatically from c++)
  • Changed: FoodDecay parameter is now multiplier (instead of 0 – 1 toggle), meaning decay can be made faster or slower, 0 still switches it off

MODDING

  • Added: Particle overhaul, with the addition of “ParticleSource” and “ParticleManager”
  • Added: New script method PlayerBase::OnVoiceEventPlayback called per frame during voice sound event
  • Added: ErrorEx, script error message containing what class and function it came from
  • Added: HasActiveParticle for fast checking if the IEntity as any active particles
  • Added: GetParticleEmitorCount to quickly obtain the count of emitters
  • Added: IEntity::IsFlagSet for fast testing if a flag is present on the IEntity
  • Added: IEntity::IsHierarchyPositionOnly to check if it was added to a parent with “positionOnly” enabled
  • Added: Exposed AbstractWave::GetVolume to script API (https://feedback.bistudio.com/T161111)
  • Added: ParticleList.GetParticleIDByName, a faster alternative for ParticleList.GetParticleID
  • Added: CGame.IsDedicatedServer to check if the current instance of the game is a real server or not
  • Added: Differentiate put in cargo from inventory interaction and load/spawn in cargo (CanReceiveItemIntoCargo/CanLoadItemIntoCargo)
  • Fixed: Baseball bat cleanup: removed the bottom half of textures (unused) and adjusted UV amps accordingly. Fixed damage materials. All materials now have normal and specular maps, the _view rvmats are unused now
  • Fixed: OnExplodeClient should now support usage of modded particles
  • Fixed: Config entry “healthLevels” inside of “DamageSystem” not reading integers
  • Fixed: StartupEvent not being sent to CGame.OnEvent on script side
  • Fixed: ScriptModule.CallFunction always returning 0 even when succeeding
  • Fixed: SetDirection and SetOrientation not working on DayZCreature
  • Changed: IEntity::AddChild now returns a bool instead of int and has an updated description
  • Changed: IEntity::RemoveChild now returns a bool instead of void and takes an extra parameter to enable keeping of WS transform
  • Changed: Moved the AUG magazine’s textures and materials to the magazines folder
  • Changed: Reduced sizes of unused AUG textures to 256×256
  • Changed: Engine-level entity events are now protected (instead of private)

KNOWN ISSUES

  • A fire barrel might despawn when all attachments are removed

DayZ 1.15 Console Patch Notes

CONSOLE UPDATE 1.15 – Version 1.15.154330 (Released on 23.11.2021)

NOTES

  • In case of problems, please check the Bohemia Interactive support F.A.Q. or DayZ F.A.Q.
  • You can help us to further improve the game by posting your feedback on the Feedback Tracker.

GAME

ADDED

  • AUR A1 assault rifle
  • AUR AX assault rifle
  • 30rd AUR magazine
  • Hunter vest
  • UI indicator when being hit
  • Craftable barbed wire baseball bat
  • Craftable Sawed-off LE-MAS
  • New female survivor
  • Sounds for switching the fire mode of a firearm
  • Day-time setting for night vision optics
  • Metal wire can now be crafted out of barbed wire

FIXED

  • Fixed: “Open store” option for the Livonia DLC was stuck after entering the settings menu
  • Focus was lost in the inventory when navigating through the inventory of an infected
  • Ski masks and balaclavas would clip with several pieces of headgear
  • Fixed a server error caused by specific attachment slots
  • Electric appliances would always make plug-in sounds when the user was connecting to the server (https://feedback.bistudio.com/T159441)
  • The sawed-off version of the BK-43 had wrong fire mode names
  • Added a missing bed in the big yellow medical tent
  • Fixed bad collisions in the yellow medical tents
  • A killed chicken couldn’t be picked up properly in all cases
  • The fishing hook was not visible on the boonie hat on the ground
  • If a player died while in surrender stance, the death animation was played twice
  • Base building parts could become indestructible under specific circumstances
  • The CR-75 could not be damaged by gunfire
  • Small items could not be picked up from specific positions in car wrecks (https://feedback.bistudio.com/T160968, https://feedback.bistudio.com/T161261)
  • Livonia bunkers were missing textures of fallen leaves
  • Fixed a server error related to particles
  • The LE-MAS and sawed-off LE-MAS were missing their sounds for shooting when not chambered in prone stance
  • The ejection cover of the LE-MAS rifle clipped through the gun when chambering a round
  • Slicing rotten pumpkin produced raw pumpkin slices
  • Charcoal tablets were functioning only for a very short time
  • An empty fireplace (with no attachments) would not destroy itself if there was a cargo (now results in dropping items on the ground)

CHANGED

  • Grenades can’t be pinned anymore, once the fuse has started
  • Adjusted the thresholds for energy and hydration levels
  • Food now takes longer to process in the stomach
  • Slightly reduced the health damage caused by dehydration and starvation
  • Adjusted weapon fire rates and recoil
  • Added new variants of muzzle flash for more variety
  • Secondary cooking processes were adjusted to not ruin the food in all cases (e.g. boiling already boiled food)
  • Changed the weight of tents to be more realistic
  • Head torches now count as eye-wear so they can be worn with other types of head gear
  • Removed ghillie wrap attachment slot from the sawed-off BK-43
  • It is now possible to craft rags using the shovel or farming hoe
  • Bushes drop more long sticks instead of short sticks
  • Dry bags can now be repaired with the tire repair kit (https://feedback.bistudio.com/T161090)
  • Removed grenade armor and cut protection from the high capacity vest
  • Unconsciousness caused by firearms lasts longer
  • Reduced the inventory size of the carp fillet from 2×3 to 1×3
  • Increased the volume of the LE-MAS reload sounds to make it more audible
  • Adjusted attachment conditions for head gear, glasses, head straps and masks to make equipping more consistent
  • Closed containers won’t show their cargo space anymore

CENTRAL ECONOMY

  • Fixed: Infected weren’t spawning at the Balota air field and military area
  • Fixed: Position of some loot spawn points on the western helicopter crash site
  • Fixed: Incorrect loot spawn points of Land_HouseBlock_2F1
  • Fixed: Incorrect loot spawn points of Land_House_2W01
  • Fixed: Livonia CE tiers 1 and 2 were mixed together (https://feedback.bistudio.com/T161247)

SERVER

  • Added: cfgweather.xml for configuring weather (documentation on the BI wiki)
  • Added: cfggameplay.json for configuring several gameplay elements (documentation on the BI wiki)
  • Added: cfggameplay.json can define custom object spawners json files to populate the world without the need to use central economy (documentation on the BI wiki)
  • Added: Basic XML errors for invalid XMLs
  • Fixed: Crash fixes for the Linux server build
  • Fixed: Some mission files were not distributed in their lowercase form
  • Changed: Weather init removed from default init.c (now done automatically from c++)
  • Changed: FoodDecay parameter is now multiplier (instead of 0 – 1 toggle), meaning decay can be made faster or slower, 0 still switches it off
  • Tweaked: Linux server now also shuts down on SIGTERM/SIGQUIT in addition to SIGINT

KNOWN ISSUES

  • Flash lights cannot be toggled while attached to a helmet – a fix for this is in internal testing and will be deployed soon
  • A fire barrel might despawn when all attachments are removed
Tags: Bohemia InteractiveDayZ
ShareTweet
Previous Post

Xbox Games With Gold for December 2021

Next Post

Battlefield 2042 players are making Sundance Wingsuit Trainer Modes in Portal

Margarita Kicevski

Margarita Kicevski

My job is similar to Angel's, focus on news and updates, even though most of my work is taking care of two little devils. I am here to cover when most needed, and try to deliver the best I can. It's my fault pushing Angel to reboot ConsolePCGaming.com Wish me luck <3.

RELATEDPOSTS

News

Arma Reforger 1.4.0.29 Patch Fixes Crashes and Modding Issues Across Platforms

May 29, 2025
News

Arma Reforger Update 1.4 Brings Mod Support to PS5 and Fixes Key Issues

May 22, 2025
News

DayZ Creator Challenges Unity Over License Violation Claims Based on Questionable Email Data

May 14, 2025
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

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

Black Myth: Wukong Set to Arrive on Xbox Series X|S August 20

June 6, 2025

The Witcher 4 Might Draw Inspiration from Kingdom Come: Deliverance 2 and Baldur’s Gate 3

June 5, 2025

Enlisted’s Normandy Event Brings Historic D-Day Rewards and Rare Vehicles

June 5, 2025
EA Sports FC 25

Xbox Game Pass Welcomes EA Sports FC 25, The Alters, and More This June

June 5, 2025

CPGPATCH NOTES

News

League of Legends Patch 25.12 Preview: Rammus Gets a Major Makeover

by Mihaela Kicevski
June 3, 2025
Patch Notes

Elden Ring Nightreign Patch 1.01.1 Brings Solo Mode Perks and Bug Fixes

by Margarita Kicevski
June 2, 2025
News

Elden Ring Nightreign 1.02 Update Brings Auto-Revive and More Runes for Solo Players

by Mihaela Kicevski
May 30, 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