steamutils 1.3.65 → 1.3.67

Sign up to get free protection for your applications and to get access to all the features.
Files changed (167) hide show
  1. package/SteamClient.js +6 -3
  2. package/package.json +2 -2
  3. package/protos/csgo/base_gcmessages.proto +553 -0
  4. package/protos/csgo/connectionless_netmessages.proto +0 -2
  5. package/protos/csgo/cs_gameevents.proto +1 -0
  6. package/protos/csgo/cstrike15_gcmessages.proto +41 -12
  7. package/protos/csgo/cstrike15_usermessages.proto +0 -4
  8. package/protos/csgo/demo.proto +5 -0
  9. package/protos/csgo/econ_gcmessages.proto +0 -9
  10. package/protos/csgo/gcsdk_gcmessages.proto +2 -2
  11. package/protos/csgo/gcsystemmsgs.proto +1 -0
  12. package/protos/csgo/netmessages.proto +22 -8
  13. package/protos/csgo/networkbasetypes.proto +2 -0
  14. package/protos/csgo/steammessages.proto +23 -0
  15. package/protos/csgo/usercmd.proto +2 -1
  16. package/protos/csgo/usermessages.proto +31 -0
  17. package/protos/steam/enums.proto +58 -1
  18. package/protos/steam/enums_clientserver.proto +3 -34
  19. package/protos/steam/enums_productinfo.proto +1 -0
  20. package/protos/steam/htmlmessages.proto +12 -0
  21. package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
  22. package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
  23. package/protos/steam/steammessages_appoverview.proto +18 -1
  24. package/protos/steam/steammessages_auth.steamclient.proto +128 -188
  25. package/protos/steam/steammessages_base.proto +3 -0
  26. package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
  27. package/protos/steam/steammessages_chat.steamclient.proto +79 -290
  28. package/protos/steam/steammessages_client_objects.proto +4 -0
  29. package/protos/steam/steammessages_clientlanp2p.proto +1 -0
  30. package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
  31. package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
  32. package/protos/steam/steammessages_clientserver_2.proto +11 -0
  33. package/protos/steam/steammessages_clientserver_login.proto +1 -1
  34. package/protos/steam/steammessages_clientserver_mms.proto +228 -235
  35. package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
  36. package/protos/steam/steammessages_clientserver_uds.proto +1 -0
  37. package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
  38. package/protos/steam/steammessages_clientsettings.proto +46 -6
  39. package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
  40. package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
  41. package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
  42. package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
  43. package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
  44. package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
  45. package/protos/steam/steammessages_econ.steamclient.proto +12 -25
  46. package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
  47. package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
  48. package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
  49. package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
  50. package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
  51. package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
  52. package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
  53. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
  54. package/protos/steam/steammessages_market.steamclient.proto +9 -13
  55. package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
  56. package/protos/steam/steammessages_offline.steamclient.proto +2 -9
  57. package/protos/steam/steammessages_parental.steamclient.proto +100 -66
  58. package/protos/steam/steammessages_parties.steamclient.proto +6 -25
  59. package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
  60. package/protos/steam/steammessages_player.steamclient.proto +133 -278
  61. package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
  62. package/protos/steam/steammessages_qms.steamclient.proto +4 -18
  63. package/protos/steam/steammessages_remoteclient.proto +2 -1
  64. package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
  65. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
  66. package/protos/steam/steammessages_remoteplay.proto +1 -2
  67. package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
  68. package/protos/steam/steammessages_shader.steamclient.proto +6 -25
  69. package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
  70. package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
  71. package/protos/steam/steammessages_store.steamclient.proto +110 -77
  72. package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
  73. package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
  74. package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
  75. package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
  76. package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
  77. package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
  78. package/protos/steam/steammessages_vac.steamclient.proto +2 -9
  79. package/protos/steam/steammessages_video.steamclient.proto +25 -128
  80. package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
  81. package/protos/steam/webuimessages_achievements.proto +29 -0
  82. package/protos/steam/webuimessages_gamescope.proto +57 -0
  83. package/protos/steam/webuimessages_steamengine.proto +9 -0
  84. package/protos/steam/webuimessages_steamos.proto +114 -0
  85. package/protos/steam/webuimessages_transport.proto +4 -0
  86. package/protos/steam/webuimessages_transportvalidation.proto +14 -0
  87. package/test_steamclient.js +7 -11
  88. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
  89. package/protos/steam/renderer/rendermessages.proto +0 -893
  90. package/protos/steam/steammessages_star.steamclient.proto +0 -64
  91. package/protos/webui/common.proto +0 -5508
  92. package/protos/webui/common_base.proto +0 -27
  93. package/protos/webui/service_accountlinking.proto +0 -27
  94. package/protos/webui/service_accountprivacy.proto +0 -42
  95. package/protos/webui/service_auction.proto +0 -97
  96. package/protos/webui/service_authentication.proto +0 -222
  97. package/protos/webui/service_authenticationsupport.proto +0 -74
  98. package/protos/webui/service_broadcast.proto +0 -562
  99. package/protos/webui/service_chat.proto +0 -11
  100. package/protos/webui/service_chatroom.proto +0 -810
  101. package/protos/webui/service_chatusability.proto +0 -107
  102. package/protos/webui/service_clan.proto +0 -41
  103. package/protos/webui/service_clanchatrooms.proto +0 -25
  104. package/protos/webui/service_clanfaqs.proto +0 -202
  105. package/protos/webui/service_clientcomm.proto +0 -150
  106. package/protos/webui/service_clientmetrics.proto +0 -63
  107. package/protos/webui/service_cloud.proto +0 -222
  108. package/protos/webui/service_cloudconfigstore.proto +0 -51
  109. package/protos/webui/service_cloudgaming.proto +0 -30
  110. package/protos/webui/service_community.proto +0 -365
  111. package/protos/webui/service_econ.proto +0 -134
  112. package/protos/webui/service_embedded.proto +0 -24
  113. package/protos/webui/service_experimentservice.proto +0 -6
  114. package/protos/webui/service_fovasvideo.proto +0 -15
  115. package/protos/webui/service_friendmessages.proto +0 -133
  116. package/protos/webui/service_friendslist.proto +0 -70
  117. package/protos/webui/service_gamenotes.proto +0 -15
  118. package/protos/webui/service_helprequestlogs.proto +0 -26
  119. package/protos/webui/service_loyaltyrewards.proto +0 -252
  120. package/protos/webui/service_marketingmessages.proto +0 -184
  121. package/protos/webui/service_mobileapp.proto +0 -18
  122. package/protos/webui/service_mobileauth.proto +0 -24
  123. package/protos/webui/service_mobiledevice.proto +0 -26
  124. package/protos/webui/service_mobileperaccount.proto +0 -31
  125. package/protos/webui/service_news.proto +0 -101
  126. package/protos/webui/service_parental.proto +0 -178
  127. package/protos/webui/service_partnermembershipinvite.proto +0 -29
  128. package/protos/webui/service_partnerstorebrowse.proto +0 -6
  129. package/protos/webui/service_phone.proto +0 -51
  130. package/protos/webui/service_physicalgoods.proto +0 -15
  131. package/protos/webui/service_player.proto +0 -885
  132. package/protos/webui/service_promotioneventinvites.proto +0 -50
  133. package/protos/webui/service_promotionplanning.proto +0 -72
  134. package/protos/webui/service_publishedfile.proto +0 -687
  135. package/protos/webui/service_publishing.proto +0 -119
  136. package/protos/webui/service_quest.proto +0 -127
  137. package/protos/webui/service_salefeature.proto +0 -315
  138. package/protos/webui/service_saleitemrewards.proto +0 -54
  139. package/protos/webui/service_shoppingcart.proto +0 -108
  140. package/protos/webui/service_steamawards.proto +0 -19
  141. package/protos/webui/service_steamcharts.proto +0 -75
  142. package/protos/webui/service_steamengine.proto +0 -36
  143. package/protos/webui/service_steamlearn.proto +0 -727
  144. package/protos/webui/service_steamnotification.proto +0 -84
  145. package/protos/webui/service_steamtv.proto +0 -495
  146. package/protos/webui/service_steamvrvoicechat.proto +0 -67
  147. package/protos/webui/service_steamvrwebrtc.proto +0 -48
  148. package/protos/webui/service_storagedevicemanager.proto +0 -104
  149. package/protos/webui/service_store.proto +0 -289
  150. package/protos/webui/service_storeappsimilarity.proto +0 -76
  151. package/protos/webui/service_storebrowse.proto +0 -73
  152. package/protos/webui/service_storequery.proto +0 -97
  153. package/protos/webui/service_storesales.proto +0 -15
  154. package/protos/webui/service_storetopsellers.proto +0 -44
  155. package/protos/webui/service_systemmanager.proto +0 -11
  156. package/protos/webui/service_test_transporterror.proto +0 -6
  157. package/protos/webui/service_transportauth.proto +0 -12
  158. package/protos/webui/service_transportvalidation.proto +0 -69
  159. package/protos/webui/service_twofactor.proto +0 -181
  160. package/protos/webui/service_useraccount.proto +0 -138
  161. package/protos/webui/service_usergameactivity.proto +0 -34
  162. package/protos/webui/service_usergamenotes.proto +0 -53
  163. package/protos/webui/service_usernews.proto +0 -68
  164. package/protos/webui/service_userreviews.proto +0 -96
  165. package/protos/webui/service_video.proto +0 -128
  166. package/protos/webui/service_voicechat.proto +0 -139
  167. package/protos/webui/service_webrtc.proto +0 -52
