Deadlock update

Build 24523601

2 Aug 2026, 23:18 UTC

Official patch notes

Not available

Technical changes

4 files changed

+9 additions-9 removals
View file changes

Technical changes

Changed files

4 tracked files.

4 files+9-9
M
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 }
M
game/citadel/pak01_dir.txt
+1-1
@@ -34217,7 +34217,7 @@ panorama/styles/hero_sorted_ability_menu.vcss_c CRC:00527db993 size:2439
3421734217 panorama/styles/hero_stats_display.vcss_c CRC:00aeacec21 size:4334
3421834218 panorama/styles/hero_testing/triggered_panel.vcss_c CRC:003e6ba7e6 size:1747
3421934219 panorama/styles/hero_testing_menu.vcss_c CRC:0011738e4f size:13321
34220-panorama/styles/hideout/hideout_in_world_ranked.vcss_c CRC:00020067c5 size:35680
34220+panorama/styles/hideout/hideout_in_world_ranked.vcss_c CRC:00c69692ea size:35671
3422134221 panorama/styles/hideout_in_world_text_label.vcss_c CRC:00574199f8 size:1609
3422234222 panorama/styles/hud.vcss_c CRC:0046c00b6d size:110277
3422334223 panorama/styles/hud_abilities.vcss_c CRC:00580671e2 size:36200
M
game/citadel/pak01_dir/panorama/styles/hideout/hideout_in_world_ranked.css
+1-1
@@ -777,7 +777,7 @@
777777 .RankedMatchLatestOutcomesContainer #RankedMatchLatestOutcomes
778778 {
779779 width: 96px;
780- flow-children: up;
780+ flow-children: down;
781781 }
782782
783783 .RankedMatchLatestOutcomesContainer #RankedMatchLatestOutcomes .MatchOutcome
M
game/citadel/steam.inf
+4-4
@@ -1,9 +1,9 @@
1-ClientVersion=6665
2-ServerVersion=6665
1+ClientVersion=6666
2+ServerVersion=6666
33 ProductName=citadel
44 appID=1422450
55 ServerAppID=1422460
66 ToolsAppID=211
7-SourceRevision=10876560
7+SourceRevision=10876671
88 VersionDate=Aug 02 2026
9-VersionTime=10:08:50
9+VersionTime=16:09:42
Update information
Build
24523601
Associated changelist
37720170
Game version
6666

Found something incorrect?

Report a missing patch note, incorrect file change, or other problem.