steamutils 1.2.50 → 1.2.52

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 (227) 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/index.js +1 -1
  8. package/package.json +6 -6
  9. package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
  10. package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
  11. package/protos/csgo/clientmessages.proto +48 -0
  12. package/protos/csgo/connectionless_netmessages.proto +19 -0
  13. package/protos/csgo/cs_gameevents.proto +34 -0
  14. package/protos/csgo/cs_usercmd.proto +34 -0
  15. package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
  16. package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
  17. package/protos/csgo/demo.proto +160 -0
  18. package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
  19. package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
  20. package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
  21. package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
  22. package/protos/csgo/gameevents.proto +120 -0
  23. package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
  24. package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
  25. package/protos/csgo/netmessages.proto +604 -0
  26. package/protos/csgo/network_connection.proto +126 -0
  27. package/protos/csgo/networkbasetypes.proto +244 -0
  28. package/protos/csgo/networksystem_protomessages.proto +17 -0
  29. package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
  30. package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
  31. package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
  32. package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
  33. package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
  34. package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
  35. package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
  36. package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
  37. package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
  38. package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
  39. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
  40. package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
  41. package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
  42. package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
  43. package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
  44. package/protos/csgo/te.proto +259 -0
  45. package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
  46. package/protos/csgo/usercmd.proto +38 -0
  47. package/protos/csgo/usermessages.proto +721 -0
  48. package/protos/csgo/valveextensions.proto +17 -0
  49. package/protos/google/protobuf/descriptor.proto +281 -0
  50. package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
  51. package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
  52. package/protos/steam/contenthubs.proto +41 -0
  53. package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
  54. package/protos/{enums.proto → steam/enums.proto} +444 -285
  55. package/protos/steam/enums_clientserver.proto +1539 -0
  56. package/protos/steam/enums_productinfo.proto +13 -0
  57. package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
  58. package/protos/steam/offline_ticket.proto +8 -0
  59. package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
  60. package/protos/steam/steamdatagram_messages_auth.proto +65 -0
  61. package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
  62. package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
  63. package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
  64. package/protos/steam/steammessages_auth.steamclient.proto +435 -0
  65. package/protos/steam/steammessages_base.proto +332 -0
  66. package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
  67. package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
  68. package/protos/steam/steammessages_client_objects.proto +645 -0
  69. package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
  70. package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
  71. package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
  72. package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
  73. package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
  74. package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
  75. package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
  76. package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
  77. package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
  78. package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
  79. package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
  80. package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
  81. package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
  82. package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
  83. package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
  84. package/protos/steam/steammessages_clientsettings.proto +168 -0
  85. package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
  86. package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
  87. package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
  88. package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
  89. package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
  90. package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
  91. package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
  92. package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
  93. package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
  94. package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
  95. package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
  96. package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
  97. package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
  98. package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
  99. package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
  100. package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
  101. package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
  102. package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
  103. package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
  104. package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
  105. package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
  106. package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
  107. package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
  108. package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
  109. package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
  110. package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
  111. package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
  112. package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
  113. package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
  114. package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
  115. package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
  116. package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
  117. package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
  118. package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
  119. package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
  120. package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
  121. package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
  122. package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
  123. package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
  124. package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
  125. package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
  126. package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
  127. package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
  128. package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
  129. package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
  130. package/protos/steam/steammessages_video.steamclient.proto +171 -0
  131. package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
  132. package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
  133. package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
  134. package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
  135. package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
  136. package/protos/steam/webuimessages_base.proto +24 -0
  137. package/protos/steam/webuimessages_gamenotes.proto +21 -0
  138. package/protos/steam/webuimessages_steamengine.proto +32 -0
  139. package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
  140. package/protos/steam/webuimessages_systemmanager.proto +17 -0
  141. package/protos/steam/webuimessages_transport.proto +18 -0
  142. package/protos/steam/webuimessages_transportvalidation.proto +97 -0
  143. package/protos/webui/common.proto +5508 -0
  144. package/protos/webui/common_base.proto +27 -0
  145. package/protos/webui/service_accountlinking.proto +27 -0
  146. package/protos/webui/service_accountprivacy.proto +42 -0
  147. package/protos/webui/service_auction.proto +97 -0
  148. package/protos/webui/service_authentication.proto +222 -0
  149. package/protos/webui/service_authenticationsupport.proto +74 -0
  150. package/protos/webui/service_broadcast.proto +562 -0
  151. package/protos/webui/service_chat.proto +11 -0
  152. package/protos/webui/service_chatroom.proto +810 -0
  153. package/protos/webui/service_chatusability.proto +107 -0
  154. package/protos/webui/service_clan.proto +41 -0
  155. package/protos/webui/service_clanchatrooms.proto +25 -0
  156. package/protos/webui/service_clanfaqs.proto +202 -0
  157. package/protos/webui/service_clientcomm.proto +150 -0
  158. package/protos/webui/service_clientmetrics.proto +63 -0
  159. package/protos/webui/service_cloud.proto +222 -0
  160. package/protos/webui/service_cloudconfigstore.proto +51 -0
  161. package/protos/webui/service_cloudgaming.proto +30 -0
  162. package/protos/webui/service_community.proto +365 -0
  163. package/protos/webui/service_econ.proto +134 -0
  164. package/protos/webui/service_embedded.proto +24 -0
  165. package/protos/webui/service_experimentservice.proto +6 -0
  166. package/protos/webui/service_fovasvideo.proto +15 -0
  167. package/protos/webui/service_friendmessages.proto +133 -0
  168. package/protos/webui/service_friendslist.proto +70 -0
  169. package/protos/webui/service_gamenotes.proto +15 -0
  170. package/protos/webui/service_helprequestlogs.proto +26 -0
  171. package/protos/webui/service_loyaltyrewards.proto +252 -0
  172. package/protos/webui/service_marketingmessages.proto +184 -0
  173. package/protos/webui/service_mobileapp.proto +18 -0
  174. package/protos/webui/service_mobileauth.proto +24 -0
  175. package/protos/webui/service_mobiledevice.proto +26 -0
  176. package/protos/webui/service_mobileperaccount.proto +31 -0
  177. package/protos/webui/service_news.proto +101 -0
  178. package/protos/webui/service_parental.proto +178 -0
  179. package/protos/webui/service_partnermembershipinvite.proto +29 -0
  180. package/protos/webui/service_partnerstorebrowse.proto +6 -0
  181. package/protos/webui/service_phone.proto +51 -0
  182. package/protos/webui/service_physicalgoods.proto +15 -0
  183. package/protos/webui/service_player.proto +885 -0
  184. package/protos/webui/service_promotioneventinvites.proto +50 -0
  185. package/protos/webui/service_promotionplanning.proto +72 -0
  186. package/protos/webui/service_publishedfile.proto +687 -0
  187. package/protos/webui/service_publishing.proto +119 -0
  188. package/protos/webui/service_quest.proto +127 -0
  189. package/protos/webui/service_salefeature.proto +315 -0
  190. package/protos/webui/service_saleitemrewards.proto +54 -0
  191. package/protos/webui/service_shoppingcart.proto +108 -0
  192. package/protos/webui/service_steamawards.proto +19 -0
  193. package/protos/webui/service_steamcharts.proto +75 -0
  194. package/protos/webui/service_steamengine.proto +36 -0
  195. package/protos/webui/service_steamlearn.proto +727 -0
  196. package/protos/webui/service_steamnotification.proto +84 -0
  197. package/protos/webui/service_steamtv.proto +495 -0
  198. package/protos/webui/service_steamvrvoicechat.proto +67 -0
  199. package/protos/webui/service_steamvrwebrtc.proto +48 -0
  200. package/protos/webui/service_storagedevicemanager.proto +104 -0
  201. package/protos/webui/service_store.proto +289 -0
  202. package/protos/webui/service_storeappsimilarity.proto +76 -0
  203. package/protos/webui/service_storebrowse.proto +73 -0
  204. package/protos/webui/service_storequery.proto +97 -0
  205. package/protos/webui/service_storesales.proto +15 -0
  206. package/protos/webui/service_storetopsellers.proto +44 -0
  207. package/protos/webui/service_systemmanager.proto +11 -0
  208. package/protos/webui/service_test_transporterror.proto +6 -0
  209. package/protos/webui/service_transportauth.proto +12 -0
  210. package/protos/webui/service_transportvalidation.proto +69 -0
  211. package/protos/webui/service_twofactor.proto +181 -0
  212. package/protos/webui/service_useraccount.proto +138 -0
  213. package/protos/webui/service_usergameactivity.proto +34 -0
  214. package/protos/webui/service_usergamenotes.proto +53 -0
  215. package/protos/webui/service_usernews.proto +68 -0
  216. package/protos/webui/service_userreviews.proto +96 -0
  217. package/protos/webui/service_video.proto +128 -0
  218. package/protos/webui/service_voicechat.proto +139 -0
  219. package/protos/webui/service_webrtc.proto +52 -0
  220. package/.idea/deployment.xml +0 -21
  221. package/protos/netmessages.proto +0 -491
  222. package/protos/network_connection.proto +0 -70
  223. package/protos/steamdatagram_messages.proto +0 -205
  224. package/protos/steammessages_auth.steamclient.proto +0 -192
  225. package/protos/steammessages_client_objects.proto +0 -336
  226. package/protos/steammessages_datapublisher.steamclient.proto +0 -67
  227. package/protos/steammessages_video.steamclient.proto +0 -84
