steamutils 1.3.68 → 1.3.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/.idea/deployment.xml +8 -1
  2. package/.idea/steamutils.iml +1 -1
  3. package/.idea/vcs.xml +1 -1
  4. package/.prettierrc.json +3 -3
  5. package/SteamClient.js +2417 -2417
  6. package/bufferHelpers.js +115 -115
  7. package/cheerio.js +103 -103
  8. package/const.js +336 -336
  9. package/create_remote_file.js +66 -66
  10. package/free_packages.json +10048 -10048
  11. package/index.js +39 -0
  12. package/package.json +1 -1
  13. package/protos/csgo/base_gcmessages.proto +553 -553
  14. package/protos/csgo/base_gcmessages_csgo.proto +547 -547
  15. package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
  16. package/protos/csgo/clientmessages.proto +48 -48
  17. package/protos/csgo/connectionless_netmessages.proto +17 -17
  18. package/protos/csgo/cs_gameevents.proto +35 -35
  19. package/protos/csgo/cs_usercmd.proto +34 -34
  20. package/protos/csgo/cstrike15_gcmessages.proto +1431 -1431
  21. package/protos/csgo/cstrike15_usermessages.proto +592 -592
  22. package/protos/csgo/demo.proto +165 -165
  23. package/protos/csgo/econ_gcmessages.proto +219 -219
  24. package/protos/csgo/engine_gcmessages.proto +14 -14
  25. package/protos/csgo/enums_clientserver.proto +1529 -1529
  26. package/protos/csgo/fatdemo.proto +125 -125
  27. package/protos/csgo/gameevents.proto +120 -120
  28. package/protos/csgo/gcsdk_gcmessages.proto +323 -323
  29. package/protos/csgo/gcsystemmsgs.proto +243 -243
  30. package/protos/csgo/netmessages.proto +618 -618
  31. package/protos/csgo/network_connection.proto +126 -126
  32. package/protos/csgo/networkbasetypes.proto +246 -246
  33. package/protos/csgo/networksystem_protomessages.proto +17 -17
  34. package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
  35. package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
  36. package/protos/csgo/steammessages.proto +620 -620
  37. package/protos/csgo/steammessages_base.proto +301 -301
  38. package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
  39. package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
  40. package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
  41. package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
  42. package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
  43. package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
  44. package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -30
  45. package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
  46. package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
  47. package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
  48. package/protos/csgo/te.proto +259 -259
  49. package/protos/csgo/uifontfile_format.proto +13 -13
  50. package/protos/csgo/usercmd.proto +39 -39
  51. package/protos/csgo/usermessages.proto +752 -752
  52. package/protos/csgo/valveextensions.proto +17 -17
  53. package/protos/google/protobuf/descriptor.proto +281 -281
  54. package/protos/steam/clientmetrics.proto +45 -45
  55. package/protos/steam/content_manifest.proto +62 -62
  56. package/protos/steam/contenthubs.proto +41 -41
  57. package/protos/steam/encrypted_app_ticket.proto +10 -10
  58. package/protos/steam/enums.proto +501 -501
  59. package/protos/steam/enums_clientserver.proto +1508 -1508
  60. package/protos/steam/enums_productinfo.proto +14 -14
  61. package/protos/steam/htmlmessages.proto +1039 -1039
  62. package/protos/steam/offline_ticket.proto +8 -8
  63. package/protos/steam/steamdatagram_messages_auth.proto +65 -65
  64. package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
  65. package/protos/steam/steammessages_accounthardware.steamclient.proto +167 -167
  66. package/protos/steam/steammessages_appoverview.proto +204 -204
  67. package/protos/steam/steammessages_auth.steamclient.proto +375 -375
  68. package/protos/steam/steammessages_base.proto +335 -335
  69. package/protos/steam/steammessages_broadcast.steamclient.proto +618 -618
  70. package/protos/steam/steammessages_chat.steamclient.proto +1070 -1070
  71. package/protos/steam/steammessages_client_objects.proto +649 -649
  72. package/protos/steam/steammessages_clientlanp2p.proto +43 -43
  73. package/protos/steam/steammessages_clientmetrics.steamclient.proto +192 -192
  74. package/protos/steam/steammessages_clientnotificationtypes.proto +250 -250
  75. package/protos/steam/steammessages_clientserver.proto +392 -392
  76. package/protos/steam/steammessages_clientserver_2.proto +771 -771
  77. package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
  78. package/protos/steam/steammessages_clientserver_friends.proto +260 -260
  79. package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
  80. package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
  81. package/protos/steam/steammessages_clientserver_login.proto +167 -167
  82. package/protos/steam/steammessages_clientserver_mms.proto +233 -233
  83. package/protos/steam/steammessages_clientserver_ucm.proto +207 -207
  84. package/protos/steam/steammessages_clientserver_uds.proto +125 -125
  85. package/protos/steam/steammessages_clientserver_ufs.proto +45 -45
  86. package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
  87. package/protos/steam/steammessages_clientsettings.proto +208 -208
  88. package/protos/steam/steammessages_cloud.steamclient.proto +422 -422
  89. package/protos/steam/steammessages_contentsystem.steamclient.proto +123 -123
  90. package/protos/steam/steammessages_credentials.steamclient.proto +96 -96
  91. package/protos/steam/steammessages_datapublisher.steamclient.proto +102 -102
  92. package/protos/steam/steammessages_depotbuilder.steamclient.proto +99 -99
  93. package/protos/steam/steammessages_deviceauth.steamclient.proto +169 -169
  94. package/protos/steam/steammessages_econ.steamclient.proto +137 -137
  95. package/protos/steam/steammessages_familygroups.steamclient.proto +441 -441
  96. package/protos/steam/steammessages_friendmessages.steamclient.proto +141 -141
  97. package/protos/steam/steammessages_gamenetworking.steamclient.proto +25 -25
  98. package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
  99. package/protos/steam/steammessages_gamenotifications.steamclient.proto +131 -131
  100. package/protos/steam/steammessages_gameservers.steamclient.proto +136 -136
  101. package/protos/steam/steammessages_hiddevices.proto +157 -157
  102. package/protos/steam/steammessages_inventory.steamclient.proto +172 -172
  103. package/protos/steam/steammessages_linkfilter.steamclient.proto +39 -39
  104. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +29 -29
  105. package/protos/steam/steammessages_market.steamclient.proto +22 -22
  106. package/protos/steam/steammessages_marketingmessages.steamclient.proto +273 -273
  107. package/protos/steam/steammessages_offline.steamclient.proto +33 -33
  108. package/protos/steam/steammessages_parental.steamclient.proto +262 -262
  109. package/protos/steam/steammessages_parties.steamclient.proto +75 -75
  110. package/protos/steam/steammessages_partnerapps.steamclient.proto +106 -106
  111. package/protos/steam/steammessages_player.steamclient.proto +915 -915
  112. package/protos/steam/steammessages_publishedfile.steamclient.proto +737 -737
  113. package/protos/steam/steammessages_qms.steamclient.proto +111 -111
  114. package/protos/steam/steammessages_remoteclient.proto +100 -100
  115. package/protos/steam/steammessages_remoteclient_discovery.proto +244 -244
  116. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +31 -31
  117. package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
  118. package/protos/steam/steammessages_remoteplay.proto +975 -975
  119. package/protos/steam/steammessages_secrets.steamclient.proto +35 -35
  120. package/protos/steam/steammessages_shader.steamclient.proto +89 -89
  121. package/protos/steam/steammessages_site_license.steamclient.proto +103 -103
  122. package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
  123. package/protos/steam/steammessages_siteserverui.proto +130 -130
  124. package/protos/steam/steammessages_steamtv.steamclient.proto +533 -533
  125. package/protos/steam/steammessages_store.steamclient.proto +404 -404
  126. package/protos/steam/steammessages_storebrowse.steamclient.proto +457 -457
  127. package/protos/steam/steammessages_timedtrial.steamclient.proto +40 -40
  128. package/protos/steam/steammessages_twofactor.steamclient.proto +157 -157
  129. package/protos/steam/steammessages_unified_base.steamclient.proto +45 -45
  130. package/protos/steam/steammessages_unified_test.steamclient.proto +51 -51
  131. package/protos/steam/steammessages_useraccount.steamclient.proto +211 -211
  132. package/protos/steam/steammessages_vac.steamclient.proto +37 -37
  133. package/protos/steam/steammessages_video.steamclient.proto +68 -68
  134. package/protos/steam/steammessages_virtualcontroller.proto +138 -138
  135. package/protos/steam/steammessages_workshop.steamclient.proto +19 -19
  136. package/protos/steam/steamnetworkingsockets_messages.proto +205 -205
  137. package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -39
  138. package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -75
  139. package/protos/steam/webuimessages_achievements.proto +29 -29
  140. package/protos/steam/webuimessages_base.proto +24 -24
  141. package/protos/steam/webuimessages_gamenotes.proto +21 -21
  142. package/protos/steam/webuimessages_gamescope.proto +57 -57
  143. package/protos/steam/webuimessages_steamengine.proto +41 -41
  144. package/protos/steam/webuimessages_steamos.proto +114 -114
  145. package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
  146. package/protos/steam/webuimessages_systemmanager.proto +17 -17
  147. package/protos/steam/webuimessages_transport.proto +22 -22
  148. package/protos/steam/webuimessages_transportvalidation.proto +111 -111
  149. package/remote.js +5766 -5766
  150. package/.idea/codeStyles/Project.xml +0 -58
  151. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  152. package/test_steamclient.js +0 -9
