steamutils 1.2.51 → 1.2.52

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