steamutils 1.3.36 → 1.3.38

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 (219) hide show
  1. package/.idea/deployment.xml +21 -0
  2. package/.idea/steamutils.iml +1 -1
  3. package/.idea/vcs.xml +1 -1
  4. package/SteamClient.js +38 -9
  5. package/bufferHelpers.js +115 -115
  6. package/free_packages.json +10048 -10048
  7. package/index.js +8 -5
  8. package/package.json +2 -2
  9. package/protos/csgo/base_gcmessages_csgo.proto +547 -547
  10. package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
  11. package/protos/csgo/clientmessages.proto +48 -48
  12. package/protos/csgo/connectionless_netmessages.proto +19 -19
  13. package/protos/csgo/cs_gameevents.proto +34 -34
  14. package/protos/csgo/cs_usercmd.proto +34 -34
  15. package/protos/csgo/cstrike15_gcmessages.proto +1402 -1402
  16. package/protos/csgo/cstrike15_usermessages.proto +596 -596
  17. package/protos/csgo/demo.proto +160 -160
  18. package/protos/csgo/econ_gcmessages.proto +228 -228
  19. package/protos/csgo/engine_gcmessages.proto +14 -14
  20. package/protos/csgo/enums_clientserver.proto +1529 -1529
  21. package/protos/csgo/fatdemo.proto +125 -125
  22. package/protos/csgo/gameevents.proto +120 -120
  23. package/protos/csgo/gcsdk_gcmessages.proto +323 -323
  24. package/protos/csgo/gcsystemmsgs.proto +242 -242
  25. package/protos/csgo/netmessages.proto +604 -604
  26. package/protos/csgo/network_connection.proto +126 -126
  27. package/protos/csgo/networkbasetypes.proto +244 -244
  28. package/protos/csgo/networksystem_protomessages.proto +17 -17
  29. package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
  30. package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
  31. package/protos/csgo/steammessages.proto +597 -597
  32. package/protos/csgo/steammessages_base.proto +301 -301
  33. package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
  34. package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
  35. package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
  36. package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
  37. package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
  38. package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
  39. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -357
  40. package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -30
  41. package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
  42. package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
  43. package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
  44. package/protos/csgo/te.proto +259 -259
  45. package/protos/csgo/uifontfile_format.proto +13 -13
  46. package/protos/csgo/usercmd.proto +38 -38
  47. package/protos/csgo/usermessages.proto +721 -721
  48. package/protos/csgo/valveextensions.proto +17 -17
  49. package/protos/google/protobuf/descriptor.proto +281 -281
  50. package/protos/steam/clientmetrics.proto +45 -45
  51. package/protos/steam/content_manifest.proto +62 -62
  52. package/protos/steam/contenthubs.proto +41 -41
  53. package/protos/steam/encrypted_app_ticket.proto +10 -10
  54. package/protos/steam/enums.proto +444 -444
  55. package/protos/steam/enums_clientserver.proto +1539 -1539
  56. package/protos/steam/enums_productinfo.proto +13 -13
  57. package/protos/steam/htmlmessages.proto +1027 -1027
  58. package/protos/steam/offline_ticket.proto +8 -8
  59. package/protos/steam/renderer/rendermessages.proto +893 -893
  60. package/protos/steam/steamdatagram_messages_auth.proto +65 -65
  61. package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
  62. package/protos/steam/steammessages_accounthardware.steamclient.proto +201 -201
  63. package/protos/steam/steammessages_appoverview.proto +187 -187
  64. package/protos/steam/steammessages_auth.steamclient.proto +435 -435
  65. package/protos/steam/steammessages_base.proto +332 -332
  66. package/protos/steam/steammessages_broadcast.steamclient.proto +759 -759
  67. package/protos/steam/steammessages_chat.steamclient.proto +1281 -1281
  68. package/protos/steam/steammessages_client_objects.proto +645 -645
  69. package/protos/steam/steammessages_clientlanp2p.proto +42 -42
  70. package/protos/steam/steammessages_clientmetrics.steamclient.proto +194 -194
  71. package/protos/steam/steammessages_clientnotificationtypes.proto +231 -231
  72. package/protos/steam/steammessages_clientserver.proto +392 -392
  73. package/protos/steam/steammessages_clientserver_2.proto +760 -760
  74. package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
  75. package/protos/steam/steammessages_clientserver_friends.proto +260 -260
  76. package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
  77. package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
  78. package/protos/steam/steammessages_clientserver_login.proto +167 -167
  79. package/protos/steam/steammessages_clientserver_ucm.proto +205 -205
  80. package/protos/steam/steammessages_clientserver_uds.proto +124 -124
  81. package/protos/steam/steammessages_clientserver_ufs.proto +172 -172
  82. package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
  83. package/protos/steam/steammessages_clientsettings.proto +168 -168
  84. package/protos/steam/steammessages_cloud.steamclient.proto +513 -513
  85. package/protos/steam/steammessages_contentsystem.steamclient.proto +115 -115
  86. package/protos/steam/steammessages_credentials.steamclient.proto +115 -115
  87. package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -116
  88. package/protos/steam/steammessages_depotbuilder.steamclient.proto +118 -118
  89. package/protos/steam/steammessages_deviceauth.steamclient.proto +203 -203
  90. package/protos/steam/steammessages_econ.steamclient.proto +150 -150
  91. package/protos/steam/steammessages_friendmessages.steamclient.proto +168 -168
  92. package/protos/steam/steammessages_gamenetworking.steamclient.proto +32 -32
  93. package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
  94. package/protos/steam/steammessages_gamenotifications.steamclient.proto +156 -156
  95. package/protos/steam/steammessages_gameservers.steamclient.proto +152 -152
  96. package/protos/steam/steammessages_hiddevices.proto +157 -157
  97. package/protos/steam/steammessages_inventory.steamclient.proto +224 -224
  98. package/protos/steam/steammessages_linkfilter.steamclient.proto +49 -49
  99. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +33 -33
  100. package/protos/steam/steammessages_market.steamclient.proto +26 -26
  101. package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -274
  102. package/protos/steam/steammessages_offline.steamclient.proto +40 -40
  103. package/protos/steam/steammessages_parental.steamclient.proto +228 -228
  104. package/protos/steam/steammessages_parties.steamclient.proto +94 -94
  105. package/protos/steam/steammessages_partnerapps.steamclient.proto +138 -138
  106. package/protos/steam/steammessages_player.steamclient.proto +1060 -1060
  107. package/protos/steam/steammessages_publishedfile.steamclient.proto +813 -813
  108. package/protos/steam/steammessages_qms.steamclient.proto +125 -125
  109. package/protos/steam/steammessages_remoteclient.proto +99 -99
  110. package/protos/steam/steammessages_remoteclient_discovery.proto +235 -235
  111. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +86 -86
  112. package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
  113. package/protos/steam/steammessages_remoteplay.proto +976 -976
  114. package/protos/steam/steammessages_secrets.steamclient.proto +39 -39
  115. package/protos/steam/steammessages_shader.steamclient.proto +108 -108
  116. package/protos/steam/steammessages_site_license.steamclient.proto +128 -128
  117. package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
  118. package/protos/steam/steammessages_siteserverui.proto +130 -130
  119. package/protos/steam/steammessages_star.steamclient.proto +64 -64
  120. package/protos/steam/steammessages_steamtv.steamclient.proto +630 -630
  121. package/protos/steam/steammessages_store.steamclient.proto +371 -371
  122. package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -402
  123. package/protos/steam/steammessages_timedtrial.steamclient.proto +50 -50
  124. package/protos/steam/steammessages_twofactor.steamclient.proto +186 -186
  125. package/protos/steam/steammessages_unified_base.steamclient.proto +33 -33
  126. package/protos/steam/steammessages_unified_test.steamclient.proto +61 -61
  127. package/protos/steam/steammessages_useraccount.steamclient.proto +249 -249
  128. package/protos/steam/steammessages_vac.steamclient.proto +44 -44
  129. package/protos/steam/steammessages_video.steamclient.proto +171 -171
  130. package/protos/steam/steammessages_virtualcontroller.proto +138 -138
  131. package/protos/steam/steammessages_workshop.steamclient.proto +23 -23
  132. package/protos/steam/steamnetworkingsockets_messages.proto +205 -205
  133. package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -39
  134. package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -75
  135. package/protos/steam/webuimessages_base.proto +24 -24
  136. package/protos/steam/webuimessages_gamenotes.proto +21 -21
  137. package/protos/steam/webuimessages_steamengine.proto +32 -32
  138. package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
  139. package/protos/steam/webuimessages_systemmanager.proto +17 -17
  140. package/protos/steam/webuimessages_transport.proto +18 -18
  141. package/protos/steam/webuimessages_transportvalidation.proto +97 -97
  142. package/protos/webui/common.proto +5508 -5508
  143. package/protos/webui/common_base.proto +27 -27
  144. package/protos/webui/service_accountlinking.proto +27 -27
  145. package/protos/webui/service_accountprivacy.proto +42 -42
  146. package/protos/webui/service_auction.proto +97 -97
  147. package/protos/webui/service_authentication.proto +222 -222
  148. package/protos/webui/service_authenticationsupport.proto +74 -74
  149. package/protos/webui/service_broadcast.proto +562 -562
  150. package/protos/webui/service_chat.proto +11 -11
  151. package/protos/webui/service_chatroom.proto +810 -810
  152. package/protos/webui/service_chatusability.proto +107 -107
  153. package/protos/webui/service_clan.proto +41 -41
  154. package/protos/webui/service_clanchatrooms.proto +25 -25
  155. package/protos/webui/service_clanfaqs.proto +202 -202
  156. package/protos/webui/service_clientcomm.proto +150 -150
  157. package/protos/webui/service_clientmetrics.proto +63 -63
  158. package/protos/webui/service_cloud.proto +222 -222
  159. package/protos/webui/service_cloudconfigstore.proto +51 -51
  160. package/protos/webui/service_cloudgaming.proto +30 -30
  161. package/protos/webui/service_community.proto +365 -365
  162. package/protos/webui/service_econ.proto +134 -134
  163. package/protos/webui/service_embedded.proto +24 -24
  164. package/protos/webui/service_experimentservice.proto +6 -6
  165. package/protos/webui/service_fovasvideo.proto +15 -15
  166. package/protos/webui/service_friendmessages.proto +133 -133
  167. package/protos/webui/service_friendslist.proto +70 -70
  168. package/protos/webui/service_gamenotes.proto +15 -15
  169. package/protos/webui/service_helprequestlogs.proto +26 -26
  170. package/protos/webui/service_loyaltyrewards.proto +252 -252
  171. package/protos/webui/service_marketingmessages.proto +184 -184
  172. package/protos/webui/service_mobileapp.proto +18 -18
  173. package/protos/webui/service_mobileauth.proto +24 -24
  174. package/protos/webui/service_mobiledevice.proto +26 -26
  175. package/protos/webui/service_mobileperaccount.proto +31 -31
  176. package/protos/webui/service_news.proto +101 -101
  177. package/protos/webui/service_parental.proto +178 -178
  178. package/protos/webui/service_partnermembershipinvite.proto +29 -29
  179. package/protos/webui/service_partnerstorebrowse.proto +6 -6
  180. package/protos/webui/service_phone.proto +51 -51
  181. package/protos/webui/service_physicalgoods.proto +15 -15
  182. package/protos/webui/service_player.proto +885 -885
  183. package/protos/webui/service_promotioneventinvites.proto +50 -50
  184. package/protos/webui/service_promotionplanning.proto +72 -72
  185. package/protos/webui/service_publishedfile.proto +687 -687
  186. package/protos/webui/service_publishing.proto +119 -119
  187. package/protos/webui/service_quest.proto +127 -127
  188. package/protos/webui/service_salefeature.proto +315 -315
  189. package/protos/webui/service_saleitemrewards.proto +54 -54
  190. package/protos/webui/service_shoppingcart.proto +108 -108
  191. package/protos/webui/service_steamawards.proto +19 -19
  192. package/protos/webui/service_steamcharts.proto +75 -75
  193. package/protos/webui/service_steamengine.proto +36 -36
  194. package/protos/webui/service_steamlearn.proto +727 -727
  195. package/protos/webui/service_steamnotification.proto +84 -84
  196. package/protos/webui/service_steamtv.proto +495 -495
  197. package/protos/webui/service_steamvrvoicechat.proto +67 -67
  198. package/protos/webui/service_steamvrwebrtc.proto +48 -48
  199. package/protos/webui/service_storagedevicemanager.proto +104 -104
  200. package/protos/webui/service_store.proto +289 -289
  201. package/protos/webui/service_storeappsimilarity.proto +76 -76
  202. package/protos/webui/service_storebrowse.proto +73 -73
  203. package/protos/webui/service_storequery.proto +97 -97
  204. package/protos/webui/service_storesales.proto +15 -15
  205. package/protos/webui/service_storetopsellers.proto +44 -44
  206. package/protos/webui/service_systemmanager.proto +11 -11
  207. package/protos/webui/service_test_transporterror.proto +6 -6
  208. package/protos/webui/service_transportauth.proto +12 -12
  209. package/protos/webui/service_transportvalidation.proto +69 -69
  210. package/protos/webui/service_twofactor.proto +181 -181
  211. package/protos/webui/service_useraccount.proto +138 -138
  212. package/protos/webui/service_usergameactivity.proto +34 -34
  213. package/protos/webui/service_usergamenotes.proto +53 -53
  214. package/protos/webui/service_usernews.proto +68 -68
  215. package/protos/webui/service_userreviews.proto +96 -96
  216. package/protos/webui/service_video.proto +128 -128
  217. package/protos/webui/service_voicechat.proto +139 -139
  218. package/protos/webui/service_webrtc.proto +52 -52
  219. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