@@ -1,1431 +1,1431 @@
1
- enum ECsgoGCMsg {
2
- k_EMsgGCCStrike15_v2_Base = 9100;
3
- k_EMsgGCCStrike15_v2_MatchmakingStart = 9101;
4
- k_EMsgGCCStrike15_v2_MatchmakingStop = 9102;
5
- k_EMsgGCCStrike15_v2_MatchmakingClient2ServerPing = 9103;
6
- k_EMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate = 9104;
7
- k_EMsgGCCStrike15_v2_MatchmakingServerReservationResponse = 9106;
8
- k_EMsgGCCStrike15_v2_MatchmakingGC2ClientReserve = 9107;
9
- k_EMsgGCCStrike15_v2_MatchmakingClient2GCHello = 9109;
10
- k_EMsgGCCStrike15_v2_MatchmakingGC2ClientHello = 9110;
11
- k_EMsgGCCStrike15_v2_MatchmakingGC2ClientAbandon = 9112;
12
- k_EMsgGCCStrike15_v2_MatchmakingOperator2GCBlogUpdate = 9117;
13
- k_EMsgGCCStrike15_v2_ServerNotificationForUserPenalty = 9118;
14
- k_EMsgGCCStrike15_v2_ClientReportPlayer = 9119;
15
- k_EMsgGCCStrike15_v2_ClientReportServer = 9120;
16
- k_EMsgGCCStrike15_v2_ClientCommendPlayer = 9121;
17
- k_EMsgGCCStrike15_v2_ClientReportResponse = 9122;
18
- k_EMsgGCCStrike15_v2_ClientCommendPlayerQuery = 9123;
19
- k_EMsgGCCStrike15_v2_ClientCommendPlayerQueryResponse = 9124;
20
- k_EMsgGCCStrike15_v2_WatchInfoUsers = 9126;
21
- k_EMsgGCCStrike15_v2_ClientRequestPlayersProfile = 9127;
22
- k_EMsgGCCStrike15_v2_PlayersProfile = 9128;
23
- k_EMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate = 9131;
24
- k_EMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment = 9132;
25
- k_EMsgGCCStrike15_v2_PlayerOverwatchCaseStatus = 9133;
26
- k_EMsgGCCStrike15_v2_GC2ClientTextMsg = 9134;
27
- k_EMsgGCCStrike15_v2_Client2GCTextMsg = 9135;
28
- k_EMsgGCCStrike15_v2_MatchEndRunRewardDrops = 9136;
29
- k_EMsgGCCStrike15_v2_MatchEndRewardDropsNotification = 9137;
30
- k_EMsgGCCStrike15_v2_ClientRequestWatchInfoFriends2 = 9138;
31
- k_EMsgGCCStrike15_v2_MatchList = 9139;
32
- k_EMsgGCCStrike15_v2_MatchListRequestCurrentLiveGames = 9140;
33
- k_EMsgGCCStrike15_v2_MatchListRequestRecentUserGames = 9141;
34
- k_EMsgGCCStrike15_v2_GC2ServerReservationUpdate = 9142;
35
- k_EMsgGCCStrike15_v2_ClientVarValueNotificationInfo = 9144;
36
- k_EMsgGCCStrike15_v2_MatchListRequestTournamentGames = 9146;
37
- k_EMsgGCCStrike15_v2_MatchListRequestFullGameInfo = 9147;
38
- k_EMsgGCCStrike15_v2_GiftsLeaderboardRequest = 9148;
39
- k_EMsgGCCStrike15_v2_GiftsLeaderboardResponse = 9149;
40
- k_EMsgGCCStrike15_v2_ServerVarValueNotificationInfo = 9150;
41
- k_EMsgGCCStrike15_v2_ClientSubmitSurveyVote = 9152;
42
- k_EMsgGCCStrike15_v2_Server2GCClientValidate = 9153;
43
- k_EMsgGCCStrike15_v2_MatchListRequestLiveGameForUser = 9154;
44
- k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest = 9156;
45
- k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockResponse = 9157;
46
- k_EMsgGCCStrike15_v2_AccountPrivacySettings = 9158;
47
- k_EMsgGCCStrike15_v2_SetMyActivityInfo = 9159;
48
- k_EMsgGCCStrike15_v2_MatchListRequestTournamentPredictions = 9160;
49
- k_EMsgGCCStrike15_v2_MatchListUploadTournamentPredictions = 9161;
50
- k_EMsgGCCStrike15_v2_DraftSummary = 9162;
51
- k_EMsgGCCStrike15_v2_ClientRequestJoinFriendData = 9163;
52
- k_EMsgGCCStrike15_v2_ClientRequestJoinServerData = 9164;
53
- k_EMsgGCCStrike15_v2_ClientRequestNewMission = 9165;
54
- k_EMsgGCCStrike15_v2_GC2ClientTournamentInfo = 9167;
55
- k_EMsgGC_GlobalGame_Subscribe = 9168;
56
- k_EMsgGC_GlobalGame_Unsubscribe = 9169;
57
- k_EMsgGC_GlobalGame_Play = 9170;
58
- k_EMsgGCCStrike15_v2_AcknowledgePenalty = 9171;
59
- k_EMsgGCCStrike15_v2_Client2GCRequestPrestigeCoin = 9172;
60
- k_EMsgGCCStrike15_v2_GC2ClientGlobalStats = 9173;
61
- k_EMsgGCCStrike15_v2_Client2GCStreamUnlock = 9174;
62
- k_EMsgGCCStrike15_v2_FantasyRequestClientData = 9175;
63
- k_EMsgGCCStrike15_v2_FantasyUpdateClientData = 9176;
64
- k_EMsgGCCStrike15_v2_GCToClientSteamdatagramTicket = 9177;
65
- k_EMsgGCCStrike15_v2_ClientToGCRequestTicket = 9178;
66
- k_EMsgGCCStrike15_v2_ClientToGCRequestElevate = 9179;
67
- k_EMsgGCCStrike15_v2_GlobalChat = 9180;
68
- k_EMsgGCCStrike15_v2_GlobalChat_Subscribe = 9181;
69
- k_EMsgGCCStrike15_v2_GlobalChat_Unsubscribe = 9182;
70
- k_EMsgGCCStrike15_v2_ClientAuthKeyCode = 9183;
71
- k_EMsgGCCStrike15_v2_GotvSyncPacket = 9184;
72
- k_EMsgGCCStrike15_v2_ClientPlayerDecalSign = 9185;
73
- k_EMsgGCCStrike15_v2_ClientLogonFatalError = 9187;
74
- k_EMsgGCCStrike15_v2_ClientPollState = 9188;
75
- k_EMsgGCCStrike15_v2_Party_Register = 9189;
76
- k_EMsgGCCStrike15_v2_Party_Unregister = 9190;
77
- k_EMsgGCCStrike15_v2_Party_Search = 9191;
78
- k_EMsgGCCStrike15_v2_Party_Invite = 9192;
79
- k_EMsgGCCStrike15_v2_Account_RequestCoPlays = 9193;
80
- k_EMsgGCCStrike15_v2_ClientGCRankUpdate = 9194;
81
- k_EMsgGCCStrike15_v2_ClientRequestOffers = 9195;
82
- k_EMsgGCCStrike15_v2_ClientAccountBalance = 9196;
83
- k_EMsgGCCStrike15_v2_ClientPartyJoinRelay = 9197;
84
- k_EMsgGCCStrike15_v2_ClientPartyWarning = 9198;
85
- k_EMsgGCCStrike15_v2_SetEventFavorite = 9200;
86
- k_EMsgGCCStrike15_v2_GetEventFavorites_Request = 9201;
87
- k_EMsgGCCStrike15_v2_ClientPerfReport = 9202;
88
- k_EMsgGCCStrike15_v2_GetEventFavorites_Response = 9203;
89
- k_EMsgGCCStrike15_v2_ClientRequestSouvenir = 9204;
90
- k_EMsgGCCStrike15_v2_ClientReportValidation = 9205;
91
- k_EMsgGCCStrike15_v2_GC2ClientRefuseSecureMode = 9206;
92
- k_EMsgGCCStrike15_v2_GC2ClientRequestValidation = 9207;
93
- k_EMsgGCCStrike15_v2_ClientRedeemMissionReward = 9209;
94
- k_EMsgGCCStrike15_ClientDeepStats = 9210;
95
- k_EMsgGCCStrike15_StartAgreementSessionInGame = 9211;
96
- k_EMsgGCCStrike15_v2_GC2ClientInitSystem = 9212;
97
- k_EMsgGCCStrike15_v2_GC2ClientInitSystem_Response = 9213;
98
- k_EMsgGCCStrike15_v2_PrivateQueues = 9214;
99
- k_EMsgGCCStrike15_v2_MatchListTournamentOperatorMgmt = 9215;
100
- k_EMsgGCCStrike15_v2_BetaEnrollment = 9217;
101
- k_EMsgGCCStrike15_v2_SetPlayerLeaderboardSafeName = 9218;
102
- k_EMsgGCCStrike15_v2_ClientRedeemFreeReward = 9219;
103
- k_EMsgGCCStrike15_v2_ClientNetworkConfig = 9220;
104
- }
105
-
106
- enum ECsgoSteamUserStat {
107
- k_ECsgoSteamUserStat_XpEarnedGames = 1;
108
- k_ECsgoSteamUserStat_MatchWinsCompetitive = 2;
109
- k_ECsgoSteamUserStat_SurvivedDangerZone = 3;
110
- }
111
-
112
- enum EClientReportingVersion {
113
- k_EClientReportingVersion_OldVersion = 0;
114
- k_EClientReportingVersion_BetaVersion = 1;
115
- k_EClientReportingVersion_SupportsTrustedMode = 2;
116
- }
117
-
118
- enum EInitSystemResult {
119
- k_EInitSystemResult_Invalid = 0;
120
- k_EInitSystemResult_Success = 1;
121
- k_EInitSystemResult_None = 2;
122
- k_EInitSystemResult_NotFound = 3;
123
- k_EInitSystemResult_Existing = 4;
124
- k_EInitSystemResult_FailedOpen = 5;
125
- k_EInitSystemResult_Mismatch = 6;
126
- k_EInitSystemResult_FailedInit = 7;
127
- k_EInitSystemResult_Max = 8;
128
- }
129
-
130
- message GameServerPing {
131
- optional int32 ping = 2;
132
- optional uint32 ip = 3;
133
- optional uint32 instances = 5;
134
- }
135
-
136
- message DataCenterPing {
137
- optional fixed32 data_center_id = 1;
138
- optional sint32 ping = 2;
139
- }
140
-
141
- message DetailedSearchStatistic {
142
- optional uint32 game_type = 1;
143
- optional uint32 search_time_avg = 2;
144
- optional uint32 players_searching = 4;
145
- }
146
-
147
- message TournamentPlayer {
148
- optional uint32 account_id = 1;
149
- optional string player_nick = 2;
150
- optional string player_name = 3;
151
- optional uint32 player_dob = 4;
152
- optional string player_flag = 5;
153
- optional string player_location = 6;
154
- optional string player_desc = 7;
155
- }
156
-
157
- message TournamentTeam {
158
- optional int32 team_id = 1;
159
- optional string team_tag = 2;
160
- optional string team_flag = 3;
161
- optional string team_name = 4;
162
- repeated .TournamentPlayer players = 5;
163
- }
164
-
165
- message TournamentEvent {
166
- optional int32 event_id = 1;
167
- optional string event_tag = 2;
168
- optional string event_name = 3;
169
- optional uint32 event_time_start = 4;
170
- optional uint32 event_time_end = 5;
171
- optional int32 event_public = 6;
172
- optional int32 event_stage_id = 7;
173
- optional string event_stage_name = 8;
174
- optional uint32 active_section_id = 9;
175
- }
176
-
177
- message GlobalStatistics {
178
- optional uint32 players_online = 1;
179
- optional uint32 servers_online = 2;
180
- optional uint32 players_searching = 3;
181
- optional uint32 servers_available = 4;
182
- optional uint32 ongoing_matches = 5;
183
- optional uint32 search_time_avg = 6;
184
- repeated .DetailedSearchStatistic search_statistics = 7;
185
- optional string main_post_url = 8;
186
- optional uint32 required_appid_version = 9;
187
- optional uint32 pricesheet_version = 10;
188
- optional uint32 twitch_streams_version = 11;
189
- optional uint32 active_tournament_eventid = 12;
190
- optional uint32 active_survey_id = 13;
191
- optional uint32 rtime32_cur = 14;
192
- optional uint32 rtime32_event_start = 15;
193
- optional uint32 required_appid_version2 = 16;
194
- }
195
-
196
- message OperationalStatisticDescription {
197
- optional string name = 1;
198
- optional uint32 idkey = 2;
199
- }
200
-
201
- message OperationalStatisticElement {
202
- optional uint32 idkey = 1;
203
- repeated int32 values = 2;
204
- }
205
-
206
- message OperationalStatisticsPacket {
207
- optional int32 packetid = 1;
208
- optional int32 mstimestamp = 2;
209
- repeated .OperationalStatisticElement values = 3;
210
- }
211
-
212
- message OperationalVarValue {
213
- optional string name = 1;
214
- optional int32 ivalue = 2;
215
- optional float fvalue = 3;
216
- optional bytes svalue = 4;
217
- }
218
-
219
- message PlayerRankingInfo {
220
- message PerMapRank {
221
- optional uint32 map_id = 1;
222
- optional uint32 rank_id = 2;
223
- optional uint32 wins = 3;
224
- }
225
-
226
- optional uint32 account_id = 1;
227
- optional uint32 rank_id = 2;
228
- optional uint32 wins = 3;
229
- optional float rank_change = 4;
230
- optional uint32 rank_type_id = 6;
231
- optional uint32 tv_control = 7;
232
- optional uint64 rank_window_stats = 8;
233
- optional string leaderboard_name = 9;
234
- optional uint32 rank_if_win = 10;
235
- optional uint32 rank_if_lose = 11;
236
- optional uint32 rank_if_tie = 12;
237
- repeated .PlayerRankingInfo.PerMapRank per_map_rank = 13;
238
- optional uint32 leaderboard_name_status = 14;
239
- }
240
-
241
- message PlayerCommendationInfo {
242
- optional uint32 cmd_friendly = 1;
243
- optional uint32 cmd_teaching = 2;
244
- optional uint32 cmd_leader = 4;
245
- }
246
-
247
- message PlayerMedalsInfo {
248
- repeated uint32 display_items_defidx = 7;
249
- optional uint32 featured_display_item_defidx = 8;
250
- }
251
-
252
- message AccountActivity {
253
- optional uint32 activity = 1;
254
- optional uint32 mode = 2;
255
- optional uint32 map = 3;
256
- optional uint64 matchid = 4;
257
- }
258
-
259
- message TournamentMatchSetup {
260
- optional int32 event_id = 1;
261
- optional int32 team_id_ct = 2;
262
- optional int32 team_id_t = 3;
263
- optional int32 event_stage_id = 4;
264
- }
265
-
266
- message ServerHltvInfo {
267
- optional uint32 tv_udp_port = 1;
268
- optional uint64 tv_watch_key = 2;
269
- optional uint32 tv_slots = 3;
270
- optional uint32 tv_clients = 4;
271
- optional uint32 tv_proxies = 5;
272
- optional uint32 tv_time = 6;
273
- optional uint32 game_type = 8;
274
- optional string game_mapgroup = 9;
275
- optional string game_map = 10;
276
- optional uint64 tv_master_steamid = 11;
277
- optional uint32 tv_local_slots = 12;
278
- optional uint32 tv_local_clients = 13;
279
- optional uint32 tv_local_proxies = 14;
280
- optional uint32 tv_relay_slots = 15;
281
- optional uint32 tv_relay_clients = 16;
282
- optional uint32 tv_relay_proxies = 17;
283
- optional uint32 tv_relay_address = 18;
284
- optional uint32 tv_relay_port = 19;
285
- optional uint64 tv_relay_steamid = 20;
286
- optional uint32 flags = 21;
287
- }
288
-
289
- message IpAddressMask {
290
- optional uint32 a = 1;
291
- optional uint32 b = 2;
292
- optional uint32 c = 3;
293
- optional uint32 d = 4;
294
- optional uint32 bits = 5;
295
- optional uint32 token = 6;
296
- }
297
-
298
- message CMsgCsgoSteamUserStatChange {
299
- optional int32 ecsgosteamuserstat = 1;
300
- optional int32 delta = 2;
301
- optional bool absolute = 3;
302
- }
303
-
304
- message XpProgressData {
305
- optional uint32 xp_points = 1;
306
- optional int32 xp_category = 2;
307
- }
308
-
309
- message MatchEndItemUpdates {
310
- optional uint64 item_id = 1;
311
- optional uint32 item_attr_defidx = 2;
312
- optional uint32 item_attr_delta_value = 3;
313
- }
314
-
315
- message ScoreLeaderboardData {
316
- message Entry {
317
- optional uint32 tag = 1;
318
- optional uint32 val = 2;
319
- }
320
-
321
- message AccountEntries {
322
- optional uint32 accountid = 1;
323
- repeated .ScoreLeaderboardData.Entry entries = 2;
324
- }
325
-
326
- optional uint64 quest_id = 1;
327
- optional uint32 score = 2;
328
- repeated .ScoreLeaderboardData.AccountEntries accountentries = 3;
329
- repeated .ScoreLeaderboardData.Entry matchentries = 5;
330
- optional string leaderboard_name = 6;
331
- }
332
-
333
- message PlayerQuestData {
334
- message QuestItemData {
335
- optional uint64 quest_id = 1;
336
- optional int32 quest_normal_points_earned = 2;
337
- optional int32 quest_bonus_points_earned = 3;
338
- }
339
-
340
- optional uint32 quester_account_id = 1;
341
- repeated .PlayerQuestData.QuestItemData quest_item_data = 2;
342
- repeated .XpProgressData xp_progress_data = 3;
343
- optional uint32 time_played = 4;
344
- optional uint32 mm_game_mode = 5;
345
- repeated .MatchEndItemUpdates item_updates = 6;
346
- optional bool operation_points_eligible = 7;
347
- repeated .CMsgCsgoSteamUserStatChange userstatchanges = 8;
348
- }
349
-
350
- message DeepPlayerStatsEntry {
351
- optional uint32 accountid = 1;
352
- optional uint64 match_id = 2;
353
- optional uint32 mm_game_mode = 3;
354
- optional uint32 mapid = 4;
355
- optional bool b_starting_ct = 5;
356
- optional uint32 match_outcome = 6;
357
- optional uint32 rounds_won = 7;
358
- optional uint32 rounds_lost = 8;
359
- optional uint32 stat_score = 9;
360
- optional uint32 stat_deaths = 12;
361
- optional uint32 stat_mvps = 13;
362
- optional uint32 enemy_kills = 14;
363
- optional uint32 enemy_headshots = 15;
364
- optional uint32 enemy_2ks = 16;
365
- optional uint32 enemy_3ks = 17;
366
- optional uint32 enemy_4ks = 18;
367
- optional uint32 total_damage = 19;
368
- optional uint32 engagements_entry_count = 23;
369
- optional uint32 engagements_entry_wins = 24;
370
- optional uint32 engagements_1v1_count = 25;
371
- optional uint32 engagements_1v1_wins = 26;
372
- optional uint32 engagements_1v2_count = 27;
373
- optional uint32 engagements_1v2_wins = 28;
374
- optional uint32 utility_count = 29;
375
- optional uint32 utility_success = 30;
376
- optional uint32 flash_count = 32;
377
- optional uint32 flash_success = 33;
378
- repeated uint32 mates = 34;
379
- }
380
-
381
- message DeepPlayerMatchEvent {
382
- optional uint32 accountid = 1;
383
- optional uint64 match_id = 2;
384
- optional uint32 event_id = 3;
385
- optional uint32 event_type = 4;
386
- optional bool b_playing_ct = 5;
387
- optional int32 user_pos_x = 6;
388
- optional int32 user_pos_y = 7;
389
- optional int32 user_pos_z = 12;
390
- optional uint32 user_defidx = 8;
391
- optional int32 other_pos_x = 9;
392
- optional int32 other_pos_y = 10;
393
- optional int32 other_pos_z = 13;
394
- optional uint32 other_defidx = 11;
395
- optional int32 event_data = 14;
396
- }
397
-
398
- message CMsgGC_ServerQuestUpdateData {
399
- repeated .PlayerQuestData player_quest_data = 1;
400
- optional bytes binary_data = 2;
401
- optional uint32 mm_game_mode = 3;
402
- optional .ScoreLeaderboardData missionlbsdata = 4;
403
- }
404
-
405
- message CMsgGCCStrike15_v2_MatchmakingGC2ServerConfirm {
406
- optional uint32 token = 1;
407
- optional uint32 stamp = 2;
408
- optional uint64 exchange = 3;
409
- optional uint32 retry = 4;
410
- }
411
-
412
- message CMsgGCCStrike15_v2_GC2ServerReservationUpdate {
413
- optional uint32 viewers_external_total = 1;
414
- optional uint32 viewers_external_steam = 2;
415
- }
416
-
417
- message CMsgGCCStrike15_v2_MatchmakingStart {
418
- repeated uint32 account_ids = 1;
419
- optional uint32 game_type = 2;
420
- optional string ticket_data = 3;
421
- optional uint32 client_version = 4;
422
- optional .TournamentMatchSetup tournament_match = 5;
423
- optional bool prime_only = 6;
424
- optional uint32 tv_control = 7;
425
- optional uint64 lobby_id = 8;
426
- }
427
-
428
- message CMsgGCCStrike15_v2_MatchmakingStop {
429
- optional int32 abandon = 1;
430
- }
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
-
439
- message CMsgGCCStrike15_v2_MatchmakingClient2ServerPing {
440
- repeated .GameServerPing gameserverpings = 1;
441
- optional int32 offset_index = 2;
442
- optional int32 final_batch = 3;
443
- repeated .DataCenterPing data_center_pings = 4;
444
- optional uint32 max_ping = 5;
445
- optional fixed32 test_token = 6;
446
- optional bytes search_key = 7;
447
- repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate_Note notes = 8;
448
- optional string debug_message = 9;
449
- }
450
-
451
- message CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate {
452
- optional int32 matchmaking = 1;
453
- repeated uint32 waiting_account_id_sessions = 2;
454
- optional string error = 3;
455
- repeated uint32 ongoingmatch_account_id_sessions = 6;
456
- optional .GlobalStatistics global_stats = 7;
457
- repeated uint32 failping_account_id_sessions = 8;
458
- repeated uint32 penalty_account_id_sessions = 9;
459
- repeated uint32 failready_account_id_sessions = 10;
460
- repeated uint32 vacbanned_account_id_sessions = 11;
461
- optional .IpAddressMask server_ipaddress_mask = 12;
462
- repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate_Note notes = 13;
463
- repeated uint32 penalty_account_id_sessions_green = 14;
464
- repeated uint32 insufficientlevel_sessions = 15;
465
- repeated uint32 vsncheck_account_id_sessions = 16;
466
- repeated uint32 launcher_mismatch_sessions = 17;
467
- repeated uint32 insecure_account_id_sessions = 18;
468
- }
469
-
470
- message CDataGCCStrike15_v2_TournamentMatchDraft {
471
- message Entry {
472
- optional int32 mapid = 1;
473
- optional int32 team_id_ct = 2;
474
- }
475
-
476
- optional int32 event_id = 1;
477
- optional int32 event_stage_id = 2;
478
- optional int32 team_id_0 = 3;
479
- optional int32 team_id_1 = 4;
480
- optional int32 maps_count = 5;
481
- optional int32 maps_current = 6;
482
- optional int32 team_id_start = 7;
483
- optional int32 team_id_veto1 = 8;
484
- optional int32 team_id_pickn = 9;
485
- repeated .CDataGCCStrike15_v2_TournamentMatchDraft.Entry drafts = 10;
486
- repeated int32 vote_mapid_0 = 11;
487
- repeated int32 vote_mapid_1 = 12;
488
- repeated int32 vote_mapid_2 = 13;
489
- repeated int32 vote_mapid_3 = 14;
490
- repeated int32 vote_mapid_4 = 15;
491
- repeated int32 vote_mapid_5 = 16;
492
- repeated int32 vote_starting_side = 17;
493
- optional int32 vote_phase = 18;
494
- optional float vote_phase_start = 19;
495
- optional float vote_phase_length = 20;
496
- }
497
-
498
- message CPreMatchInfoData {
499
- message TeamStats {
500
- optional int32 match_info_idxtxt = 1;
501
- optional string match_info_txt = 2;
502
- repeated string match_info_teams = 3;
503
- }
504
-
505
- optional int32 predictions_pct = 1;
506
- optional .CDataGCCStrike15_v2_TournamentMatchDraft draft = 4;
507
- repeated .CPreMatchInfoData.TeamStats stats = 5;
508
- repeated int32 wins = 6;
509
- }
510
-
511
- message CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve {
512
- repeated uint32 account_ids = 1;
513
- optional uint32 game_type = 2;
514
- optional uint64 match_id = 3;
515
- optional uint32 server_version = 4;
516
- optional uint32 flags = 18;
517
- repeated .PlayerRankingInfo rankings = 5;
518
- optional uint64 encryption_key = 6;
519
- optional uint64 encryption_key_pub = 7;
520
- repeated uint32 party_ids = 8;
521
- repeated .IpAddressMask whitelist = 9;
522
- optional uint64 tv_master_steamid = 10;
523
- optional .TournamentEvent tournament_event = 11;
524
- repeated .TournamentTeam tournament_teams = 12;
525
- repeated uint32 tournament_casters_account_ids = 13;
526
- optional uint64 tv_relay_steamid = 14;
527
- optional .CPreMatchInfoData pre_match_data = 15;
528
- optional uint32 rtime32_event_start = 16;
529
- optional uint32 tv_control = 17;
530
- repeated .OperationalVarValue op_var_values = 19;
531
- optional uint32 socache_control = 20;
532
- }
533
-
534
- message CMsgGCCStrike15_v2_MatchmakingServerReservationResponse {
535
- optional uint64 reservationid = 1;
536
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 2;
537
- optional string map = 3;
538
- optional uint64 gc_reservation_sent = 4;
539
- optional uint32 server_version = 5;
540
- optional .ServerHltvInfo tv_info = 6;
541
- repeated uint32 reward_player_accounts = 7;
542
- repeated uint32 idle_player_accounts = 8;
543
- optional uint32 reward_item_attr_def_idx = 9;
544
- optional uint32 reward_item_attr_value = 10;
545
- optional uint32 reward_item_attr_reward_idx = 11;
546
- optional uint32 reward_drop_list = 12;
547
- optional string tournament_tag = 13;
548
- optional uint32 legacy_steamdatagram_port = 14;
549
- optional uint32 steamdatagram_routing = 17;
550
- optional fixed32 test_token = 15;
551
- optional uint32 flags = 16;
552
- optional uint32 system_load = 18;
553
- optional uint32 cpus_online = 19;
554
- }
555
-
556
- message CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve {
557
- optional uint64 serverid = 1;
558
- optional uint32 direct_udp_ip = 2;
559
- optional uint32 direct_udp_port = 3;
560
- optional uint64 reservationid = 4;
561
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 5;
562
- optional string map = 6;
563
- optional string server_address = 7;
564
- optional .DataCenterPing gs_ping = 8;
565
- optional uint32 gs_location_id = 9;
566
- }
567
-
568
- message CMsgGCCStrike15_v2_MatchmakingServerRoundStats {
569
- message DropInfo {
570
- optional uint32 account_mvp = 1;
571
- }
572
-
573
- optional uint64 reservationid = 1;
574
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 2;
575
- optional string map = 3;
576
- optional int32 round = 4;
577
- repeated int32 kills = 5;
578
- repeated int32 assists = 6;
579
- repeated int32 deaths = 7;
580
- repeated int32 scores = 8;
581
- repeated int32 pings = 9;
582
- optional int32 round_result = 10;
583
- optional int32 match_result = 11;
584
- repeated int32 team_scores = 12;
585
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerConfirm confirm = 13;
586
- optional int32 reservation_stage = 14;
587
- optional int32 match_duration = 15;
588
- repeated int32 enemy_kills = 16;
589
- repeated int32 enemy_headshots = 17;
590
- repeated int32 enemy_3ks = 18;
591
- repeated int32 enemy_4ks = 19;
592
- repeated int32 enemy_5ks = 20;
593
- repeated int32 mvps = 21;
594
- optional uint32 spectators_count = 22;
595
- optional uint32 spectators_count_tv = 23;
596
- optional uint32 spectators_count_lnk = 24;
597
- repeated int32 enemy_kills_agg = 25;
598
- optional .CMsgGCCStrike15_v2_MatchmakingServerRoundStats.DropInfo drop_info = 26;
599
- optional bool b_switched_teams = 27;
600
- repeated int32 enemy_2ks = 28;
601
- repeated int32 player_spawned = 29;
602
- repeated int32 team_spawn_count = 30;
603
- optional uint32 max_rounds = 31;
604
- optional int32 map_id = 32;
605
- }
606
-
607
- message CMsgGCCStrike15_v2_MatchmakingClient2GCHello {
608
- }
609
-
610
- message CMsgGCCStrike15_v2_MatchmakingGC2ClientHello {
611
- optional uint32 account_id = 1;
612
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve ongoingmatch = 2;
613
- optional .GlobalStatistics global_stats = 3;
614
- optional uint32 penalty_seconds = 4;
615
- optional uint32 penalty_reason = 5;
616
- optional int32 vac_banned = 6;
617
- optional .PlayerRankingInfo ranking = 7;
618
- optional .PlayerCommendationInfo commendation = 8;
619
- optional .PlayerMedalsInfo medals = 9;
620
- optional .TournamentEvent my_current_event = 10;
621
- repeated .TournamentTeam my_current_event_teams = 11;
622
- optional .TournamentTeam my_current_team = 12;
623
- repeated .TournamentEvent my_current_event_stages = 13;
624
- optional uint32 survey_vote = 14;
625
- optional .AccountActivity activity = 15;
626
- optional int32 player_level = 17;
627
- optional int32 player_cur_xp = 18;
628
- optional int32 player_xp_bonus_flags = 19;
629
- repeated .PlayerRankingInfo rankings = 20;
630
- }
631
-
632
- message CMsgGCCStrike15_v2_AccountPrivacySettings {
633
- message Setting {
634
- optional uint32 setting_type = 1;
635
- optional uint32 setting_value = 2;
636
- }
637
-
638
- repeated .CMsgGCCStrike15_v2_AccountPrivacySettings.Setting settings = 1;
639
- }
640
-
641
- message CMsgGCCStrike15_v2_MatchmakingGC2ClientAbandon {
642
- optional uint32 account_id = 1;
643
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve abandoned_match = 2;
644
- optional uint32 penalty_seconds = 3;
645
- optional uint32 penalty_reason = 4;
646
- }
647
-
648
- message CMsgGCCStrike15_v2_ClientGCRankUpdate {
649
- repeated .PlayerRankingInfo rankings = 1;
650
- }
651
-
652
- message CMsgGCCStrike15_v2_MatchmakingOperator2GCBlogUpdate {
653
- optional string main_post_url = 1;
654
- }
655
-
656
- message CMsgGCCStrike15_v2_ServerNotificationForUserPenalty {
657
- optional uint32 account_id = 1;
658
- optional uint32 reason = 2;
659
- optional uint32 seconds = 3;
660
- optional bool communication_cooldown = 4;
661
- }
662
-
663
- message CMsgGCCStrike15_v2_ClientReportPlayer {
664
- optional uint32 account_id = 1;
665
- optional uint32 rpt_aimbot = 2;
666
- optional uint32 rpt_wallhack = 3;
667
- optional uint32 rpt_speedhack = 4;
668
- optional uint32 rpt_teamharm = 5;
669
- optional uint32 rpt_textabuse = 6;
670
- optional uint32 rpt_voiceabuse = 7;
671
- optional uint64 match_id = 8;
672
- optional bool report_from_demo = 9;
673
- }
674
-
675
- message CMsgGCCStrike15_v2_ClientCommendPlayer {
676
- optional uint32 account_id = 1;
677
- optional uint64 match_id = 8;
678
- optional .PlayerCommendationInfo commendation = 9;
679
- optional uint32 tokens = 10;
680
- }
681
-
682
- message CMsgGCCStrike15_v2_ClientReportServer {
683
- optional uint32 rpt_poorperf = 1;
684
- optional uint32 rpt_abusivemodels = 2;
685
- optional uint32 rpt_badmotd = 3;
686
- optional uint32 rpt_listingabuse = 4;
687
- optional uint32 rpt_inventoryabuse = 5;
688
- optional uint64 match_id = 8;
689
- }
690
-
691
- message CMsgGCCStrike15_v2_ClientReportResponse {
692
- optional uint64 confirmation_id = 1;
693
- optional uint32 account_id = 2;
694
- optional uint32 server_ip = 3;
695
- optional uint32 response_type = 4;
696
- optional uint32 response_result = 5;
697
- optional uint32 tokens = 6;
698
- }
699
-
700
- message CMsgGCCStrike15_v2_ClientRequestWatchInfoFriends {
701
- optional uint32 request_id = 1;
702
- repeated uint32 account_ids = 2;
703
- optional uint64 serverid = 3;
704
- optional uint64 matchid = 4;
705
- optional uint32 client_launcher = 5;
706
- repeated .DataCenterPing data_center_pings = 6;
707
- }
708
-
709
- message WatchableMatchInfo {
710
- optional uint32 server_ip = 1;
711
- optional uint32 tv_port = 2;
712
- optional uint32 tv_spectators = 3;
713
- optional uint32 tv_time = 4;
714
- optional bytes tv_watch_password = 5;
715
- optional uint64 cl_decryptdata_key = 6;
716
- optional uint64 cl_decryptdata_key_pub = 7;
717
- optional uint32 game_type = 8;
718
- optional string game_mapgroup = 9;
719
- optional string game_map = 10;
720
- optional uint64 server_id = 11;
721
- optional uint64 match_id = 12;
722
- optional uint64 reservation_id = 13;
723
- }
724
-
725
- message CMsgGCCStrike15_v2_ClientRequestJoinFriendData {
726
- optional uint32 version = 1;
727
- optional uint32 account_id = 2;
728
- optional uint32 join_token = 3;
729
- optional uint32 join_ipp = 4;
730
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve res = 5;
731
- optional string errormsg = 6;
732
- }
733
-
734
- message CMsgGCCStrike15_v2_ClientRequestJoinServerData {
735
- optional uint32 version = 1;
736
- optional uint32 account_id = 2;
737
- optional uint64 serverid = 3;
738
- optional uint32 server_ip = 4;
739
- optional uint32 server_port = 5;
740
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve res = 6;
741
- optional string errormsg = 7;
742
- }
743
-
744
- message CMsgGCCstrike15_v2_ClientRequestNewMission {
745
- optional uint32 mission_id = 2;
746
- optional uint32 campaign_id = 3;
747
- }
748
-
749
- message CMsgGCCstrike15_v2_ClientRedeemMissionReward {
750
- optional uint32 campaign_id = 1;
751
- optional uint32 redeem_id = 2;
752
- optional uint32 redeemable_balance = 3;
753
- optional uint32 expected_cost = 4;
754
- }
755
-
756
- message CMsgGCCstrike15_v2_ClientRedeemFreeReward {
757
- optional uint32 generation_time = 1;
758
- optional uint32 redeemable_balance = 2;
759
- repeated uint64 items = 3;
760
- }
761
-
762
- message CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded {
763
- repeated .XpProgressData xp_progress_data = 1;
764
- optional uint32 account_id = 2;
765
- optional uint32 current_xp = 3;
766
- optional uint32 current_level = 4;
767
- optional uint32 upgraded_defidx = 5;
768
- optional uint32 operation_points_awarded = 6;
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;
777
- }
778
-
779
- message CMsgGCCStrike15_ClientDeepStats {
780
- message DeepStatsRange {
781
- optional uint32 begin = 1;
782
- optional uint32 end = 2;
783
- optional bool frozen = 3;
784
- }
785
-
786
- message DeepStatsMatch {
787
- optional .DeepPlayerStatsEntry player = 1;
788
- repeated .DeepPlayerMatchEvent events = 2;
789
- }
790
-
791
- optional uint32 account_id = 1;
792
- optional .CMsgGCCStrike15_ClientDeepStats.DeepStatsRange range = 2;
793
- repeated .CMsgGCCStrike15_ClientDeepStats.DeepStatsMatch matches = 3;
794
- }
795
-
796
- message CMsgGCCStrike15_v2_WatchInfoUsers {
797
- optional uint32 request_id = 1;
798
- repeated uint32 account_ids = 2;
799
- repeated .WatchableMatchInfo watchable_match_infos = 3;
800
- optional uint32 extended_timeout = 5;
801
- }
802
-
803
- message CMsgGCCStrike15_v2_ClientRequestPlayersProfile {
804
- optional uint32 request_id__deprecated = 1;
805
- repeated uint32 account_ids__deprecated = 2;
806
- optional uint32 account_id = 3;
807
- optional uint32 request_level = 4;
808
- }
809
-
810
- message CMsgGCCStrike15_v2_PlayersProfile {
811
- optional uint32 request_id = 1;
812
- repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientHello account_profiles = 2;
813
- }
814
-
815
- message CMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate {
816
- optional uint64 caseid = 1;
817
- optional uint32 suspectid = 3;
818
- optional uint32 fractionid = 4;
819
- optional uint32 rpt_aimbot = 5;
820
- optional uint32 rpt_wallhack = 6;
821
- optional uint32 rpt_speedhack = 7;
822
- optional uint32 rpt_teamharm = 8;
823
- optional uint32 reason = 9;
824
- }
825
-
826
- message CMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment {
827
- optional uint64 caseid = 1;
828
- optional string caseurl = 2;
829
- optional uint32 verdict = 3;
830
- optional uint32 timestamp = 4;
831
- optional uint32 throttleseconds = 5;
832
- optional uint32 suspectid = 6;
833
- optional uint32 fractionid = 7;
834
- optional uint32 numrounds = 8;
835
- optional uint32 fractionrounds = 9;
836
- optional int32 streakconvictions = 10;
837
- optional uint32 reason = 11;
838
- }
839
-
840
- message CMsgGCCStrike15_v2_PlayerOverwatchCaseStatus {
841
- optional uint64 caseid = 1;
842
- optional uint32 statusid = 2;
843
- }
844
-
845
- message CClientHeaderOverwatchEvidence {
846
- optional uint32 accountid = 1;
847
- optional uint64 caseid = 2;
848
- }
849
-
850
- message CMsgGCCStrike15_v2_GC2ClientTextMsg {
851
- optional uint32 id = 1;
852
- optional uint32 type = 2;
853
- optional bytes payload = 3;
854
- }
855
-
856
- message CMsgGCCStrike15_v2_Client2GCTextMsg {
857
- optional uint32 id = 1;
858
- repeated bytes args = 2;
859
- }
860
-
861
- message CMsgGCCStrike15_v2_MatchEndRunRewardDrops {
862
- optional .CMsgGCCStrike15_v2_MatchmakingServerReservationResponse serverinfo = 3;
863
- optional .CMsgGC_ServerQuestUpdateData match_end_quest_data = 4;
864
- }
865
-
866
- message CEconItemPreviewDataBlock {
867
- message Sticker {
868
- optional uint32 slot = 1;
869
- optional uint32 sticker_id = 2;
870
- optional float wear = 3;
871
- optional float scale = 4;
872
- optional float rotation = 5;
873
- optional uint32 tint_id = 6;
874
- optional float offset_x = 7;
875
- optional float offset_y = 8;
876
- }
877
-
878
- optional uint32 accountid = 1;
879
- optional uint64 itemid = 2;
880
- optional uint32 defindex = 3;
881
- optional uint32 paintindex = 4;
882
- optional uint32 rarity = 5;
883
- optional uint32 quality = 6;
884
- optional uint32 paintwear = 7;
885
- optional uint32 paintseed = 8;
886
- optional uint32 killeaterscoretype = 9;
887
- optional uint32 killeatervalue = 10;
888
- optional string customname = 11;
889
- repeated .CEconItemPreviewDataBlock.Sticker stickers = 12;
890
- optional uint32 inventory = 13;
891
- optional uint32 origin = 14;
892
- optional uint32 questid = 15;
893
- optional uint32 dropreason = 16;
894
- optional uint32 musicindex = 17;
895
- optional int32 entindex = 18;
896
- }
897
-
898
- message CMsgGCCStrike15_v2_MatchEndRewardDropsNotification {
899
- optional .CEconItemPreviewDataBlock iteminfo = 6;
900
- }
901
-
902
- message CMsgItemAcknowledged {
903
- optional .CEconItemPreviewDataBlock iteminfo = 1;
904
- }
905
-
906
- message CMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest {
907
- optional uint64 param_s = 1;
908
- optional uint64 param_a = 2;
909
- optional uint64 param_d = 3;
910
- optional uint64 param_m = 4;
911
- }
912
-
913
- message CMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockResponse {
914
- optional .CEconItemPreviewDataBlock iteminfo = 1;
915
- }
916
-
917
- message CMsgGCCStrike15_v2_MatchListRequestCurrentLiveGames {
918
- }
919
-
920
- message CMsgGCCStrike15_v2_MatchListRequestLiveGameForUser {
921
- optional uint32 accountid = 1;
922
- }
923
-
924
- message CMsgGCCStrike15_v2_MatchListRequestRecentUserGames {
925
- optional uint32 accountid = 1;
926
- }
927
-
928
- message CMsgGCCStrike15_v2_MatchListRequestTournamentGames {
929
- optional int32 eventid = 1;
930
- }
931
-
932
- message CMsgGCCStrike15_v2_MatchListRequestFullGameInfo {
933
- optional uint64 matchid = 1;
934
- optional uint64 outcomeid = 2;
935
- optional uint32 token = 3;
936
- }
937
-
938
- message CDataGCCStrike15_v2_MatchInfo {
939
- optional uint64 matchid = 1;
940
- optional uint32 matchtime = 2;
941
- optional .WatchableMatchInfo watchablematchinfo = 3;
942
- optional .CMsgGCCStrike15_v2_MatchmakingServerRoundStats roundstats_legacy = 4;
943
- repeated .CMsgGCCStrike15_v2_MatchmakingServerRoundStats roundstatsall = 5;
944
- }
945
-
946
- message CDataGCCStrike15_v2_TournamentGroupTeam {
947
- optional int32 team_id = 1;
948
- optional int32 score = 2;
949
- optional bool correctpick = 3;
950
- }
951
-
952
- message CDataGCCStrike15_v2_TournamentGroup {
953
- message Picks {
954
- repeated int32 pickids = 1;
955
- }
956
-
957
- optional uint32 groupid = 1;
958
- optional string name = 2;
959
- optional string desc = 3;
960
- optional uint32 picks__deprecated = 4;
961
- repeated .CDataGCCStrike15_v2_TournamentGroupTeam teams = 5;
962
- repeated int32 stage_ids = 6;
963
- optional uint32 picklockuntiltime = 7;
964
- optional uint32 pickableteams = 8;
965
- optional uint32 points_per_pick = 9;
966
- repeated .CDataGCCStrike15_v2_TournamentGroup.Picks picks = 10;
967
- }
968
-
969
- message CDataGCCStrike15_v2_TournamentSection {
970
- optional uint32 sectionid = 1;
971
- optional string name = 2;
972
- optional string desc = 3;
973
- repeated .CDataGCCStrike15_v2_TournamentGroup groups = 4;
974
- }
975
-
976
- message CDataGCCStrike15_v2_TournamentInfo {
977
- repeated .CDataGCCStrike15_v2_TournamentSection sections = 1;
978
- optional .TournamentEvent tournament_event = 2;
979
- repeated .TournamentTeam tournament_teams = 3;
980
- }
981
-
982
- message CMsgGCCStrike15_v2_MatchList {
983
- optional uint32 msgrequestid = 1;
984
- optional uint32 accountid = 2;
985
- optional uint32 servertime = 3;
986
- repeated .CDataGCCStrike15_v2_MatchInfo matches = 4;
987
- repeated .TournamentTeam streams = 5;
988
- optional .CDataGCCStrike15_v2_TournamentInfo tournamentinfo = 6;
989
- }
990
-
991
- message CMsgGCCStrike15_v2_MatchListTournamentOperatorMgmt {
992
- optional int32 eventid = 1;
993
- repeated .CDataGCCStrike15_v2_MatchInfo matches = 2;
994
- optional uint32 accountid = 3;
995
- }
996
-
997
- message CMsgGCCStrike15_v2_Predictions {
998
- message GroupMatchTeamPick {
999
- optional int32 sectionid = 1;
1000
- optional int32 groupid = 2;
1001
- optional int32 index = 3;
1002
- optional int32 teamid = 4;
1003
- optional uint64 itemid = 5;
1004
- }
1005
-
1006
- optional uint32 event_id = 1;
1007
- repeated .CMsgGCCStrike15_v2_Predictions.GroupMatchTeamPick group_match_team_picks = 2;
1008
- }
1009
-
1010
- message CMsgGCCStrike15_v2_Fantasy {
1011
- message FantasySlot {
1012
- optional int32 type = 1;
1013
- optional int32 pick = 2;
1014
- optional uint64 itemid = 3;
1015
- }
1016
-
1017
- message FantasyTeam {
1018
- optional int32 sectionid = 1;
1019
- repeated .CMsgGCCStrike15_v2_Fantasy.FantasySlot slots = 2;
1020
- }
1021
-
1022
- optional uint32 event_id = 1;
1023
- repeated .CMsgGCCStrike15_v2_Fantasy.FantasyTeam teams = 2;
1024
- }
1025
-
1026
- message CAttribute_String {
1027
- optional string value = 1;
1028
- }
1029
-
1030
- message CMsgLegacySource1ClientWelcome {
1031
- message Location {
1032
- optional float latitude = 1;
1033
- optional float longitude = 2;
1034
- optional string country = 3;
1035
- }
1036
-
1037
- optional uint32 version = 1;
1038
- optional bytes game_data = 2;
1039
- repeated .CMsgSOCacheSubscribed outofdate_subscribed_caches = 3;
1040
- repeated .CMsgSOCacheSubscriptionCheck uptodate_subscribed_caches = 4;
1041
- optional .CMsgLegacySource1ClientWelcome.Location location = 5;
1042
- optional bytes game_data2 = 6;
1043
- optional uint32 rtime32_gc_welcome_timestamp = 7;
1044
- optional uint32 currency = 8;
1045
- optional uint32 balance = 9;
1046
- optional string balance_url = 10;
1047
- optional string txn_country_code = 11;
1048
- }
1049
-
1050
- message CMsgCStrike15Welcome {
1051
- optional uint32 store_item_hash = 5;
1052
- optional uint32 timeplayedconsecutively = 6;
1053
- optional uint32 time_first_played = 10;
1054
- optional uint32 last_time_played = 12;
1055
- optional uint32 last_ip_address = 13;
1056
- optional uint64 gscookieid = 18;
1057
- optional uint64 uniqueid = 19;
1058
- }
1059
-
1060
- message CMsgGCCStrike15_v2_ClientVarValueNotificationInfo {
1061
- optional string value_name = 1;
1062
- optional int32 value_int = 2;
1063
- optional uint32 server_addr = 3;
1064
- optional uint32 server_port = 4;
1065
- repeated string choked_blocks = 5;
1066
- }
1067
-
1068
- message CMsgGCCStrike15_v2_ServerVarValueNotificationInfo {
1069
- optional uint32 accountid = 1;
1070
- repeated uint32 viewangles = 2;
1071
- optional uint32 type = 3;
1072
- repeated uint32 userdata = 4;
1073
- }
1074
-
1075
- message CMsgGCCStrike15_v2_GiftsLeaderboardRequest {
1076
- }
1077
-
1078
- message CMsgGCCStrike15_v2_GiftsLeaderboardResponse {
1079
- message GiftLeaderboardEntry {
1080
- optional uint32 accountid = 1;
1081
- optional uint32 gifts = 2;
1082
- }
1083
-
1084
- optional uint32 servertime = 1;
1085
- optional uint32 time_period_seconds = 2;
1086
- optional uint32 total_gifts_given = 3;
1087
- optional uint32 total_givers = 4;
1088
- repeated .CMsgGCCStrike15_v2_GiftsLeaderboardResponse.GiftLeaderboardEntry entries = 5;
1089
- }
1090
-
1091
- message CMsgGCCStrike15_v2_ClientSubmitSurveyVote {
1092
- optional uint32 survey_id = 1;
1093
- optional uint32 vote = 2;
1094
- }
1095
-
1096
- message CMsgGCCStrike15_v2_Server2GCClientValidate {
1097
- optional uint32 accountid = 1;
1098
- }
1099
-
1100
- message CMsgGCCStrike15_v2_GC2ClientTournamentInfo {
1101
- optional uint32 eventid = 1;
1102
- optional uint32 stageid = 2;
1103
- optional uint32 game_type = 3;
1104
- repeated uint32 teamids = 4;
1105
- }
1106
-
1107
- message CSOEconCoupon {
1108
- optional uint32 entryid = 1 [(key_field) = true];
1109
- optional uint32 defidx = 2;
1110
- optional fixed32 expiration_date = 3;
1111
- }
1112
-
1113
- message CSOAccountItemPersonalStore {
1114
- optional uint32 generation_time = 1 [(key_field) = true];
1115
- optional uint32 redeemable_balance = 2;
1116
- repeated uint64 items = 3;
1117
- }
1118
-
1119
- message CSOQuestProgress {
1120
- optional uint32 questid = 1 [(key_field) = true];
1121
- optional uint32 points_remaining = 2;
1122
- optional uint32 bonus_points = 3;
1123
- }
1124
-
1125
- message CSOAccountSeasonalOperation {
1126
- optional uint32 season_value = 1 [(key_field) = true];
1127
- optional uint32 tier_unlocked = 2;
1128
- optional uint32 premium_tiers = 3;
1129
- optional uint32 mission_id = 4;
1130
- optional uint32 missions_completed = 5;
1131
- optional uint32 redeemable_balance = 6;
1132
- optional uint32 season_pass_time = 7;
1133
- }
1134
-
1135
- message CSOAccountRecurringSubscription {
1136
- optional uint32 time_next_cycle = 1;
1137
- optional uint32 time_initiated = 2;
1138
- }
1139
-
1140
- message CSOPersonaDataPublic {
1141
- optional int32 player_level = 1;
1142
- optional .PlayerCommendationInfo commendation = 2;
1143
- optional bool elevated_state = 3;
1144
- optional uint32 xp_trail_timestamp_refresh = 4;
1145
- optional uint32 xp_trail_level = 5;
1146
- }
1147
-
1148
- message CMsgGC_GlobalGame_Subscribe {
1149
- optional uint64 ticket = 1;
1150
- }
1151
-
1152
- message CMsgGC_GlobalGame_Unsubscribe {
1153
- optional int32 timeleft = 1;
1154
- }
1155
-
1156
- message CMsgGC_GlobalGame_Play {
1157
- optional uint64 ticket = 1;
1158
- optional uint32 gametimems = 2;
1159
- optional uint32 msperpoint = 3;
1160
- }
1161
-
1162
- message CMsgGCCStrike15_v2_AcknowledgePenalty {
1163
- optional int32 acknowledged = 1;
1164
- }
1165
-
1166
- message CMsgGCCStrike15_v2_Client2GCRequestPrestigeCoin {
1167
- optional uint32 defindex = 1;
1168
- optional uint64 upgradeid = 2;
1169
- optional uint32 hours = 3;
1170
- optional uint32 prestigetime = 4;
1171
- }
1172
-
1173
- message CMsgGCCStrike15_v2_Client2GCStreamUnlock {
1174
- optional uint64 ticket = 1;
1175
- optional int32 os = 2;
1176
- }
1177
-
1178
- message CMsgGCCStrike15_v2_ClientToGCRequestElevate {
1179
- optional uint32 stage = 1;
1180
- }
1181
-
1182
- message CMsgGCCStrike15_v2_ClientToGCChat {
1183
- optional uint64 match_id = 1;
1184
- optional string text = 2;
1185
- }
1186
-
1187
- message CMsgGCCStrike15_v2_GCToClientChat {
1188
- optional uint32 account_id = 1;
1189
- optional string text = 2;
1190
- }
1191
-
1192
- message CMsgGCCStrike15_v2_ClientAuthKeyCode {
1193
- optional uint32 eventid = 1;
1194
- optional string code = 2;
1195
- }
1196
-
1197
- message CMsgGCCStrike15_GotvSyncPacket {
1198
- optional .CEngineGotvSyncPacket data = 1;
1199
- }
1200
-
1201
- message PlayerDecalDigitalSignature {
1202
- optional bytes signature = 1;
1203
- optional uint32 accountid = 2;
1204
- optional uint32 rtime = 3;
1205
- repeated float endpos = 4;
1206
- repeated float startpos = 5;
1207
- repeated float left = 6;
1208
- optional uint32 tx_defidx = 7;
1209
- optional int32 entindex = 8;
1210
- optional uint32 hitbox = 9;
1211
- optional float creationtime = 10;
1212
- optional uint32 equipslot = 11;
1213
- optional uint32 trace_id = 12;
1214
- repeated float normal = 13;
1215
- optional uint32 tint_id = 14;
1216
- }
1217
-
1218
- message CMsgGCCStrike15_v2_ClientPlayerDecalSign {
1219
- optional .PlayerDecalDigitalSignature data = 1;
1220
- optional uint64 itemid = 2;
1221
- }
1222
-
1223
- message CMsgGCCStrike15_v2_BetaEnrollment {
1224
- optional uint32 eresult = 1;
1225
- }
1226
-
1227
- message CMsgGCCStrike15_v2_ClientLogonFatalError {
1228
- optional uint32 errorcode = 1;
1229
- optional string message = 2;
1230
- optional string country = 3;
1231
- }
1232
-
1233
- message CMsgGCCStrike15_v2_ClientPollState {
1234
- optional uint32 pollid = 1;
1235
- repeated string names = 2;
1236
- repeated int32 values = 3;
1237
- }
1238
-
1239
- message CMsgGCCStrike15_v2_Party_Register {
1240
- optional uint32 id = 1;
1241
- optional uint32 ver = 2;
1242
- optional uint32 apr = 3;
1243
- optional uint32 ark = 4;
1244
- optional uint32 nby = 5;
1245
- optional uint32 grp = 6;
1246
- optional uint32 slots = 7;
1247
- optional uint32 launcher = 8;
1248
- optional uint32 game_type = 9;
1249
- }
1250
-
1251
- message CMsgGCCStrike15_v2_Party_Search {
1252
- optional uint32 ver = 1;
1253
- optional uint32 apr = 2;
1254
- optional uint32 ark = 3;
1255
- repeated uint32 grps = 4;
1256
- optional uint32 launcher = 5;
1257
- optional uint32 game_type = 6;
1258
- }
1259
-
1260
- message CMsgGCCStrike15_v2_Party_SearchResults {
1261
- message Entry {
1262
- optional uint32 id = 1;
1263
- optional uint32 grp = 2;
1264
- optional uint32 game_type = 3;
1265
- optional uint32 apr = 4;
1266
- optional uint32 ark = 5;
1267
- optional uint32 loc = 6;
1268
- optional uint32 accountid = 7;
1269
- }
1270
-
1271
- repeated .CMsgGCCStrike15_v2_Party_SearchResults.Entry entries = 1;
1272
- }
1273
-
1274
- message CMsgGCCStrike15_v2_Party_Invite {
1275
- optional uint32 accountid = 1;
1276
- optional uint32 lobbyid = 2;
1277
- }
1278
-
1279
- message CMsgGCCStrike15_v2_Account_RequestCoPlays {
1280
- message Player {
1281
- optional uint32 accountid = 1;
1282
- optional uint32 rtcoplay = 2;
1283
- optional bool online = 3;
1284
- }
1285
-
1286
- repeated .CMsgGCCStrike15_v2_Account_RequestCoPlays.Player players = 1;
1287
- optional uint32 servertime = 2;
1288
- }
1289
-
1290
- message CMsgGCCStrike15_v2_ClientToGCRequestTicket {
1291
- optional fixed64 authorized_steam_id = 1;
1292
- optional fixed32 authorized_public_ip = 2;
1293
- optional fixed64 gameserver_steam_id = 3;
1294
- optional string gameserver_sdr_routing = 5;
1295
- }
1296
-
1297
- message CMsgGCToClientSteamDatagramTicket {
1298
- optional bytes serialized_ticket = 16;
1299
- }
1300
-
1301
- message CMsgGCCStrike15_v2_ClientRequestOffers {
1302
- }
1303
-
1304
- message CMsgGCCStrike15_v2_ClientRequestSouvenir {
1305
- optional uint64 itemid = 1;
1306
- optional uint64 matchid = 2;
1307
- optional int32 eventid = 3;
1308
- }
1309
-
1310
- message CMsgGCCStrike15_v2_ClientAccountBalance {
1311
- optional uint64 amount = 1;
1312
- optional string url = 2;
1313
- }
1314
-
1315
- message CMsgGCCStrike15_v2_ClientPartyJoinRelay {
1316
- optional uint32 accountid = 1;
1317
- optional uint64 lobbyid = 2;
1318
- }
1319
-
1320
- message CMsgGCCStrike15_v2_ClientPartyWarning {
1321
- message Entry {
1322
- optional uint32 accountid = 1;
1323
- optional uint32 warntype = 2;
1324
- }
1325
-
1326
- repeated .CMsgGCCStrike15_v2_ClientPartyWarning.Entry entries = 1;
1327
- }
1328
-
1329
- message CMsgGCCStrike15_v2_SetEventFavorite {
1330
- optional uint64 eventid = 1;
1331
- optional bool is_favorite = 2;
1332
- }
1333
-
1334
- message CMsgGCCStrike15_v2_GetEventFavorites_Request {
1335
- optional bool all_events = 1;
1336
- }
1337
-
1338
- message CMsgGCCStrike15_v2_GetEventFavorites_Response {
1339
- optional bool all_events = 1;
1340
- optional string json_favorites = 2;
1341
- optional string json_featured = 3;
1342
- }
1343
-
1344
- message CMsgGCCStrike15_v2_ClientPerfReport {
1345
- message Entry {
1346
- optional uint32 perfcounter = 1;
1347
- optional uint32 length = 2;
1348
- optional bytes reference = 3;
1349
- optional bytes actual = 4;
1350
- optional uint32 sourceid = 5;
1351
- optional uint32 status = 6;
1352
- }
1353
-
1354
- repeated .CMsgGCCStrike15_v2_ClientPerfReport.Entry entries = 1;
1355
- }
1356
-
1357
- message CVDiagnostic {
1358
- optional uint32 id = 1;
1359
- optional uint32 extended = 2;
1360
- optional uint64 value = 3;
1361
- optional string string_value = 4;
1362
- }
1363
-
1364
- message CMsgGCCStrike15_v2_ClientReportValidation {
1365
- optional string file_report = 1;
1366
- optional string command_line = 2;
1367
- optional uint32 total_files = 3;
1368
- optional uint32 internal_error = 4;
1369
- optional uint32 trust_time = 5;
1370
- optional uint32 count_pending = 6;
1371
- optional uint32 count_completed = 7;
1372
- optional uint32 process_id = 8;
1373
- optional int32 osversion = 9;
1374
- optional uint32 clientreportversion = 10;
1375
- optional uint32 status_id = 11;
1376
- optional uint32 diagnostic1 = 12;
1377
- optional uint64 diagnostic2 = 13;
1378
- optional uint64 diagnostic3 = 14;
1379
- optional string last_launch_data = 15;
1380
- optional uint32 report_count = 16;
1381
- optional uint64 client_time = 17;
1382
- optional uint64 diagnostic4 = 18;
1383
- optional uint64 diagnostic5 = 19;
1384
- repeated .CVDiagnostic diagnostics = 20;
1385
- }
1386
-
1387
- message CMsgGCCStrike15_v2_GC2ClientRefuseSecureMode {
1388
- optional string file_report = 1;
1389
- optional bool offer_insecure_mode = 2;
1390
- optional bool offer_secure_mode = 3;
1391
- optional bool show_unsigned_ui = 4;
1392
- optional bool kick_user = 5;
1393
- optional bool show_trusted_ui = 6;
1394
- optional bool show_warning_not_trusted = 7;
1395
- optional bool show_warning_not_trusted_2 = 8;
1396
- optional string files_prevented_trusted = 9;
1397
- }
1398
-
1399
- message CMsgGCCStrike15_v2_GC2ClientRequestValidation {
1400
- optional bool full_report = 1;
1401
- optional string module = 2;
1402
- }
1403
-
1404
- message CMsgGCCStrike15_v2_GC2ClientInitSystem {
1405
- optional bool load = 1;
1406
- optional string name = 2;
1407
- optional string outputname = 3;
1408
- optional bytes key_data = 4;
1409
- optional bytes sha_hash = 5;
1410
- optional int32 cookie = 6;
1411
- optional string manifest = 7;
1412
- optional bytes system_package = 8;
1413
- optional bool load_system = 9;
1414
- }
1415
-
1416
- message CMsgGCCStrike15_v2_GC2ClientInitSystem_Response {
1417
- optional bool success = 1;
1418
- optional string diagnostic = 2;
1419
- optional bytes sha_hash = 3;
1420
- optional int32 response = 4;
1421
- optional int32 error_code1 = 5;
1422
- optional int32 error_code2 = 6;
1423
- optional int64 handle = 7;
1424
- optional .EInitSystemResult einit_result = 8 [default = k_EInitSystemResult_Invalid];
1425
- optional int32 aux_system1 = 9;
1426
- optional int32 aux_system2 = 10;
1427
- }
1428
-
1429
- message CMsgGCCStrike15_v2_SetPlayerLeaderboardSafeName {
1430
- optional string leaderboard_safe_name = 1;
1431
- }
1
+ enum ECsgoGCMsg {
2
+ k_EMsgGCCStrike15_v2_Base = 9100;
3
+ k_EMsgGCCStrike15_v2_MatchmakingStart = 9101;
4
+ k_EMsgGCCStrike15_v2_MatchmakingStop = 9102;
5
+ k_EMsgGCCStrike15_v2_MatchmakingClient2ServerPing = 9103;
6
+ k_EMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate = 9104;
7
+ k_EMsgGCCStrike15_v2_MatchmakingServerReservationResponse = 9106;
8
+ k_EMsgGCCStrike15_v2_MatchmakingGC2ClientReserve = 9107;
9
+ k_EMsgGCCStrike15_v2_MatchmakingClient2GCHello = 9109;
10
+ k_EMsgGCCStrike15_v2_MatchmakingGC2ClientHello = 9110;
11
+ k_EMsgGCCStrike15_v2_MatchmakingGC2ClientAbandon = 9112;
12
+ k_EMsgGCCStrike15_v2_MatchmakingOperator2GCBlogUpdate = 9117;
13
+ k_EMsgGCCStrike15_v2_ServerNotificationForUserPenalty = 9118;
14
+ k_EMsgGCCStrike15_v2_ClientReportPlayer = 9119;
15
+ k_EMsgGCCStrike15_v2_ClientReportServer = 9120;
16
+ k_EMsgGCCStrike15_v2_ClientCommendPlayer = 9121;
17
+ k_EMsgGCCStrike15_v2_ClientReportResponse = 9122;
18
+ k_EMsgGCCStrike15_v2_ClientCommendPlayerQuery = 9123;
19
+ k_EMsgGCCStrike15_v2_ClientCommendPlayerQueryResponse = 9124;
20
+ k_EMsgGCCStrike15_v2_WatchInfoUsers = 9126;
21
+ k_EMsgGCCStrike15_v2_ClientRequestPlayersProfile = 9127;
22
+ k_EMsgGCCStrike15_v2_PlayersProfile = 9128;
23
+ k_EMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate = 9131;
24
+ k_EMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment = 9132;
25
+ k_EMsgGCCStrike15_v2_PlayerOverwatchCaseStatus = 9133;
26
+ k_EMsgGCCStrike15_v2_GC2ClientTextMsg = 9134;
27
+ k_EMsgGCCStrike15_v2_Client2GCTextMsg = 9135;
28
+ k_EMsgGCCStrike15_v2_MatchEndRunRewardDrops = 9136;
29
+ k_EMsgGCCStrike15_v2_MatchEndRewardDropsNotification = 9137;
30
+ k_EMsgGCCStrike15_v2_ClientRequestWatchInfoFriends2 = 9138;
31
+ k_EMsgGCCStrike15_v2_MatchList = 9139;
32
+ k_EMsgGCCStrike15_v2_MatchListRequestCurrentLiveGames = 9140;
33
+ k_EMsgGCCStrike15_v2_MatchListRequestRecentUserGames = 9141;
34
+ k_EMsgGCCStrike15_v2_GC2ServerReservationUpdate = 9142;
35
+ k_EMsgGCCStrike15_v2_ClientVarValueNotificationInfo = 9144;
36
+ k_EMsgGCCStrike15_v2_MatchListRequestTournamentGames = 9146;
37
+ k_EMsgGCCStrike15_v2_MatchListRequestFullGameInfo = 9147;
38
+ k_EMsgGCCStrike15_v2_GiftsLeaderboardRequest = 9148;
39
+ k_EMsgGCCStrike15_v2_GiftsLeaderboardResponse = 9149;
40
+ k_EMsgGCCStrike15_v2_ServerVarValueNotificationInfo = 9150;
41
+ k_EMsgGCCStrike15_v2_ClientSubmitSurveyVote = 9152;
42
+ k_EMsgGCCStrike15_v2_Server2GCClientValidate = 9153;
43
+ k_EMsgGCCStrike15_v2_MatchListRequestLiveGameForUser = 9154;
44
+ k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest = 9156;
45
+ k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockResponse = 9157;
46
+ k_EMsgGCCStrike15_v2_AccountPrivacySettings = 9158;
47
+ k_EMsgGCCStrike15_v2_SetMyActivityInfo = 9159;
48
+ k_EMsgGCCStrike15_v2_MatchListRequestTournamentPredictions = 9160;
49
+ k_EMsgGCCStrike15_v2_MatchListUploadTournamentPredictions = 9161;
50
+ k_EMsgGCCStrike15_v2_DraftSummary = 9162;
51
+ k_EMsgGCCStrike15_v2_ClientRequestJoinFriendData = 9163;
52
+ k_EMsgGCCStrike15_v2_ClientRequestJoinServerData = 9164;
53
+ k_EMsgGCCStrike15_v2_ClientRequestNewMission = 9165;
54
+ k_EMsgGCCStrike15_v2_GC2ClientTournamentInfo = 9167;
55
+ k_EMsgGC_GlobalGame_Subscribe = 9168;
56
+ k_EMsgGC_GlobalGame_Unsubscribe = 9169;
57
+ k_EMsgGC_GlobalGame_Play = 9170;
58
+ k_EMsgGCCStrike15_v2_AcknowledgePenalty = 9171;
59
+ k_EMsgGCCStrike15_v2_Client2GCRequestPrestigeCoin = 9172;
60
+ k_EMsgGCCStrike15_v2_GC2ClientGlobalStats = 9173;
61
+ k_EMsgGCCStrike15_v2_Client2GCStreamUnlock = 9174;
62
+ k_EMsgGCCStrike15_v2_FantasyRequestClientData = 9175;
63
+ k_EMsgGCCStrike15_v2_FantasyUpdateClientData = 9176;
64
+ k_EMsgGCCStrike15_v2_GCToClientSteamdatagramTicket = 9177;
65
+ k_EMsgGCCStrike15_v2_ClientToGCRequestTicket = 9178;
66
+ k_EMsgGCCStrike15_v2_ClientToGCRequestElevate = 9179;
67
+ k_EMsgGCCStrike15_v2_GlobalChat = 9180;
68
+ k_EMsgGCCStrike15_v2_GlobalChat_Subscribe = 9181;
69
+ k_EMsgGCCStrike15_v2_GlobalChat_Unsubscribe = 9182;
70
+ k_EMsgGCCStrike15_v2_ClientAuthKeyCode = 9183;
71
+ k_EMsgGCCStrike15_v2_GotvSyncPacket = 9184;
72
+ k_EMsgGCCStrike15_v2_ClientPlayerDecalSign = 9185;
73
+ k_EMsgGCCStrike15_v2_ClientLogonFatalError = 9187;
74
+ k_EMsgGCCStrike15_v2_ClientPollState = 9188;
75
+ k_EMsgGCCStrike15_v2_Party_Register = 9189;
76
+ k_EMsgGCCStrike15_v2_Party_Unregister = 9190;
77
+ k_EMsgGCCStrike15_v2_Party_Search = 9191;
78
+ k_EMsgGCCStrike15_v2_Party_Invite = 9192;
79
+ k_EMsgGCCStrike15_v2_Account_RequestCoPlays = 9193;
80
+ k_EMsgGCCStrike15_v2_ClientGCRankUpdate = 9194;
81
+ k_EMsgGCCStrike15_v2_ClientRequestOffers = 9195;
82
+ k_EMsgGCCStrike15_v2_ClientAccountBalance = 9196;
83
+ k_EMsgGCCStrike15_v2_ClientPartyJoinRelay = 9197;
84
+ k_EMsgGCCStrike15_v2_ClientPartyWarning = 9198;
85
+ k_EMsgGCCStrike15_v2_SetEventFavorite = 9200;
86
+ k_EMsgGCCStrike15_v2_GetEventFavorites_Request = 9201;
87
+ k_EMsgGCCStrike15_v2_ClientPerfReport = 9202;
88
+ k_EMsgGCCStrike15_v2_GetEventFavorites_Response = 9203;
89
+ k_EMsgGCCStrike15_v2_ClientRequestSouvenir = 9204;
90
+ k_EMsgGCCStrike15_v2_ClientReportValidation = 9205;
91
+ k_EMsgGCCStrike15_v2_GC2ClientRefuseSecureMode = 9206;
92
+ k_EMsgGCCStrike15_v2_GC2ClientRequestValidation = 9207;
93
+ k_EMsgGCCStrike15_v2_ClientRedeemMissionReward = 9209;
94
+ k_EMsgGCCStrike15_ClientDeepStats = 9210;
95
+ k_EMsgGCCStrike15_StartAgreementSessionInGame = 9211;
96
+ k_EMsgGCCStrike15_v2_GC2ClientInitSystem = 9212;
97
+ k_EMsgGCCStrike15_v2_GC2ClientInitSystem_Response = 9213;
98
+ k_EMsgGCCStrike15_v2_PrivateQueues = 9214;
99
+ k_EMsgGCCStrike15_v2_MatchListTournamentOperatorMgmt = 9215;
100
+ k_EMsgGCCStrike15_v2_BetaEnrollment = 9217;
101
+ k_EMsgGCCStrike15_v2_SetPlayerLeaderboardSafeName = 9218;
102
+ k_EMsgGCCStrike15_v2_ClientRedeemFreeReward = 9219;
103
+ k_EMsgGCCStrike15_v2_ClientNetworkConfig = 9220;
104
+ }
105
+
106
+ enum ECsgoSteamUserStat {
107
+ k_ECsgoSteamUserStat_XpEarnedGames = 1;
108
+ k_ECsgoSteamUserStat_MatchWinsCompetitive = 2;
109
+ k_ECsgoSteamUserStat_SurvivedDangerZone = 3;
110
+ }
111
+
112
+ enum EClientReportingVersion {
113
+ k_EClientReportingVersion_OldVersion = 0;
114
+ k_EClientReportingVersion_BetaVersion = 1;
115
+ k_EClientReportingVersion_SupportsTrustedMode = 2;
116
+ }
117
+
118
+ enum EInitSystemResult {
119
+ k_EInitSystemResult_Invalid = 0;
120
+ k_EInitSystemResult_Success = 1;
121
+ k_EInitSystemResult_None = 2;
122
+ k_EInitSystemResult_NotFound = 3;
123
+ k_EInitSystemResult_Existing = 4;
124
+ k_EInitSystemResult_FailedOpen = 5;
125
+ k_EInitSystemResult_Mismatch = 6;
126
+ k_EInitSystemResult_FailedInit = 7;
127
+ k_EInitSystemResult_Max = 8;
128
+ }
129
+
130
+ message GameServerPing {
131
+ optional int32 ping = 2;
132
+ optional uint32 ip = 3;
133
+ optional uint32 instances = 5;
134
+ }
135
+
136
+ message DataCenterPing {
137
+ optional fixed32 data_center_id = 1;
138
+ optional sint32 ping = 2;
139
+ }
140
+
141
+ message DetailedSearchStatistic {
142
+ optional uint32 game_type = 1;
143
+ optional uint32 search_time_avg = 2;
144
+ optional uint32 players_searching = 4;
145
+ }
146
+
147
+ message TournamentPlayer {
148
+ optional uint32 account_id = 1;
149
+ optional string player_nick = 2;
150
+ optional string player_name = 3;
151
+ optional uint32 player_dob = 4;
152
+ optional string player_flag = 5;
153
+ optional string player_location = 6;
154
+ optional string player_desc = 7;
155
+ }
156
+
157
+ message TournamentTeam {
158
+ optional int32 team_id = 1;
159
+ optional string team_tag = 2;
160
+ optional string team_flag = 3;
161
+ optional string team_name = 4;
162
+ repeated .TournamentPlayer players = 5;
163
+ }
164
+
165
+ message TournamentEvent {
166
+ optional int32 event_id = 1;
167
+ optional string event_tag = 2;
168
+ optional string event_name = 3;
169
+ optional uint32 event_time_start = 4;
170
+ optional uint32 event_time_end = 5;
171
+ optional int32 event_public = 6;
172
+ optional int32 event_stage_id = 7;
173
+ optional string event_stage_name = 8;
174
+ optional uint32 active_section_id = 9;
175
+ }
176
+
177
+ message GlobalStatistics {
178
+ optional uint32 players_online = 1;
179
+ optional uint32 servers_online = 2;
180
+ optional uint32 players_searching = 3;
181
+ optional uint32 servers_available = 4;
182
+ optional uint32 ongoing_matches = 5;
183
+ optional uint32 search_time_avg = 6;
184
+ repeated .DetailedSearchStatistic search_statistics = 7;
185
+ optional string main_post_url = 8;
186
+ optional uint32 required_appid_version = 9;
187
+ optional uint32 pricesheet_version = 10;
188
+ optional uint32 twitch_streams_version = 11;
189
+ optional uint32 active_tournament_eventid = 12;
190
+ optional uint32 active_survey_id = 13;
191
+ optional uint32 rtime32_cur = 14;
192
+ optional uint32 rtime32_event_start = 15;
193
+ optional uint32 required_appid_version2 = 16;
194
+ }
195
+
196
+ message OperationalStatisticDescription {
197
+ optional string name = 1;
198
+ optional uint32 idkey = 2;
199
+ }
200
+
201
+ message OperationalStatisticElement {
202
+ optional uint32 idkey = 1;
203
+ repeated int32 values = 2;
204
+ }
205
+
206
+ message OperationalStatisticsPacket {
207
+ optional int32 packetid = 1;
208
+ optional int32 mstimestamp = 2;
209
+ repeated .OperationalStatisticElement values = 3;
210
+ }
211
+
212
+ message OperationalVarValue {
213
+ optional string name = 1;
214
+ optional int32 ivalue = 2;
215
+ optional float fvalue = 3;
216
+ optional bytes svalue = 4;
217
+ }
218
+
219
+ message PlayerRankingInfo {
220
+ message PerMapRank {
221
+ optional uint32 map_id = 1;
222
+ optional uint32 rank_id = 2;
223
+ optional uint32 wins = 3;
224
+ }
225
+
226
+ optional uint32 account_id = 1;
227
+ optional uint32 rank_id = 2;
228
+ optional uint32 wins = 3;
229
+ optional float rank_change = 4;
230
+ optional uint32 rank_type_id = 6;
231
+ optional uint32 tv_control = 7;
232
+ optional uint64 rank_window_stats = 8;
233
+ optional string leaderboard_name = 9;
234
+ optional uint32 rank_if_win = 10;
235
+ optional uint32 rank_if_lose = 11;
236
+ optional uint32 rank_if_tie = 12;
237
+ repeated .PlayerRankingInfo.PerMapRank per_map_rank = 13;
238
+ optional uint32 leaderboard_name_status = 14;
239
+ }
240
+
241
+ message PlayerCommendationInfo {
242
+ optional uint32 cmd_friendly = 1;
243
+ optional uint32 cmd_teaching = 2;
244
+ optional uint32 cmd_leader = 4;
245
+ }
246
+
247
+ message PlayerMedalsInfo {
248
+ repeated uint32 display_items_defidx = 7;
249
+ optional uint32 featured_display_item_defidx = 8;
250
+ }
251
+
252
+ message AccountActivity {
253
+ optional uint32 activity = 1;
254
+ optional uint32 mode = 2;
255
+ optional uint32 map = 3;
256
+ optional uint64 matchid = 4;
257
+ }
258
+
259
+ message TournamentMatchSetup {
260
+ optional int32 event_id = 1;
261
+ optional int32 team_id_ct = 2;
262
+ optional int32 team_id_t = 3;
263
+ optional int32 event_stage_id = 4;
264
+ }
265
+
266
+ message ServerHltvInfo {
267
+ optional uint32 tv_udp_port = 1;
268
+ optional uint64 tv_watch_key = 2;
269
+ optional uint32 tv_slots = 3;
270
+ optional uint32 tv_clients = 4;
271
+ optional uint32 tv_proxies = 5;
272
+ optional uint32 tv_time = 6;
273
+ optional uint32 game_type = 8;
274
+ optional string game_mapgroup = 9;
275
+ optional string game_map = 10;
276
+ optional uint64 tv_master_steamid = 11;
277
+ optional uint32 tv_local_slots = 12;
278
+ optional uint32 tv_local_clients = 13;
279
+ optional uint32 tv_local_proxies = 14;
280
+ optional uint32 tv_relay_slots = 15;
281
+ optional uint32 tv_relay_clients = 16;
282
+ optional uint32 tv_relay_proxies = 17;
283
+ optional uint32 tv_relay_address = 18;
284
+ optional uint32 tv_relay_port = 19;
285
+ optional uint64 tv_relay_steamid = 20;
286
+ optional uint32 flags = 21;
287
+ }
288
+
289
+ message IpAddressMask {
290
+ optional uint32 a = 1;
291
+ optional uint32 b = 2;
292
+ optional uint32 c = 3;
293
+ optional uint32 d = 4;
294
+ optional uint32 bits = 5;
295
+ optional uint32 token = 6;
296
+ }
297
+
298
+ message CMsgCsgoSteamUserStatChange {
299
+ optional int32 ecsgosteamuserstat = 1;
300
+ optional int32 delta = 2;
301
+ optional bool absolute = 3;
302
+ }
303
+
304
+ message XpProgressData {
305
+ optional uint32 xp_points = 1;
306
+ optional int32 xp_category = 2;
307
+ }
308
+
309
+ message MatchEndItemUpdates {
310
+ optional uint64 item_id = 1;
311
+ optional uint32 item_attr_defidx = 2;
312
+ optional uint32 item_attr_delta_value = 3;
313
+ }
314
+
315
+ message ScoreLeaderboardData {
316
+ message Entry {
317
+ optional uint32 tag = 1;
318
+ optional uint32 val = 2;
319
+ }
320
+
321
+ message AccountEntries {
322
+ optional uint32 accountid = 1;
323
+ repeated .ScoreLeaderboardData.Entry entries = 2;
324
+ }
325
+
326
+ optional uint64 quest_id = 1;
327
+ optional uint32 score = 2;
328
+ repeated .ScoreLeaderboardData.AccountEntries accountentries = 3;
329
+ repeated .ScoreLeaderboardData.Entry matchentries = 5;
330
+ optional string leaderboard_name = 6;
331
+ }
332
+
333
+ message PlayerQuestData {
334
+ message QuestItemData {
335
+ optional uint64 quest_id = 1;
336
+ optional int32 quest_normal_points_earned = 2;
337
+ optional int32 quest_bonus_points_earned = 3;
338
+ }
339
+
340
+ optional uint32 quester_account_id = 1;
341
+ repeated .PlayerQuestData.QuestItemData quest_item_data = 2;
342
+ repeated .XpProgressData xp_progress_data = 3;
343
+ optional uint32 time_played = 4;
344
+ optional uint32 mm_game_mode = 5;
345
+ repeated .MatchEndItemUpdates item_updates = 6;
346
+ optional bool operation_points_eligible = 7;
347
+ repeated .CMsgCsgoSteamUserStatChange userstatchanges = 8;
348
+ }
349
+
350
+ message DeepPlayerStatsEntry {
351
+ optional uint32 accountid = 1;
352
+ optional uint64 match_id = 2;
353
+ optional uint32 mm_game_mode = 3;
354
+ optional uint32 mapid = 4;
355
+ optional bool b_starting_ct = 5;
356
+ optional uint32 match_outcome = 6;
357
+ optional uint32 rounds_won = 7;
358
+ optional uint32 rounds_lost = 8;
359
+ optional uint32 stat_score = 9;
360
+ optional uint32 stat_deaths = 12;
361
+ optional uint32 stat_mvps = 13;
362
+ optional uint32 enemy_kills = 14;
363
+ optional uint32 enemy_headshots = 15;
364
+ optional uint32 enemy_2ks = 16;
365
+ optional uint32 enemy_3ks = 17;
366
+ optional uint32 enemy_4ks = 18;
367
+ optional uint32 total_damage = 19;
368
+ optional uint32 engagements_entry_count = 23;
369
+ optional uint32 engagements_entry_wins = 24;
370
+ optional uint32 engagements_1v1_count = 25;
371
+ optional uint32 engagements_1v1_wins = 26;
372
+ optional uint32 engagements_1v2_count = 27;
373
+ optional uint32 engagements_1v2_wins = 28;
374
+ optional uint32 utility_count = 29;
375
+ optional uint32 utility_success = 30;
376
+ optional uint32 flash_count = 32;
377
+ optional uint32 flash_success = 33;
378
+ repeated uint32 mates = 34;
379
+ }
380
+
381
+ message DeepPlayerMatchEvent {
382
+ optional uint32 accountid = 1;
383
+ optional uint64 match_id = 2;
384
+ optional uint32 event_id = 3;
385
+ optional uint32 event_type = 4;
386
+ optional bool b_playing_ct = 5;
387
+ optional int32 user_pos_x = 6;
388
+ optional int32 user_pos_y = 7;
389
+ optional int32 user_pos_z = 12;
390
+ optional uint32 user_defidx = 8;
391
+ optional int32 other_pos_x = 9;
392
+ optional int32 other_pos_y = 10;
393
+ optional int32 other_pos_z = 13;
394
+ optional uint32 other_defidx = 11;
395
+ optional int32 event_data = 14;
396
+ }
397
+
398
+ message CMsgGC_ServerQuestUpdateData {
399
+ repeated .PlayerQuestData player_quest_data = 1;
400
+ optional bytes binary_data = 2;
401
+ optional uint32 mm_game_mode = 3;
402
+ optional .ScoreLeaderboardData missionlbsdata = 4;
403
+ }
404
+
405
+ message CMsgGCCStrike15_v2_MatchmakingGC2ServerConfirm {
406
+ optional uint32 token = 1;
407
+ optional uint32 stamp = 2;
408
+ optional uint64 exchange = 3;
409
+ optional uint32 retry = 4;
410
+ }
411
+
412
+ message CMsgGCCStrike15_v2_GC2ServerReservationUpdate {
413
+ optional uint32 viewers_external_total = 1;
414
+ optional uint32 viewers_external_steam = 2;
415
+ }
416
+
417
+ message CMsgGCCStrike15_v2_MatchmakingStart {
418
+ repeated uint32 account_ids = 1;
419
+ optional uint32 game_type = 2;
420
+ optional string ticket_data = 3;
421
+ optional uint32 client_version = 4;
422
+ optional .TournamentMatchSetup tournament_match = 5;
423
+ optional bool prime_only = 6;
424
+ optional uint32 tv_control = 7;
425
+ optional uint64 lobby_id = 8;
426
+ }
427
+
428
+ message CMsgGCCStrike15_v2_MatchmakingStop {
429
+ optional int32 abandon = 1;
430
+ }
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
+
439
+ message CMsgGCCStrike15_v2_MatchmakingClient2ServerPing {
440
+ repeated .GameServerPing gameserverpings = 1;
441
+ optional int32 offset_index = 2;
442
+ optional int32 final_batch = 3;
443
+ repeated .DataCenterPing data_center_pings = 4;
444
+ optional uint32 max_ping = 5;
445
+ optional fixed32 test_token = 6;
446
+ optional bytes search_key = 7;
447
+ repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate_Note notes = 8;
448
+ optional string debug_message = 9;
449
+ }
450
+
451
+ message CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate {
452
+ optional int32 matchmaking = 1;
453
+ repeated uint32 waiting_account_id_sessions = 2;
454
+ optional string error = 3;
455
+ repeated uint32 ongoingmatch_account_id_sessions = 6;
456
+ optional .GlobalStatistics global_stats = 7;
457
+ repeated uint32 failping_account_id_sessions = 8;
458
+ repeated uint32 penalty_account_id_sessions = 9;
459
+ repeated uint32 failready_account_id_sessions = 10;
460
+ repeated uint32 vacbanned_account_id_sessions = 11;
461
+ optional .IpAddressMask server_ipaddress_mask = 12;
462
+ repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate_Note notes = 13;
463
+ repeated uint32 penalty_account_id_sessions_green = 14;
464
+ repeated uint32 insufficientlevel_sessions = 15;
465
+ repeated uint32 vsncheck_account_id_sessions = 16;
466
+ repeated uint32 launcher_mismatch_sessions = 17;
467
+ repeated uint32 insecure_account_id_sessions = 18;
468
+ }
469
+
470
+ message CDataGCCStrike15_v2_TournamentMatchDraft {
471
+ message Entry {
472
+ optional int32 mapid = 1;
473
+ optional int32 team_id_ct = 2;
474
+ }
475
+
476
+ optional int32 event_id = 1;
477
+ optional int32 event_stage_id = 2;
478
+ optional int32 team_id_0 = 3;
479
+ optional int32 team_id_1 = 4;
480
+ optional int32 maps_count = 5;
481
+ optional int32 maps_current = 6;
482
+ optional int32 team_id_start = 7;
483
+ optional int32 team_id_veto1 = 8;
484
+ optional int32 team_id_pickn = 9;
485
+ repeated .CDataGCCStrike15_v2_TournamentMatchDraft.Entry drafts = 10;
486
+ repeated int32 vote_mapid_0 = 11;
487
+ repeated int32 vote_mapid_1 = 12;
488
+ repeated int32 vote_mapid_2 = 13;
489
+ repeated int32 vote_mapid_3 = 14;
490
+ repeated int32 vote_mapid_4 = 15;
491
+ repeated int32 vote_mapid_5 = 16;
492
+ repeated int32 vote_starting_side = 17;
493
+ optional int32 vote_phase = 18;
494
+ optional float vote_phase_start = 19;
495
+ optional float vote_phase_length = 20;
496
+ }
497
+
498
+ message CPreMatchInfoData {
499
+ message TeamStats {
500
+ optional int32 match_info_idxtxt = 1;
501
+ optional string match_info_txt = 2;
502
+ repeated string match_info_teams = 3;
503
+ }
504
+
505
+ optional int32 predictions_pct = 1;
506
+ optional .CDataGCCStrike15_v2_TournamentMatchDraft draft = 4;
507
+ repeated .CPreMatchInfoData.TeamStats stats = 5;
508
+ repeated int32 wins = 6;
509
+ }
510
+
511
+ message CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve {
512
+ repeated uint32 account_ids = 1;
513
+ optional uint32 game_type = 2;
514
+ optional uint64 match_id = 3;
515
+ optional uint32 server_version = 4;
516
+ optional uint32 flags = 18;
517
+ repeated .PlayerRankingInfo rankings = 5;
518
+ optional uint64 encryption_key = 6;
519
+ optional uint64 encryption_key_pub = 7;
520
+ repeated uint32 party_ids = 8;
521
+ repeated .IpAddressMask whitelist = 9;
522
+ optional uint64 tv_master_steamid = 10;
523
+ optional .TournamentEvent tournament_event = 11;
524
+ repeated .TournamentTeam tournament_teams = 12;
525
+ repeated uint32 tournament_casters_account_ids = 13;
526
+ optional uint64 tv_relay_steamid = 14;
527
+ optional .CPreMatchInfoData pre_match_data = 15;
528
+ optional uint32 rtime32_event_start = 16;
529
+ optional uint32 tv_control = 17;
530
+ repeated .OperationalVarValue op_var_values = 19;
531
+ optional uint32 socache_control = 20;
532
+ }
533
+
534
+ message CMsgGCCStrike15_v2_MatchmakingServerReservationResponse {
535
+ optional uint64 reservationid = 1;
536
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 2;
537
+ optional string map = 3;
538
+ optional uint64 gc_reservation_sent = 4;
539
+ optional uint32 server_version = 5;
540
+ optional .ServerHltvInfo tv_info = 6;
541
+ repeated uint32 reward_player_accounts = 7;
542
+ repeated uint32 idle_player_accounts = 8;
543
+ optional uint32 reward_item_attr_def_idx = 9;
544
+ optional uint32 reward_item_attr_value = 10;
545
+ optional uint32 reward_item_attr_reward_idx = 11;
546
+ optional uint32 reward_drop_list = 12;
547
+ optional string tournament_tag = 13;
548
+ optional uint32 legacy_steamdatagram_port = 14;
549
+ optional uint32 steamdatagram_routing = 17;
550
+ optional fixed32 test_token = 15;
551
+ optional uint32 flags = 16;
552
+ optional uint32 system_load = 18;
553
+ optional uint32 cpus_online = 19;
554
+ }
555
+
556
+ message CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve {
557
+ optional uint64 serverid = 1;
558
+ optional uint32 direct_udp_ip = 2;
559
+ optional uint32 direct_udp_port = 3;
560
+ optional uint64 reservationid = 4;
561
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 5;
562
+ optional string map = 6;
563
+ optional string server_address = 7;
564
+ optional .DataCenterPing gs_ping = 8;
565
+ optional uint32 gs_location_id = 9;
566
+ }
567
+
568
+ message CMsgGCCStrike15_v2_MatchmakingServerRoundStats {
569
+ message DropInfo {
570
+ optional uint32 account_mvp = 1;
571
+ }
572
+
573
+ optional uint64 reservationid = 1;
574
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 2;
575
+ optional string map = 3;
576
+ optional int32 round = 4;
577
+ repeated int32 kills = 5;
578
+ repeated int32 assists = 6;
579
+ repeated int32 deaths = 7;
580
+ repeated int32 scores = 8;
581
+ repeated int32 pings = 9;
582
+ optional int32 round_result = 10;
583
+ optional int32 match_result = 11;
584
+ repeated int32 team_scores = 12;
585
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerConfirm confirm = 13;
586
+ optional int32 reservation_stage = 14;
587
+ optional int32 match_duration = 15;
588
+ repeated int32 enemy_kills = 16;
589
+ repeated int32 enemy_headshots = 17;
590
+ repeated int32 enemy_3ks = 18;
591
+ repeated int32 enemy_4ks = 19;
592
+ repeated int32 enemy_5ks = 20;
593
+ repeated int32 mvps = 21;
594
+ optional uint32 spectators_count = 22;
595
+ optional uint32 spectators_count_tv = 23;
596
+ optional uint32 spectators_count_lnk = 24;
597
+ repeated int32 enemy_kills_agg = 25;
598
+ optional .CMsgGCCStrike15_v2_MatchmakingServerRoundStats.DropInfo drop_info = 26;
599
+ optional bool b_switched_teams = 27;
600
+ repeated int32 enemy_2ks = 28;
601
+ repeated int32 player_spawned = 29;
602
+ repeated int32 team_spawn_count = 30;
603
+ optional uint32 max_rounds = 31;
604
+ optional int32 map_id = 32;
605
+ }
606
+
607
+ message CMsgGCCStrike15_v2_MatchmakingClient2GCHello {
608
+ }
609
+
610
+ message CMsgGCCStrike15_v2_MatchmakingGC2ClientHello {
611
+ optional uint32 account_id = 1;
612
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve ongoingmatch = 2;
613
+ optional .GlobalStatistics global_stats = 3;
614
+ optional uint32 penalty_seconds = 4;
615
+ optional uint32 penalty_reason = 5;
616
+ optional int32 vac_banned = 6;
617
+ optional .PlayerRankingInfo ranking = 7;
618
+ optional .PlayerCommendationInfo commendation = 8;
619
+ optional .PlayerMedalsInfo medals = 9;
620
+ optional .TournamentEvent my_current_event = 10;
621
+ repeated .TournamentTeam my_current_event_teams = 11;
622
+ optional .TournamentTeam my_current_team = 12;
623
+ repeated .TournamentEvent my_current_event_stages = 13;
624
+ optional uint32 survey_vote = 14;
625
+ optional .AccountActivity activity = 15;
626
+ optional int32 player_level = 17;
627
+ optional int32 player_cur_xp = 18;
628
+ optional int32 player_xp_bonus_flags = 19;
629
+ repeated .PlayerRankingInfo rankings = 20;
630
+ }
631
+
632
+ message CMsgGCCStrike15_v2_AccountPrivacySettings {
633
+ message Setting {
634
+ optional uint32 setting_type = 1;
635
+ optional uint32 setting_value = 2;
636
+ }
637
+
638
+ repeated .CMsgGCCStrike15_v2_AccountPrivacySettings.Setting settings = 1;
639
+ }
640
+
641
+ message CMsgGCCStrike15_v2_MatchmakingGC2ClientAbandon {
642
+ optional uint32 account_id = 1;
643
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve abandoned_match = 2;
644
+ optional uint32 penalty_seconds = 3;
645
+ optional uint32 penalty_reason = 4;
646
+ }
647
+
648
+ message CMsgGCCStrike15_v2_ClientGCRankUpdate {
649
+ repeated .PlayerRankingInfo rankings = 1;
650
+ }
651
+
652
+ message CMsgGCCStrike15_v2_MatchmakingOperator2GCBlogUpdate {
653
+ optional string main_post_url = 1;
654
+ }
655
+
656
+ message CMsgGCCStrike15_v2_ServerNotificationForUserPenalty {
657
+ optional uint32 account_id = 1;
658
+ optional uint32 reason = 2;
659
+ optional uint32 seconds = 3;
660
+ optional bool communication_cooldown = 4;
661
+ }
662
+
663
+ message CMsgGCCStrike15_v2_ClientReportPlayer {
664
+ optional uint32 account_id = 1;
665
+ optional uint32 rpt_aimbot = 2;
666
+ optional uint32 rpt_wallhack = 3;
667
+ optional uint32 rpt_speedhack = 4;
668
+ optional uint32 rpt_teamharm = 5;
669
+ optional uint32 rpt_textabuse = 6;
670
+ optional uint32 rpt_voiceabuse = 7;
671
+ optional uint64 match_id = 8;
672
+ optional bool report_from_demo = 9;
673
+ }
674
+
675
+ message CMsgGCCStrike15_v2_ClientCommendPlayer {
676
+ optional uint32 account_id = 1;
677
+ optional uint64 match_id = 8;
678
+ optional .PlayerCommendationInfo commendation = 9;
679
+ optional uint32 tokens = 10;
680
+ }
681
+
682
+ message CMsgGCCStrike15_v2_ClientReportServer {
683
+ optional uint32 rpt_poorperf = 1;
684
+ optional uint32 rpt_abusivemodels = 2;
685
+ optional uint32 rpt_badmotd = 3;
686
+ optional uint32 rpt_listingabuse = 4;
687
+ optional uint32 rpt_inventoryabuse = 5;
688
+ optional uint64 match_id = 8;
689
+ }
690
+
691
+ message CMsgGCCStrike15_v2_ClientReportResponse {
692
+ optional uint64 confirmation_id = 1;
693
+ optional uint32 account_id = 2;
694
+ optional uint32 server_ip = 3;
695
+ optional uint32 response_type = 4;
696
+ optional uint32 response_result = 5;
697
+ optional uint32 tokens = 6;
698
+ }
699
+
700
+ message CMsgGCCStrike15_v2_ClientRequestWatchInfoFriends {
701
+ optional uint32 request_id = 1;
702
+ repeated uint32 account_ids = 2;
703
+ optional uint64 serverid = 3;
704
+ optional uint64 matchid = 4;
705
+ optional uint32 client_launcher = 5;
706
+ repeated .DataCenterPing data_center_pings = 6;
707
+ }
708
+
709
+ message WatchableMatchInfo {
710
+ optional uint32 server_ip = 1;
711
+ optional uint32 tv_port = 2;
712
+ optional uint32 tv_spectators = 3;
713
+ optional uint32 tv_time = 4;
714
+ optional bytes tv_watch_password = 5;
715
+ optional uint64 cl_decryptdata_key = 6;
716
+ optional uint64 cl_decryptdata_key_pub = 7;
717
+ optional uint32 game_type = 8;
718
+ optional string game_mapgroup = 9;
719
+ optional string game_map = 10;
720
+ optional uint64 server_id = 11;
721
+ optional uint64 match_id = 12;
722
+ optional uint64 reservation_id = 13;
723
+ }
724
+
725
+ message CMsgGCCStrike15_v2_ClientRequestJoinFriendData {
726
+ optional uint32 version = 1;
727
+ optional uint32 account_id = 2;
728
+ optional uint32 join_token = 3;
729
+ optional uint32 join_ipp = 4;
730
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve res = 5;
731
+ optional string errormsg = 6;
732
+ }
733
+
734
+ message CMsgGCCStrike15_v2_ClientRequestJoinServerData {
735
+ optional uint32 version = 1;
736
+ optional uint32 account_id = 2;
737
+ optional uint64 serverid = 3;
738
+ optional uint32 server_ip = 4;
739
+ optional uint32 server_port = 5;
740
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ClientReserve res = 6;
741
+ optional string errormsg = 7;
742
+ }
743
+
744
+ message CMsgGCCstrike15_v2_ClientRequestNewMission {
745
+ optional uint32 mission_id = 2;
746
+ optional uint32 campaign_id = 3;
747
+ }
748
+
749
+ message CMsgGCCstrike15_v2_ClientRedeemMissionReward {
750
+ optional uint32 campaign_id = 1;
751
+ optional uint32 redeem_id = 2;
752
+ optional uint32 redeemable_balance = 3;
753
+ optional uint32 expected_cost = 4;
754
+ }
755
+
756
+ message CMsgGCCstrike15_v2_ClientRedeemFreeReward {
757
+ optional uint32 generation_time = 1;
758
+ optional uint32 redeemable_balance = 2;
759
+ repeated uint64 items = 3;
760
+ }
761
+
762
+ message CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded {
763
+ repeated .XpProgressData xp_progress_data = 1;
764
+ optional uint32 account_id = 2;
765
+ optional uint32 current_xp = 3;
766
+ optional uint32 current_level = 4;
767
+ optional uint32 upgraded_defidx = 5;
768
+ optional uint32 operation_points_awarded = 6;
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;
777
+ }
778
+
779
+ message CMsgGCCStrike15_ClientDeepStats {
780
+ message DeepStatsRange {
781
+ optional uint32 begin = 1;
782
+ optional uint32 end = 2;
783
+ optional bool frozen = 3;
784
+ }
785
+
786
+ message DeepStatsMatch {
787
+ optional .DeepPlayerStatsEntry player = 1;
788
+ repeated .DeepPlayerMatchEvent events = 2;
789
+ }
790
+
791
+ optional uint32 account_id = 1;
792
+ optional .CMsgGCCStrike15_ClientDeepStats.DeepStatsRange range = 2;
793
+ repeated .CMsgGCCStrike15_ClientDeepStats.DeepStatsMatch matches = 3;
794
+ }
795
+
796
+ message CMsgGCCStrike15_v2_WatchInfoUsers {
797
+ optional uint32 request_id = 1;
798
+ repeated uint32 account_ids = 2;
799
+ repeated .WatchableMatchInfo watchable_match_infos = 3;
800
+ optional uint32 extended_timeout = 5;
801
+ }
802
+
803
+ message CMsgGCCStrike15_v2_ClientRequestPlayersProfile {
804
+ optional uint32 request_id__deprecated = 1;
805
+ repeated uint32 account_ids__deprecated = 2;
806
+ optional uint32 account_id = 3;
807
+ optional uint32 request_level = 4;
808
+ }
809
+
810
+ message CMsgGCCStrike15_v2_PlayersProfile {
811
+ optional uint32 request_id = 1;
812
+ repeated .CMsgGCCStrike15_v2_MatchmakingGC2ClientHello account_profiles = 2;
813
+ }
814
+
815
+ message CMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate {
816
+ optional uint64 caseid = 1;
817
+ optional uint32 suspectid = 3;
818
+ optional uint32 fractionid = 4;
819
+ optional uint32 rpt_aimbot = 5;
820
+ optional uint32 rpt_wallhack = 6;
821
+ optional uint32 rpt_speedhack = 7;
822
+ optional uint32 rpt_teamharm = 8;
823
+ optional uint32 reason = 9;
824
+ }
825
+
826
+ message CMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment {
827
+ optional uint64 caseid = 1;
828
+ optional string caseurl = 2;
829
+ optional uint32 verdict = 3;
830
+ optional uint32 timestamp = 4;
831
+ optional uint32 throttleseconds = 5;
832
+ optional uint32 suspectid = 6;
833
+ optional uint32 fractionid = 7;
834
+ optional uint32 numrounds = 8;
835
+ optional uint32 fractionrounds = 9;
836
+ optional int32 streakconvictions = 10;
837
+ optional uint32 reason = 11;
838
+ }
839
+
840
+ message CMsgGCCStrike15_v2_PlayerOverwatchCaseStatus {
841
+ optional uint64 caseid = 1;
842
+ optional uint32 statusid = 2;
843
+ }
844
+
845
+ message CClientHeaderOverwatchEvidence {
846
+ optional uint32 accountid = 1;
847
+ optional uint64 caseid = 2;
848
+ }
849
+
850
+ message CMsgGCCStrike15_v2_GC2ClientTextMsg {
851
+ optional uint32 id = 1;
852
+ optional uint32 type = 2;
853
+ optional bytes payload = 3;
854
+ }
855
+
856
+ message CMsgGCCStrike15_v2_Client2GCTextMsg {
857
+ optional uint32 id = 1;
858
+ repeated bytes args = 2;
859
+ }
860
+
861
+ message CMsgGCCStrike15_v2_MatchEndRunRewardDrops {
862
+ optional .CMsgGCCStrike15_v2_MatchmakingServerReservationResponse serverinfo = 3;
863
+ optional .CMsgGC_ServerQuestUpdateData match_end_quest_data = 4;
864
+ }
865
+
866
+ message CEconItemPreviewDataBlock {
867
+ message Sticker {
868
+ optional uint32 slot = 1;
869
+ optional uint32 sticker_id = 2;
870
+ optional float wear = 3;
871
+ optional float scale = 4;
872
+ optional float rotation = 5;
873
+ optional uint32 tint_id = 6;
874
+ optional float offset_x = 7;
875
+ optional float offset_y = 8;
876
+ }
877
+
878
+ optional uint32 accountid = 1;
879
+ optional uint64 itemid = 2;
880
+ optional uint32 defindex = 3;
881
+ optional uint32 paintindex = 4;
882
+ optional uint32 rarity = 5;
883
+ optional uint32 quality = 6;
884
+ optional uint32 paintwear = 7;
885
+ optional uint32 paintseed = 8;
886
+ optional uint32 killeaterscoretype = 9;
887
+ optional uint32 killeatervalue = 10;
888
+ optional string customname = 11;
889
+ repeated .CEconItemPreviewDataBlock.Sticker stickers = 12;
890
+ optional uint32 inventory = 13;
891
+ optional uint32 origin = 14;
892
+ optional uint32 questid = 15;
893
+ optional uint32 dropreason = 16;
894
+ optional uint32 musicindex = 17;
895
+ optional int32 entindex = 18;
896
+ }
897
+
898
+ message CMsgGCCStrike15_v2_MatchEndRewardDropsNotification {
899
+ optional .CEconItemPreviewDataBlock iteminfo = 6;
900
+ }
901
+
902
+ message CMsgItemAcknowledged {
903
+ optional .CEconItemPreviewDataBlock iteminfo = 1;
904
+ }
905
+
906
+ message CMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest {
907
+ optional uint64 param_s = 1;
908
+ optional uint64 param_a = 2;
909
+ optional uint64 param_d = 3;
910
+ optional uint64 param_m = 4;
911
+ }
912
+
913
+ message CMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockResponse {
914
+ optional .CEconItemPreviewDataBlock iteminfo = 1;
915
+ }
916
+
917
+ message CMsgGCCStrike15_v2_MatchListRequestCurrentLiveGames {
918
+ }
919
+
920
+ message CMsgGCCStrike15_v2_MatchListRequestLiveGameForUser {
921
+ optional uint32 accountid = 1;
922
+ }
923
+
924
+ message CMsgGCCStrike15_v2_MatchListRequestRecentUserGames {
925
+ optional uint32 accountid = 1;
926
+ }
927
+
928
+ message CMsgGCCStrike15_v2_MatchListRequestTournamentGames {
929
+ optional int32 eventid = 1;
930
+ }
931
+
932
+ message CMsgGCCStrike15_v2_MatchListRequestFullGameInfo {
933
+ optional uint64 matchid = 1;
934
+ optional uint64 outcomeid = 2;
935
+ optional uint32 token = 3;
936
+ }
937
+
938
+ message CDataGCCStrike15_v2_MatchInfo {
939
+ optional uint64 matchid = 1;
940
+ optional uint32 matchtime = 2;
941
+ optional .WatchableMatchInfo watchablematchinfo = 3;
942
+ optional .CMsgGCCStrike15_v2_MatchmakingServerRoundStats roundstats_legacy = 4;
943
+ repeated .CMsgGCCStrike15_v2_MatchmakingServerRoundStats roundstatsall = 5;
944
+ }
945
+
946
+ message CDataGCCStrike15_v2_TournamentGroupTeam {
947
+ optional int32 team_id = 1;
948
+ optional int32 score = 2;
949
+ optional bool correctpick = 3;
950
+ }
951
+
952
+ message CDataGCCStrike15_v2_TournamentGroup {
953
+ message Picks {
954
+ repeated int32 pickids = 1;
955
+ }
956
+
957
+ optional uint32 groupid = 1;
958
+ optional string name = 2;
959
+ optional string desc = 3;
960
+ optional uint32 picks__deprecated = 4;
961
+ repeated .CDataGCCStrike15_v2_TournamentGroupTeam teams = 5;
962
+ repeated int32 stage_ids = 6;
963
+ optional uint32 picklockuntiltime = 7;
964
+ optional uint32 pickableteams = 8;
965
+ optional uint32 points_per_pick = 9;
966
+ repeated .CDataGCCStrike15_v2_TournamentGroup.Picks picks = 10;
967
+ }
968
+
969
+ message CDataGCCStrike15_v2_TournamentSection {
970
+ optional uint32 sectionid = 1;
971
+ optional string name = 2;
972
+ optional string desc = 3;
973
+ repeated .CDataGCCStrike15_v2_TournamentGroup groups = 4;
974
+ }
975
+
976
+ message CDataGCCStrike15_v2_TournamentInfo {
977
+ repeated .CDataGCCStrike15_v2_TournamentSection sections = 1;
978
+ optional .TournamentEvent tournament_event = 2;
979
+ repeated .TournamentTeam tournament_teams = 3;
980
+ }
981
+
982
+ message CMsgGCCStrike15_v2_MatchList {
983
+ optional uint32 msgrequestid = 1;
984
+ optional uint32 accountid = 2;
985
+ optional uint32 servertime = 3;
986
+ repeated .CDataGCCStrike15_v2_MatchInfo matches = 4;
987
+ repeated .TournamentTeam streams = 5;
988
+ optional .CDataGCCStrike15_v2_TournamentInfo tournamentinfo = 6;
989
+ }
990
+
991
+ message CMsgGCCStrike15_v2_MatchListTournamentOperatorMgmt {
992
+ optional int32 eventid = 1;
993
+ repeated .CDataGCCStrike15_v2_MatchInfo matches = 2;
994
+ optional uint32 accountid = 3;
995
+ }
996
+
997
+ message CMsgGCCStrike15_v2_Predictions {
998
+ message GroupMatchTeamPick {
999
+ optional int32 sectionid = 1;
1000
+ optional int32 groupid = 2;
1001
+ optional int32 index = 3;
1002
+ optional int32 teamid = 4;
1003
+ optional uint64 itemid = 5;
1004
+ }
1005
+
1006
+ optional uint32 event_id = 1;
1007
+ repeated .CMsgGCCStrike15_v2_Predictions.GroupMatchTeamPick group_match_team_picks = 2;
1008
+ }
1009
+
1010
+ message CMsgGCCStrike15_v2_Fantasy {
1011
+ message FantasySlot {
1012
+ optional int32 type = 1;
1013
+ optional int32 pick = 2;
1014
+ optional uint64 itemid = 3;
1015
+ }
1016
+
1017
+ message FantasyTeam {
1018
+ optional int32 sectionid = 1;
1019
+ repeated .CMsgGCCStrike15_v2_Fantasy.FantasySlot slots = 2;
1020
+ }
1021
+
1022
+ optional uint32 event_id = 1;
1023
+ repeated .CMsgGCCStrike15_v2_Fantasy.FantasyTeam teams = 2;
1024
+ }
1025
+
1026
+ message CAttribute_String {
1027
+ optional string value = 1;
1028
+ }
1029
+
1030
+ message CMsgLegacySource1ClientWelcome {
1031
+ message Location {
1032
+ optional float latitude = 1;
1033
+ optional float longitude = 2;
1034
+ optional string country = 3;
1035
+ }
1036
+
1037
+ optional uint32 version = 1;
1038
+ optional bytes game_data = 2;
1039
+ repeated .CMsgSOCacheSubscribed outofdate_subscribed_caches = 3;
1040
+ repeated .CMsgSOCacheSubscriptionCheck uptodate_subscribed_caches = 4;
1041
+ optional .CMsgLegacySource1ClientWelcome.Location location = 5;
1042
+ optional bytes game_data2 = 6;
1043
+ optional uint32 rtime32_gc_welcome_timestamp = 7;
1044
+ optional uint32 currency = 8;
1045
+ optional uint32 balance = 9;
1046
+ optional string balance_url = 10;
1047
+ optional string txn_country_code = 11;
1048
+ }
1049
+
1050
+ message CMsgCStrike15Welcome {
1051
+ optional uint32 store_item_hash = 5;
1052
+ optional uint32 timeplayedconsecutively = 6;
1053
+ optional uint32 time_first_played = 10;
1054
+ optional uint32 last_time_played = 12;
1055
+ optional uint32 last_ip_address = 13;
1056
+ optional uint64 gscookieid = 18;
1057
+ optional uint64 uniqueid = 19;
1058
+ }
1059
+
1060
+ message CMsgGCCStrike15_v2_ClientVarValueNotificationInfo {
1061
+ optional string value_name = 1;
1062
+ optional int32 value_int = 2;
1063
+ optional uint32 server_addr = 3;
1064
+ optional uint32 server_port = 4;
1065
+ repeated string choked_blocks = 5;
1066
+ }
1067
+
1068
+ message CMsgGCCStrike15_v2_ServerVarValueNotificationInfo {
1069
+ optional uint32 accountid = 1;
1070
+ repeated uint32 viewangles = 2;
1071
+ optional uint32 type = 3;
1072
+ repeated uint32 userdata = 4;
1073
+ }
1074
+
1075
+ message CMsgGCCStrike15_v2_GiftsLeaderboardRequest {
1076
+ }
1077
+
1078
+ message CMsgGCCStrike15_v2_GiftsLeaderboardResponse {
1079
+ message GiftLeaderboardEntry {
1080
+ optional uint32 accountid = 1;
1081
+ optional uint32 gifts = 2;
1082
+ }
1083
+
1084
+ optional uint32 servertime = 1;
1085
+ optional uint32 time_period_seconds = 2;
1086
+ optional uint32 total_gifts_given = 3;
1087
+ optional uint32 total_givers = 4;
1088
+ repeated .CMsgGCCStrike15_v2_GiftsLeaderboardResponse.GiftLeaderboardEntry entries = 5;
1089
+ }
1090
+
1091
+ message CMsgGCCStrike15_v2_ClientSubmitSurveyVote {
1092
+ optional uint32 survey_id = 1;
1093
+ optional uint32 vote = 2;
1094
+ }
1095
+
1096
+ message CMsgGCCStrike15_v2_Server2GCClientValidate {
1097
+ optional uint32 accountid = 1;
1098
+ }
1099
+
1100
+ message CMsgGCCStrike15_v2_GC2ClientTournamentInfo {
1101
+ optional uint32 eventid = 1;
1102
+ optional uint32 stageid = 2;
1103
+ optional uint32 game_type = 3;
1104
+ repeated uint32 teamids = 4;
1105
+ }
1106
+
1107
+ message CSOEconCoupon {
1108
+ optional uint32 entryid = 1 [(key_field) = true];
1109
+ optional uint32 defidx = 2;
1110
+ optional fixed32 expiration_date = 3;
1111
+ }
1112
+
1113
+ message CSOAccountItemPersonalStore {
1114
+ optional uint32 generation_time = 1 [(key_field) = true];
1115
+ optional uint32 redeemable_balance = 2;
1116
+ repeated uint64 items = 3;
1117
+ }
1118
+
1119
+ message CSOQuestProgress {
1120
+ optional uint32 questid = 1 [(key_field) = true];
1121
+ optional uint32 points_remaining = 2;
1122
+ optional uint32 bonus_points = 3;
1123
+ }
1124
+
1125
+ message CSOAccountSeasonalOperation {
1126
+ optional uint32 season_value = 1 [(key_field) = true];
1127
+ optional uint32 tier_unlocked = 2;
1128
+ optional uint32 premium_tiers = 3;
1129
+ optional uint32 mission_id = 4;
1130
+ optional uint32 missions_completed = 5;
1131
+ optional uint32 redeemable_balance = 6;
1132
+ optional uint32 season_pass_time = 7;
1133
+ }
1134
+
1135
+ message CSOAccountRecurringSubscription {
1136
+ optional uint32 time_next_cycle = 1;
1137
+ optional uint32 time_initiated = 2;
1138
+ }
1139
+
1140
+ message CSOPersonaDataPublic {
1141
+ optional int32 player_level = 1;
1142
+ optional .PlayerCommendationInfo commendation = 2;
1143
+ optional bool elevated_state = 3;
1144
+ optional uint32 xp_trail_timestamp_refresh = 4;
1145
+ optional uint32 xp_trail_level = 5;
1146
+ }
1147
+
1148
+ message CMsgGC_GlobalGame_Subscribe {
1149
+ optional uint64 ticket = 1;
1150
+ }
1151
+
1152
+ message CMsgGC_GlobalGame_Unsubscribe {
1153
+ optional int32 timeleft = 1;
1154
+ }
1155
+
1156
+ message CMsgGC_GlobalGame_Play {
1157
+ optional uint64 ticket = 1;
1158
+ optional uint32 gametimems = 2;
1159
+ optional uint32 msperpoint = 3;
1160
+ }
1161
+
1162
+ message CMsgGCCStrike15_v2_AcknowledgePenalty {
1163
+ optional int32 acknowledged = 1;
1164
+ }
1165
+
1166
+ message CMsgGCCStrike15_v2_Client2GCRequestPrestigeCoin {
1167
+ optional uint32 defindex = 1;
1168
+ optional uint64 upgradeid = 2;
1169
+ optional uint32 hours = 3;
1170
+ optional uint32 prestigetime = 4;
1171
+ }
1172
+
1173
+ message CMsgGCCStrike15_v2_Client2GCStreamUnlock {
1174
+ optional uint64 ticket = 1;
1175
+ optional int32 os = 2;
1176
+ }
1177
+
1178
+ message CMsgGCCStrike15_v2_ClientToGCRequestElevate {
1179
+ optional uint32 stage = 1;
1180
+ }
1181
+
1182
+ message CMsgGCCStrike15_v2_ClientToGCChat {
1183
+ optional uint64 match_id = 1;
1184
+ optional string text = 2;
1185
+ }
1186
+
1187
+ message CMsgGCCStrike15_v2_GCToClientChat {
1188
+ optional uint32 account_id = 1;
1189
+ optional string text = 2;
1190
+ }
1191
+
1192
+ message CMsgGCCStrike15_v2_ClientAuthKeyCode {
1193
+ optional uint32 eventid = 1;
1194
+ optional string code = 2;
1195
+ }
1196
+
1197
+ message CMsgGCCStrike15_GotvSyncPacket {
1198
+ optional .CEngineGotvSyncPacket data = 1;
1199
+ }
1200
+
1201
+ message PlayerDecalDigitalSignature {
1202
+ optional bytes signature = 1;
1203
+ optional uint32 accountid = 2;
1204
+ optional uint32 rtime = 3;
1205
+ repeated float endpos = 4;
1206
+ repeated float startpos = 5;
1207
+ repeated float left = 6;
1208
+ optional uint32 tx_defidx = 7;
1209
+ optional int32 entindex = 8;
1210
+ optional uint32 hitbox = 9;
1211
+ optional float creationtime = 10;
1212
+ optional uint32 equipslot = 11;
1213
+ optional uint32 trace_id = 12;
1214
+ repeated float normal = 13;
1215
+ optional uint32 tint_id = 14;
1216
+ }
1217
+
1218
+ message CMsgGCCStrike15_v2_ClientPlayerDecalSign {
1219
+ optional .PlayerDecalDigitalSignature data = 1;
1220
+ optional uint64 itemid = 2;
1221
+ }
1222
+
1223
+ message CMsgGCCStrike15_v2_BetaEnrollment {
1224
+ optional uint32 eresult = 1;
1225
+ }
1226
+
1227
+ message CMsgGCCStrike15_v2_ClientLogonFatalError {
1228
+ optional uint32 errorcode = 1;
1229
+ optional string message = 2;
1230
+ optional string country = 3;
1231
+ }
1232
+
1233
+ message CMsgGCCStrike15_v2_ClientPollState {
1234
+ optional uint32 pollid = 1;
1235
+ repeated string names = 2;
1236
+ repeated int32 values = 3;
1237
+ }
1238
+
1239
+ message CMsgGCCStrike15_v2_Party_Register {
1240
+ optional uint32 id = 1;
1241
+ optional uint32 ver = 2;
1242
+ optional uint32 apr = 3;
1243
+ optional uint32 ark = 4;
1244
+ optional uint32 nby = 5;
1245
+ optional uint32 grp = 6;
1246
+ optional uint32 slots = 7;
1247
+ optional uint32 launcher = 8;
1248
+ optional uint32 game_type = 9;
1249
+ }
1250
+
1251
+ message CMsgGCCStrike15_v2_Party_Search {
1252
+ optional uint32 ver = 1;
1253
+ optional uint32 apr = 2;
1254
+ optional uint32 ark = 3;
1255
+ repeated uint32 grps = 4;
1256
+ optional uint32 launcher = 5;
1257
+ optional uint32 game_type = 6;
1258
+ }
1259
+
1260
+ message CMsgGCCStrike15_v2_Party_SearchResults {
1261
+ message Entry {
1262
+ optional uint32 id = 1;
1263
+ optional uint32 grp = 2;
1264
+ optional uint32 game_type = 3;
1265
+ optional uint32 apr = 4;
1266
+ optional uint32 ark = 5;
1267
+ optional uint32 loc = 6;
1268
+ optional uint32 accountid = 7;
1269
+ }
1270
+
1271
+ repeated .CMsgGCCStrike15_v2_Party_SearchResults.Entry entries = 1;
1272
+ }
1273
+
1274
+ message CMsgGCCStrike15_v2_Party_Invite {
1275
+ optional uint32 accountid = 1;
1276
+ optional uint32 lobbyid = 2;
1277
+ }
1278
+
1279
+ message CMsgGCCStrike15_v2_Account_RequestCoPlays {
1280
+ message Player {
1281
+ optional uint32 accountid = 1;
1282
+ optional uint32 rtcoplay = 2;
1283
+ optional bool online = 3;
1284
+ }
1285
+
1286
+ repeated .CMsgGCCStrike15_v2_Account_RequestCoPlays.Player players = 1;
1287
+ optional uint32 servertime = 2;
1288
+ }
1289
+
1290
+ message CMsgGCCStrike15_v2_ClientToGCRequestTicket {
1291
+ optional fixed64 authorized_steam_id = 1;
1292
+ optional fixed32 authorized_public_ip = 2;
1293
+ optional fixed64 gameserver_steam_id = 3;
1294
+ optional string gameserver_sdr_routing = 5;
1295
+ }
1296
+
1297
+ message CMsgGCToClientSteamDatagramTicket {
1298
+ optional bytes serialized_ticket = 16;
1299
+ }
1300
+
1301
+ message CMsgGCCStrike15_v2_ClientRequestOffers {
1302
+ }
1303
+
1304
+ message CMsgGCCStrike15_v2_ClientRequestSouvenir {
1305
+ optional uint64 itemid = 1;
1306
+ optional uint64 matchid = 2;
1307
+ optional int32 eventid = 3;
1308
+ }
1309
+
1310
+ message CMsgGCCStrike15_v2_ClientAccountBalance {
1311
+ optional uint64 amount = 1;
1312
+ optional string url = 2;
1313
+ }
1314
+
1315
+ message CMsgGCCStrike15_v2_ClientPartyJoinRelay {
1316
+ optional uint32 accountid = 1;
1317
+ optional uint64 lobbyid = 2;
1318
+ }
1319
+
1320
+ message CMsgGCCStrike15_v2_ClientPartyWarning {
1321
+ message Entry {
1322
+ optional uint32 accountid = 1;
1323
+ optional uint32 warntype = 2;
1324
+ }
1325
+
1326
+ repeated .CMsgGCCStrike15_v2_ClientPartyWarning.Entry entries = 1;
1327
+ }
1328
+
1329
+ message CMsgGCCStrike15_v2_SetEventFavorite {
1330
+ optional uint64 eventid = 1;
1331
+ optional bool is_favorite = 2;
1332
+ }
1333
+
1334
+ message CMsgGCCStrike15_v2_GetEventFavorites_Request {
1335
+ optional bool all_events = 1;
1336
+ }
1337
+
1338
+ message CMsgGCCStrike15_v2_GetEventFavorites_Response {
1339
+ optional bool all_events = 1;
1340
+ optional string json_favorites = 2;
1341
+ optional string json_featured = 3;
1342
+ }
1343
+
1344
+ message CMsgGCCStrike15_v2_ClientPerfReport {
1345
+ message Entry {
1346
+ optional uint32 perfcounter = 1;
1347
+ optional uint32 length = 2;
1348
+ optional bytes reference = 3;
1349
+ optional bytes actual = 4;
1350
+ optional uint32 sourceid = 5;
1351
+ optional uint32 status = 6;
1352
+ }
1353
+
1354
+ repeated .CMsgGCCStrike15_v2_ClientPerfReport.Entry entries = 1;
1355
+ }
1356
+
1357
+ message CVDiagnostic {
1358
+ optional uint32 id = 1;
1359
+ optional uint32 extended = 2;
1360
+ optional uint64 value = 3;
1361
+ optional string string_value = 4;
1362
+ }
1363
+
1364
+ message CMsgGCCStrike15_v2_ClientReportValidation {
1365
+ optional string file_report = 1;
1366
+ optional string command_line = 2;
1367
+ optional uint32 total_files = 3;
1368
+ optional uint32 internal_error = 4;
1369
+ optional uint32 trust_time = 5;
1370
+ optional uint32 count_pending = 6;
1371
+ optional uint32 count_completed = 7;
1372
+ optional uint32 process_id = 8;
1373
+ optional int32 osversion = 9;
1374
+ optional uint32 clientreportversion = 10;
1375
+ optional uint32 status_id = 11;
1376
+ optional uint32 diagnostic1 = 12;
1377
+ optional uint64 diagnostic2 = 13;
1378
+ optional uint64 diagnostic3 = 14;
1379
+ optional string last_launch_data = 15;
1380
+ optional uint32 report_count = 16;
1381
+ optional uint64 client_time = 17;
1382
+ optional uint64 diagnostic4 = 18;
1383
+ optional uint64 diagnostic5 = 19;
1384
+ repeated .CVDiagnostic diagnostics = 20;
1385
+ }
1386
+
1387
+ message CMsgGCCStrike15_v2_GC2ClientRefuseSecureMode {
1388
+ optional string file_report = 1;
1389
+ optional bool offer_insecure_mode = 2;
1390
+ optional bool offer_secure_mode = 3;
1391
+ optional bool show_unsigned_ui = 4;
1392
+ optional bool kick_user = 5;
1393
+ optional bool show_trusted_ui = 6;
1394
+ optional bool show_warning_not_trusted = 7;
1395
+ optional bool show_warning_not_trusted_2 = 8;
1396
+ optional string files_prevented_trusted = 9;
1397
+ }
1398
+
1399
+ message CMsgGCCStrike15_v2_GC2ClientRequestValidation {
1400
+ optional bool full_report = 1;
1401
+ optional string module = 2;
1402
+ }
1403
+
1404
+ message CMsgGCCStrike15_v2_GC2ClientInitSystem {
1405
+ optional bool load = 1;
1406
+ optional string name = 2;
1407
+ optional string outputname = 3;
1408
+ optional bytes key_data = 4;
1409
+ optional bytes sha_hash = 5;
1410
+ optional int32 cookie = 6;
1411
+ optional string manifest = 7;
1412
+ optional bytes system_package = 8;
1413
+ optional bool load_system = 9;
1414
+ }
1415
+
1416
+ message CMsgGCCStrike15_v2_GC2ClientInitSystem_Response {
1417
+ optional bool success = 1;
1418
+ optional string diagnostic = 2;
1419
+ optional bytes sha_hash = 3;
1420
+ optional int32 response = 4;
1421
+ optional int32 error_code1 = 5;
1422
+ optional int32 error_code2 = 6;
1423
+ optional int64 handle = 7;
1424
+ optional .EInitSystemResult einit_result = 8 [default = k_EInitSystemResult_Invalid];
1425
+ optional int32 aux_system1 = 9;
1426
+ optional int32 aux_system2 = 10;
1427
+ }
1428
+
1429
+ message CMsgGCCStrike15_v2_SetPlayerLeaderboardSafeName {
1430
+ optional string leaderboard_safe_name = 1;
1431
+ }