steamutils 1.2.50 → 1.2.52

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,160 @@
1
+ enum EDemoCommands {
2
+ DEM_Error = -1;
3
+ DEM_Stop = 0;
4
+ DEM_FileHeader = 1;
5
+ DEM_FileInfo = 2;
6
+ DEM_SyncTick = 3;
7
+ DEM_SendTables = 4;
8
+ DEM_ClassInfo = 5;
9
+ DEM_StringTables = 6;
10
+ DEM_Packet = 7;
11
+ DEM_SignonPacket = 8;
12
+ DEM_ConsoleCmd = 9;
13
+ DEM_CustomData = 10;
14
+ DEM_CustomDataCallbacks = 11;
15
+ DEM_UserCmd = 12;
16
+ DEM_FullPacket = 13;
17
+ DEM_SaveGame = 14;
18
+ DEM_SpawnGroups = 15;
19
+ DEM_AnimationData = 16;
20
+ DEM_Max = 17;
21
+ DEM_IsCompressed = 64;
22
+ }
23
+
24
+ message CDemoFileHeader {
25
+ required string demo_file_stamp = 1;
26
+ optional int32 network_protocol = 2;
27
+ optional string server_name = 3;
28
+ optional string client_name = 4;
29
+ optional string map_name = 5;
30
+ optional string game_directory = 6;
31
+ optional int32 fullpackets_version = 7;
32
+ optional bool allow_clientside_entities = 8;
33
+ optional bool allow_clientside_particles = 9;
34
+ optional string addons = 10;
35
+ optional string demo_version_name = 11;
36
+ optional string demo_version_guid = 12;
37
+ optional int32 build_num = 13;
38
+ optional string game = 14;
39
+ }
40
+
41
+ message CGameInfo {
42
+ message CDotaGameInfo {
43
+ message CPlayerInfo {
44
+ optional string hero_name = 1;
45
+ optional string player_name = 2;
46
+ optional bool is_fake_client = 3;
47
+ optional uint64 steamid = 4;
48
+ optional int32 game_team = 5;
49
+ }
50
+
51
+ message CHeroSelectEvent {
52
+ optional bool is_pick = 1;
53
+ optional uint32 team = 2;
54
+ optional uint32 hero_id = 3;
55
+ }
56
+
57
+ optional uint64 match_id = 1;
58
+ optional int32 game_mode = 2;
59
+ optional int32 game_winner = 3;
60
+ repeated .CGameInfo.CDotaGameInfo.CPlayerInfo player_info = 4;
61
+ optional uint32 leagueid = 5;
62
+ repeated .CGameInfo.CDotaGameInfo.CHeroSelectEvent picks_bans = 6;
63
+ optional uint32 radiant_team_id = 7;
64
+ optional uint32 dire_team_id = 8;
65
+ optional string radiant_team_tag = 9;
66
+ optional string dire_team_tag = 10;
67
+ optional uint32 end_time = 11;
68
+ }
69
+
70
+ optional .CGameInfo.CDotaGameInfo dota = 4;
71
+ }
72
+
73
+ message CDemoFileInfo {
74
+ optional float playback_time = 1;
75
+ optional int32 playback_ticks = 2;
76
+ optional int32 playback_frames = 3;
77
+ optional .CGameInfo game_info = 4;
78
+ }
79
+
80
+ message CDemoPacket {
81
+ optional bytes data = 3;
82
+ }
83
+
84
+ message CDemoFullPacket {
85
+ optional .CDemoStringTables string_table = 1;
86
+ optional .CDemoPacket packet = 2;
87
+ }
88
+
89
+ message CDemoSaveGame {
90
+ optional bytes data = 1;
91
+ optional fixed64 steam_id = 2;
92
+ optional fixed64 signature = 3;
93
+ optional int32 version = 4;
94
+ }
95
+
96
+ message CDemoSyncTick {
97
+ }
98
+
99
+ message CDemoConsoleCmd {
100
+ optional string cmdstring = 1;
101
+ }
102
+
103
+ message CDemoSendTables {
104
+ optional bytes data = 1;
105
+ }
106
+
107
+ message CDemoClassInfo {
108
+ message class_t {
109
+ optional int32 class_id = 1;
110
+ optional string network_name = 2;
111
+ optional string table_name = 3;
112
+ }
113
+
114
+ repeated .CDemoClassInfo.class_t classes = 1;
115
+ }
116
+
117
+ message CDemoCustomData {
118
+ optional int32 callback_index = 1;
119
+ optional bytes data = 2;
120
+ }
121
+
122
+ message CDemoCustomDataCallbacks {
123
+ repeated string save_id = 1;
124
+ }
125
+
126
+ message CDemoAnimationData {
127
+ optional sint32 entity_id = 1;
128
+ optional int32 start_tick = 2;
129
+ optional int32 end_tick = 3;
130
+ optional bytes data = 4;
131
+ optional int64 data_checksum = 5;
132
+ }
133
+
134
+ message CDemoStringTables {
135
+ message items_t {
136
+ optional string str = 1;
137
+ optional bytes data = 2;
138
+ }
139
+
140
+ message table_t {
141
+ optional string table_name = 1;
142
+ repeated .CDemoStringTables.items_t items = 2;
143
+ repeated .CDemoStringTables.items_t items_clientside = 3;
144
+ optional int32 table_flags = 4;
145
+ }
146
+
147
+ repeated .CDemoStringTables.table_t tables = 1;
148
+ }
149
+
150
+ message CDemoStop {
151
+ }
152
+
153
+ message CDemoUserCmd {
154
+ optional int32 cmd_number = 1;
155
+ optional bytes data = 2;
156
+ }
157
+
158
+ message CDemoSpawnGroups {
159
+ repeated bytes msgs = 3;
160
+ }
@@ -1,225 +1,228 @@
1
- import "steammessages.proto";
2
-
3
- option optimize_for = SPEED;
4
- option cc_generic_services = false;
5
-
6
- enum EGCItemMsg {
7
- k_EMsgGCBase = 1000;
8
- k_EMsgGCSetItemPosition = 1001;
9
- k_EMsgGCCraft = 1002;
10
- k_EMsgGCCraftResponse = 1003;
11
- k_EMsgGCDelete = 1004;
12
- k_EMsgGCVerifyCacheSubscription = 1005;
13
- k_EMsgGCNameItem = 1006;
14
- k_EMsgGCUnlockCrate = 1007;
15
- k_EMsgGCUnlockCrateResponse = 1008;
16
- k_EMsgGCPaintItem = 1009;
17
- k_EMsgGCPaintItemResponse = 1010;
18
- k_EMsgGCGoldenWrenchBroadcast = 1011;
19
- k_EMsgGCMOTDRequest = 1012;
20
- k_EMsgGCMOTDRequestResponse = 1013;
21
- k_EMsgGCAddItemToSocket_DEPRECATED = 1014;
22
- k_EMsgGCAddItemToSocketResponse_DEPRECATED = 1015;
23
- k_EMsgGCAddSocketToBaseItem_DEPRECATED = 1016;
24
- k_EMsgGCAddSocketToItem_DEPRECATED = 1017;
25
- k_EMsgGCAddSocketToItemResponse_DEPRECATED = 1018;
26
- k_EMsgGCNameBaseItem = 1019;
27
- k_EMsgGCNameBaseItemResponse = 1020;
28
- k_EMsgGCRemoveSocketItem_DEPRECATED = 1021;
29
- k_EMsgGCRemoveSocketItemResponse_DEPRECATED = 1022;
30
- k_EMsgGCCustomizeItemTexture = 1023;
31
- k_EMsgGCCustomizeItemTextureResponse = 1024;
32
- k_EMsgGCUseItemRequest = 1025;
33
- k_EMsgGCUseItemResponse = 1026;
34
- k_EMsgGCGiftedItems_DEPRECATED = 1027;
35
- k_EMsgGCRemoveItemName = 1030;
36
- k_EMsgGCRemoveItemPaint = 1031;
37
- k_EMsgGCGiftWrapItem = 1032;
38
- k_EMsgGCGiftWrapItemResponse = 1033;
39
- k_EMsgGCDeliverGift = 1034;
40
- k_EMsgGCDeliverGiftResponseGiver = 1035;
41
- k_EMsgGCDeliverGiftResponseReceiver = 1036;
42
- k_EMsgGCUnwrapGiftRequest = 1037;
43
- k_EMsgGCUnwrapGiftResponse = 1038;
44
- k_EMsgGCSetItemStyle = 1039;
45
- k_EMsgGCUsedClaimCodeItem = 1040;
46
- k_EMsgGCSortItems = 1041;
47
- k_EMsgGC_RevolvingLootList_DEPRECATED = 1042;
48
- k_EMsgGCLookupAccount = 1043;
49
- k_EMsgGCLookupAccountResponse = 1044;
50
- k_EMsgGCLookupAccountName = 1045;
51
- k_EMsgGCLookupAccountNameResponse = 1046;
52
- k_EMsgGCUpdateItemSchema = 1049;
53
- k_EMsgGCRemoveCustomTexture = 1051;
54
- k_EMsgGCRemoveCustomTextureResponse = 1052;
55
- k_EMsgGCRemoveMakersMark = 1053;
56
- k_EMsgGCRemoveMakersMarkResponse = 1054;
57
- k_EMsgGCRemoveUniqueCraftIndex = 1055;
58
- k_EMsgGCRemoveUniqueCraftIndexResponse = 1056;
59
- k_EMsgGCSaxxyBroadcast = 1057;
60
- k_EMsgGCBackpackSortFinished = 1058;
61
- k_EMsgGCAdjustItemEquippedState = 1059;
62
- k_EMsgGCCollectItem = 1061;
63
- k_EMsgGCItemAcknowledged__DEPRECATED = 1062;
64
- k_EMsgGC_ReportAbuse = 1065;
65
- k_EMsgGC_ReportAbuseResponse = 1066;
66
- k_EMsgGCNameItemNotification = 1068;
67
- k_EMsgGCApplyConsumableEffects = 1069;
68
- k_EMsgGCConsumableExhausted = 1070;
69
- k_EMsgGCShowItemsPickedUp = 1071;
70
- k_EMsgGCClientDisplayNotification = 1072;
71
- k_EMsgGCApplyStrangePart = 1073;
72
- k_EMsgGC_IncrementKillCountAttribute = 1074;
73
- k_EMsgGC_IncrementKillCountResponse = 1075;
74
- k_EMsgGCApplyPennantUpgrade = 1076;
75
- k_EMsgGCSetItemPositions = 1077;
76
- k_EMsgGCApplyEggEssence = 1078;
77
- k_EMsgGCNameEggEssenceResponse = 1079;
78
- k_EMsgGCPaintKitItem = 1080;
79
- k_EMsgGCPaintKitBaseItem = 1081;
80
- k_EMsgGCPaintKitItemResponse = 1082;
81
- k_EMsgGCGiftedItems = 1083;
82
- k_EMsgGCUnlockItemStyle = 1084;
83
- k_EMsgGCUnlockItemStyleResponse = 1085;
84
- k_EMsgGCApplySticker = 1086;
85
- k_EMsgGCItemAcknowledged = 1087;
86
- k_EMsgGCStatTrakSwap = 1088;
87
- k_EMsgGCUserTrackTimePlayedConsecutively = 1089;
88
- k_EMsgGCItemCustomizationNotification = 1090;
89
- k_EMsgGCModifyItemAttribute = 1091;
90
- k_EMsgGCCasketItemAdd = 1092;
91
- k_EMsgGCCasketItemExtract = 1093;
92
- k_EMsgGCCasketItemLoadContents = 1094;
93
- k_EMsgGCTradingBase = 1500;
94
- k_EMsgGCTrading_InitiateTradeRequest = 1501;
95
- k_EMsgGCTrading_InitiateTradeResponse = 1502;
96
- k_EMsgGCTrading_StartSession = 1503;
97
- k_EMsgGCTrading_SetItem = 1504;
98
- k_EMsgGCTrading_RemoveItem = 1505;
99
- k_EMsgGCTrading_UpdateTradeInfo = 1506;
100
- k_EMsgGCTrading_SetReadiness = 1507;
101
- k_EMsgGCTrading_ReadinessResponse = 1508;
102
- k_EMsgGCTrading_SessionClosed = 1509;
103
- k_EMsgGCTrading_CancelSession = 1510;
104
- k_EMsgGCTrading_TradeChatMsg = 1511;
105
- k_EMsgGCTrading_ConfirmOffer = 1512;
106
- k_EMsgGCTrading_TradeTypingChatMsg = 1513;
107
- k_EMsgGCServerBrowser_FavoriteServer = 1601;
108
- k_EMsgGCServerBrowser_BlacklistServer = 1602;
109
- k_EMsgGCServerRentalsBase = 1700;
110
- k_EMsgGCItemPreviewCheckStatus = 1701;
111
- k_EMsgGCItemPreviewStatusResponse = 1702;
112
- k_EMsgGCItemPreviewRequest = 1703;
113
- k_EMsgGCItemPreviewRequestResponse = 1704;
114
- k_EMsgGCItemPreviewExpire = 1705;
115
- k_EMsgGCItemPreviewExpireNotification = 1706;
116
- k_EMsgGCItemPreviewItemBoughtNotification = 1707;
117
- k_EMsgGCDev_NewItemRequest = 2001;
118
- k_EMsgGCDev_NewItemRequestResponse = 2002;
119
- k_EMsgGCDev_PaintKitDropItem = 2003;
120
- k_EMsgGCStoreGetUserData = 2500;
121
- k_EMsgGCStoreGetUserDataResponse = 2501;
122
- k_EMsgGCStorePurchaseInit_DEPRECATED = 2502;
123
- k_EMsgGCStorePurchaseInitResponse_DEPRECATED = 2503;
124
- k_EMsgGCStorePurchaseFinalize = 2504;
125
- k_EMsgGCStorePurchaseFinalizeResponse = 2505;
126
- k_EMsgGCStorePurchaseCancel = 2506;
127
- k_EMsgGCStorePurchaseCancelResponse = 2507;
128
- k_EMsgGCStorePurchaseQueryTxn = 2508;
129
- k_EMsgGCStorePurchaseQueryTxnResponse = 2509;
130
- k_EMsgGCStorePurchaseInit = 2510;
131
- k_EMsgGCStorePurchaseInitResponse = 2511;
132
- k_EMsgGCBannedWordListRequest = 2512;
133
- k_EMsgGCBannedWordListResponse = 2513;
134
- k_EMsgGCToGCBannedWordListBroadcast = 2514;
135
- k_EMsgGCToGCBannedWordListUpdated = 2515;
136
- k_EMsgGCToGCDirtySDOCache = 2516;
137
- k_EMsgGCToGCDirtyMultipleSDOCache = 2517;
138
- k_EMsgGCToGCUpdateSQLKeyValue = 2518;
139
- k_EMsgGCToGCIsTrustedServer = 2519;
140
- k_EMsgGCToGCIsTrustedServerResponse = 2520;
141
- k_EMsgGCToGCBroadcastConsoleCommand = 2521;
142
- k_EMsgGCServerVersionUpdated = 2522;
143
- k_EMsgGCApplyAutograph = 2523;
144
- k_EMsgGCToGCWebAPIAccountChanged = 2524;
145
- k_EMsgGCRequestAnnouncements = 2525;
146
- k_EMsgGCRequestAnnouncementsResponse = 2526;
147
- k_EMsgGCRequestPassportItemGrant = 2527;
148
- k_EMsgGCClientVersionUpdated = 2528;
149
- k_EMsgGCAdjustItemEquippedStateMulti = 2529;
150
- k_EMsgGCRecurringSubscriptionStatus = 2530;
151
- }
152
-
153
- enum EGCMsgResponse {
154
- k_EGCMsgResponseOK = 0;
155
- k_EGCMsgResponseDenied = 1;
156
- k_EGCMsgResponseServerError = 2;
157
- k_EGCMsgResponseTimeout = 3;
158
- k_EGCMsgResponseInvalid = 4;
159
- k_EGCMsgResponseNoMatch = 5;
160
- k_EGCMsgResponseUnknownError = 6;
161
- k_EGCMsgResponseNotLoggedOn = 7;
162
- k_EGCMsgFailedToCreate = 8;
163
- k_EGCMsgLimitExceeded = 9;
164
- k_EGCMsgCommitUnfinalized = 10;
165
- }
166
-
167
- enum EUnlockStyle {
168
- k_UnlockStyle_Succeeded = 0;
169
- k_UnlockStyle_Failed_PreReq = 1;
170
- k_UnlockStyle_Failed_CantAfford = 2;
171
- k_UnlockStyle_Failed_CantCommit = 3;
172
- k_UnlockStyle_Failed_CantLockCache = 4;
173
- k_UnlockStyle_Failed_CantAffordAttrib = 5;
174
- }
175
-
176
- enum EGCItemCustomizationNotification {
177
- k_EGCItemCustomizationNotification_NameItem = 1006;
178
- k_EGCItemCustomizationNotification_UnlockCrate = 1007;
179
- k_EGCItemCustomizationNotification_XRayItemReveal = 1008;
180
- k_EGCItemCustomizationNotification_XRayItemClaim = 1009;
181
- k_EGCItemCustomizationNotification_CasketTooFull = 1011;
182
- k_EGCItemCustomizationNotification_CasketContents = 1012;
183
- k_EGCItemCustomizationNotification_CasketAdded = 1013;
184
- k_EGCItemCustomizationNotification_CasketRemoved = 1014;
185
- k_EGCItemCustomizationNotification_CasketInvFull = 1015;
186
- k_EGCItemCustomizationNotification_NameBaseItem = 1019;
187
- k_EGCItemCustomizationNotification_RemoveItemName = 1030;
188
- k_EGCItemCustomizationNotification_RemoveSticker = 1053;
189
- k_EGCItemCustomizationNotification_ApplySticker = 1086;
190
- k_EGCItemCustomizationNotification_StatTrakSwap = 1088;
191
- k_EGCItemCustomizationNotification_RemovePatch = 1089;
192
- k_EGCItemCustomizationNotification_ApplyPatch = 1090;
193
- k_EGCItemCustomizationNotification_ActivateFanToken = 9178;
194
- k_EGCItemCustomizationNotification_ActivateOperationCoin = 9179;
195
- k_EGCItemCustomizationNotification_GraffitiUnseal = 9185;
196
- k_EGCItemCustomizationNotification_GenerateSouvenir = 9204;
197
- k_EGCItemCustomizationNotification_ClientRedeemMissionReward = 9209;
198
- }
199
-
200
- message CMsgGCGiftedItems {
201
- optional uint32 accountid = 1;
202
- optional uint32 giftdefindex = 2;
203
- optional uint32 max_gifts_possible = 3;
204
- optional uint32 num_eligible_recipients = 4;
205
- repeated uint32 recipients_accountids = 5;
206
- }
207
-
208
- message CMsgApplyAutograph {
209
- optional uint64 autograph_item_id = 1;
210
- optional uint64 item_item_id = 2;
211
- }
212
-
213
- message CMsgCasketItem {
214
- optional uint64 casket_item_id = 1;
215
- optional uint64 item_item_id = 2;
216
- }
217
-
218
- message CMsgGCUserTrackTimePlayedConsecutively {
219
- optional uint32 state = 1;
220
- }
221
-
222
- message CMsgGCItemCustomizationNotification {
223
- repeated uint64 item_id = 1;
224
- optional uint32 request = 2;
225
- }
1
+ import "steammessages.proto";
2
+
3
+ enum EGCItemMsg {
4
+ k_EMsgGCBase = 1000;
5
+ k_EMsgGCSetItemPosition = 1001;
6
+ k_EMsgGCCraft = 1002;
7
+ k_EMsgGCCraftResponse = 1003;
8
+ k_EMsgGCDelete = 1004;
9
+ k_EMsgGCVerifyCacheSubscription = 1005;
10
+ k_EMsgGCNameItem = 1006;
11
+ k_EMsgGCUnlockCrate = 1007;
12
+ k_EMsgGCUnlockCrateResponse = 1008;
13
+ k_EMsgGCPaintItem = 1009;
14
+ k_EMsgGCPaintItemResponse = 1010;
15
+ k_EMsgGCGoldenWrenchBroadcast = 1011;
16
+ k_EMsgGCMOTDRequest = 1012;
17
+ k_EMsgGCMOTDRequestResponse = 1013;
18
+ k_EMsgGCAddItemToSocket_DEPRECATED = 1014;
19
+ k_EMsgGCAddItemToSocketResponse_DEPRECATED = 1015;
20
+ k_EMsgGCAddSocketToBaseItem_DEPRECATED = 1016;
21
+ k_EMsgGCAddSocketToItem_DEPRECATED = 1017;
22
+ k_EMsgGCAddSocketToItemResponse_DEPRECATED = 1018;
23
+ k_EMsgGCNameBaseItem = 1019;
24
+ k_EMsgGCNameBaseItemResponse = 1020;
25
+ k_EMsgGCRemoveSocketItem_DEPRECATED = 1021;
26
+ k_EMsgGCRemoveSocketItemResponse_DEPRECATED = 1022;
27
+ k_EMsgGCCustomizeItemTexture = 1023;
28
+ k_EMsgGCCustomizeItemTextureResponse = 1024;
29
+ k_EMsgGCUseItemRequest = 1025;
30
+ k_EMsgGCUseItemResponse = 1026;
31
+ k_EMsgGCGiftedItems_DEPRECATED = 1027;
32
+ k_EMsgGCRemoveItemName = 1030;
33
+ k_EMsgGCRemoveItemPaint = 1031;
34
+ k_EMsgGCGiftWrapItem = 1032;
35
+ k_EMsgGCGiftWrapItemResponse = 1033;
36
+ k_EMsgGCDeliverGift = 1034;
37
+ k_EMsgGCDeliverGiftResponseGiver = 1035;
38
+ k_EMsgGCDeliverGiftResponseReceiver = 1036;
39
+ k_EMsgGCUnwrapGiftRequest = 1037;
40
+ k_EMsgGCUnwrapGiftResponse = 1038;
41
+ k_EMsgGCSetItemStyle = 1039;
42
+ k_EMsgGCUsedClaimCodeItem = 1040;
43
+ k_EMsgGCSortItems = 1041;
44
+ k_EMsgGC_RevolvingLootList_DEPRECATED = 1042;
45
+ k_EMsgGCLookupAccount = 1043;
46
+ k_EMsgGCLookupAccountResponse = 1044;
47
+ k_EMsgGCLookupAccountName = 1045;
48
+ k_EMsgGCLookupAccountNameResponse = 1046;
49
+ k_EMsgGCUpdateItemSchema = 1049;
50
+ k_EMsgGCRemoveCustomTexture = 1051;
51
+ k_EMsgGCRemoveCustomTextureResponse = 1052;
52
+ k_EMsgGCRemoveMakersMark = 1053;
53
+ k_EMsgGCRemoveMakersMarkResponse = 1054;
54
+ k_EMsgGCRemoveUniqueCraftIndex = 1055;
55
+ k_EMsgGCRemoveUniqueCraftIndexResponse = 1056;
56
+ k_EMsgGCSaxxyBroadcast = 1057;
57
+ k_EMsgGCBackpackSortFinished = 1058;
58
+ k_EMsgGCAdjustItemEquippedState = 1059;
59
+ k_EMsgGCCollectItem = 1061;
60
+ k_EMsgGCItemAcknowledged__DEPRECATED = 1062;
61
+ k_EMsgGC_ReportAbuse = 1065;
62
+ k_EMsgGC_ReportAbuseResponse = 1066;
63
+ k_EMsgGCNameItemNotification = 1068;
64
+ k_EMsgGCApplyConsumableEffects = 1069;
65
+ k_EMsgGCConsumableExhausted = 1070;
66
+ k_EMsgGCShowItemsPickedUp = 1071;
67
+ k_EMsgGCClientDisplayNotification = 1072;
68
+ k_EMsgGCApplyStrangePart = 1073;
69
+ k_EMsgGC_IncrementKillCountAttribute = 1074;
70
+ k_EMsgGC_IncrementKillCountResponse = 1075;
71
+ k_EMsgGCApplyPennantUpgrade = 1076;
72
+ k_EMsgGCSetItemPositions = 1077;
73
+ k_EMsgGCApplyEggEssence = 1078;
74
+ k_EMsgGCNameEggEssenceResponse = 1079;
75
+ k_EMsgGCPaintKitItem = 1080;
76
+ k_EMsgGCPaintKitBaseItem = 1081;
77
+ k_EMsgGCPaintKitItemResponse = 1082;
78
+ k_EMsgGCGiftedItems = 1083;
79
+ k_EMsgGCUnlockItemStyle = 1084;
80
+ k_EMsgGCUnlockItemStyleResponse = 1085;
81
+ k_EMsgGCApplySticker = 1086;
82
+ k_EMsgGCItemAcknowledged = 1087;
83
+ k_EMsgGCStatTrakSwap = 1088;
84
+ k_EMsgGCUserTrackTimePlayedConsecutively = 1089;
85
+ k_EMsgGCItemCustomizationNotification = 1090;
86
+ k_EMsgGCModifyItemAttribute = 1091;
87
+ k_EMsgGCCasketItemAdd = 1092;
88
+ k_EMsgGCCasketItemExtract = 1093;
89
+ k_EMsgGCCasketItemLoadContents = 1094;
90
+ k_EMsgGCTradingBase = 1500;
91
+ k_EMsgGCTrading_InitiateTradeRequest = 1501;
92
+ k_EMsgGCTrading_InitiateTradeResponse = 1502;
93
+ k_EMsgGCTrading_StartSession = 1503;
94
+ k_EMsgGCTrading_SetItem = 1504;
95
+ k_EMsgGCTrading_RemoveItem = 1505;
96
+ k_EMsgGCTrading_UpdateTradeInfo = 1506;
97
+ k_EMsgGCTrading_SetReadiness = 1507;
98
+ k_EMsgGCTrading_ReadinessResponse = 1508;
99
+ k_EMsgGCTrading_SessionClosed = 1509;
100
+ k_EMsgGCTrading_CancelSession = 1510;
101
+ k_EMsgGCTrading_TradeChatMsg = 1511;
102
+ k_EMsgGCTrading_ConfirmOffer = 1512;
103
+ k_EMsgGCTrading_TradeTypingChatMsg = 1513;
104
+ k_EMsgGCServerBrowser_FavoriteServer = 1601;
105
+ k_EMsgGCServerBrowser_BlacklistServer = 1602;
106
+ k_EMsgGCServerRentalsBase = 1700;
107
+ k_EMsgGCItemPreviewCheckStatus = 1701;
108
+ k_EMsgGCItemPreviewStatusResponse = 1702;
109
+ k_EMsgGCItemPreviewRequest = 1703;
110
+ k_EMsgGCItemPreviewRequestResponse = 1704;
111
+ k_EMsgGCItemPreviewExpire = 1705;
112
+ k_EMsgGCItemPreviewExpireNotification = 1706;
113
+ k_EMsgGCItemPreviewItemBoughtNotification = 1707;
114
+ k_EMsgGCDev_NewItemRequest = 2001;
115
+ k_EMsgGCDev_NewItemRequestResponse = 2002;
116
+ k_EMsgGCDev_PaintKitDropItem = 2003;
117
+ k_EMsgGCStoreGetUserData = 2500;
118
+ k_EMsgGCStoreGetUserDataResponse = 2501;
119
+ k_EMsgGCStorePurchaseInit_DEPRECATED = 2502;
120
+ k_EMsgGCStorePurchaseInitResponse_DEPRECATED = 2503;
121
+ k_EMsgGCStorePurchaseFinalize = 2504;
122
+ k_EMsgGCStorePurchaseFinalizeResponse = 2505;
123
+ k_EMsgGCStorePurchaseCancel = 2506;
124
+ k_EMsgGCStorePurchaseCancelResponse = 2507;
125
+ k_EMsgGCStorePurchaseQueryTxn = 2508;
126
+ k_EMsgGCStorePurchaseQueryTxnResponse = 2509;
127
+ k_EMsgGCStorePurchaseInit = 2510;
128
+ k_EMsgGCStorePurchaseInitResponse = 2511;
129
+ k_EMsgGCBannedWordListRequest = 2512;
130
+ k_EMsgGCBannedWordListResponse = 2513;
131
+ k_EMsgGCToGCBannedWordListBroadcast = 2514;
132
+ k_EMsgGCToGCBannedWordListUpdated = 2515;
133
+ k_EMsgGCToGCDirtySDOCache = 2516;
134
+ k_EMsgGCToGCDirtyMultipleSDOCache = 2517;
135
+ k_EMsgGCToGCUpdateSQLKeyValue = 2518;
136
+ k_EMsgGCToGCIsTrustedServer = 2519;
137
+ k_EMsgGCToGCIsTrustedServerResponse = 2520;
138
+ k_EMsgGCToGCBroadcastConsoleCommand = 2521;
139
+ k_EMsgGCServerVersionUpdated = 2522;
140
+ k_EMsgGCToGCWebAPIAccountChanged = 2524;
141
+ k_EMsgGCRequestAnnouncements = 2525;
142
+ k_EMsgGCRequestAnnouncementsResponse = 2526;
143
+ k_EMsgGCRequestPassportItemGrant = 2527;
144
+ k_EMsgGCClientVersionUpdated = 2528;
145
+ k_EMsgGCAdjustItemEquippedStateMulti = 2529;
146
+ k_EMsgGCRecurringSubscriptionStatus = 2530;
147
+ k_EMsgGCAdjustEquipSlotsManual = 2531;
148
+ k_EMsgGCAdjustEquipSlotsShuffle = 2532;
149
+ }
150
+
151
+ enum EGCMsgResponse {
152
+ k_EGCMsgResponseOK = 0;
153
+ k_EGCMsgResponseDenied = 1;
154
+ k_EGCMsgResponseServerError = 2;
155
+ k_EGCMsgResponseTimeout = 3;
156
+ k_EGCMsgResponseInvalid = 4;
157
+ k_EGCMsgResponseNoMatch = 5;
158
+ k_EGCMsgResponseUnknownError = 6;
159
+ k_EGCMsgResponseNotLoggedOn = 7;
160
+ k_EGCMsgFailedToCreate = 8;
161
+ k_EGCMsgLimitExceeded = 9;
162
+ k_EGCMsgCommitUnfinalized = 10;
163
+ }
164
+
165
+ enum EUnlockStyle {
166
+ k_UnlockStyle_Succeeded = 0;
167
+ k_UnlockStyle_Failed_PreReq = 1;
168
+ k_UnlockStyle_Failed_CantAfford = 2;
169
+ k_UnlockStyle_Failed_CantCommit = 3;
170
+ k_UnlockStyle_Failed_CantLockCache = 4;
171
+ k_UnlockStyle_Failed_CantAffordAttrib = 5;
172
+ }
173
+
174
+ enum EGCItemCustomizationNotification {
175
+ k_EGCItemCustomizationNotification_NameItem = 1006;
176
+ k_EGCItemCustomizationNotification_UnlockCrate = 1007;
177
+ k_EGCItemCustomizationNotification_XRayItemReveal = 1008;
178
+ k_EGCItemCustomizationNotification_XRayItemClaim = 1009;
179
+ k_EGCItemCustomizationNotification_CasketTooFull = 1011;
180
+ k_EGCItemCustomizationNotification_CasketContents = 1012;
181
+ k_EGCItemCustomizationNotification_CasketAdded = 1013;
182
+ k_EGCItemCustomizationNotification_CasketRemoved = 1014;
183
+ k_EGCItemCustomizationNotification_CasketInvFull = 1015;
184
+ k_EGCItemCustomizationNotification_NameBaseItem = 1019;
185
+ k_EGCItemCustomizationNotification_RemoveItemName = 1030;
186
+ k_EGCItemCustomizationNotification_RemoveSticker = 1053;
187
+ k_EGCItemCustomizationNotification_ApplySticker = 1086;
188
+ k_EGCItemCustomizationNotification_StatTrakSwap = 1088;
189
+ k_EGCItemCustomizationNotification_RemovePatch = 1089;
190
+ k_EGCItemCustomizationNotification_ApplyPatch = 1090;
191
+ k_EGCItemCustomizationNotification_ActivateFanToken = 9178;
192
+ k_EGCItemCustomizationNotification_ActivateOperationCoin = 9179;
193
+ k_EGCItemCustomizationNotification_GraffitiUnseal = 9185;
194
+ k_EGCItemCustomizationNotification_GenerateSouvenir = 9204;
195
+ k_EGCItemCustomizationNotification_ClientRedeemMissionReward = 9209;
196
+ k_EGCItemCustomizationNotification_ClientRedeemFreeReward = 9219;
197
+ }
198
+
199
+ message CMsgGCGiftedItems {
200
+ optional uint32 accountid = 1;
201
+ optional uint32 giftdefindex = 2;
202
+ optional uint32 max_gifts_possible = 3;
203
+ optional uint32 num_eligible_recipients = 4;
204
+ repeated uint32 recipients_accountids = 5;
205
+ }
206
+
207
+ message CMsgApplyAutograph {
208
+ optional uint64 autograph_item_id = 1;
209
+ optional uint64 item_item_id = 2;
210
+ }
211
+
212
+ message CMsgCasketItem {
213
+ optional uint64 casket_item_id = 1;
214
+ optional uint64 item_item_id = 2;
215
+ }
216
+
217
+ message CMsgGCUserTrackTimePlayedConsecutively {
218
+ optional uint32 state = 1;
219
+ }
220
+
221
+ message CMsgGCItemCustomizationNotification {
222
+ repeated uint64 item_id = 1;
223
+ optional uint32 request = 2;
224
+ }
225
+
226
+ message CAttribute_String {
227
+ optional string value = 1;
228
+ }
@@ -1,16 +1,14 @@
1
- import "google/protobuf/descriptor.proto";
2
-
3
- option cc_generic_services = false;
4
-
5
- message CEngineGotvSyncPacket {
6
- optional uint64 match_id = 1;
7
- optional uint32 instance_id = 2;
8
- optional uint32 signupfragment = 3;
9
- optional uint32 currentfragment = 4;
10
- optional float tickrate = 5;
11
- optional uint32 tick = 6;
12
- optional float rtdelay = 8;
13
- optional float rcvage = 9;
14
- optional float keyframe_interval = 10;
15
- optional uint32 cdndelay = 11;
16
- }
1
+ import "google/protobuf/descriptor.proto";
2
+
3
+ message CEngineGotvSyncPacket {
4
+ optional uint64 match_id = 1;
5
+ optional uint32 instance_id = 2;
6
+ optional uint32 signupfragment = 3;
7
+ optional uint32 currentfragment = 4;
8
+ optional float tickrate = 5;
9
+ optional uint32 tick = 6;
10
+ optional float rtdelay = 8;
11
+ optional float rcvage = 9;
12
+ optional float keyframe_interval = 10;
13
+ optional uint32 cdndelay = 11;
14
+ }