@@ -1,491 +0,0 @@
1
- import "google/protobuf/descriptor.proto";
2
-
3
- option cc_generic_services = false;
4
-
5
- enum NET_Messages {
6
- net_NOP = 0;
7
- net_Disconnect = 1;
8
- net_File = 2;
9
- net_SplitScreenUser = 3;
10
- net_Tick = 4;
11
- net_StringCmd = 5;
12
- net_SetConVar = 6;
13
- net_SignonState = 7;
14
- net_PlayerAvatarData = 100;
15
- }
16
-
17
- enum CLC_Messages {
18
- clc_ClientInfo = 8;
19
- clc_Move = 9;
20
- clc_VoiceData = 10;
21
- clc_BaselineAck = 11;
22
- clc_ListenEvents = 12;
23
- clc_RespondCvarValue = 13;
24
- clc_FileCRCCheck = 14;
25
- clc_LoadingProgress = 15;
26
- clc_SplitPlayerConnect = 16;
27
- clc_ClientMessage = 17;
28
- clc_CmdKeyValues = 18;
29
- clc_HltvReplay = 20;
30
- }
31
-
32
- enum VoiceDataFormat_t {
33
- VOICEDATA_FORMAT_STEAM = 0;
34
- VOICEDATA_FORMAT_ENGINE = 1;
35
- }
36
-
37
- enum ESplitScreenMessageType {
38
- option allow_alias = true;
39
- MSG_SPLITSCREEN_ADDUSER = 0;
40
- MSG_SPLITSCREEN_REMOVEUSER = 1;
41
- MSG_SPLITSCREEN_TYPE_BITS = 1;
42
- }
43
-
44
- enum SVC_Messages {
45
- svc_ServerInfo = 8;
46
- svc_SendTable = 9;
47
- svc_ClassInfo = 10;
48
- svc_SetPause = 11;
49
- svc_CreateStringTable = 12;
50
- svc_UpdateStringTable = 13;
51
- svc_VoiceInit = 14;
52
- svc_VoiceData = 15;
53
- svc_Print = 16;
54
- svc_Sounds = 17;
55
- svc_SetView = 18;
56
- svc_FixAngle = 19;
57
- svc_CrosshairAngle = 20;
58
- svc_BSPDecal = 21;
59
- svc_SplitScreen = 22;
60
- svc_UserMessage = 23;
61
- svc_EntityMessage = 24;
62
- svc_GameEvent = 25;
63
- svc_PacketEntities = 26;
64
- svc_TempEntities = 27;
65
- svc_Prefetch = 28;
66
- svc_Menu = 29;
67
- svc_GameEventList = 30;
68
- svc_GetCvarValue = 31;
69
- svc_PaintmapData = 33;
70
- svc_CmdKeyValues = 34;
71
- svc_EncryptedData = 35;
72
- svc_HltvReplay = 36;
73
- svc_Broadcast_Command = 38;
74
- }
75
-
76
- enum ReplayEventType_t {
77
- REPLAY_EVENT_CANCEL = 0;
78
- REPLAY_EVENT_DEATH = 1;
79
- REPLAY_EVENT_GENERIC = 2;
80
- REPLAY_EVENT_STUCK_NEED_FULL_UPDATE = 3;
81
- }
82
-
83
- message CMsgVector {
84
- optional float x = 1;
85
- optional float y = 2;
86
- optional float z = 3;
87
- }
88
-
89
- message CMsgVector2D {
90
- optional float x = 1;
91
- optional float y = 2;
92
- }
93
-
94
- message CMsgQAngle {
95
- optional float x = 1;
96
- optional float y = 2;
97
- optional float z = 3;
98
- }
99
-
100
- message CMsgRGBA {
101
- optional int32 r = 1;
102
- optional int32 g = 2;
103
- optional int32 b = 3;
104
- optional int32 a = 4;
105
- }
106
-
107
- message CNETMsg_Tick {
108
- optional uint32 tick = 1;
109
- optional uint32 host_computationtime = 4;
110
- optional uint32 host_computationtime_std_deviation = 5;
111
- optional uint32 host_framestarttime_std_deviation = 6;
112
- optional uint32 hltv_replay_flags = 7;
113
- }
114
-
115
- message CNETMsg_StringCmd {
116
- optional string command = 1;
117
- }
118
-
119
- message CNETMsg_SignonState {
120
- optional uint32 signon_state = 1;
121
- optional uint32 spawn_count = 2;
122
- optional uint32 num_server_players = 3;
123
- repeated string players_networkids = 4;
124
- optional string map_name = 5;
125
- }
126
-
127
- message CMsg_CVars {
128
- message CVar {
129
- optional string name = 1;
130
- optional string value = 2;
131
- optional uint32 dictionary_name = 3;
132
- }
133
-
134
- repeated .CMsg_CVars.CVar cvars = 1;
135
- }
136
-
137
- message CNETMsg_SetConVar {
138
- optional .CMsg_CVars convars = 1;
139
- }
140
-
141
- message CNETMsg_NOP {
142
- }
143
-
144
- message CNETMsg_Disconnect {
145
- optional string text = 1;
146
- }
147
-
148
- message CNETMsg_File {
149
- optional int32 transfer_id = 1;
150
- optional string file_name = 2;
151
- optional bool is_replay_demo_file = 3;
152
- optional bool deny = 4;
153
- }
154
-
155
- message CNETMsg_SplitScreenUser {
156
- optional int32 slot = 1;
157
- }
158
-
159
- message CNETMsg_PlayerAvatarData {
160
- optional uint32 accountid = 1;
161
- optional bytes rgb = 2;
162
- }
163
-
164
- message CCLCMsg_ClientInfo {
165
- optional fixed32 send_table_crc = 1;
166
- optional uint32 server_count = 2;
167
- optional bool is_hltv = 3;
168
- optional bool is_replay = 4;
169
- optional uint32 friends_id = 5;
170
- optional string friends_name = 6;
171
- repeated fixed32 custom_files = 7;
172
- }
173
-
174
- message CCLCMsg_Move {
175
- optional uint32 num_backup_commands = 1;
176
- optional uint32 num_new_commands = 2;
177
- optional bytes data = 3;
178
- }
179
-
180
- message CCLCMsg_VoiceData {
181
- optional bytes data = 1;
182
- optional fixed64 xuid = 2;
183
- optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE];
184
- optional int32 sequence_bytes = 4;
185
- optional uint32 section_number = 5;
186
- optional uint32 uncompressed_sample_offset = 6;
187
- }
188
-
189
- message CCLCMsg_BaselineAck {
190
- optional int32 baseline_tick = 1;
191
- optional int32 baseline_nr = 2;
192
- }
193
-
194
- message CCLCMsg_ListenEvents {
195
- repeated fixed32 event_mask = 1;
196
- }
197
-
198
- message CCLCMsg_RespondCvarValue {
199
- optional int32 cookie = 1;
200
- optional int32 status_code = 2;
201
- optional string name = 3;
202
- optional string value = 4;
203
- }
204
-
205
- message CCLCMsg_FileCRCCheck {
206
- optional int32 code_path = 1;
207
- optional string path = 2;
208
- optional int32 code_filename = 3;
209
- optional string filename = 4;
210
- optional int32 file_fraction = 5;
211
- optional bytes md5 = 6;
212
- optional uint32 crc = 7;
213
- optional int32 file_hash_type = 8;
214
- optional int32 file_len = 9;
215
- optional int32 pack_file_id = 10;
216
- optional int32 pack_file_number = 11;
217
- }
218
-
219
- message CCLCMsg_LoadingProgress {
220
- optional int32 progress = 1;
221
- }
222
-
223
- message CCLCMsg_SplitPlayerConnect {
224
- optional .CMsg_CVars convars = 1;
225
- }
226
-
227
- message CCLCMsg_CmdKeyValues {
228
- optional bytes keyvalues = 1;
229
- }
230
-
231
- message CSVCMsg_ServerInfo {
232
- optional int32 protocol = 1;
233
- optional int32 server_count = 2;
234
- optional bool is_dedicated = 3;
235
- optional bool is_official_valve_server = 4;
236
- optional bool is_hltv = 5;
237
- optional bool is_replay = 6;
238
- optional bool is_redirecting_to_proxy_relay = 21;
239
- optional int32 c_os = 7;
240
- optional fixed32 map_crc = 8;
241
- optional fixed32 client_crc = 9;
242
- optional fixed32 string_table_crc = 10;
243
- optional int32 max_clients = 11;
244
- optional int32 max_classes = 12;
245
- optional int32 player_slot = 13;
246
- optional float tick_interval = 14;
247
- optional string game_dir = 15;
248
- optional string map_name = 16;
249
- optional string map_group_name = 17;
250
- optional string sky_name = 18;
251
- optional string host_name = 19;
252
- optional uint32 public_ip = 20;
253
- optional uint64 ugc_map_id = 22;
254
- }
255
-
256
- message CSVCMsg_ClassInfo {
257
- message class_t {
258
- optional int32 class_id = 1;
259
- optional string data_table_name = 2;
260
- optional string class_name = 3;
261
- }
262
-
263
- optional bool create_on_client = 1;
264
- repeated .CSVCMsg_ClassInfo.class_t classes = 2;
265
- }
266
-
267
- message CSVCMsg_SendTable {
268
- message sendprop_t {
269
- optional int32 type = 1;
270
- optional string var_name = 2;
271
- optional int32 flags = 3;
272
- optional int32 priority = 4;
273
- optional string dt_name = 5;
274
- optional int32 num_elements = 6;
275
- optional float low_value = 7;
276
- optional float high_value = 8;
277
- optional int32 num_bits = 9;
278
- }
279
-
280
- optional bool is_end = 1;
281
- optional string net_table_name = 2;
282
- optional bool needs_decoder = 3;
283
- repeated .CSVCMsg_SendTable.sendprop_t props = 4;
284
- }
285
-
286
- message CSVCMsg_Print {
287
- optional string text = 1;
288
- }
289
-
290
- message CSVCMsg_SetPause {
291
- optional bool paused = 1;
292
- }
293
-
294
- message CSVCMsg_SetView {
295
- optional int32 entity_index = 1;
296
- }
297
-
298
- message CSVCMsg_CreateStringTable {
299
- optional string name = 1;
300
- optional int32 max_entries = 2;
301
- optional int32 num_entries = 3;
302
- optional bool user_data_fixed_size = 4;
303
- optional int32 user_data_size = 5;
304
- optional int32 user_data_size_bits = 6;
305
- optional int32 flags = 7;
306
- optional bytes string_data = 8;
307
- }
308
-
309
- message CSVCMsg_UpdateStringTable {
310
- optional int32 table_id = 1;
311
- optional int32 num_changed_entries = 2;
312
- optional bytes string_data = 3;
313
- }
314
-
315
- message CSVCMsg_VoiceInit {
316
- optional int32 quality = 1;
317
- optional string codec = 2;
318
- optional int32 version = 3 [default = 0];
319
- }
320
-
321
- message CSVCMsg_VoiceData {
322
- optional int32 client = 1;
323
- optional bool proximity = 2;
324
- optional fixed64 xuid = 3;
325
- optional int32 audible_mask = 4;
326
- optional bytes voice_data = 5;
327
- optional bool caster = 6;
328
- optional .VoiceDataFormat_t format = 7 [default = VOICEDATA_FORMAT_ENGINE];
329
- optional int32 sequence_bytes = 8;
330
- optional uint32 section_number = 9;
331
- optional uint32 uncompressed_sample_offset = 10;
332
- }
333
-
334
- message CSVCMsg_FixAngle {
335
- optional bool relative = 1;
336
- optional .CMsgQAngle angle = 2;
337
- }
338
-
339
- message CSVCMsg_CrosshairAngle {
340
- optional .CMsgQAngle angle = 1;
341
- }
342
-
343
- message CSVCMsg_Prefetch {
344
- optional int32 sound_index = 1;
345
- }
346
-
347
- message CSVCMsg_BSPDecal {
348
- optional .CMsgVector pos = 1;
349
- optional int32 decal_texture_index = 2;
350
- optional int32 entity_index = 3;
351
- optional int32 model_index = 4;
352
- optional bool low_priority = 5;
353
- }
354
-
355
- message CSVCMsg_SplitScreen {
356
- optional .ESplitScreenMessageType type = 1 [default = MSG_SPLITSCREEN_ADDUSER];
357
- optional int32 slot = 2;
358
- optional int32 player_index = 3;
359
- }
360
-
361
- message CSVCMsg_GetCvarValue {
362
- optional int32 cookie = 1;
363
- optional string cvar_name = 2;
364
- }
365
-
366
- message CSVCMsg_Menu {
367
- optional int32 dialog_type = 1;
368
- optional bytes menu_key_values = 2;
369
- }
370
-
371
- message CSVCMsg_UserMessage {
372
- optional int32 msg_type = 1;
373
- optional bytes msg_data = 2;
374
- optional int32 passthrough = 3;
375
- }
376
-
377
- message CSVCMsg_PaintmapData {
378
- optional bytes paintmap = 1;
379
- }
380
-
381
- message CSVCMsg_GameEvent {
382
- message key_t {
383
- optional int32 type = 1;
384
- optional string val_string = 2;
385
- optional float val_float = 3;
386
- optional int32 val_long = 4;
387
- optional int32 val_short = 5;
388
- optional int32 val_byte = 6;
389
- optional bool val_bool = 7;
390
- optional uint64 val_uint64 = 8;
391
- optional bytes val_wstring = 9;
392
- }
393
-
394
- optional string event_name = 1;
395
- optional int32 eventid = 2;
396
- repeated .CSVCMsg_GameEvent.key_t keys = 3;
397
- optional int32 passthrough = 4;
398
- }
399
-
400
- message CSVCMsg_GameEventList {
401
- message key_t {
402
- optional int32 type = 1;
403
- optional string name = 2;
404
- }
405
-
406
- message descriptor_t {
407
- optional int32 eventid = 1;
408
- optional string name = 2;
409
- repeated .CSVCMsg_GameEventList.key_t keys = 3;
410
- }
411
-
412
- repeated .CSVCMsg_GameEventList.descriptor_t descriptors = 1;
413
- }
414
-
415
- message CSVCMsg_TempEntities {
416
- optional bool reliable = 1;
417
- optional int32 num_entries = 2;
418
- optional bytes entity_data = 3;
419
- }
420
-
421
- message CSVCMsg_PacketEntities {
422
- optional int32 max_entries = 1;
423
- optional int32 updated_entries = 2;
424
- optional bool is_delta = 3;
425
- optional bool update_baseline = 4;
426
- optional int32 baseline = 5;
427
- optional int32 delta_from = 6;
428
- optional bytes entity_data = 7;
429
- }
430
-
431
- message CSVCMsg_Sounds {
432
- message sounddata_t {
433
- optional sint32 origin_x = 1;
434
- optional sint32 origin_y = 2;
435
- optional sint32 origin_z = 3;
436
- optional uint32 volume = 4;
437
- optional float delay_value = 5;
438
- optional int32 sequence_number = 6;
439
- optional int32 entity_index = 7;
440
- optional int32 channel = 8;
441
- optional int32 pitch = 9;
442
- optional int32 flags = 10;
443
- optional uint32 sound_num = 11;
444
- optional fixed32 sound_num_handle = 12;
445
- optional int32 speaker_entity = 13;
446
- optional int32 random_seed = 14;
447
- optional int32 sound_level = 15;
448
- optional bool is_sentence = 16;
449
- optional bool is_ambient = 17;
450
- }
451
-
452
- optional bool reliable_sound = 1;
453
- repeated .CSVCMsg_Sounds.sounddata_t sounds = 2;
454
- }
455
-
456
- message CSVCMsg_EntityMsg {
457
- optional int32 ent_index = 1;
458
- optional int32 class_id = 2;
459
- optional bytes ent_data = 3;
460
- }
461
-
462
- message CSVCMsg_CmdKeyValues {
463
- optional bytes keyvalues = 1;
464
- }
465
-
466
- message CSVCMsg_EncryptedData {
467
- optional bytes encrypted = 1;
468
- optional int32 key_type = 2;
469
- }
470
-
471
- message CSVCMsg_HltvReplay {
472
- optional int32 delay = 1;
473
- optional int32 primary_target = 2;
474
- optional int32 replay_stop_at = 3;
475
- optional int32 replay_start_at = 4;
476
- optional int32 replay_slowdown_begin = 5;
477
- optional int32 replay_slowdown_end = 6;
478
- optional float replay_slowdown_rate = 7;
479
- }
480
-
481
- message CCLCMsg_HltvReplay {
482
- optional int32 request = 1;
483
- optional float slowdown_length = 2;
484
- optional float slowdown_rate = 3;
485
- optional int32 primary_target_ent_index = 4;
486
- optional float event_time = 5;
487
- }
488
-
489
- message CSVCMsg_Broadcast_Command {
490
- optional string cmd = 1;
491
- }
@@ -1,70 +0,0 @@
1
- import "google/protobuf/descriptor.proto";
2
-
3
- option cc_generic_services = false;
4
-
5
- extend .google.protobuf.EnumValueOptions {
6
- optional string network_connection_token = 50500;
7
- }
8
-
9
- enum ENetworkDisconnectionReason {
10
- NETWORK_DISCONNECT_INVALID = 0;
11
- NETWORK_DISCONNECT_SHUTDOWN = 1;
12
- NETWORK_DISCONNECT_DISCONNECT_BY_USER = 2 [(network_connection_token) = "#GameUI_Disconnect_User"];
13
- NETWORK_DISCONNECT_DISCONNECT_BY_SERVER = 3 [(network_connection_token) = "#GameUI_Disconnect_Server"];
14
- NETWORK_DISCONNECT_LOST = 4 [(network_connection_token) = "#GameUI_Disconnect_ConnectionLost"];
15
- NETWORK_DISCONNECT_OVERFLOW = 5 [(network_connection_token) = "#GameUI_Disconnect_ConnectionOverflow"];
16
- NETWORK_DISCONNECT_STEAM_BANNED = 6 [(network_connection_token) = "#GameUI_Disconnect_SteamIDBanned"];
17
- NETWORK_DISCONNECT_STEAM_INUSE = 7 [(network_connection_token) = "#GameUI_Disconnect_SteamIDInUse"];
18
- NETWORK_DISCONNECT_STEAM_TICKET = 8 [(network_connection_token) = "#GameUI_Disconnect_SteamTicket"];
19
- NETWORK_DISCONNECT_STEAM_LOGON = 9 [(network_connection_token) = "#GameUI_Disconnect_SteamLogon"];
20
- NETWORK_DISCONNECT_STEAM_AUTHCANCELLED = 10 [(network_connection_token) = "#GameUI_Disconnect_SteamLogon"];
21
- NETWORK_DISCONNECT_STEAM_AUTHALREADYUSED = 11 [(network_connection_token) = "#GameUI_Disconnect_SteamLogon"];
22
- NETWORK_DISCONNECT_STEAM_AUTHINVALID = 12 [(network_connection_token) = "#GameUI_Disconnect_SteamLogon"];
23
- NETWORK_DISCONNECT_STEAM_VACBANSTATE = 13 [(network_connection_token) = "#GameUI_Disconnect_SteamVAC"];
24
- NETWORK_DISCONNECT_STEAM_LOGGED_IN_ELSEWHERE = 14 [(network_connection_token) = "#GameUI_Disconnect_SteamInUse"];
25
- NETWORK_DISCONNECT_STEAM_VAC_CHECK_TIMEDOUT = 15 [(network_connection_token) = "#GameUI_Disconnect_SteamTimeOut"];
26
- NETWORK_DISCONNECT_STEAM_DROPPED = 16 [(network_connection_token) = "#GameUI_Disconnect_SteamDropped"];
27
- NETWORK_DISCONNECT_STEAM_OWNERSHIP = 17 [(network_connection_token) = "#GameUI_Disconnect_SteamOwnership"];
28
- NETWORK_DISCONNECT_SERVERINFO_OVERFLOW = 18 [(network_connection_token) = "#GameUI_Disconnect_ServerInfoOverflow"];
29
- NETWORK_DISCONNECT_TICKMSG_OVERFLOW = 19 [(network_connection_token) = "#GameUI_Disconnect_TickMessage"];
30
- NETWORK_DISCONNECT_STRINGTABLEMSG_OVERFLOW = 20 [(network_connection_token) = "#GameUI_Disconnect_StringTableMessage"];
31
- NETWORK_DISCONNECT_DELTAENTMSG_OVERFLOW = 21 [(network_connection_token) = "#GameUI_Disconnect_DeltaEntMessage"];
32
- NETWORK_DISCONNECT_TEMPENTMSG_OVERFLOW = 22 [(network_connection_token) = "#GameUI_Disconnect_TempEntMessage"];
33
- NETWORK_DISCONNECT_SOUNDSMSG_OVERFLOW = 23 [(network_connection_token) = "#GameUI_Disconnect_SoundsMessage"];
34
- NETWORK_DISCONNECT_SNAPSHOTOVERFLOW = 24 [(network_connection_token) = "#GameUI_Disconnect_SnapshotOverflow"];
35
- NETWORK_DISCONNECT_SNAPSHOTERROR = 25 [(network_connection_token) = "#GameUI_Disconnect_SnapshotError"];
36
- NETWORK_DISCONNECT_RELIABLEOVERFLOW = 26 [(network_connection_token) = "#GameUI_Disconnect_ReliableOverflow"];
37
- NETWORK_DISCONNECT_BADDELTATICK = 27 [(network_connection_token) = "#GameUI_Disconnect_BadClientDeltaTick"];
38
- NETWORK_DISCONNECT_NOMORESPLITS = 28 [(network_connection_token) = "#GameUI_Disconnect_NoMoreSplits"];
39
- NETWORK_DISCONNECT_TIMEDOUT = 29 [(network_connection_token) = "#GameUI_Disconnect_TimedOut"];
40
- NETWORK_DISCONNECT_DISCONNECTED = 30 [(network_connection_token) = "#GameUI_Disconnect_Disconnected"];
41
- NETWORK_DISCONNECT_LEAVINGSPLIT = 31 [(network_connection_token) = "#GameUI_Disconnect_LeavingSplit"];
42
- NETWORK_DISCONNECT_DIFFERENTCLASSTABLES = 32 [(network_connection_token) = "#GameUI_Disconnect_DifferentClassTables"];
43
- NETWORK_DISCONNECT_BADRELAYPASSWORD = 33 [(network_connection_token) = "#GameUI_Disconnect_BadRelayPassword"];
44
- NETWORK_DISCONNECT_BADSPECTATORPASSWORD = 34 [(network_connection_token) = "#GameUI_Disconnect_BadSpectatorPassword"];
45
- NETWORK_DISCONNECT_HLTVRESTRICTED = 35 [(network_connection_token) = "#GameUI_Disconnect_HLTVRestricted"];
46
- NETWORK_DISCONNECT_NOSPECTATORS = 36 [(network_connection_token) = "#GameUI_Disconnect_NoSpectators"];
47
- NETWORK_DISCONNECT_HLTVUNAVAILABLE = 37 [(network_connection_token) = "#GameUI_Disconnect_HLTVUnavailable"];
48
- NETWORK_DISCONNECT_HLTVSTOP = 38 [(network_connection_token) = "#GameUI_Disconnect_HLTVStop"];
49
- NETWORK_DISCONNECT_KICKED = 39 [(network_connection_token) = "#GameUI_Disconnect_Kicked"];
50
- NETWORK_DISCONNECT_BANADDED = 40 [(network_connection_token) = "#GameUI_Disconnect_BanAdded"];
51
- NETWORK_DISCONNECT_KICKBANADDED = 41 [(network_connection_token) = "#GameUI_Disconnect_KickBanAdded"];
52
- NETWORK_DISCONNECT_HLTVDIRECT = 42 [(network_connection_token) = "#GameUI_Disconnect_HLTVDirect"];
53
- NETWORK_DISCONNECT_PURESERVER_CLIENTEXTRA = 43 [(network_connection_token) = "#GameUI_Disconnect_PureServer_ClientExtra"];
54
- NETWORK_DISCONNECT_PURESERVER_MISMATCH = 44 [(network_connection_token) = "#GameUI_Disconnect_PureServer_Mismatch"];
55
- NETWORK_DISCONNECT_USERCMD = 45 [(network_connection_token) = "#GameUI_Disconnect_UserCmd"];
56
- NETWORK_DISCONNECT_REJECTED_BY_GAME = 46 [(network_connection_token) = "#GameUI_Disconnect_RejectedByGame"];
57
- NETWORK_DISCONNECT_MESSAGE_PARSE_ERROR = 47 [(network_connection_token) = "#GameUI_Disconnect_MessageParseError"];
58
- NETWORK_DISCONNECT_INVALID_MESSAGE_ERROR = 48 [(network_connection_token) = "#GameUI_Disconnect_InvalidMessageError"];
59
- NETWORK_DISCONNECT_BAD_SERVER_PASSWORD = 49 [(network_connection_token) = "#GameUI_Disconnect_BadServerPassword"];
60
- NETWORK_DISCONNECT_DIRECT_CONNECT_RESERVATION = 50 [(network_connection_token) = "#GameUI_Disconnect_DirectConnectReservation"];
61
- NETWORK_DISCONNECT_CONNECTION_FAILURE = 51 [(network_connection_token) = "#GameUI_Disconnect_ConnectionFailure"];
62
- NETWORK_DISCONNECT_NO_PEER_GROUP_HANDLERS = 52 [(network_connection_token) = "#GameUI_Disconnect_NoPeerGroupHandlers"];
63
- NETWORK_DISCONNECT_RECONNECTION = 53 [(network_connection_token) = "#GameUI_Disconnect_Reconnection"];
64
- NETWORK_DISCONNECT_CONNECTION_CLOSING = 54 [(network_connection_token) = "#GameUI_Disconnect_ConnectionClosing"];
65
- NETWORK_DISCONNECT_NO_GOTV_RELAYS_AVAILABLE = 55 [(network_connection_token) = "#GameUI_Disconnect_NoGOTVRelaysAvailable"];
66
- NETWORK_DISCONNECT_SESSION_MIGRATED = 56 [(network_connection_token) = "#GameUI_Disconnect_SessionMigrated"];
67
- NETWORK_DISCONNECT_VERYLARGETRANSFEROVERFLOW = 57 [(network_connection_token) = "#GameUI_Disconnect_VeryLargeTransferOverflow"];
68
- NETWORK_DISCONNECT_SENDNETOVERFLOW = 58 [(network_connection_token) = "#GameUI_Disconnect_SendNetOverflow"];
69
- NETWORK_DISCONNECT_PLAYER_REMOVED_FROM_HOST_SESSION = 59 [(network_connection_token) = "#GameUI_Disconnect_PlayerRemovedFromHostSession"];
70
- }