Official patch notes

Deadlock update
Build 24441153
28 Jul 2026, 22:49 UTC
Technical changes
4 files changed
+9 additions-9 removals
Technical changes
Changed files
4 tracked files.
4 files+9-9
MProtobufs/usermessages.proto+3-3
Protobufs/usermessages.proto
+3-3
@@ -238,8 +238,8 @@ message CUserMessageSendAudio {
238238 }
239239
240240 message CUserMessageAudioParameter {
241- optional uint32 parameter_type = 1;
242- optional uint32 name_hash_code = 2;
241+ optional uint32 parameter_type = 1 [default = 0];
242+ optional uint32 name_hash_code = 2 [default = 0];
243243 optional float value = 3;
244244 optional uint32 int_value = 4;
245245 }
@@ -664,7 +664,7 @@ message CUserMessageHapticsManagerPulse {
664664
665665 message CUserMessageHapticsManagerEffect {
666666 optional int32 hand_id = 1;
667- optional uint32 effect_name_hash_code = 2;
667+ optional uint32 effect_name_hash_code = 2 [default = 0];
668668 optional float effect_scale = 3;
669669 }
Mgame/citadel/pak01_dir.txt+1-1
game/citadel/pak01_dir.txt
+1-1
@@ -50383,7 +50383,7 @@ scenes/conversations/match_start_yamato_priest_convo01.vcd_c CRC:00123410ee size
5038350383 scenes/conversations/match_start_yamato_priest_convo02.vcd_c CRC:00a7de5a24 size:1491
5038450384 scenes/conversations/match_start_yamato_priest_convo03.vcd_c CRC:00623c3d9b size:1433
5038550385 scenes/conversations_vcdlist.vrman_c CRC:00140f1ee3 size:102137
50386-scripts/abilities.vdata_c CRC:00e26aee70 size:495847
50386+scripts/abilities.vdata_c CRC:0022ecb911 size:495863
5038750387 scripts/accolades.vdata_c CRC:00fb48c5fd size:3228
5038850388 scripts/book_library.txt CRC:00100347b4 size:2319
5038950389 scripts/bots/bot_difficulty.vdata_c CRC:000c1b9323 size:2424
Mgame/citadel/pak01_dir/scripts/abilities.vdata+1-1
game/citadel/pak01_dir/scripts/abilities.vdata
+1-1
@@ -159633,8 +159633,8 @@
159633159633 _my_subclass_name = "doorway_door_distance_scale_fuinction"
159634159634 m_vecScalingStats =
159635159635 [
159636- "ETechPower",
159637159636 "ETechRange",
159637+ "ETechPower",
159638159638 ]
159639159639 m_eSpecificStatScaleType = "ETechPower"
159640159640 m_flStatScale = 0.0
Mgame/citadel/steam.inf+4-4
game/citadel/steam.inf
+4-4
@@ -1,9 +1,9 @@
1-ClientVersion=6643
2-ServerVersion=6643
1+ClientVersion=6644
2+ServerVersion=6644
33 ProductName=citadel
44 appID=1422450
55 ServerAppID=1422460
66 ToolsAppID=211
7-SourceRevision=10861346
7+SourceRevision=10861902
88 VersionDate=Jul 28 2026
9-VersionTime=14:33:21
9+VersionTime=15:39:35
Update information⌄
- Build
- 24441153
- Associated changelist
- 37600781
- Game version
- 6644
Found something incorrect?
Report a missing patch note, incorrect file change, or other problem.