@@ -1,7 +1,3 @@
1
- import "steammessages.proto";
2
- import "engine_gcmessages.proto";
3
- import "gcsdk_gcmessages.proto";
4
-
5
1
  enum ECsgoGCMsg {
6
2
  k_EMsgGCCStrike15_v2_Base = 9100;
7
3
  k_EMsgGCCStrike15_v2_MatchmakingStart = 9101;
@@ -101,8 +97,10 @@ enum ECsgoGCMsg {
101
97
  k_EMsgGCCStrike15_v2_GC2ClientInitSystem_Response = 9213;
102
98
  k_EMsgGCCStrike15_v2_PrivateQueues = 9214;
103
99
  k_EMsgGCCStrike15_v2_MatchListTournamentOperatorMgmt = 9215;
100
+ k_EMsgGCCStrike15_v2_BetaEnrollment = 9217;
104
101
  k_EMsgGCCStrike15_v2_SetPlayerLeaderboardSafeName = 9218;
105
102
  k_EMsgGCCStrike15_v2_ClientRedeemFreeReward = 9219;
103
+ k_EMsgGCCStrike15_v2_ClientNetworkConfig = 9220;
106
104
  }
107
105
 
108
106
  enum ECsgoSteamUserStat {
@@ -431,6 +429,13 @@ message CMsgGCCStrike15_v2_MatchmakingStop {
431
429
  optional int32 abandon = 1;
432
430
  }
433
431
 
432
+ message CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate_Note {
433
+ optional int32 type = 1;
434
+ optional int32 region_id = 2;
435
+ optional float region_r = 3;
436
+ optional float distance = 4;
437
+ }
438
+
434
439
  message CMsgGCCStrike15_v2_MatchmakingClient2ServerPing {
435
440
  repeated .GameServerPing gameserverpings = 1;
436
441
  optional int32 offset_index = 2;
@@ -439,16 +444,11 @@ message CMsgGCCStrike15_v2_MatchmakingClient2ServerPing {
439
444
  optional uint32 max_ping = 5;
440
445
  optional fixed32 test_token = 6;
441
446
  optional bytes search_key = 7;
447
+ repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate_Note notes = 8;
448
+ optional string debug_message = 9;
442
449
  }
443
450
 
444
451
  message CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate {
445
- message Note {
446
- optional int32 type = 1;
447
- optional int32 region_id = 2;
448
- optional float region_r = 3;
449
- optional float distance = 4;
450
- }
451
-
452
452
  optional int32 matchmaking = 1;
453
453
  repeated uint32 waiting_account_id_sessions = 2;
454
454
  optional string error = 3;
@@ -459,7 +459,7 @@ message CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate {
459
459
  repeated uint32 failready_account_id_sessions = 10;
460
460
  repeated uint32 vacbanned_account_id_sessions = 11;
461
461
  optional .IpAddressMask server_ipaddress_mask = 12;
462
- repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate.Note notes = 13;
462
+ repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate_Note notes = 13;
463
463
  repeated uint32 penalty_account_id_sessions_green = 14;
464
464
  repeated uint32 insufficientlevel_sessions = 15;
465
465
  repeated uint32 vsncheck_account_id_sessions = 16;
@@ -528,6 +528,7 @@ message CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve {
528
528
  optional uint32 rtime32_event_start = 16;
529
529
  optional uint32 tv_control = 17;
530
530
  repeated .OperationalVarValue op_var_values = 19;
531
+ optional uint32 socache_control = 20;
531
532
  }
532
533
 
533
534
  message CMsgGCCStrike15_v2_MatchmakingServerReservationResponse {
@@ -548,6 +549,8 @@ message CMsgGCCStrike15_v2_MatchmakingServerReservationResponse {
548
549
  optional uint32 steamdatagram_routing = 17;
549
550
  optional fixed32 test_token = 15;
550
551
  optional uint32 flags = 16;
552
+ optional uint32 system_load = 18;
553
+ optional uint32 cpus_online = 19;
551
554
  }
552
555
 
553
556
  message CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve {
@@ -558,6 +561,8 @@ message CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve {
558
561
  optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 5;
559
562
  optional string map = 6;
560
563
  optional string server_address = 7;
564
+ optional .DataCenterPing gs_ping = 8;
565
+ optional uint32 gs_location_id = 9;
561
566
  }
562
567
 
563
568
  message CMsgGCCStrike15_v2_MatchmakingServerRoundStats {
@@ -596,6 +601,7 @@ message CMsgGCCStrike15_v2_MatchmakingServerRoundStats {
596
601
  repeated int32 player_spawned = 29;
597
602
  repeated int32 team_spawn_count = 30;
598
603
  optional uint32 max_rounds = 31;
604
+ optional int32 map_id = 32;
599
605
  }
600
606
 
601
607
  message CMsgGCCStrike15_v2_MatchmakingClient2GCHello {
@@ -761,6 +767,13 @@ message CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded {
761
767
  optional uint32 upgraded_defidx = 5;
762
768
  optional uint32 operation_points_awarded = 6;
763
769
  optional uint32 free_rewards = 7;
770
+ optional uint32 xp_trail_remaining = 8;
771
+ optional int32 xp_trail_xp_needed = 9;
772
+ optional uint32 xp_trail_level = 10;
773
+ }
774
+
775
+ message CMsgGCCStrike15_v2_ClientNetworkConfig {
776
+ optional bytes data = 1;
764
777
  }
765
778
 
766
779
  message CMsgGCCStrike15_ClientDeepStats {
@@ -858,6 +871,8 @@ message CEconItemPreviewDataBlock {
858
871
  optional float scale = 4;
859
872
  optional float rotation = 5;
860
873
  optional uint32 tint_id = 6;
874
+ optional float offset_x = 7;
875
+ optional float offset_y = 8;
861
876
  }
862
877
 
863
878
  optional uint32 accountid = 1;
@@ -884,6 +899,10 @@ message CMsgGCCStrike15_v2_MatchEndRewardDropsNotification {
884
899
  optional .CEconItemPreviewDataBlock iteminfo = 6;
885
900
  }
886
901
 
902
+ message CMsgItemAcknowledged {
903
+ optional .CEconItemPreviewDataBlock iteminfo = 1;
904
+ }
905
+
887
906
  message CMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest {
888
907
  optional uint64 param_s = 1;
889
908
  optional uint64 param_a = 2;
@@ -1004,6 +1023,10 @@ message CMsgGCCStrike15_v2_Fantasy {
1004
1023
  repeated .CMsgGCCStrike15_v2_Fantasy.FantasyTeam teams = 2;
1005
1024
  }
1006
1025
 
1026
+ message CAttribute_String {
1027
+ optional string value = 1;
1028
+ }
1029
+
1007
1030
  message CMsgLegacySource1ClientWelcome {
1008
1031
  message Location {
1009
1032
  optional float latitude = 1;
@@ -1118,6 +1141,8 @@ message CSOPersonaDataPublic {
1118
1141
  optional int32 player_level = 1;
1119
1142
  optional .PlayerCommendationInfo commendation = 2;
1120
1143
  optional bool elevated_state = 3;
1144
+ optional uint32 xp_trail_timestamp_refresh = 4;
1145
+ optional uint32 xp_trail_level = 5;
1121
1146
  }
1122
1147
 
1123
1148
  message CMsgGC_GlobalGame_Subscribe {
@@ -1195,6 +1220,10 @@ message CMsgGCCStrike15_v2_ClientPlayerDecalSign {
1195
1220
  optional uint64 itemid = 2;
1196
1221
  }
1197
1222
 
1223
+ message CMsgGCCStrike15_v2_BetaEnrollment {
1224
+ optional uint32 eresult = 1;
1225
+ }
1226
+
1198
1227
  message CMsgGCCStrike15_v2_ClientLogonFatalError {
1199
1228
  optional uint32 errorcode = 1;
1200
1229
  optional string message = 2;
@@ -1,6 +1,3 @@
1
- import "networkbasetypes.proto";
2
- import "cstrike15_gcmessages.proto";
3
-
4
1
  enum ECstrike15UserMessages {
5
2
  CS_UM_VGUIMenu = 301;
6
3
  CS_UM_Geiger = 302;
@@ -76,7 +73,6 @@ enum ECstrike15UserMessages {
76
73
  CS_UM_RoundEndReportData = 379;
77
74
  CS_UM_CurrentRoundOdds = 380;
78
75
  CS_UM_DeepStats = 381;
79
- CS_UM_UtilMsg = 382;
80
76
  CS_UM_ShootInfo = 383;
81
77
  }
82
78
 
@@ -67,7 +67,12 @@ message CGameInfo {
67
67
  optional uint32 end_time = 11;
68
68
  }
69
69
 
70
+ message CCSGameInfo {
71
+ repeated int32 round_start_ticks = 1;
72
+ }
73
+
70
74
  optional .CGameInfo.CDotaGameInfo dota = 4;
75
+ optional .CGameInfo.CCSGameInfo cs = 5;
71
76
  }
72
77
 
73
78
  message CDemoFileInfo {
@@ -204,11 +204,6 @@ message CMsgGCGiftedItems {
204
204
  repeated uint32 recipients_accountids = 5;
205
205
  }
206
206
 
207
- message CMsgApplyAutograph {
208
- optional uint64 autograph_item_id = 1;
209
- optional uint64 item_item_id = 2;
210
- }
211
-
212
207
  message CMsgCasketItem {
213
208
  optional uint64 casket_item_id = 1;
214
209
  optional uint64 item_item_id = 2;
@@ -222,7 +217,3 @@ message CMsgGCItemCustomizationNotification {
222
217
  repeated uint64 item_id = 1;
223
218
  optional uint32 request = 2;
224
219
  }
225
-
226
- message CAttribute_String {
227
- optional string value = 1;
228
- }
@@ -1,9 +1,8 @@
1
- import "steammessages.proto";
2
-
3
1
  enum GCClientLauncherType {
4
2
  GCClientLauncherType_DEFAULT = 0;
5
3
  GCClientLauncherType_PERFECTWORLD = 1;
6
4
  GCClientLauncherType_STEAMCHINA = 2;
5
+ GCClientLauncherType_SOURCE2 = 3;
7
6
  }
8
7
 
9
8
  enum GCConnectionStatus {
@@ -162,6 +161,7 @@ message CMsgServerHello {
162
161
  optional bytes legacy_steamdatagram_routing = 6;
163
162
  optional uint32 required_internal_addr = 7;
164
163
  optional bytes steamdatagram_login = 8;
164
+ optional uint32 socache_control = 9;
165
165
  }
166
166
 
167
167
  message CMsgClientWelcome {
@@ -230,6 +230,7 @@ message CCommunity_GetGamePersonalDataEntries_Response {
230
230
  optional uint32 gceresult = 1;
231
231
  repeated string entries = 2;
232
232
  optional string continue_token = 3;
233
+ optional string continue_text = 4;
233
234
  }
234
235
 
235
236
  message CCommunity_TerminateGamePersonalDataEntries_Request {
@@ -56,6 +56,7 @@ enum SVC_Messages {
56
56
  enum VoiceDataFormat_t {
57
57
  VOICEDATA_FORMAT_STEAM = 0;
58
58
  VOICEDATA_FORMAT_ENGINE = 1;
59
+ VOICEDATA_FORMAT_OPUS = 2;
59
60
  }
60
61
 
61
62
  enum RequestPause_t {
@@ -132,6 +133,9 @@ message CMsgVoiceAudio {
132
133
  optional uint32 section_number = 4;
133
134
  optional uint32 sample_rate = 5;
134
135
  optional uint32 uncompressed_sample_offset = 6;
136
+ optional uint32 num_packets = 7;
137
+ repeated uint32 packet_offsets = 8 [packed = true];
138
+ optional float voice_level = 9;
135
139
  }
136
140
 
137
141
  message CCLCMsg_VoiceData {
@@ -185,9 +189,6 @@ message CCLCMsg_ServerStatus {
185
189
  optional bool simplified = 1;
186
190
  }
187
191
 
188
- message CCLCMsg_ServerPing {
189
- }
190
-
191
192
  message CCLCMsg_RequestPause {
192
193
  optional .RequestPause_t pause_type = 1 [default = RP_PAUSE];
193
194
  optional int32 pause_group = 2;
@@ -368,9 +369,14 @@ message CSVCMsg_PacketEntities {
368
369
  optional int32 baseline_index = 2;
369
370
  }
370
371
 
372
+ message non_transmitted_entities_t {
373
+ optional int32 header_count = 1;
374
+ optional bytes data = 2;
375
+ }
376
+
371
377
  optional int32 max_entries = 1;
372
378
  optional int32 updated_entries = 2;
373
- optional bool is_delta = 3;
379
+ optional bool legacy_is_delta = 3;
374
380
  optional bool update_baseline = 4;
375
381
  optional int32 baseline = 5;
376
382
  optional int32 delta_from = 6;
@@ -378,11 +384,16 @@ message CSVCMsg_PacketEntities {
378
384
  optional bool pending_full_frame = 8;
379
385
  optional uint32 active_spawngroup_handle = 9;
380
386
  optional uint32 max_spawngroup_creationsequence = 10;
381
- optional uint32 last_cmd_number = 11;
387
+ optional uint32 last_cmd_number_executed = 11;
388
+ optional sint32 last_cmd_number_recv_delta = 17;
382
389
  optional uint32 server_tick = 12;
383
390
  optional bytes serialized_entities = 13;
384
391
  optional .CSVCMsg_PacketEntities.command_queue_info_t command_queue_info = 14;
385
392
  repeated .CSVCMsg_PacketEntities.alternate_baseline_t alternate_baselines = 15;
393
+ optional uint32 has_pvs_vis_bits = 16;
394
+ optional uint32 last_cmd_recv_margin = 18;
395
+ optional .CSVCMsg_PacketEntities.non_transmitted_entities_t non_transmitted_entities = 19;
396
+ optional bytes dev_padding = 999;
386
397
  }
387
398
 
388
399
  message CSVCMsg_TempEntities {
@@ -493,6 +504,7 @@ message ProtoFlattenedSerializerField_t {
493
504
  optional int32 send_node_sym = 9;
494
505
  optional int32 var_encoder_sym = 10;
495
506
  repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
507
+ optional int32 var_serializer_sym = 12;
496
508
  }
497
509
 
498
510
  message ProtoFlattenedSerializer_t {
@@ -531,10 +543,12 @@ message CMsgServerNetworkStats {
531
543
  message Player {
532
544
  optional uint64 steamid = 1;
533
545
  optional string remote_addr = 2;
534
- optional int32 ping_stddev_ms = 3;
535
546
  optional int32 ping_avg_ms = 4;
536
547
  optional float packet_loss_pct = 5;
537
548
  optional bool is_bot = 6;
549
+ optional float loss_in = 7;
550
+ optional float loss_out = 8;
551
+ optional int32 engine_latency_ms = 9;
538
552
  }
539
553
 
540
554
  optional bool dedicated = 1;
@@ -549,8 +563,8 @@ message CMsgServerNetworkStats {
549
563
  optional int32 num_tv_relays = 11;
550
564
  optional float fps = 12;
551
565
  repeated .CMsgServerNetworkStats.Port ports = 17;
552
- optional float avg_latency_out = 18;
553
- optional float avg_latency_in = 19;
566
+ optional float avg_ping_ms = 18;
567
+ optional float avg_engine_latency_out = 19;
554
568
  optional float avg_packets_out = 20;
555
569
  optional float avg_packets_in = 21;
556
570
  optional float avg_loss_out = 22;
@@ -119,6 +119,8 @@ message CNETMsg_Tick {
119
119
  optional uint32 host_loss = 7;
120
120
  optional uint32 host_unfiltered_frametime = 8;
121
121
  optional uint32 hltv_replay_flags = 9;
122
+ optional uint32 expected_long_tick = 10;
123
+ optional string expected_long_tick_reason = 11;
122
124
  }
123
125
 
124
126
  message CNETMsg_StringCmd {
@@ -443,7 +443,28 @@ message CMsgGCGetPartnerAccountLink_Response {
443
443
  optional bool is_adult = 5;
444
444
  }
445
445
 
446
+ message CMsgGCAddressMask {
447
+ optional fixed32 ipv4 = 1;
448
+ optional uint32 maskbits = 2 [default = 32];
449
+ }
450
+
451
+ message CMsgGCAddressMaskGroup {
452
+ repeated .CMsgGCAddressMask addrs = 1;
453
+ }
454
+
446
455
  message CMsgGCRoutingInfo {
456
+ message TokenBucketConfiguration {
457
+ optional int32 tokens_start = 1;
458
+ optional int32 tokens_grant = 2;
459
+ optional int32 grant_seconds = 3;
460
+ }
461
+
462
+ message PolicyRule {
463
+ optional int32 account_type = 1;
464
+ optional int32 address_mask_group_id = 2;
465
+ optional .CMsgGCRoutingInfo.TokenBucketConfiguration token_bucket = 3;
466
+ }
467
+
447
468
  enum RoutingMethod {
448
469
  RANDOM = 0;
449
470
  DISCARD = 1;
@@ -457,6 +478,7 @@ message CMsgGCRoutingInfo {
457
478
  optional .CMsgGCRoutingInfo.RoutingMethod fallback = 3 [default = DISCARD];
458
479
  optional uint32 protobuf_field = 4;
459
480
  optional string webapi_param = 5;
481
+ repeated .CMsgGCRoutingInfo.PolicyRule policy_rules = 6;
460
482
  }
461
483
 
462
484
  message CMsgGCMsgMasterSetWebAPIRouting {
@@ -476,6 +498,7 @@ message CMsgGCMsgMasterSetClientMsgRouting {
476
498
  }
477
499
 
478
500
  repeated .CMsgGCMsgMasterSetClientMsgRouting.Entry entries = 1;
501
+ repeated .CMsgGCAddressMaskGroup address_mask_groups = 2;
479
502
  }
480
503
 
481
504
  message CMsgGCMsgMasterSetWebAPIRouting_Response {
@@ -10,6 +10,8 @@ message CSubtickMoveStep {
10
10
  optional uint64 button = 1;
11
11
  optional bool pressed = 2;
12
12
  optional float when = 3;
13
+ optional float analog_forward_delta = 4;
14
+ optional float analog_left_delta = 5;
13
15
  }
14
16
 
15
17
  message CBaseUserCmdPB {
@@ -25,7 +27,6 @@ message CBaseUserCmdPB {
25
27
  optional int32 random_seed = 10;
26
28
  optional int32 mousedx = 11;
27
29
  optional int32 mousedy = 12;
28
- optional bool hasbeenpredicted = 13;
29
30
  optional uint32 pawn_entity_handle = 14 [default = 16777215];
30
31
  repeated .CSubtickMoveStep subtick_moves = 18;
31
32
  optional bytes move_crc = 19;
@@ -19,6 +19,7 @@ enum EBaseUserMessages {
19
19
  UM_SayTextChannel = 119;
20
20
  UM_Shake = 120;
21
21
  UM_ShakeDir = 121;
22
+ UM_WaterShake = 122;
22
23
  UM_TextMsg = 124;
23
24
  UM_ScreenTilt = 125;
24
25
  UM_VoiceMask = 128;
@@ -163,6 +164,13 @@ message CUserMessageShakeDir {
163
164
  optional .CMsgVector direction = 2;
164
165
  }
165
166
 
167
+ message CUserMessageWaterShake {
168
+ optional uint32 command = 1;
169
+ optional float amplitude = 2;
170
+ optional float frequency = 3;
171
+ optional float duration = 4;
172
+ }
173
+
166
174
  message CUserMessageScreenTilt {
167
175
  optional uint32 command = 1;
168
176
  optional bool ease_in_out = 2;
@@ -334,6 +342,8 @@ message CUserMsg_ParticleManager {
334
342
  optional bool apply_voice_ban_rules = 5;
335
343
  optional int32 team_behavior = 6;
336
344
  optional string control_point_configuration = 7;
345
+ optional bool cluster = 8;
346
+ optional float endcap_time = 9;
337
347
  }
338
348
 
339
349
  message DestroyParticle {
@@ -634,6 +644,13 @@ message CUserMessage_DllStatus {
634
644
  optional string string_value = 4;
635
645
  }
636
646
 
647
+ message CModule {
648
+ optional uint64 base_addr = 1;
649
+ optional string name = 2;
650
+ optional uint32 size = 3;
651
+ optional uint32 timestamp = 4;
652
+ }
653
+
637
654
  optional string file_report = 1;
638
655
  optional string command_line = 2;
639
656
  optional uint32 total_files = 3;
@@ -641,6 +658,7 @@ message CUserMessage_DllStatus {
641
658
  optional int32 osversion = 5;
642
659
  optional uint64 client_time = 6;
643
660
  repeated .CUserMessage_DllStatus.CVDiagnostic diagnostics = 7;
661
+ repeated .CUserMessage_DllStatus.CModule modules = 8;
644
662
  }
645
663
 
646
664
  message CUserMessageRequestInventory {
@@ -675,6 +693,7 @@ message CUserMessage_Inventory_Response {
675
693
  optional int32 inv_type = 11;
676
694
  optional int32 build_version = 12;
677
695
  optional int32 instance = 13;
696
+ optional int64 start_time = 15;
678
697
  }
679
698
 
680
699
  message CUserMessageRequestDiagnostic {
@@ -690,6 +709,8 @@ message CUserMessageRequestDiagnostic {
690
709
  optional int64 detail = 9;
691
710
  optional string name = 10;
692
711
  optional string alias = 11;
712
+ optional bytes vardetail = 12;
713
+ optional int32 context = 13;
693
714
  }
694
715
 
695
716
  repeated .CUserMessageRequestDiagnostic.Diagnostic diagnostics = 1;
@@ -705,11 +726,21 @@ message CUserMessage_Diagnostic_Response {
705
726
  optional int64 base = 6;
706
727
  optional int64 range = 7;
707
728
  optional int32 type = 8;
729
+ optional string name = 10;
730
+ optional string alias = 11;
731
+ optional bytes backup = 12;
732
+ optional int32 context = 13;
733
+ optional int64 control = 14;
734
+ optional int64 augment = 15;
735
+ optional int64 placebo = 16;
708
736
  }
709
737
 
710
738
  repeated .CUserMessage_Diagnostic_Response.Diagnostic diagnostics = 1;
711
739
  optional int32 build_version = 2;
712
740
  optional int32 instance = 3;
741
+ optional int64 start_time = 4;
742
+ optional int32 osversion = 5;
743
+ optional int32 platform = 6;
713
744
  }
714
745
 
715
746
  message CUserMessage_ExtraUserData {
@@ -59,9 +59,10 @@ enum EPersonaStateFlag {
59
59
 
60
60
  enum EContentCheckProvider {
61
61
  k_EContentCheckProvider_Invalid = 0;
62
- k_EContentCheckProvider_Google = 1;
62
+ k_EContentCheckProvider_Google_DEPRECATED = 1;
63
63
  k_EContentCheckProvider_Amazon = 2;
64
64
  k_EContentCheckProvider_Local = 3;
65
+ k_EContentCheckProvider_GoogleVertexAI = 4;
65
66
  }
66
67
 
67
68
  enum EProfileCustomizationType {
@@ -130,6 +131,12 @@ enum ESystemFanControlMode {
130
131
  k_SystemFanControlMode_Default = 2;
131
132
  }
132
133
 
134
+ enum EStartupMovieVariant {
135
+ k_EStartupMovieVariant_Invalid = 0;
136
+ k_EStartupMovieVariant_Default = 1;
137
+ k_EStartupMovieVariant_Orange = 2;
138
+ }
139
+
133
140
  enum EColorGamutLabelSet {
134
141
  k_ColorGamutLabelSet_Default = 0;
135
142
  k_ColorGamutLabelSet_sRGB_Native = 1;
@@ -233,6 +240,29 @@ enum ESplitScalingScaler {
233
240
  k_ESplitScalingScaler_Stretch = 5;
234
241
  }
235
242
 
243
+ enum EGamescopeBlurMode {
244
+ k_EGamescopeBlurMode_Disabled = 0;
245
+ k_EGamescopeBlurMode_IfOccluded = 1;
246
+ k_EGamescopeBlurMode_Always = 2;
247
+ }
248
+
249
+ enum ESLSHelper {
250
+ k_ESLSHelper_Invalid = 0;
251
+ k_ESLSHelper_Minidump = 1;
252
+ k_ESLSHelper_Kdump = 2;
253
+ k_ESLSHelper_Journal = 3;
254
+ k_ESLSHelper_Gpu = 4;
255
+ k_ESLSHelper_SystemInfo = 5;
256
+ }
257
+
258
+ enum EHDRVisualization {
259
+ k_EHDRVisualization_None = 0;
260
+ k_EHDRVisualization_Heatmap = 1;
261
+ k_EHDRVisualization_Analysis = 2;
262
+ k_EHDRVisualization_HeatmapExtended = 3;
263
+ k_EHDRVisualization_HeatmapClassic = 4;
264
+ }
265
+
236
266
  enum EHDRToneMapOperator {
237
267
  k_EHDRToneMapOperator_Invalid = 0;
238
268
  k_EHDRToneMapOperator_Uncharted = 1;
@@ -311,6 +341,14 @@ enum ESteamDeckCompatibilityResultDisplayType {
311
341
  k_ESteamDeckCompatibilityResultDisplayType_Verified = 4;
312
342
  }
313
343
 
344
+ enum ESteamDeckCompatibilityTestResult {
345
+ k_ESteamDeckCompatibilityTestResult_Invalid = 0;
346
+ k_ESteamDeckCompatibilityTestResult_NotApplicable = 1;
347
+ k_ESteamDeckCompatibilityTestResult_Pass = 2;
348
+ k_ESteamDeckCompatibilityTestResult_Fail = 3;
349
+ k_ESteamDeckCompatibilityTestResult_FailMinor = 4;
350
+ }
351
+
314
352
  enum EACState {
315
353
  k_EACState_Unknown = 0;
316
354
  k_EACState_Disconnected = 1;
@@ -442,3 +480,22 @@ enum ECloudGamingPlatform {
442
480
  k_ECloudGamingPlatformValve = 1;
443
481
  k_ECloudGamingPlatformNVIDIA = 2;
444
482
  }
483
+
484
+ enum ECompromiseDetectionType {
485
+ k_ECompromiseDetectionType_None = 0;
486
+ k_ECompromiseDetectionType_TradeEvent = 1;
487
+ k_ECompromiseDetectionType_ApiCallRate = 2;
488
+ }
489
+
490
+ enum EAsyncGameSessionUserState {
491
+ k_EAsyncGameSessionUserStateUnknown = -1;
492
+ k_EAsyncGameSessionUserStateWaitingForOthers = 0;
493
+ k_EAsyncGameSessionUserStateReadyForAction = 1;
494
+ k_EAsyncGameSessionUserStateDone = 2;
495
+ }
496
+
497
+ enum EAsyncGameSessionUserVisibility {
498
+ k_EAsyncGameSessionUserVisibilityEnvelopeAndSessionList = 0;
499
+ k_EAsyncGameSessionUserVisibilitySessionListOnly = 1;
500
+ k_EAsyncGameSessionUserVisibilityDismissed = 2;
501
+ }
@@ -119,8 +119,6 @@ enum EMsg {
119
119
  k_EMsgAMCancelLicense = 511;
120
120
  k_EMsgAMInitPurchase = 512;
121
121
  k_EMsgAMPurchaseResponse = 513;
122
- k_EMsgAMGetFinalPrice = 514;
123
- k_EMsgAMGetFinalPriceResponse = 515;
124
122
  k_EMsgAMGetLegacyGameKey = 516;
125
123
  k_EMsgAMGetLegacyGameKeyResponse = 517;
126
124
  k_EMsgAMFindHungTransactions = 518;
@@ -489,9 +487,6 @@ enum EMsg {
489
487
  k_EMsgBaseDP = 1600;
490
488
  k_EMsgDPSetPublishingState = 1601;
491
489
  k_EMsgDPUniquePlayersStat = 1603;
492
- k_EMsgDPStreamingUniquePlayersStat = 1604;
493
- k_EMsgDPBlockingStats = 1607;
494
- k_EMsgDPNatTraversalStats = 1608;
495
490
  k_EMsgDPCloudStats = 1612;
496
491
  k_EMsgDPGetPlayerCount = 1615;
497
492
  k_EMsgDPGetPlayerCountResponse = 1616;
@@ -594,7 +589,6 @@ enum EMsg {
594
589
  k_EMsgBaseAMRange2 = 4000;
595
590
  k_EMsgAMCreateChat = 4001;
596
591
  k_EMsgAMCreateChatResponse = 4002;
597
- k_EMsgAMSetProfileURL = 4005;
598
592
  k_EMsgAMGetAccountEmailAddress = 4006;
599
593
  k_EMsgAMGetAccountEmailAddressResponse = 4007;
600
594
  k_EMsgAMRequestClanData = 4008;
@@ -695,7 +689,6 @@ enum EMsg {
695
689
  k_EMsgAMSetUserNewsSubscriptions = 4149;
696
690
  k_EMsgAMSendQueuedEmails = 4152;
697
691
  k_EMsgAMSetLicenseFlags = 4153;
698
- k_EMsgCommunityDeleteUserNews = 4155;
699
692
  k_EMsgAMGetAccountStatus = 4158;
700
693
  k_EMsgAMGetAccountStatusResponse = 4159;
701
694
  k_EMsgAMEditBanReason = 4160;
@@ -890,23 +883,9 @@ enum EMsg {
890
883
  k_EMsgPSGetAccountCartContents = 5013;
891
884
  k_EMsgPSGetAccountCartContentsResponse = 5014;
892
885
  k_EMsgBaseUFSRange = 5200;
893
- k_EMsgClientUFSUploadFileRequest = 5202;
894
- k_EMsgClientUFSUploadFileResponse = 5203;
895
- k_EMsgClientUFSUploadFileChunk = 5204;
896
- k_EMsgClientUFSUploadFileFinished = 5205;
897
- k_EMsgClientUFSGetFileListForApp = 5206;
898
- k_EMsgClientUFSGetFileListForAppResponse = 5207;
899
- k_EMsgClientUFSDownloadRequest = 5210;
900
- k_EMsgClientUFSDownloadResponse = 5211;
901
- k_EMsgClientUFSDownloadChunk = 5212;
902
- k_EMsgClientUFSLoginRequest = 5213;
903
- k_EMsgClientUFSLoginResponse = 5214;
904
886
  k_EMsgUFSReloadPartitionInfo = 5215;
905
- k_EMsgClientUFSTransferHeartbeat = 5216;
906
887
  k_EMsgUFSSynchronizeFile = 5217;
907
888
  k_EMsgUFSSynchronizeFileResponse = 5218;
908
- k_EMsgClientUFSDeleteFileRequest = 5219;
909
- k_EMsgClientUFSDeleteFileResponse = 5220;
910
889
  k_EMsgClientUFSGetUGCDetails = 5226;
911
890
  k_EMsgClientUFSGetUGCDetailsResponse = 5227;
912
891
  k_EMsgUFSUpdateFileFlags = 5228;
@@ -932,8 +911,6 @@ enum EMsg {
932
911
  k_EMsgUFSDownloadFinishRequest = 5248;
933
912
  k_EMsgUFSDownloadFinishResponse = 5249;
934
913
  k_EMsgUFSFlushURLCache = 5250;
935
- k_EMsgClientUFSUploadCommit = 5251;
936
- k_EMsgClientUFSUploadCommitResponse = 5252;
937
914
  k_EMsgUFSMigrateFileAppID = 5253;
938
915
  k_EMsgUFSMigrateFileAppIDResponse = 5254;
939
916
  k_EMsgBaseClient2 = 5400;
@@ -984,7 +961,7 @@ enum EMsg {
984
961
  k_EMsgClientResetForgottenPassword3 = 5460;
985
962
  k_EMsgClientRequestForgottenPasswordEmail3 = 5461;
986
963
  k_EMsgClientNewLoginKey = 5463;
987
- k_EMsgClientNewLoginKeyAccepted = 5464;
964
+ k_EMsgClientNewLoginKeyAccepted_Deprecated = 5464;
988
965
  k_EMsgClientLogOnWithHash_Deprecated = 5465;
989
966
  k_EMsgClientStoreUserStats2 = 5466;
990
967
  k_EMsgClientStatsUpdated = 5467;
@@ -1325,15 +1302,6 @@ enum EMsg {
1325
1302
  k_EMsgClientUGSGetGlobalStatsResponse = 7902;
1326
1303
  k_EMsgStoreBase = 8000;
1327
1304
  k_EMsgUMQBase = 8100;
1328
- k_EMsgUMQLogonRequest = 8100;
1329
- k_EMsgUMQLogonResponse = 8101;
1330
- k_EMsgUMQLogoffRequest = 8102;
1331
- k_EMsgUMQLogoffResponse = 8103;
1332
- k_EMsgUMQSendChatMessage = 8104;
1333
- k_EMsgUMQIncomingChatMessage = 8105;
1334
- k_EMsgUMQPoll = 8106;
1335
- k_EMsgUMQPollResults = 8107;
1336
- k_EMsgUMQ2AM_ClientMsgBatch = 8108;
1337
1305
  k_EMsgWorkshopBase = 8200;
1338
1306
  k_EMsgWebAPIBase = 8300;
1339
1307
  k_EMsgWebAPIValidateOAuth2Token = 8300;
@@ -1418,7 +1386,6 @@ enum EMsg {
1418
1386
  k_EMsgSLCSharedLicensesLockStatus = 9402;
1419
1387
  k_EMsgClientSharedLibraryLockStatus = 9405;
1420
1388
  k_EMsgClientSharedLibraryStopPlaying = 9406;
1421
- k_EMsgSLCOwnerLibraryChanged = 9407;
1422
1389
  k_EMsgSLCSharedLibraryChanged = 9408;
1423
1390
  k_EMsgRemoteClientBase = 9500;
1424
1391
  k_EMsgRemoteClientAuth_OBSOLETE = 9500;
@@ -1483,6 +1450,8 @@ enum EMsg {
1483
1450
  k_EMsgWGConnectionValidateUserTokenResponse = 12202;
1484
1451
  k_EMsgWGConnectionLegacyWGRequest = 12203;
1485
1452
  k_EMsgWGConnectionLegacyWGResponse = 12204;
1453
+ k_EMsgClientPendingGameLaunch = 12300;
1454
+ k_EMsgClientPendingGameLaunchResponse = 12301;
1486
1455
  }
1487
1456
 
1488
1457
  enum EClientPersonaStateFlag {
@@ -10,4 +10,5 @@ enum EContentDescriptorID {
10
10
  k_EContentDescriptor_AdultOnlySexualContent = 3;
11
11
  k_EContentDescriptor_GratuitousSexualContent = 4;
12
12
  k_EContentDescriptor_AnyMatureContent = 5;
13
+ k_EContentDescriptorMAX = 6;
13
14
  }