@@ -1,596 +1,596 @@
1
- import "networkbasetypes.proto";
2
- import "cstrike15_gcmessages.proto";
3
-
4
- enum ECstrike15UserMessages {
5
- CS_UM_VGUIMenu = 301;
6
- CS_UM_Geiger = 302;
7
- CS_UM_Train = 303;
8
- CS_UM_HudText = 304;
9
- CS_UM_SayText = 305;
10
- CS_UM_SayText2 = 306;
11
- CS_UM_TextMsg = 307;
12
- CS_UM_HudMsg = 308;
13
- CS_UM_ResetHud = 309;
14
- CS_UM_GameTitle = 310;
15
- CS_UM_Shake = 312;
16
- CS_UM_Fade = 313;
17
- CS_UM_Rumble = 314;
18
- CS_UM_CloseCaption = 315;
19
- CS_UM_CloseCaptionDirect = 316;
20
- CS_UM_SendAudio = 317;
21
- CS_UM_RawAudio = 318;
22
- CS_UM_VoiceMask = 319;
23
- CS_UM_RequestState = 320;
24
- CS_UM_Damage = 321;
25
- CS_UM_RadioText = 322;
26
- CS_UM_HintText = 323;
27
- CS_UM_KeyHintText = 324;
28
- CS_UM_ProcessSpottedEntityUpdate = 325;
29
- CS_UM_ReloadEffect = 326;
30
- CS_UM_AdjustMoney = 327;
31
- CS_UM_UpdateTeamMoney = 328;
32
- CS_UM_StopSpectatorMode = 329;
33
- CS_UM_KillCam = 330;
34
- CS_UM_DesiredTimescale = 331;
35
- CS_UM_CurrentTimescale = 332;
36
- CS_UM_AchievementEvent = 333;
37
- CS_UM_MatchEndConditions = 334;
38
- CS_UM_DisconnectToLobby = 335;
39
- CS_UM_PlayerStatsUpdate = 336;
40
- CS_UM_WarmupHasEnded = 338;
41
- CS_UM_ClientInfo = 339;
42
- CS_UM_XRankGet = 340;
43
- CS_UM_XRankUpd = 341;
44
- CS_UM_CallVoteFailed = 345;
45
- CS_UM_VoteStart = 346;
46
- CS_UM_VotePass = 347;
47
- CS_UM_VoteFailed = 348;
48
- CS_UM_VoteSetup = 349;
49
- CS_UM_ServerRankRevealAll = 350;
50
- CS_UM_SendLastKillerDamageToClient = 351;
51
- CS_UM_ServerRankUpdate = 352;
52
- CS_UM_ItemPickup = 353;
53
- CS_UM_ShowMenu = 354;
54
- CS_UM_BarTime = 355;
55
- CS_UM_AmmoDenied = 356;
56
- CS_UM_MarkAchievement = 357;
57
- CS_UM_MatchStatsUpdate = 358;
58
- CS_UM_ItemDrop = 359;
59
- CS_UM_GlowPropTurnOff = 360;
60
- CS_UM_SendPlayerItemDrops = 361;
61
- CS_UM_RoundBackupFilenames = 362;
62
- CS_UM_SendPlayerItemFound = 363;
63
- CS_UM_ReportHit = 364;
64
- CS_UM_XpUpdate = 365;
65
- CS_UM_QuestProgress = 366;
66
- CS_UM_ScoreLeaderboardData = 367;
67
- CS_UM_PlayerDecalDigitalSignature = 368;
68
- CS_UM_WeaponSound = 369;
69
- CS_UM_UpdateScreenHealthBar = 370;
70
- CS_UM_EntityOutlineHighlight = 371;
71
- CS_UM_SSUI = 372;
72
- CS_UM_SurvivalStats = 373;
73
- CS_UM_DisconnectToLobby2 = 374;
74
- CS_UM_EndOfMatchAllPlayersData = 375;
75
- CS_UM_PostRoundDamageReport = 376;
76
- CS_UM_RoundEndReportData = 379;
77
- CS_UM_CurrentRoundOdds = 380;
78
- CS_UM_DeepStats = 381;
79
- CS_UM_UtilMsg = 382;
80
- CS_UM_ShootInfo = 383;
81
- }
82
-
83
- enum ECSUsrMsg_DisconnectToLobby_Action {
84
- k_ECSUsrMsg_DisconnectToLobby_Action_Default = 0;
85
- k_ECSUsrMsg_DisconnectToLobby_Action_GoQueue = 1;
86
- }
87
-
88
- message CCSUsrMsg_VGUIMenu {
89
- message Keys {
90
- optional string name = 1;
91
- optional string value = 2;
92
- }
93
-
94
- optional string name = 1;
95
- optional bool show = 2;
96
- repeated .CCSUsrMsg_VGUIMenu.Keys keys = 3;
97
- }
98
-
99
- message CCSUsrMsg_Geiger {
100
- optional int32 range = 1;
101
- }
102
-
103
- message CCSUsrMsg_Train {
104
- optional int32 train = 1;
105
- }
106
-
107
- message CCSUsrMsg_HudText {
108
- optional string text = 1;
109
- }
110
-
111
- message CCSUsrMsg_HudMsg {
112
- optional int32 channel = 1;
113
- optional .CMsgVector2D pos = 2;
114
- optional .CMsgRGBA clr1 = 3;
115
- optional .CMsgRGBA clr2 = 4;
116
- optional int32 effect = 5;
117
- optional float fade_in_time = 6;
118
- optional float fade_out_time = 7;
119
- optional float hold_time = 9;
120
- optional float fx_time = 10;
121
- optional string text = 11;
122
- }
123
-
124
- message CCSUsrMsg_Shake {
125
- optional int32 command = 1;
126
- optional float local_amplitude = 2;
127
- optional float frequency = 3;
128
- optional float duration = 4;
129
- }
130
-
131
- message CCSUsrMsg_Fade {
132
- optional int32 duration = 1;
133
- optional int32 hold_time = 2;
134
- optional int32 flags = 3;
135
- optional .CMsgRGBA clr = 4;
136
- }
137
-
138
- message CCSUsrMsg_Rumble {
139
- optional int32 index = 1;
140
- optional int32 data = 2;
141
- optional int32 flags = 3;
142
- }
143
-
144
- message CCSUsrMsg_CloseCaption {
145
- optional uint32 hash = 1;
146
- optional int32 duration = 2;
147
- optional bool from_player = 3;
148
- optional string cctoken = 4;
149
- }
150
-
151
- message CCSUsrMsg_CloseCaptionDirect {
152
- optional uint32 hash = 1;
153
- optional int32 duration = 2;
154
- optional bool from_player = 3;
155
- }
156
-
157
- message CCSUsrMsg_SendAudio {
158
- optional string radio_sound = 1;
159
- }
160
-
161
- message CCSUsrMsg_RawAudio {
162
- optional int32 pitch = 1;
163
- optional int32 entidx = 2 [default = -1];
164
- optional float duration = 3;
165
- optional string voice_filename = 4;
166
- }
167
-
168
- message CCSUsrMsg_VoiceMask {
169
- message PlayerMask {
170
- optional int32 game_rules_mask = 1;
171
- optional int32 ban_masks = 2;
172
- }
173
-
174
- repeated .CCSUsrMsg_VoiceMask.PlayerMask player_masks = 1;
175
- optional bool player_mod_enable = 2;
176
- }
177
-
178
- message CCSUsrMsg_Damage {
179
- optional int32 amount = 1;
180
- optional .CMsgVector inflictor_world_pos = 2;
181
- optional int32 victim_entindex = 3 [default = -1];
182
- }
183
-
184
- message CCSUsrMsg_RadioText {
185
- optional int32 msg_dst = 1;
186
- optional int32 client = 2 [default = -1];
187
- optional string msg_name = 3;
188
- repeated string params = 4;
189
- }
190
-
191
- message CCSUsrMsg_HintText {
192
- optional string message = 1;
193
- }
194
-
195
- message CCSUsrMsg_KeyHintText {
196
- repeated string messages = 1;
197
- }
198
-
199
- message CCSUsrMsg_ProcessSpottedEntityUpdate {
200
- message SpottedEntityUpdate {
201
- optional int32 entity_idx = 1 [default = -1];
202
- optional int32 class_id = 2;
203
- optional int32 origin_x = 3;
204
- optional int32 origin_y = 4;
205
- optional int32 origin_z = 5;
206
- optional int32 angle_y = 6;
207
- optional bool defuser = 7;
208
- optional bool player_has_defuser = 8;
209
- optional bool player_has_c4 = 9;
210
- }
211
-
212
- optional bool new_update = 1;
213
- repeated .CCSUsrMsg_ProcessSpottedEntityUpdate.SpottedEntityUpdate entity_updates = 2;
214
- }
215
-
216
- message CCSUsrMsg_SendPlayerItemDrops {
217
- repeated .CEconItemPreviewDataBlock entity_updates = 1;
218
- }
219
-
220
- message CCSUsrMsg_SendPlayerItemFound {
221
- optional .CEconItemPreviewDataBlock iteminfo = 1;
222
- optional int32 playerslot = 2 [default = -1];
223
- }
224
-
225
- message CCSUsrMsg_ReloadEffect {
226
- optional int32 entidx = 1 [default = -1];
227
- optional int32 actanim = 2;
228
- optional float origin_x = 3;
229
- optional float origin_y = 4;
230
- optional float origin_z = 5;
231
- }
232
-
233
- message CCSUsrMsg_WeaponSound {
234
- optional int32 entidx = 1 [default = -1];
235
- optional float origin_x = 2;
236
- optional float origin_y = 3;
237
- optional float origin_z = 4;
238
- optional string sound = 5;
239
- optional float game_timestamp = 6;
240
- optional fixed32 source_soundscapeid = 7;
241
- }
242
-
243
- message CCSUsrMsg_UpdateScreenHealthBar {
244
- optional int32 entidx = 1 [default = -1];
245
- optional float healthratio_old = 2;
246
- optional float healthratio_new = 3;
247
- optional int32 style = 4;
248
- }
249
-
250
- message CCSUsrMsg_EntityOutlineHighlight {
251
- optional int32 entidx = 1 [default = -1];
252
- optional bool removehighlight = 2;
253
- }
254
-
255
- message CCSUsrMsg_AdjustMoney {
256
- optional int32 amount = 1;
257
- }
258
-
259
- message CCSUsrMsg_ReportHit {
260
- optional float pos_x = 1;
261
- optional float pos_y = 2;
262
- optional float timestamp = 4;
263
- optional float pos_z = 3;
264
- }
265
-
266
- message CCSUsrMsg_KillCam {
267
- optional int32 obs_mode = 1;
268
- optional int32 first_target = 2 [default = -1];
269
- optional int32 second_target = 3 [default = -1];
270
- }
271
-
272
- message CCSUsrMsg_DesiredTimescale {
273
- optional float desired_timescale = 1;
274
- optional float duration_realtime_sec = 2;
275
- optional int32 interpolator_type = 3;
276
- optional float start_blend_time = 4;
277
- }
278
-
279
- message CCSUsrMsg_CurrentTimescale {
280
- optional float cur_timescale = 1;
281
- }
282
-
283
- message CCSUsrMsg_AchievementEvent {
284
- optional int32 achievement = 1;
285
- optional int32 count = 2;
286
- optional int32 user_id = 3;
287
- }
288
-
289
- message CCSUsrMsg_MatchEndConditions {
290
- optional int32 fraglimit = 1;
291
- optional int32 mp_maxrounds = 2;
292
- optional int32 mp_winlimit = 3;
293
- optional float mp_timelimit = 4;
294
- }
295
-
296
- message CCSUsrMsg_PlayerStatsUpdate {
297
- message Stat {
298
- optional int32 idx = 1;
299
- optional int32 delta = 2;
300
- }
301
-
302
- optional int32 version = 1;
303
- repeated .CCSUsrMsg_PlayerStatsUpdate.Stat stats = 4;
304
- optional uint32 ehandle = 5;
305
- optional int32 crc = 6;
306
- }
307
-
308
- message CCSUsrMsg_QuestProgress {
309
- optional uint32 quest_id = 1;
310
- optional uint32 normal_points = 2;
311
- optional uint32 bonus_points = 3;
312
- optional bool is_event_quest = 4;
313
- }
314
-
315
- message CCSUsrMsg_ScoreLeaderboardData {
316
- optional .ScoreLeaderboardData data = 1;
317
- }
318
-
319
- message CCSUsrMsg_PlayerDecalDigitalSignature {
320
- optional .PlayerDecalDigitalSignature data = 1;
321
- }
322
-
323
- message CCSUsrMsg_XRankGet {
324
- optional int32 mode_idx = 1;
325
- optional int32 controller = 2;
326
- }
327
-
328
- message CCSUsrMsg_XRankUpd {
329
- optional int32 mode_idx = 1;
330
- optional int32 controller = 2;
331
- optional int32 ranking = 3;
332
- }
333
-
334
- message CCSUsrMsg_CallVoteFailed {
335
- optional int32 reason = 1;
336
- optional int32 time = 2;
337
- }
338
-
339
- message CCSUsrMsg_VoteStart {
340
- optional int32 team = 1;
341
- optional int32 player_slot = 2 [default = -1];
342
- optional int32 vote_type = 3;
343
- optional string disp_str = 4;
344
- optional string details_str = 5;
345
- optional string other_team_str = 6;
346
- optional bool is_yes_no_vote = 7;
347
- optional int32 player_slot_target = 8 [default = -1];
348
- }
349
-
350
- message CCSUsrMsg_VotePass {
351
- optional int32 team = 1;
352
- optional int32 vote_type = 2;
353
- optional string disp_str = 3;
354
- optional string details_str = 4;
355
- }
356
-
357
- message CCSUsrMsg_VoteFailed {
358
- optional int32 team = 1;
359
- optional int32 reason = 2;
360
- }
361
-
362
- message CCSUsrMsg_VoteSetup {
363
- repeated string potential_issues = 1;
364
- }
365
-
366
- message CCSUsrMsg_SendLastKillerDamageToClient {
367
- optional int32 num_hits_given = 1;
368
- optional int32 damage_given = 2;
369
- optional int32 num_hits_taken = 3;
370
- optional int32 damage_taken = 4;
371
- optional int32 actual_damage_given = 5;
372
- optional int32 actual_damage_taken = 6;
373
- }
374
-
375
- message CCSUsrMsg_ServerRankUpdate {
376
- message RankUpdate {
377
- optional int32 account_id = 1;
378
- optional int32 rank_old = 2;
379
- optional int32 rank_new = 3;
380
- optional int32 num_wins = 4;
381
- optional float rank_change = 5;
382
- optional int32 rank_type_id = 6;
383
- }
384
-
385
- repeated .CCSUsrMsg_ServerRankUpdate.RankUpdate rank_update = 1;
386
- }
387
-
388
- message CCSUsrMsg_XpUpdate {
389
- optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1;
390
- }
391
-
392
- message CCSUsrMsg_ItemPickup {
393
- optional string item = 1;
394
- }
395
-
396
- message CCSUsrMsg_ShowMenu {
397
- optional int32 bits_valid_slots = 1;
398
- optional int32 display_time = 2;
399
- optional string menu_string = 3;
400
- }
401
-
402
- message CCSUsrMsg_BarTime {
403
- optional string time = 1;
404
- }
405
-
406
- message CCSUsrMsg_AmmoDenied {
407
- optional int32 ammoidx = 1;
408
- }
409
-
410
- message CCSUsrMsg_MarkAchievement {
411
- optional string achievement = 1;
412
- }
413
-
414
- message CCSUsrMsg_MatchStatsUpdate {
415
- optional string update = 1;
416
- }
417
-
418
- message CCSUsrMsg_ItemDrop {
419
- optional int64 itemid = 1;
420
- optional bool death = 2;
421
- }
422
-
423
- message CCSUsrMsg_GlowPropTurnOff {
424
- optional int32 entidx = 1 [default = -1];
425
- }
426
-
427
- message CCSUsrMsg_RoundBackupFilenames {
428
- optional int32 count = 1;
429
- optional int32 index = 2;
430
- optional string filename = 3;
431
- optional string nicename = 4;
432
- }
433
-
434
- message CCSUsrMsg_SSUI {
435
- optional bool show = 1;
436
- optional float start_time = 2;
437
- optional float end_time = 3;
438
- }
439
-
440
- message CCSUsrMsg_SurvivalStats {
441
- message Fact {
442
- optional int32 type = 1;
443
- optional int32 display = 2;
444
- optional int32 value = 3;
445
- optional float interestingness = 4;
446
- }
447
-
448
- message Placement {
449
- optional uint64 xuid = 1;
450
- optional int32 teamnumber = 2;
451
- optional int32 placement = 3;
452
- }
453
-
454
- message Damage {
455
- optional uint64 xuid = 1;
456
- optional int32 to = 2;
457
- optional int32 to_hits = 3;
458
- optional int32 from = 4;
459
- optional int32 from_hits = 5;
460
- }
461
-
462
- optional uint64 xuid = 1;
463
- repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2;
464
- repeated .CCSUsrMsg_SurvivalStats.Placement users = 3;
465
- repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5;
466
- optional int32 ticknumber = 4;
467
- }
468
-
469
- message CCSUsrMsg_EndOfMatchAllPlayersData {
470
- message Accolade {
471
- optional int32 eaccolade = 1;
472
- optional float value = 2;
473
- optional int32 position = 3;
474
- }
475
-
476
- message PlayerData {
477
- optional int32 slot = 1 [default = -1];
478
- optional uint64 xuid = 2;
479
- optional string name = 3;
480
- optional int32 teamnumber = 4;
481
- optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5;
482
- repeated .CEconItemPreviewDataBlock items = 6;
483
- optional int32 playercolor = 7;
484
- optional bool isbot = 8;
485
- }
486
-
487
- repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1;
488
- optional int32 scene = 2;
489
- }
490
-
491
- message CCSUsrMsg_RoundEndReportData {
492
- message RerEvent {
493
- message Victim {
494
- optional int32 team_number = 1;
495
- optional int32 playerslot = 2 [default = -1];
496
- optional uint64 xuid = 3;
497
- optional int32 color = 4;
498
- optional bool is_bot = 5;
499
- optional bool is_dead = 6;
500
- }
501
-
502
- message Objective {
503
- optional int32 type = 1;
504
- }
505
-
506
- message Damage {
507
- optional int32 other_playerslot = 1 [default = -1];
508
- optional uint64 other_xuid = 2;
509
- optional int32 health_removed = 3;
510
- optional int32 num_hits = 4;
511
- optional int32 return_health_removed = 5;
512
- optional int32 return_num_hits = 6;
513
- }
514
-
515
- optional float timestamp = 1;
516
- optional int32 terrorist_odds = 2;
517
- optional int32 ct_alive = 3;
518
- optional int32 t_alive = 4;
519
- optional .CCSUsrMsg_RoundEndReportData.RerEvent.Victim victim_data = 5;
520
- optional .CCSUsrMsg_RoundEndReportData.RerEvent.Objective objective_data = 6;
521
- repeated .CCSUsrMsg_RoundEndReportData.RerEvent.Damage all_damage_data = 7;
522
- }
523
-
524
- message InitialConditions {
525
- optional int32 ct_equip_value = 1;
526
- optional int32 t_equip_value = 2;
527
- optional int32 terrorist_odds = 3;
528
- }
529
-
530
- optional .CCSUsrMsg_RoundEndReportData.InitialConditions init_conditions = 1;
531
- repeated .CCSUsrMsg_RoundEndReportData.RerEvent all_rer_event_data = 2;
532
- }
533
-
534
- message CCSUsrMsg_PostRoundDamageReport {
535
- optional uint64 other_xuid = 1;
536
- optional int32 given_kill_type = 2;
537
- optional int32 given_health_removed = 3;
538
- optional int32 given_num_hits = 4;
539
- optional int32 taken_kill_type = 5;
540
- optional int32 taken_health_removed = 6;
541
- optional int32 taken_num_hits = 7;
542
- }
543
-
544
- message CCSUsrMsg_CurrentRoundOdds {
545
- optional int32 odds = 1;
546
- }
547
-
548
- message CCSUsrMsg_DeepStats {
549
- optional .CMsgGCCStrike15_ClientDeepStats stats = 1;
550
- }
551
-
552
- message CCSUsrMsg_ShootInfo {
553
- optional int32 frame_number = 1;
554
- repeated .CMsgTransform hitbox_transforms = 2;
555
- optional .CMsgVector shoot_pos = 3;
556
- optional .CMsgQAngle shoot_dir = 4;
557
- }
558
-
559
- message CCSUsrMsg_ResetHud {
560
- optional bool reset = 1;
561
- }
562
-
563
- message CCSUsrMsg_GameTitle {
564
- optional int32 dummy = 1;
565
- }
566
-
567
- message CCSUsrMsg_RequestState {
568
- optional int32 dummy = 1;
569
- }
570
-
571
- message CCSUsrMsg_StopSpectatorMode {
572
- optional int32 dummy = 1;
573
- }
574
-
575
- message CCSUsrMsg_DisconnectToLobby {
576
- optional int32 dummy = 1;
577
- }
578
-
579
- message CCSUsrMsg_WarmupHasEnded {
580
- optional int32 dummy = 1;
581
- }
582
-
583
- message CCSUsrMsg_ClientInfo {
584
- optional int32 dummy = 1;
585
- }
586
-
587
- message CCSUsrMsg_ServerRankRevealAll {
588
- optional int32 seconds_till_shutdown = 1;
589
- optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 2;
590
- }
591
-
592
- message CCSUsrMsgPreMatchSayText {
593
- optional uint32 account_id = 1;
594
- optional string text = 2;
595
- optional bool all_chat = 3;
596
- }
1
+ import "networkbasetypes.proto";
2
+ import "cstrike15_gcmessages.proto";
3
+
4
+ enum ECstrike15UserMessages {
5
+ CS_UM_VGUIMenu = 301;
6
+ CS_UM_Geiger = 302;
7
+ CS_UM_Train = 303;
8
+ CS_UM_HudText = 304;
9
+ CS_UM_SayText = 305;
10
+ CS_UM_SayText2 = 306;
11
+ CS_UM_TextMsg = 307;
12
+ CS_UM_HudMsg = 308;
13
+ CS_UM_ResetHud = 309;
14
+ CS_UM_GameTitle = 310;
15
+ CS_UM_Shake = 312;
16
+ CS_UM_Fade = 313;
17
+ CS_UM_Rumble = 314;
18
+ CS_UM_CloseCaption = 315;
19
+ CS_UM_CloseCaptionDirect = 316;
20
+ CS_UM_SendAudio = 317;
21
+ CS_UM_RawAudio = 318;
22
+ CS_UM_VoiceMask = 319;
23
+ CS_UM_RequestState = 320;
24
+ CS_UM_Damage = 321;
25
+ CS_UM_RadioText = 322;
26
+ CS_UM_HintText = 323;
27
+ CS_UM_KeyHintText = 324;
28
+ CS_UM_ProcessSpottedEntityUpdate = 325;
29
+ CS_UM_ReloadEffect = 326;
30
+ CS_UM_AdjustMoney = 327;
31
+ CS_UM_UpdateTeamMoney = 328;
32
+ CS_UM_StopSpectatorMode = 329;
33
+ CS_UM_KillCam = 330;
34
+ CS_UM_DesiredTimescale = 331;
35
+ CS_UM_CurrentTimescale = 332;
36
+ CS_UM_AchievementEvent = 333;
37
+ CS_UM_MatchEndConditions = 334;
38
+ CS_UM_DisconnectToLobby = 335;
39
+ CS_UM_PlayerStatsUpdate = 336;
40
+ CS_UM_WarmupHasEnded = 338;
41
+ CS_UM_ClientInfo = 339;
42
+ CS_UM_XRankGet = 340;
43
+ CS_UM_XRankUpd = 341;
44
+ CS_UM_CallVoteFailed = 345;
45
+ CS_UM_VoteStart = 346;
46
+ CS_UM_VotePass = 347;
47
+ CS_UM_VoteFailed = 348;
48
+ CS_UM_VoteSetup = 349;
49
+ CS_UM_ServerRankRevealAll = 350;
50
+ CS_UM_SendLastKillerDamageToClient = 351;
51
+ CS_UM_ServerRankUpdate = 352;
52
+ CS_UM_ItemPickup = 353;
53
+ CS_UM_ShowMenu = 354;
54
+ CS_UM_BarTime = 355;
55
+ CS_UM_AmmoDenied = 356;
56
+ CS_UM_MarkAchievement = 357;
57
+ CS_UM_MatchStatsUpdate = 358;
58
+ CS_UM_ItemDrop = 359;
59
+ CS_UM_GlowPropTurnOff = 360;
60
+ CS_UM_SendPlayerItemDrops = 361;
61
+ CS_UM_RoundBackupFilenames = 362;
62
+ CS_UM_SendPlayerItemFound = 363;
63
+ CS_UM_ReportHit = 364;
64
+ CS_UM_XpUpdate = 365;
65
+ CS_UM_QuestProgress = 366;
66
+ CS_UM_ScoreLeaderboardData = 367;
67
+ CS_UM_PlayerDecalDigitalSignature = 368;
68
+ CS_UM_WeaponSound = 369;
69
+ CS_UM_UpdateScreenHealthBar = 370;
70
+ CS_UM_EntityOutlineHighlight = 371;
71
+ CS_UM_SSUI = 372;
72
+ CS_UM_SurvivalStats = 373;
73
+ CS_UM_DisconnectToLobby2 = 374;
74
+ CS_UM_EndOfMatchAllPlayersData = 375;
75
+ CS_UM_PostRoundDamageReport = 376;
76
+ CS_UM_RoundEndReportData = 379;
77
+ CS_UM_CurrentRoundOdds = 380;
78
+ CS_UM_DeepStats = 381;
79
+ CS_UM_UtilMsg = 382;
80
+ CS_UM_ShootInfo = 383;
81
+ }
82
+
83
+ enum ECSUsrMsg_DisconnectToLobby_Action {
84
+ k_ECSUsrMsg_DisconnectToLobby_Action_Default = 0;
85
+ k_ECSUsrMsg_DisconnectToLobby_Action_GoQueue = 1;
86
+ }
87
+
88
+ message CCSUsrMsg_VGUIMenu {
89
+ message Keys {
90
+ optional string name = 1;
91
+ optional string value = 2;
92
+ }
93
+
94
+ optional string name = 1;
95
+ optional bool show = 2;
96
+ repeated .CCSUsrMsg_VGUIMenu.Keys keys = 3;
97
+ }
98
+
99
+ message CCSUsrMsg_Geiger {
100
+ optional int32 range = 1;
101
+ }
102
+
103
+ message CCSUsrMsg_Train {
104
+ optional int32 train = 1;
105
+ }
106
+
107
+ message CCSUsrMsg_HudText {
108
+ optional string text = 1;
109
+ }
110
+
111
+ message CCSUsrMsg_HudMsg {
112
+ optional int32 channel = 1;
113
+ optional .CMsgVector2D pos = 2;
114
+ optional .CMsgRGBA clr1 = 3;
115
+ optional .CMsgRGBA clr2 = 4;
116
+ optional int32 effect = 5;
117
+ optional float fade_in_time = 6;
118
+ optional float fade_out_time = 7;
119
+ optional float hold_time = 9;
120
+ optional float fx_time = 10;
121
+ optional string text = 11;
122
+ }
123
+
124
+ message CCSUsrMsg_Shake {
125
+ optional int32 command = 1;
126
+ optional float local_amplitude = 2;
127
+ optional float frequency = 3;
128
+ optional float duration = 4;
129
+ }
130
+
131
+ message CCSUsrMsg_Fade {
132
+ optional int32 duration = 1;
133
+ optional int32 hold_time = 2;
134
+ optional int32 flags = 3;
135
+ optional .CMsgRGBA clr = 4;
136
+ }
137
+
138
+ message CCSUsrMsg_Rumble {
139
+ optional int32 index = 1;
140
+ optional int32 data = 2;
141
+ optional int32 flags = 3;
142
+ }
143
+
144
+ message CCSUsrMsg_CloseCaption {
145
+ optional uint32 hash = 1;
146
+ optional int32 duration = 2;
147
+ optional bool from_player = 3;
148
+ optional string cctoken = 4;
149
+ }
150
+
151
+ message CCSUsrMsg_CloseCaptionDirect {
152
+ optional uint32 hash = 1;
153
+ optional int32 duration = 2;
154
+ optional bool from_player = 3;
155
+ }
156
+
157
+ message CCSUsrMsg_SendAudio {
158
+ optional string radio_sound = 1;
159
+ }
160
+
161
+ message CCSUsrMsg_RawAudio {
162
+ optional int32 pitch = 1;
163
+ optional int32 entidx = 2 [default = -1];
164
+ optional float duration = 3;
165
+ optional string voice_filename = 4;
166
+ }
167
+
168
+ message CCSUsrMsg_VoiceMask {
169
+ message PlayerMask {
170
+ optional int32 game_rules_mask = 1;
171
+ optional int32 ban_masks = 2;
172
+ }
173
+
174
+ repeated .CCSUsrMsg_VoiceMask.PlayerMask player_masks = 1;
175
+ optional bool player_mod_enable = 2;
176
+ }
177
+
178
+ message CCSUsrMsg_Damage {
179
+ optional int32 amount = 1;
180
+ optional .CMsgVector inflictor_world_pos = 2;
181
+ optional int32 victim_entindex = 3 [default = -1];
182
+ }
183
+
184
+ message CCSUsrMsg_RadioText {
185
+ optional int32 msg_dst = 1;
186
+ optional int32 client = 2 [default = -1];
187
+ optional string msg_name = 3;
188
+ repeated string params = 4;
189
+ }
190
+
191
+ message CCSUsrMsg_HintText {
192
+ optional string message = 1;
193
+ }
194
+
195
+ message CCSUsrMsg_KeyHintText {
196
+ repeated string messages = 1;
197
+ }
198
+
199
+ message CCSUsrMsg_ProcessSpottedEntityUpdate {
200
+ message SpottedEntityUpdate {
201
+ optional int32 entity_idx = 1 [default = -1];
202
+ optional int32 class_id = 2;
203
+ optional int32 origin_x = 3;
204
+ optional int32 origin_y = 4;
205
+ optional int32 origin_z = 5;
206
+ optional int32 angle_y = 6;
207
+ optional bool defuser = 7;
208
+ optional bool player_has_defuser = 8;
209
+ optional bool player_has_c4 = 9;
210
+ }
211
+
212
+ optional bool new_update = 1;
213
+ repeated .CCSUsrMsg_ProcessSpottedEntityUpdate.SpottedEntityUpdate entity_updates = 2;
214
+ }
215
+
216
+ message CCSUsrMsg_SendPlayerItemDrops {
217
+ repeated .CEconItemPreviewDataBlock entity_updates = 1;
218
+ }
219
+
220
+ message CCSUsrMsg_SendPlayerItemFound {
221
+ optional .CEconItemPreviewDataBlock iteminfo = 1;
222
+ optional int32 playerslot = 2 [default = -1];
223
+ }
224
+
225
+ message CCSUsrMsg_ReloadEffect {
226
+ optional int32 entidx = 1 [default = -1];
227
+ optional int32 actanim = 2;
228
+ optional float origin_x = 3;
229
+ optional float origin_y = 4;
230
+ optional float origin_z = 5;
231
+ }
232
+
233
+ message CCSUsrMsg_WeaponSound {
234
+ optional int32 entidx = 1 [default = -1];
235
+ optional float origin_x = 2;
236
+ optional float origin_y = 3;
237
+ optional float origin_z = 4;
238
+ optional string sound = 5;
239
+ optional float game_timestamp = 6;
240
+ optional fixed32 source_soundscapeid = 7;
241
+ }
242
+
243
+ message CCSUsrMsg_UpdateScreenHealthBar {
244
+ optional int32 entidx = 1 [default = -1];
245
+ optional float healthratio_old = 2;
246
+ optional float healthratio_new = 3;
247
+ optional int32 style = 4;
248
+ }
249
+
250
+ message CCSUsrMsg_EntityOutlineHighlight {
251
+ optional int32 entidx = 1 [default = -1];
252
+ optional bool removehighlight = 2;
253
+ }
254
+
255
+ message CCSUsrMsg_AdjustMoney {
256
+ optional int32 amount = 1;
257
+ }
258
+
259
+ message CCSUsrMsg_ReportHit {
260
+ optional float pos_x = 1;
261
+ optional float pos_y = 2;
262
+ optional float timestamp = 4;
263
+ optional float pos_z = 3;
264
+ }
265
+
266
+ message CCSUsrMsg_KillCam {
267
+ optional int32 obs_mode = 1;
268
+ optional int32 first_target = 2 [default = -1];
269
+ optional int32 second_target = 3 [default = -1];
270
+ }
271
+
272
+ message CCSUsrMsg_DesiredTimescale {
273
+ optional float desired_timescale = 1;
274
+ optional float duration_realtime_sec = 2;
275
+ optional int32 interpolator_type = 3;
276
+ optional float start_blend_time = 4;
277
+ }
278
+
279
+ message CCSUsrMsg_CurrentTimescale {
280
+ optional float cur_timescale = 1;
281
+ }
282
+
283
+ message CCSUsrMsg_AchievementEvent {
284
+ optional int32 achievement = 1;
285
+ optional int32 count = 2;
286
+ optional int32 user_id = 3;
287
+ }
288
+
289
+ message CCSUsrMsg_MatchEndConditions {
290
+ optional int32 fraglimit = 1;
291
+ optional int32 mp_maxrounds = 2;
292
+ optional int32 mp_winlimit = 3;
293
+ optional float mp_timelimit = 4;
294
+ }
295
+
296
+ message CCSUsrMsg_PlayerStatsUpdate {
297
+ message Stat {
298
+ optional int32 idx = 1;
299
+ optional int32 delta = 2;
300
+ }
301
+
302
+ optional int32 version = 1;
303
+ repeated .CCSUsrMsg_PlayerStatsUpdate.Stat stats = 4;
304
+ optional uint32 ehandle = 5;
305
+ optional int32 crc = 6;
306
+ }
307
+
308
+ message CCSUsrMsg_QuestProgress {
309
+ optional uint32 quest_id = 1;
310
+ optional uint32 normal_points = 2;
311
+ optional uint32 bonus_points = 3;
312
+ optional bool is_event_quest = 4;
313
+ }
314
+
315
+ message CCSUsrMsg_ScoreLeaderboardData {
316
+ optional .ScoreLeaderboardData data = 1;
317
+ }
318
+
319
+ message CCSUsrMsg_PlayerDecalDigitalSignature {
320
+ optional .PlayerDecalDigitalSignature data = 1;
321
+ }
322
+
323
+ message CCSUsrMsg_XRankGet {
324
+ optional int32 mode_idx = 1;
325
+ optional int32 controller = 2;
326
+ }
327
+
328
+ message CCSUsrMsg_XRankUpd {
329
+ optional int32 mode_idx = 1;
330
+ optional int32 controller = 2;
331
+ optional int32 ranking = 3;
332
+ }
333
+
334
+ message CCSUsrMsg_CallVoteFailed {
335
+ optional int32 reason = 1;
336
+ optional int32 time = 2;
337
+ }
338
+
339
+ message CCSUsrMsg_VoteStart {
340
+ optional int32 team = 1;
341
+ optional int32 player_slot = 2 [default = -1];
342
+ optional int32 vote_type = 3;
343
+ optional string disp_str = 4;
344
+ optional string details_str = 5;
345
+ optional string other_team_str = 6;
346
+ optional bool is_yes_no_vote = 7;
347
+ optional int32 player_slot_target = 8 [default = -1];
348
+ }
349
+
350
+ message CCSUsrMsg_VotePass {
351
+ optional int32 team = 1;
352
+ optional int32 vote_type = 2;
353
+ optional string disp_str = 3;
354
+ optional string details_str = 4;
355
+ }
356
+
357
+ message CCSUsrMsg_VoteFailed {
358
+ optional int32 team = 1;
359
+ optional int32 reason = 2;
360
+ }
361
+
362
+ message CCSUsrMsg_VoteSetup {
363
+ repeated string potential_issues = 1;
364
+ }
365
+
366
+ message CCSUsrMsg_SendLastKillerDamageToClient {
367
+ optional int32 num_hits_given = 1;
368
+ optional int32 damage_given = 2;
369
+ optional int32 num_hits_taken = 3;
370
+ optional int32 damage_taken = 4;
371
+ optional int32 actual_damage_given = 5;
372
+ optional int32 actual_damage_taken = 6;
373
+ }
374
+
375
+ message CCSUsrMsg_ServerRankUpdate {
376
+ message RankUpdate {
377
+ optional int32 account_id = 1;
378
+ optional int32 rank_old = 2;
379
+ optional int32 rank_new = 3;
380
+ optional int32 num_wins = 4;
381
+ optional float rank_change = 5;
382
+ optional int32 rank_type_id = 6;
383
+ }
384
+
385
+ repeated .CCSUsrMsg_ServerRankUpdate.RankUpdate rank_update = 1;
386
+ }
387
+
388
+ message CCSUsrMsg_XpUpdate {
389
+ optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1;
390
+ }
391
+
392
+ message CCSUsrMsg_ItemPickup {
393
+ optional string item = 1;
394
+ }
395
+
396
+ message CCSUsrMsg_ShowMenu {
397
+ optional int32 bits_valid_slots = 1;
398
+ optional int32 display_time = 2;
399
+ optional string menu_string = 3;
400
+ }
401
+
402
+ message CCSUsrMsg_BarTime {
403
+ optional string time = 1;
404
+ }
405
+
406
+ message CCSUsrMsg_AmmoDenied {
407
+ optional int32 ammoidx = 1;
408
+ }
409
+
410
+ message CCSUsrMsg_MarkAchievement {
411
+ optional string achievement = 1;
412
+ }
413
+
414
+ message CCSUsrMsg_MatchStatsUpdate {
415
+ optional string update = 1;
416
+ }
417
+
418
+ message CCSUsrMsg_ItemDrop {
419
+ optional int64 itemid = 1;
420
+ optional bool death = 2;
421
+ }
422
+
423
+ message CCSUsrMsg_GlowPropTurnOff {
424
+ optional int32 entidx = 1 [default = -1];
425
+ }
426
+
427
+ message CCSUsrMsg_RoundBackupFilenames {
428
+ optional int32 count = 1;
429
+ optional int32 index = 2;
430
+ optional string filename = 3;
431
+ optional string nicename = 4;
432
+ }
433
+
434
+ message CCSUsrMsg_SSUI {
435
+ optional bool show = 1;
436
+ optional float start_time = 2;
437
+ optional float end_time = 3;
438
+ }
439
+
440
+ message CCSUsrMsg_SurvivalStats {
441
+ message Fact {
442
+ optional int32 type = 1;
443
+ optional int32 display = 2;
444
+ optional int32 value = 3;
445
+ optional float interestingness = 4;
446
+ }
447
+
448
+ message Placement {
449
+ optional uint64 xuid = 1;
450
+ optional int32 teamnumber = 2;
451
+ optional int32 placement = 3;
452
+ }
453
+
454
+ message Damage {
455
+ optional uint64 xuid = 1;
456
+ optional int32 to = 2;
457
+ optional int32 to_hits = 3;
458
+ optional int32 from = 4;
459
+ optional int32 from_hits = 5;
460
+ }
461
+
462
+ optional uint64 xuid = 1;
463
+ repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2;
464
+ repeated .CCSUsrMsg_SurvivalStats.Placement users = 3;
465
+ repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5;
466
+ optional int32 ticknumber = 4;
467
+ }
468
+
469
+ message CCSUsrMsg_EndOfMatchAllPlayersData {
470
+ message Accolade {
471
+ optional int32 eaccolade = 1;
472
+ optional float value = 2;
473
+ optional int32 position = 3;
474
+ }
475
+
476
+ message PlayerData {
477
+ optional int32 slot = 1 [default = -1];
478
+ optional uint64 xuid = 2;
479
+ optional string name = 3;
480
+ optional int32 teamnumber = 4;
481
+ optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5;
482
+ repeated .CEconItemPreviewDataBlock items = 6;
483
+ optional int32 playercolor = 7;
484
+ optional bool isbot = 8;
485
+ }
486
+
487
+ repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1;
488
+ optional int32 scene = 2;
489
+ }
490
+
491
+ message CCSUsrMsg_RoundEndReportData {
492
+ message RerEvent {
493
+ message Victim {
494
+ optional int32 team_number = 1;
495
+ optional int32 playerslot = 2 [default = -1];
496
+ optional uint64 xuid = 3;
497
+ optional int32 color = 4;
498
+ optional bool is_bot = 5;
499
+ optional bool is_dead = 6;
500
+ }
501
+
502
+ message Objective {
503
+ optional int32 type = 1;
504
+ }
505
+
506
+ message Damage {
507
+ optional int32 other_playerslot = 1 [default = -1];
508
+ optional uint64 other_xuid = 2;
509
+ optional int32 health_removed = 3;
510
+ optional int32 num_hits = 4;
511
+ optional int32 return_health_removed = 5;
512
+ optional int32 return_num_hits = 6;
513
+ }
514
+
515
+ optional float timestamp = 1;
516
+ optional int32 terrorist_odds = 2;
517
+ optional int32 ct_alive = 3;
518
+ optional int32 t_alive = 4;
519
+ optional .CCSUsrMsg_RoundEndReportData.RerEvent.Victim victim_data = 5;
520
+ optional .CCSUsrMsg_RoundEndReportData.RerEvent.Objective objective_data = 6;
521
+ repeated .CCSUsrMsg_RoundEndReportData.RerEvent.Damage all_damage_data = 7;
522
+ }
523
+
524
+ message InitialConditions {
525
+ optional int32 ct_equip_value = 1;
526
+ optional int32 t_equip_value = 2;
527
+ optional int32 terrorist_odds = 3;
528
+ }
529
+
530
+ optional .CCSUsrMsg_RoundEndReportData.InitialConditions init_conditions = 1;
531
+ repeated .CCSUsrMsg_RoundEndReportData.RerEvent all_rer_event_data = 2;
532
+ }
533
+
534
+ message CCSUsrMsg_PostRoundDamageReport {
535
+ optional uint64 other_xuid = 1;
536
+ optional int32 given_kill_type = 2;
537
+ optional int32 given_health_removed = 3;
538
+ optional int32 given_num_hits = 4;
539
+ optional int32 taken_kill_type = 5;
540
+ optional int32 taken_health_removed = 6;
541
+ optional int32 taken_num_hits = 7;
542
+ }
543
+
544
+ message CCSUsrMsg_CurrentRoundOdds {
545
+ optional int32 odds = 1;
546
+ }
547
+
548
+ message CCSUsrMsg_DeepStats {
549
+ optional .CMsgGCCStrike15_ClientDeepStats stats = 1;
550
+ }
551
+
552
+ message CCSUsrMsg_ShootInfo {
553
+ optional int32 frame_number = 1;
554
+ repeated .CMsgTransform hitbox_transforms = 2;
555
+ optional .CMsgVector shoot_pos = 3;
556
+ optional .CMsgQAngle shoot_dir = 4;
557
+ }
558
+
559
+ message CCSUsrMsg_ResetHud {
560
+ optional bool reset = 1;
561
+ }
562
+
563
+ message CCSUsrMsg_GameTitle {
564
+ optional int32 dummy = 1;
565
+ }
566
+
567
+ message CCSUsrMsg_RequestState {
568
+ optional int32 dummy = 1;
569
+ }
570
+
571
+ message CCSUsrMsg_StopSpectatorMode {
572
+ optional int32 dummy = 1;
573
+ }
574
+
575
+ message CCSUsrMsg_DisconnectToLobby {
576
+ optional int32 dummy = 1;
577
+ }
578
+
579
+ message CCSUsrMsg_WarmupHasEnded {
580
+ optional int32 dummy = 1;
581
+ }
582
+
583
+ message CCSUsrMsg_ClientInfo {
584
+ optional int32 dummy = 1;
585
+ }
586
+
587
+ message CCSUsrMsg_ServerRankRevealAll {
588
+ optional int32 seconds_till_shutdown = 1;
589
+ optional .CMsgGCCStrike15_v2_MatchmakingGC2ServerReserve reservation = 2;
590
+ }
591
+
592
+ message CCSUsrMsgPreMatchSayText {
593
+ optional uint32 account_id = 1;
594
+ optional string text = 2;
595
+ optional bool all_chat = 3;
596
+ }