steamutils 1.3.35 → 1.3.36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (218) 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/bufferHelpers.js +115 -115
  5. package/free_packages.json +10048 -10048
  6. package/index.js +337 -125
  7. package/package.json +8 -7
  8. package/protos/csgo/base_gcmessages_csgo.proto +547 -547
  9. package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
  10. package/protos/csgo/clientmessages.proto +48 -48
  11. package/protos/csgo/connectionless_netmessages.proto +19 -19
  12. package/protos/csgo/cs_gameevents.proto +34 -34
  13. package/protos/csgo/cs_usercmd.proto +34 -34
  14. package/protos/csgo/cstrike15_gcmessages.proto +1402 -1402
  15. package/protos/csgo/cstrike15_usermessages.proto +596 -596
  16. package/protos/csgo/demo.proto +160 -160
  17. package/protos/csgo/econ_gcmessages.proto +228 -228
  18. package/protos/csgo/engine_gcmessages.proto +14 -14
  19. package/protos/csgo/enums_clientserver.proto +1529 -1529
  20. package/protos/csgo/fatdemo.proto +125 -125
  21. package/protos/csgo/gameevents.proto +120 -120
  22. package/protos/csgo/gcsdk_gcmessages.proto +323 -323
  23. package/protos/csgo/gcsystemmsgs.proto +242 -242
  24. package/protos/csgo/netmessages.proto +604 -604
  25. package/protos/csgo/network_connection.proto +126 -126
  26. package/protos/csgo/networkbasetypes.proto +244 -244
  27. package/protos/csgo/networksystem_protomessages.proto +17 -17
  28. package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
  29. package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
  30. package/protos/csgo/steammessages.proto +597 -597
  31. package/protos/csgo/steammessages_base.proto +301 -301
  32. package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
  33. package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
  34. package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
  35. package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
  36. package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
  37. package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
  38. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -357
  39. package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -30
  40. package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
  41. package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
  42. package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
  43. package/protos/csgo/te.proto +259 -259
  44. package/protos/csgo/uifontfile_format.proto +13 -13
  45. package/protos/csgo/usercmd.proto +38 -38
  46. package/protos/csgo/usermessages.proto +721 -721
  47. package/protos/csgo/valveextensions.proto +17 -17
  48. package/protos/google/protobuf/descriptor.proto +281 -281
  49. package/protos/steam/clientmetrics.proto +45 -45
  50. package/protos/steam/content_manifest.proto +62 -62
  51. package/protos/steam/contenthubs.proto +41 -41
  52. package/protos/steam/encrypted_app_ticket.proto +10 -10
  53. package/protos/steam/enums.proto +444 -444
  54. package/protos/steam/enums_clientserver.proto +1539 -1539
  55. package/protos/steam/enums_productinfo.proto +13 -13
  56. package/protos/steam/htmlmessages.proto +1027 -1027
  57. package/protos/steam/offline_ticket.proto +8 -8
  58. package/protos/steam/renderer/rendermessages.proto +893 -893
  59. package/protos/steam/steamdatagram_messages_auth.proto +65 -65
  60. package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
  61. package/protos/steam/steammessages_accounthardware.steamclient.proto +201 -201
  62. package/protos/steam/steammessages_appoverview.proto +187 -187
  63. package/protos/steam/steammessages_auth.steamclient.proto +435 -435
  64. package/protos/steam/steammessages_base.proto +332 -332
  65. package/protos/steam/steammessages_broadcast.steamclient.proto +759 -759
  66. package/protos/steam/steammessages_chat.steamclient.proto +1281 -1281
  67. package/protos/steam/steammessages_client_objects.proto +645 -645
  68. package/protos/steam/steammessages_clientlanp2p.proto +42 -42
  69. package/protos/steam/steammessages_clientmetrics.steamclient.proto +194 -194
  70. package/protos/steam/steammessages_clientnotificationtypes.proto +231 -231
  71. package/protos/steam/steammessages_clientserver.proto +392 -392
  72. package/protos/steam/steammessages_clientserver_2.proto +760 -760
  73. package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
  74. package/protos/steam/steammessages_clientserver_friends.proto +260 -260
  75. package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
  76. package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
  77. package/protos/steam/steammessages_clientserver_login.proto +167 -167
  78. package/protos/steam/steammessages_clientserver_ucm.proto +205 -205
  79. package/protos/steam/steammessages_clientserver_uds.proto +124 -124
  80. package/protos/steam/steammessages_clientserver_ufs.proto +172 -172
  81. package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
  82. package/protos/steam/steammessages_clientsettings.proto +168 -168
  83. package/protos/steam/steammessages_cloud.steamclient.proto +513 -513
  84. package/protos/steam/steammessages_contentsystem.steamclient.proto +115 -115
  85. package/protos/steam/steammessages_credentials.steamclient.proto +115 -115
  86. package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -116
  87. package/protos/steam/steammessages_depotbuilder.steamclient.proto +118 -118
  88. package/protos/steam/steammessages_deviceauth.steamclient.proto +203 -203
  89. package/protos/steam/steammessages_econ.steamclient.proto +150 -150
  90. package/protos/steam/steammessages_friendmessages.steamclient.proto +168 -168
  91. package/protos/steam/steammessages_gamenetworking.steamclient.proto +32 -32
  92. package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
  93. package/protos/steam/steammessages_gamenotifications.steamclient.proto +156 -156
  94. package/protos/steam/steammessages_gameservers.steamclient.proto +152 -152
  95. package/protos/steam/steammessages_hiddevices.proto +157 -157
  96. package/protos/steam/steammessages_inventory.steamclient.proto +224 -224
  97. package/protos/steam/steammessages_linkfilter.steamclient.proto +49 -49
  98. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +33 -33
  99. package/protos/steam/steammessages_market.steamclient.proto +26 -26
  100. package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -274
  101. package/protos/steam/steammessages_offline.steamclient.proto +40 -40
  102. package/protos/steam/steammessages_parental.steamclient.proto +228 -228
  103. package/protos/steam/steammessages_parties.steamclient.proto +94 -94
  104. package/protos/steam/steammessages_partnerapps.steamclient.proto +138 -138
  105. package/protos/steam/steammessages_player.steamclient.proto +1060 -1060
  106. package/protos/steam/steammessages_publishedfile.steamclient.proto +813 -813
  107. package/protos/steam/steammessages_qms.steamclient.proto +125 -125
  108. package/protos/steam/steammessages_remoteclient.proto +99 -99
  109. package/protos/steam/steammessages_remoteclient_discovery.proto +235 -235
  110. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +86 -86
  111. package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
  112. package/protos/steam/steammessages_remoteplay.proto +976 -976
  113. package/protos/steam/steammessages_secrets.steamclient.proto +39 -39
  114. package/protos/steam/steammessages_shader.steamclient.proto +108 -108
  115. package/protos/steam/steammessages_site_license.steamclient.proto +128 -128
  116. package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
  117. package/protos/steam/steammessages_siteserverui.proto +130 -130
  118. package/protos/steam/steammessages_star.steamclient.proto +64 -64
  119. package/protos/steam/steammessages_steamtv.steamclient.proto +630 -630
  120. package/protos/steam/steammessages_store.steamclient.proto +371 -371
  121. package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -402
  122. package/protos/steam/steammessages_timedtrial.steamclient.proto +50 -50
  123. package/protos/steam/steammessages_twofactor.steamclient.proto +186 -186
  124. package/protos/steam/steammessages_unified_base.steamclient.proto +33 -33
  125. package/protos/steam/steammessages_unified_test.steamclient.proto +61 -61
  126. package/protos/steam/steammessages_useraccount.steamclient.proto +249 -249
  127. package/protos/steam/steammessages_vac.steamclient.proto +44 -44
  128. package/protos/steam/steammessages_video.steamclient.proto +171 -171
  129. package/protos/steam/steammessages_virtualcontroller.proto +138 -138
  130. package/protos/steam/steammessages_workshop.steamclient.proto +23 -23
  131. package/protos/steam/steamnetworkingsockets_messages.proto +205 -205
  132. package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -39
  133. package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -75
  134. package/protos/steam/webuimessages_base.proto +24 -24
  135. package/protos/steam/webuimessages_gamenotes.proto +21 -21
  136. package/protos/steam/webuimessages_steamengine.proto +32 -32
  137. package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
  138. package/protos/steam/webuimessages_systemmanager.proto +17 -17
  139. package/protos/steam/webuimessages_transport.proto +18 -18
  140. package/protos/steam/webuimessages_transportvalidation.proto +97 -97
  141. package/protos/webui/common.proto +5508 -5508
  142. package/protos/webui/common_base.proto +27 -27
  143. package/protos/webui/service_accountlinking.proto +27 -27
  144. package/protos/webui/service_accountprivacy.proto +42 -42
  145. package/protos/webui/service_auction.proto +97 -97
  146. package/protos/webui/service_authentication.proto +222 -222
  147. package/protos/webui/service_authenticationsupport.proto +74 -74
  148. package/protos/webui/service_broadcast.proto +562 -562
  149. package/protos/webui/service_chat.proto +11 -11
  150. package/protos/webui/service_chatroom.proto +810 -810
  151. package/protos/webui/service_chatusability.proto +107 -107
  152. package/protos/webui/service_clan.proto +41 -41
  153. package/protos/webui/service_clanchatrooms.proto +25 -25
  154. package/protos/webui/service_clanfaqs.proto +202 -202
  155. package/protos/webui/service_clientcomm.proto +150 -150
  156. package/protos/webui/service_clientmetrics.proto +63 -63
  157. package/protos/webui/service_cloud.proto +222 -222
  158. package/protos/webui/service_cloudconfigstore.proto +51 -51
  159. package/protos/webui/service_cloudgaming.proto +30 -30
  160. package/protos/webui/service_community.proto +365 -365
  161. package/protos/webui/service_econ.proto +134 -134
  162. package/protos/webui/service_embedded.proto +24 -24
  163. package/protos/webui/service_experimentservice.proto +6 -6
  164. package/protos/webui/service_fovasvideo.proto +15 -15
  165. package/protos/webui/service_friendmessages.proto +133 -133
  166. package/protos/webui/service_friendslist.proto +70 -70
  167. package/protos/webui/service_gamenotes.proto +15 -15
  168. package/protos/webui/service_helprequestlogs.proto +26 -26
  169. package/protos/webui/service_loyaltyrewards.proto +252 -252
  170. package/protos/webui/service_marketingmessages.proto +184 -184
  171. package/protos/webui/service_mobileapp.proto +18 -18
  172. package/protos/webui/service_mobileauth.proto +24 -24
  173. package/protos/webui/service_mobiledevice.proto +26 -26
  174. package/protos/webui/service_mobileperaccount.proto +31 -31
  175. package/protos/webui/service_news.proto +101 -101
  176. package/protos/webui/service_parental.proto +178 -178
  177. package/protos/webui/service_partnermembershipinvite.proto +29 -29
  178. package/protos/webui/service_partnerstorebrowse.proto +6 -6
  179. package/protos/webui/service_phone.proto +51 -51
  180. package/protos/webui/service_physicalgoods.proto +15 -15
  181. package/protos/webui/service_player.proto +885 -885
  182. package/protos/webui/service_promotioneventinvites.proto +50 -50
  183. package/protos/webui/service_promotionplanning.proto +72 -72
  184. package/protos/webui/service_publishedfile.proto +687 -687
  185. package/protos/webui/service_publishing.proto +119 -119
  186. package/protos/webui/service_quest.proto +127 -127
  187. package/protos/webui/service_salefeature.proto +315 -315
  188. package/protos/webui/service_saleitemrewards.proto +54 -54
  189. package/protos/webui/service_shoppingcart.proto +108 -108
  190. package/protos/webui/service_steamawards.proto +19 -19
  191. package/protos/webui/service_steamcharts.proto +75 -75
  192. package/protos/webui/service_steamengine.proto +36 -36
  193. package/protos/webui/service_steamlearn.proto +727 -727
  194. package/protos/webui/service_steamnotification.proto +84 -84
  195. package/protos/webui/service_steamtv.proto +495 -495
  196. package/protos/webui/service_steamvrvoicechat.proto +67 -67
  197. package/protos/webui/service_steamvrwebrtc.proto +48 -48
  198. package/protos/webui/service_storagedevicemanager.proto +104 -104
  199. package/protos/webui/service_store.proto +289 -289
  200. package/protos/webui/service_storeappsimilarity.proto +76 -76
  201. package/protos/webui/service_storebrowse.proto +73 -73
  202. package/protos/webui/service_storequery.proto +97 -97
  203. package/protos/webui/service_storesales.proto +15 -15
  204. package/protos/webui/service_storetopsellers.proto +44 -44
  205. package/protos/webui/service_systemmanager.proto +11 -11
  206. package/protos/webui/service_test_transporterror.proto +6 -6
  207. package/protos/webui/service_transportauth.proto +12 -12
  208. package/protos/webui/service_transportvalidation.proto +69 -69
  209. package/protos/webui/service_twofactor.proto +181 -181
  210. package/protos/webui/service_useraccount.proto +138 -138
  211. package/protos/webui/service_usergameactivity.proto +34 -34
  212. package/protos/webui/service_usergamenotes.proto +53 -53
  213. package/protos/webui/service_usernews.proto +68 -68
  214. package/protos/webui/service_userreviews.proto +96 -96
  215. package/protos/webui/service_video.proto +128 -128
  216. package/protos/webui/service_voicechat.proto +139 -139
  217. package/protos/webui/service_webrtc.proto +52 -52
  218. package/.idea/deployment.xml +0 -21
@@ -1,604 +1,604 @@
1
- import "networkbasetypes.proto";
2
-
3
- enum CLC_Messages {
4
- clc_ClientInfo = 20;
5
- clc_Move = 21;
6
- clc_VoiceData = 22;
7
- clc_BaselineAck = 23;
8
- clc_ListenEvents = 24;
9
- clc_RespondCvarValue = 25;
10
- clc_FileCRCCheck = 26;
11
- clc_LoadingProgress = 27;
12
- clc_SplitPlayerConnect = 28;
13
- clc_ClientMessage = 29;
14
- clc_SplitPlayerDisconnect = 30;
15
- clc_ServerStatus = 31;
16
- clc_ServerPing = 32;
17
- clc_RequestPause = 33;
18
- clc_CmdKeyValues = 34;
19
- clc_RconServerDetails = 35;
20
- clc_HltvReplay = 36;
21
- }
22
-
23
- enum SVC_Messages {
24
- svc_ServerInfo = 40;
25
- svc_FlattenedSerializer = 41;
26
- svc_ClassInfo = 42;
27
- svc_SetPause = 43;
28
- svc_CreateStringTable = 44;
29
- svc_UpdateStringTable = 45;
30
- svc_VoiceInit = 46;
31
- svc_VoiceData = 47;
32
- svc_Print = 48;
33
- svc_Sounds = 49;
34
- svc_SetView = 50;
35
- svc_ClearAllStringTables = 51;
36
- svc_CmdKeyValues = 52;
37
- svc_BSPDecal = 53;
38
- svc_SplitScreen = 54;
39
- svc_PacketEntities = 55;
40
- svc_Prefetch = 56;
41
- svc_Menu = 57;
42
- svc_GetCvarValue = 58;
43
- svc_StopSound = 59;
44
- svc_PeerList = 60;
45
- svc_PacketReliable = 61;
46
- svc_HLTVStatus = 62;
47
- svc_ServerSteamID = 63;
48
- svc_FullFrameSplit = 70;
49
- svc_RconServerDetails = 71;
50
- svc_UserMessage = 72;
51
- svc_HltvReplay = 73;
52
- svc_Broadcast_Command = 74;
53
- svc_HltvFixupOperatorStatus = 75;
54
- }
55
-
56
- enum VoiceDataFormat_t {
57
- VOICEDATA_FORMAT_STEAM = 0;
58
- VOICEDATA_FORMAT_ENGINE = 1;
59
- }
60
-
61
- enum RequestPause_t {
62
- RP_PAUSE = 0;
63
- RP_UNPAUSE = 1;
64
- RP_TOGGLEPAUSE = 2;
65
- }
66
-
67
- enum PrefetchType {
68
- PFT_SOUND = 0;
69
- }
70
-
71
- enum ESplitScreenMessageType {
72
- MSG_SPLITSCREEN_ADDUSER = 0;
73
- MSG_SPLITSCREEN_REMOVEUSER = 1;
74
- }
75
-
76
- enum EQueryCvarValueStatus {
77
- eQueryCvarValueStatus_ValueIntact = 0;
78
- eQueryCvarValueStatus_CvarNotFound = 1;
79
- eQueryCvarValueStatus_NotACvar = 2;
80
- eQueryCvarValueStatus_CvarProtected = 3;
81
- }
82
-
83
- enum DIALOG_TYPE {
84
- DIALOG_MSG = 0;
85
- DIALOG_MENU = 1;
86
- DIALOG_TEXT = 2;
87
- DIALOG_ENTRY = 3;
88
- DIALOG_ASKCONNECT = 4;
89
- }
90
-
91
- enum SVC_Messages_LowFrequency {
92
- svc_dummy = 600;
93
- }
94
-
95
- enum Bidirectional_Messages {
96
- bi_RebroadcastGameEvent = 16;
97
- bi_RebroadcastSource = 17;
98
- bi_GameEvent = 18;
99
- }
100
-
101
- enum Bidirectional_Messages_LowFrequency {
102
- bi_RelayInfo = 700;
103
- bi_RelayPacket = 701;
104
- }
105
-
106
- enum ReplayEventType_t {
107
- REPLAY_EVENT_CANCEL = 0;
108
- REPLAY_EVENT_DEATH = 1;
109
- REPLAY_EVENT_GENERIC = 2;
110
- REPLAY_EVENT_STUCK_NEED_FULL_UPDATE = 3;
111
- REPLAY_EVENT_VICTORY = 4;
112
- }
113
-
114
- message CCLCMsg_ClientInfo {
115
- optional fixed32 send_table_crc = 1;
116
- optional uint32 server_count = 2;
117
- optional bool is_hltv = 3;
118
- optional uint32 friends_id = 5;
119
- optional string friends_name = 6;
120
- }
121
-
122
- message CCLCMsg_Move {
123
- optional bytes data = 3;
124
- optional uint32 command_number = 4;
125
- optional uint32 num_commands = 5;
126
- }
127
-
128
- message CMsgVoiceAudio {
129
- optional .VoiceDataFormat_t format = 1 [default = VOICEDATA_FORMAT_STEAM];
130
- optional bytes voice_data = 2;
131
- optional int32 sequence_bytes = 3;
132
- optional uint32 section_number = 4;
133
- optional uint32 sample_rate = 5;
134
- optional uint32 uncompressed_sample_offset = 6;
135
- }
136
-
137
- message CCLCMsg_VoiceData {
138
- optional .CMsgVoiceAudio audio = 1;
139
- optional fixed64 xuid = 2;
140
- optional uint32 tick = 3;
141
- }
142
-
143
- message CCLCMsg_BaselineAck {
144
- optional int32 baseline_tick = 1;
145
- optional int32 baseline_nr = 2;
146
- }
147
-
148
- message CCLCMsg_ListenEvents {
149
- repeated fixed32 event_mask = 1;
150
- }
151
-
152
- message CCLCMsg_RespondCvarValue {
153
- optional int32 cookie = 1;
154
- optional int32 status_code = 2;
155
- optional string name = 3;
156
- optional string value = 4;
157
- }
158
-
159
- message CCLCMsg_FileCRCCheck {
160
- optional int32 code_path = 1;
161
- optional string path = 2;
162
- optional int32 code_filename = 3;
163
- optional string filename = 4;
164
- optional fixed32 crc = 5;
165
- }
166
-
167
- message CCLCMsg_LoadingProgress {
168
- optional int32 progress = 1;
169
- }
170
-
171
- message CCLCMsg_SplitPlayerConnect {
172
- optional string playername = 1;
173
- }
174
-
175
- message CCLCMsg_ClientMessage {
176
- optional int32 msg_type = 1;
177
- optional bytes data = 2;
178
- }
179
-
180
- message CCLCMsg_SplitPlayerDisconnect {
181
- optional int32 slot = 1;
182
- }
183
-
184
- message CCLCMsg_ServerStatus {
185
- optional bool simplified = 1;
186
- }
187
-
188
- message CCLCMsg_ServerPing {
189
- }
190
-
191
- message CCLCMsg_RequestPause {
192
- optional .RequestPause_t pause_type = 1 [default = RP_PAUSE];
193
- optional int32 pause_group = 2;
194
- }
195
-
196
- message CCLCMsg_CmdKeyValues {
197
- optional bytes data = 1;
198
- }
199
-
200
- message CCLCMsg_RconServerDetails {
201
- optional bytes token = 1;
202
- }
203
-
204
- message CSVCMsg_ServerInfo {
205
- optional int32 protocol = 1;
206
- optional int32 server_count = 2;
207
- optional bool is_dedicated = 3;
208
- optional bool is_hltv = 4;
209
- optional int32 c_os = 6;
210
- optional int32 max_clients = 10;
211
- optional int32 max_classes = 11;
212
- optional int32 player_slot = 12 [default = -1];
213
- optional float tick_interval = 13;
214
- optional string game_dir = 14;
215
- optional string map_name = 15;
216
- optional string sky_name = 16;
217
- optional string host_name = 17;
218
- optional string addon_name = 18;
219
- optional .CSVCMsg_GameSessionConfiguration game_session_config = 19;
220
- optional bytes game_session_manifest = 20;
221
- }
222
-
223
- message CSVCMsg_ClassInfo {
224
- message class_t {
225
- optional int32 class_id = 1;
226
- optional string class_name = 3;
227
- }
228
-
229
- optional bool create_on_client = 1;
230
- repeated .CSVCMsg_ClassInfo.class_t classes = 2;
231
- }
232
-
233
- message CSVCMsg_SetPause {
234
- optional bool paused = 1;
235
- }
236
-
237
- message CSVCMsg_VoiceInit {
238
- optional int32 quality = 1;
239
- optional string codec = 2;
240
- optional int32 version = 3 [default = 0];
241
- }
242
-
243
- message CSVCMsg_Print {
244
- optional string text = 1;
245
- }
246
-
247
- message CSVCMsg_Sounds {
248
- message sounddata_t {
249
- optional sint32 origin_x = 1;
250
- optional sint32 origin_y = 2;
251
- optional sint32 origin_z = 3;
252
- optional uint32 volume = 4;
253
- optional float delay_value = 5;
254
- optional int32 sequence_number = 6;
255
- optional int32 entity_index = 7 [default = -1];
256
- optional int32 channel = 8;
257
- optional int32 pitch = 9;
258
- optional int32 flags = 10;
259
- optional uint32 sound_num = 11;
260
- optional fixed32 sound_num_handle = 12;
261
- optional int32 speaker_entity = 13;
262
- optional int32 random_seed = 14;
263
- optional int32 sound_level = 15;
264
- optional bool is_sentence = 16;
265
- optional bool is_ambient = 17;
266
- optional uint32 guid = 18;
267
- optional fixed64 sound_resource_id = 19;
268
- }
269
-
270
- optional bool reliable_sound = 1;
271
- repeated .CSVCMsg_Sounds.sounddata_t sounds = 2;
272
- }
273
-
274
- message CSVCMsg_Prefetch {
275
- optional int32 sound_index = 1;
276
- optional .PrefetchType resource_type = 2 [default = PFT_SOUND];
277
- }
278
-
279
- message CSVCMsg_SetView {
280
- optional int32 entity_index = 1 [default = -1];
281
- optional int32 slot = 2 [default = -1];
282
- }
283
-
284
- message CSVCMsg_FixAngle {
285
- optional bool relative = 1;
286
- optional .CMsgQAngle angle = 2;
287
- }
288
-
289
- message CSVCMsg_CrosshairAngle {
290
- optional .CMsgQAngle angle = 1;
291
- }
292
-
293
- message CSVCMsg_BSPDecal {
294
- optional .CMsgVector pos = 1;
295
- optional int32 decal_texture_index = 2;
296
- optional int32 entity_index = 3 [default = -1];
297
- optional int32 model_index = 4;
298
- optional bool low_priority = 5;
299
- }
300
-
301
- message CSVCMsg_SplitScreen {
302
- optional .ESplitScreenMessageType type = 1 [default = MSG_SPLITSCREEN_ADDUSER];
303
- optional int32 slot = 2;
304
- optional int32 player_index = 3 [default = -1];
305
- }
306
-
307
- message CSVCMsg_GetCvarValue {
308
- optional int32 cookie = 1;
309
- optional string cvar_name = 2;
310
- }
311
-
312
- message CSVCMsg_Menu {
313
- optional int32 dialog_type = 1;
314
- optional bytes menu_key_values = 2;
315
- }
316
-
317
- message CSVCMsg_UserMessage {
318
- optional int32 msg_type = 1;
319
- optional bytes msg_data = 2;
320
- optional int32 passthrough = 3;
321
- }
322
-
323
- message CSVCMsg_SendTable {
324
- message sendprop_t {
325
- optional int32 type = 1;
326
- optional string var_name = 2;
327
- optional int32 flags = 3;
328
- optional int32 priority = 4;
329
- optional string dt_name = 5;
330
- optional int32 num_elements = 6;
331
- optional float low_value = 7;
332
- optional float high_value = 8;
333
- optional int32 num_bits = 9;
334
- }
335
-
336
- optional bool is_end = 1;
337
- optional string net_table_name = 2;
338
- optional bool needs_decoder = 3;
339
- repeated .CSVCMsg_SendTable.sendprop_t props = 4;
340
- }
341
-
342
- message CSVCMsg_GameEventList {
343
- message key_t {
344
- optional int32 type = 1;
345
- optional string name = 2;
346
- }
347
-
348
- message descriptor_t {
349
- optional int32 eventid = 1;
350
- optional string name = 2;
351
- repeated .CSVCMsg_GameEventList.key_t keys = 3;
352
- }
353
-
354
- repeated .CSVCMsg_GameEventList.descriptor_t descriptors = 1;
355
- }
356
-
357
- message CSVCMsg_PacketEntities {
358
- message command_queue_info_t {
359
- optional uint32 commands_queued = 1;
360
- optional uint32 command_queue_desired_size = 2;
361
- optional uint32 starved_command_ticks = 3;
362
- optional float time_dilation_percent = 4;
363
- optional uint32 discarded_command_ticks = 5;
364
- }
365
-
366
- message alternate_baseline_t {
367
- optional int32 entity_index = 1;
368
- optional int32 baseline_index = 2;
369
- }
370
-
371
- optional int32 max_entries = 1;
372
- optional int32 updated_entries = 2;
373
- optional bool is_delta = 3;
374
- optional bool update_baseline = 4;
375
- optional int32 baseline = 5;
376
- optional int32 delta_from = 6;
377
- optional bytes entity_data = 7;
378
- optional bool pending_full_frame = 8;
379
- optional uint32 active_spawngroup_handle = 9;
380
- optional uint32 max_spawngroup_creationsequence = 10;
381
- optional uint32 last_cmd_number = 11;
382
- optional uint32 server_tick = 12;
383
- optional bytes serialized_entities = 13;
384
- optional .CSVCMsg_PacketEntities.command_queue_info_t command_queue_info = 14;
385
- repeated .CSVCMsg_PacketEntities.alternate_baseline_t alternate_baselines = 15;
386
- }
387
-
388
- message CSVCMsg_TempEntities {
389
- optional bool reliable = 1;
390
- optional int32 num_entries = 2;
391
- optional bytes entity_data = 3;
392
- }
393
-
394
- message CSVCMsg_CreateStringTable {
395
- optional string name = 1;
396
- optional int32 num_entries = 2;
397
- optional bool user_data_fixed_size = 3;
398
- optional int32 user_data_size = 4;
399
- optional int32 user_data_size_bits = 5;
400
- optional int32 flags = 6;
401
- optional bytes string_data = 7;
402
- optional int32 uncompressed_size = 8;
403
- optional bool data_compressed = 9;
404
- optional bool using_varint_bitcounts = 10;
405
- }
406
-
407
- message CSVCMsg_UpdateStringTable {
408
- optional int32 table_id = 1;
409
- optional int32 num_changed_entries = 2;
410
- optional bytes string_data = 3;
411
- }
412
-
413
- message CSVCMsg_VoiceData {
414
- optional .CMsgVoiceAudio audio = 1;
415
- optional int32 client = 2 [default = -1];
416
- optional bool proximity = 3;
417
- optional fixed64 xuid = 4;
418
- optional int32 audible_mask = 5;
419
- optional uint32 tick = 6;
420
- optional int32 passthrough = 7;
421
- }
422
-
423
- message CSVCMsg_PacketReliable {
424
- optional int32 tick = 1;
425
- optional int32 messagessize = 2;
426
- optional bool state = 3;
427
- }
428
-
429
- message CSVCMsg_FullFrameSplit {
430
- optional int32 tick = 1;
431
- optional int32 section = 2;
432
- optional int32 total = 3;
433
- optional bytes data = 4;
434
- }
435
-
436
- message CSVCMsg_HLTVStatus {
437
- optional string master = 1;
438
- optional int32 clients = 2;
439
- optional int32 slots = 3;
440
- optional int32 proxies = 4;
441
- }
442
-
443
- message CSVCMsg_ServerSteamID {
444
- optional uint64 steam_id = 1;
445
- }
446
-
447
- message CSVCMsg_CmdKeyValues {
448
- optional bytes data = 1;
449
- }
450
-
451
- message CSVCMsg_RconServerDetails {
452
- optional bytes token = 1;
453
- optional string details = 2;
454
- }
455
-
456
- message CMsgIPCAddress {
457
- optional fixed64 computer_guid = 1;
458
- optional uint32 process_id = 2;
459
- }
460
-
461
- message CMsgServerPeer {
462
- optional int32 player_slot = 1 [default = -1];
463
- optional fixed64 steamid = 2;
464
- optional .CMsgIPCAddress ipc = 3;
465
- optional bool they_hear_you = 4;
466
- optional bool you_hear_them = 5;
467
- optional bool is_listenserver_host = 6;
468
- }
469
-
470
- message CSVCMsg_PeerList {
471
- repeated .CMsgServerPeer peer = 1;
472
- }
473
-
474
- message CSVCMsg_ClearAllStringTables {
475
- optional string mapname = 1;
476
- optional bool create_tables_skipped = 3;
477
- }
478
-
479
- message ProtoFlattenedSerializerField_t {
480
- message polymorphic_field_t {
481
- optional int32 polymorphic_field_serializer_name_sym = 1;
482
- optional int32 polymorphic_field_serializer_version = 2;
483
- }
484
-
485
- optional int32 var_type_sym = 1;
486
- optional int32 var_name_sym = 2;
487
- optional int32 bit_count = 3;
488
- optional float low_value = 4;
489
- optional float high_value = 5;
490
- optional int32 encode_flags = 6;
491
- optional int32 field_serializer_name_sym = 7;
492
- optional int32 field_serializer_version = 8;
493
- optional int32 send_node_sym = 9;
494
- optional int32 var_encoder_sym = 10;
495
- repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
496
- }
497
-
498
- message ProtoFlattenedSerializer_t {
499
- optional int32 serializer_name_sym = 1;
500
- optional int32 serializer_version = 2;
501
- repeated int32 fields_index = 3;
502
- }
503
-
504
- message CSVCMsg_FlattenedSerializer {
505
- repeated .ProtoFlattenedSerializer_t serializers = 1;
506
- repeated string symbols = 2;
507
- repeated .ProtoFlattenedSerializerField_t fields = 3;
508
- }
509
-
510
- message CSVCMsg_StopSound {
511
- optional fixed32 guid = 1;
512
- }
513
-
514
- message CBidirMsg_RebroadcastGameEvent {
515
- optional bool posttoserver = 1;
516
- optional int32 buftype = 2;
517
- optional uint32 clientbitcount = 3;
518
- optional uint64 receivingclients = 4;
519
- }
520
-
521
- message CBidirMsg_RebroadcastSource {
522
- optional int32 eventsource = 1;
523
- }
524
-
525
- message CMsgServerNetworkStats {
526
- message Port {
527
- optional int32 port = 1;
528
- optional string name = 2;
529
- }
530
-
531
- message Player {
532
- optional uint64 steamid = 1;
533
- optional string remote_addr = 2;
534
- optional int32 ping_stddev_ms = 3;
535
- optional int32 ping_avg_ms = 4;
536
- optional float packet_loss_pct = 5;
537
- optional bool is_bot = 6;
538
- }
539
-
540
- optional bool dedicated = 1;
541
- optional int32 cpu_usage = 2;
542
- optional int32 memory_used_mb = 3;
543
- optional int32 memory_free_mb = 4;
544
- optional int32 uptime = 5;
545
- optional int32 spawn_count = 6;
546
- optional int32 num_clients = 8;
547
- optional int32 num_bots = 9;
548
- optional int32 num_spectators = 10;
549
- optional int32 num_tv_relays = 11;
550
- optional float fps = 12;
551
- repeated .CMsgServerNetworkStats.Port ports = 17;
552
- optional float avg_latency_out = 18;
553
- optional float avg_latency_in = 19;
554
- optional float avg_packets_out = 20;
555
- optional float avg_packets_in = 21;
556
- optional float avg_loss_out = 22;
557
- optional float avg_loss_in = 23;
558
- optional float avg_data_out = 24;
559
- optional float avg_data_in = 25;
560
- optional uint64 total_data_in = 26;
561
- optional uint64 total_packets_in = 27;
562
- optional uint64 total_data_out = 28;
563
- optional uint64 total_packets_out = 29;
564
- repeated .CMsgServerNetworkStats.Player players = 30;
565
- }
566
-
567
- message CSVCMsg_HltvReplay {
568
- optional int32 delay = 1;
569
- optional int32 primary_target = 2 [default = -1];
570
- optional int32 replay_stop_at = 3;
571
- optional int32 replay_start_at = 4;
572
- optional int32 replay_slowdown_begin = 5;
573
- optional int32 replay_slowdown_end = 6;
574
- optional float replay_slowdown_rate = 7;
575
- optional int32 reason = 8;
576
- }
577
-
578
- message CCLCMsg_HltvReplay {
579
- optional int32 request = 1;
580
- optional float slowdown_length = 2;
581
- optional float slowdown_rate = 3;
582
- optional int32 primary_target = 4 [default = -1];
583
- optional float event_time = 5;
584
- }
585
-
586
- message CSVCMsg_Broadcast_Command {
587
- optional string cmd = 1;
588
- }
589
-
590
- message CCLCMsg_HltvFixupOperatorTick {
591
- optional int32 tick = 1;
592
- optional bytes props_data = 2;
593
- optional .CMsgVector origin = 3;
594
- optional .CMsgQAngle eye_angles = 4;
595
- optional int32 observer_mode = 5;
596
- optional bool cameraman_scoreboard = 6;
597
- optional int32 observer_target = 7;
598
- optional .CMsgVector view_offset = 8;
599
- }
600
-
601
- message CSVCMsg_HltvFixupOperatorStatus {
602
- optional uint32 mode = 1;
603
- optional string override_operator_name = 2;
604
- }
1
+ import "networkbasetypes.proto";
2
+
3
+ enum CLC_Messages {
4
+ clc_ClientInfo = 20;
5
+ clc_Move = 21;
6
+ clc_VoiceData = 22;
7
+ clc_BaselineAck = 23;
8
+ clc_ListenEvents = 24;
9
+ clc_RespondCvarValue = 25;
10
+ clc_FileCRCCheck = 26;
11
+ clc_LoadingProgress = 27;
12
+ clc_SplitPlayerConnect = 28;
13
+ clc_ClientMessage = 29;
14
+ clc_SplitPlayerDisconnect = 30;
15
+ clc_ServerStatus = 31;
16
+ clc_ServerPing = 32;
17
+ clc_RequestPause = 33;
18
+ clc_CmdKeyValues = 34;
19
+ clc_RconServerDetails = 35;
20
+ clc_HltvReplay = 36;
21
+ }
22
+
23
+ enum SVC_Messages {
24
+ svc_ServerInfo = 40;
25
+ svc_FlattenedSerializer = 41;
26
+ svc_ClassInfo = 42;
27
+ svc_SetPause = 43;
28
+ svc_CreateStringTable = 44;
29
+ svc_UpdateStringTable = 45;
30
+ svc_VoiceInit = 46;
31
+ svc_VoiceData = 47;
32
+ svc_Print = 48;
33
+ svc_Sounds = 49;
34
+ svc_SetView = 50;
35
+ svc_ClearAllStringTables = 51;
36
+ svc_CmdKeyValues = 52;
37
+ svc_BSPDecal = 53;
38
+ svc_SplitScreen = 54;
39
+ svc_PacketEntities = 55;
40
+ svc_Prefetch = 56;
41
+ svc_Menu = 57;
42
+ svc_GetCvarValue = 58;
43
+ svc_StopSound = 59;
44
+ svc_PeerList = 60;
45
+ svc_PacketReliable = 61;
46
+ svc_HLTVStatus = 62;
47
+ svc_ServerSteamID = 63;
48
+ svc_FullFrameSplit = 70;
49
+ svc_RconServerDetails = 71;
50
+ svc_UserMessage = 72;
51
+ svc_HltvReplay = 73;
52
+ svc_Broadcast_Command = 74;
53
+ svc_HltvFixupOperatorStatus = 75;
54
+ }
55
+
56
+ enum VoiceDataFormat_t {
57
+ VOICEDATA_FORMAT_STEAM = 0;
58
+ VOICEDATA_FORMAT_ENGINE = 1;
59
+ }
60
+
61
+ enum RequestPause_t {
62
+ RP_PAUSE = 0;
63
+ RP_UNPAUSE = 1;
64
+ RP_TOGGLEPAUSE = 2;
65
+ }
66
+
67
+ enum PrefetchType {
68
+ PFT_SOUND = 0;
69
+ }
70
+
71
+ enum ESplitScreenMessageType {
72
+ MSG_SPLITSCREEN_ADDUSER = 0;
73
+ MSG_SPLITSCREEN_REMOVEUSER = 1;
74
+ }
75
+
76
+ enum EQueryCvarValueStatus {
77
+ eQueryCvarValueStatus_ValueIntact = 0;
78
+ eQueryCvarValueStatus_CvarNotFound = 1;
79
+ eQueryCvarValueStatus_NotACvar = 2;
80
+ eQueryCvarValueStatus_CvarProtected = 3;
81
+ }
82
+
83
+ enum DIALOG_TYPE {
84
+ DIALOG_MSG = 0;
85
+ DIALOG_MENU = 1;
86
+ DIALOG_TEXT = 2;
87
+ DIALOG_ENTRY = 3;
88
+ DIALOG_ASKCONNECT = 4;
89
+ }
90
+
91
+ enum SVC_Messages_LowFrequency {
92
+ svc_dummy = 600;
93
+ }
94
+
95
+ enum Bidirectional_Messages {
96
+ bi_RebroadcastGameEvent = 16;
97
+ bi_RebroadcastSource = 17;
98
+ bi_GameEvent = 18;
99
+ }
100
+
101
+ enum Bidirectional_Messages_LowFrequency {
102
+ bi_RelayInfo = 700;
103
+ bi_RelayPacket = 701;
104
+ }
105
+
106
+ enum ReplayEventType_t {
107
+ REPLAY_EVENT_CANCEL = 0;
108
+ REPLAY_EVENT_DEATH = 1;
109
+ REPLAY_EVENT_GENERIC = 2;
110
+ REPLAY_EVENT_STUCK_NEED_FULL_UPDATE = 3;
111
+ REPLAY_EVENT_VICTORY = 4;
112
+ }
113
+
114
+ message CCLCMsg_ClientInfo {
115
+ optional fixed32 send_table_crc = 1;
116
+ optional uint32 server_count = 2;
117
+ optional bool is_hltv = 3;
118
+ optional uint32 friends_id = 5;
119
+ optional string friends_name = 6;
120
+ }
121
+
122
+ message CCLCMsg_Move {
123
+ optional bytes data = 3;
124
+ optional uint32 command_number = 4;
125
+ optional uint32 num_commands = 5;
126
+ }
127
+
128
+ message CMsgVoiceAudio {
129
+ optional .VoiceDataFormat_t format = 1 [default = VOICEDATA_FORMAT_STEAM];
130
+ optional bytes voice_data = 2;
131
+ optional int32 sequence_bytes = 3;
132
+ optional uint32 section_number = 4;
133
+ optional uint32 sample_rate = 5;
134
+ optional uint32 uncompressed_sample_offset = 6;
135
+ }
136
+
137
+ message CCLCMsg_VoiceData {
138
+ optional .CMsgVoiceAudio audio = 1;
139
+ optional fixed64 xuid = 2;
140
+ optional uint32 tick = 3;
141
+ }
142
+
143
+ message CCLCMsg_BaselineAck {
144
+ optional int32 baseline_tick = 1;
145
+ optional int32 baseline_nr = 2;
146
+ }
147
+
148
+ message CCLCMsg_ListenEvents {
149
+ repeated fixed32 event_mask = 1;
150
+ }
151
+
152
+ message CCLCMsg_RespondCvarValue {
153
+ optional int32 cookie = 1;
154
+ optional int32 status_code = 2;
155
+ optional string name = 3;
156
+ optional string value = 4;
157
+ }
158
+
159
+ message CCLCMsg_FileCRCCheck {
160
+ optional int32 code_path = 1;
161
+ optional string path = 2;
162
+ optional int32 code_filename = 3;
163
+ optional string filename = 4;
164
+ optional fixed32 crc = 5;
165
+ }
166
+
167
+ message CCLCMsg_LoadingProgress {
168
+ optional int32 progress = 1;
169
+ }
170
+
171
+ message CCLCMsg_SplitPlayerConnect {
172
+ optional string playername = 1;
173
+ }
174
+
175
+ message CCLCMsg_ClientMessage {
176
+ optional int32 msg_type = 1;
177
+ optional bytes data = 2;
178
+ }
179
+
180
+ message CCLCMsg_SplitPlayerDisconnect {
181
+ optional int32 slot = 1;
182
+ }
183
+
184
+ message CCLCMsg_ServerStatus {
185
+ optional bool simplified = 1;
186
+ }
187
+
188
+ message CCLCMsg_ServerPing {
189
+ }
190
+
191
+ message CCLCMsg_RequestPause {
192
+ optional .RequestPause_t pause_type = 1 [default = RP_PAUSE];
193
+ optional int32 pause_group = 2;
194
+ }
195
+
196
+ message CCLCMsg_CmdKeyValues {
197
+ optional bytes data = 1;
198
+ }
199
+
200
+ message CCLCMsg_RconServerDetails {
201
+ optional bytes token = 1;
202
+ }
203
+
204
+ message CSVCMsg_ServerInfo {
205
+ optional int32 protocol = 1;
206
+ optional int32 server_count = 2;
207
+ optional bool is_dedicated = 3;
208
+ optional bool is_hltv = 4;
209
+ optional int32 c_os = 6;
210
+ optional int32 max_clients = 10;
211
+ optional int32 max_classes = 11;
212
+ optional int32 player_slot = 12 [default = -1];
213
+ optional float tick_interval = 13;
214
+ optional string game_dir = 14;
215
+ optional string map_name = 15;
216
+ optional string sky_name = 16;
217
+ optional string host_name = 17;
218
+ optional string addon_name = 18;
219
+ optional .CSVCMsg_GameSessionConfiguration game_session_config = 19;
220
+ optional bytes game_session_manifest = 20;
221
+ }
222
+
223
+ message CSVCMsg_ClassInfo {
224
+ message class_t {
225
+ optional int32 class_id = 1;
226
+ optional string class_name = 3;
227
+ }
228
+
229
+ optional bool create_on_client = 1;
230
+ repeated .CSVCMsg_ClassInfo.class_t classes = 2;
231
+ }
232
+
233
+ message CSVCMsg_SetPause {
234
+ optional bool paused = 1;
235
+ }
236
+
237
+ message CSVCMsg_VoiceInit {
238
+ optional int32 quality = 1;
239
+ optional string codec = 2;
240
+ optional int32 version = 3 [default = 0];
241
+ }
242
+
243
+ message CSVCMsg_Print {
244
+ optional string text = 1;
245
+ }
246
+
247
+ message CSVCMsg_Sounds {
248
+ message sounddata_t {
249
+ optional sint32 origin_x = 1;
250
+ optional sint32 origin_y = 2;
251
+ optional sint32 origin_z = 3;
252
+ optional uint32 volume = 4;
253
+ optional float delay_value = 5;
254
+ optional int32 sequence_number = 6;
255
+ optional int32 entity_index = 7 [default = -1];
256
+ optional int32 channel = 8;
257
+ optional int32 pitch = 9;
258
+ optional int32 flags = 10;
259
+ optional uint32 sound_num = 11;
260
+ optional fixed32 sound_num_handle = 12;
261
+ optional int32 speaker_entity = 13;
262
+ optional int32 random_seed = 14;
263
+ optional int32 sound_level = 15;
264
+ optional bool is_sentence = 16;
265
+ optional bool is_ambient = 17;
266
+ optional uint32 guid = 18;
267
+ optional fixed64 sound_resource_id = 19;
268
+ }
269
+
270
+ optional bool reliable_sound = 1;
271
+ repeated .CSVCMsg_Sounds.sounddata_t sounds = 2;
272
+ }
273
+
274
+ message CSVCMsg_Prefetch {
275
+ optional int32 sound_index = 1;
276
+ optional .PrefetchType resource_type = 2 [default = PFT_SOUND];
277
+ }
278
+
279
+ message CSVCMsg_SetView {
280
+ optional int32 entity_index = 1 [default = -1];
281
+ optional int32 slot = 2 [default = -1];
282
+ }
283
+
284
+ message CSVCMsg_FixAngle {
285
+ optional bool relative = 1;
286
+ optional .CMsgQAngle angle = 2;
287
+ }
288
+
289
+ message CSVCMsg_CrosshairAngle {
290
+ optional .CMsgQAngle angle = 1;
291
+ }
292
+
293
+ message CSVCMsg_BSPDecal {
294
+ optional .CMsgVector pos = 1;
295
+ optional int32 decal_texture_index = 2;
296
+ optional int32 entity_index = 3 [default = -1];
297
+ optional int32 model_index = 4;
298
+ optional bool low_priority = 5;
299
+ }
300
+
301
+ message CSVCMsg_SplitScreen {
302
+ optional .ESplitScreenMessageType type = 1 [default = MSG_SPLITSCREEN_ADDUSER];
303
+ optional int32 slot = 2;
304
+ optional int32 player_index = 3 [default = -1];
305
+ }
306
+
307
+ message CSVCMsg_GetCvarValue {
308
+ optional int32 cookie = 1;
309
+ optional string cvar_name = 2;
310
+ }
311
+
312
+ message CSVCMsg_Menu {
313
+ optional int32 dialog_type = 1;
314
+ optional bytes menu_key_values = 2;
315
+ }
316
+
317
+ message CSVCMsg_UserMessage {
318
+ optional int32 msg_type = 1;
319
+ optional bytes msg_data = 2;
320
+ optional int32 passthrough = 3;
321
+ }
322
+
323
+ message CSVCMsg_SendTable {
324
+ message sendprop_t {
325
+ optional int32 type = 1;
326
+ optional string var_name = 2;
327
+ optional int32 flags = 3;
328
+ optional int32 priority = 4;
329
+ optional string dt_name = 5;
330
+ optional int32 num_elements = 6;
331
+ optional float low_value = 7;
332
+ optional float high_value = 8;
333
+ optional int32 num_bits = 9;
334
+ }
335
+
336
+ optional bool is_end = 1;
337
+ optional string net_table_name = 2;
338
+ optional bool needs_decoder = 3;
339
+ repeated .CSVCMsg_SendTable.sendprop_t props = 4;
340
+ }
341
+
342
+ message CSVCMsg_GameEventList {
343
+ message key_t {
344
+ optional int32 type = 1;
345
+ optional string name = 2;
346
+ }
347
+
348
+ message descriptor_t {
349
+ optional int32 eventid = 1;
350
+ optional string name = 2;
351
+ repeated .CSVCMsg_GameEventList.key_t keys = 3;
352
+ }
353
+
354
+ repeated .CSVCMsg_GameEventList.descriptor_t descriptors = 1;
355
+ }
356
+
357
+ message CSVCMsg_PacketEntities {
358
+ message command_queue_info_t {
359
+ optional uint32 commands_queued = 1;
360
+ optional uint32 command_queue_desired_size = 2;
361
+ optional uint32 starved_command_ticks = 3;
362
+ optional float time_dilation_percent = 4;
363
+ optional uint32 discarded_command_ticks = 5;
364
+ }
365
+
366
+ message alternate_baseline_t {
367
+ optional int32 entity_index = 1;
368
+ optional int32 baseline_index = 2;
369
+ }
370
+
371
+ optional int32 max_entries = 1;
372
+ optional int32 updated_entries = 2;
373
+ optional bool is_delta = 3;
374
+ optional bool update_baseline = 4;
375
+ optional int32 baseline = 5;
376
+ optional int32 delta_from = 6;
377
+ optional bytes entity_data = 7;
378
+ optional bool pending_full_frame = 8;
379
+ optional uint32 active_spawngroup_handle = 9;
380
+ optional uint32 max_spawngroup_creationsequence = 10;
381
+ optional uint32 last_cmd_number = 11;
382
+ optional uint32 server_tick = 12;
383
+ optional bytes serialized_entities = 13;
384
+ optional .CSVCMsg_PacketEntities.command_queue_info_t command_queue_info = 14;
385
+ repeated .CSVCMsg_PacketEntities.alternate_baseline_t alternate_baselines = 15;
386
+ }
387
+
388
+ message CSVCMsg_TempEntities {
389
+ optional bool reliable = 1;
390
+ optional int32 num_entries = 2;
391
+ optional bytes entity_data = 3;
392
+ }
393
+
394
+ message CSVCMsg_CreateStringTable {
395
+ optional string name = 1;
396
+ optional int32 num_entries = 2;
397
+ optional bool user_data_fixed_size = 3;
398
+ optional int32 user_data_size = 4;
399
+ optional int32 user_data_size_bits = 5;
400
+ optional int32 flags = 6;
401
+ optional bytes string_data = 7;
402
+ optional int32 uncompressed_size = 8;
403
+ optional bool data_compressed = 9;
404
+ optional bool using_varint_bitcounts = 10;
405
+ }
406
+
407
+ message CSVCMsg_UpdateStringTable {
408
+ optional int32 table_id = 1;
409
+ optional int32 num_changed_entries = 2;
410
+ optional bytes string_data = 3;
411
+ }
412
+
413
+ message CSVCMsg_VoiceData {
414
+ optional .CMsgVoiceAudio audio = 1;
415
+ optional int32 client = 2 [default = -1];
416
+ optional bool proximity = 3;
417
+ optional fixed64 xuid = 4;
418
+ optional int32 audible_mask = 5;
419
+ optional uint32 tick = 6;
420
+ optional int32 passthrough = 7;
421
+ }
422
+
423
+ message CSVCMsg_PacketReliable {
424
+ optional int32 tick = 1;
425
+ optional int32 messagessize = 2;
426
+ optional bool state = 3;
427
+ }
428
+
429
+ message CSVCMsg_FullFrameSplit {
430
+ optional int32 tick = 1;
431
+ optional int32 section = 2;
432
+ optional int32 total = 3;
433
+ optional bytes data = 4;
434
+ }
435
+
436
+ message CSVCMsg_HLTVStatus {
437
+ optional string master = 1;
438
+ optional int32 clients = 2;
439
+ optional int32 slots = 3;
440
+ optional int32 proxies = 4;
441
+ }
442
+
443
+ message CSVCMsg_ServerSteamID {
444
+ optional uint64 steam_id = 1;
445
+ }
446
+
447
+ message CSVCMsg_CmdKeyValues {
448
+ optional bytes data = 1;
449
+ }
450
+
451
+ message CSVCMsg_RconServerDetails {
452
+ optional bytes token = 1;
453
+ optional string details = 2;
454
+ }
455
+
456
+ message CMsgIPCAddress {
457
+ optional fixed64 computer_guid = 1;
458
+ optional uint32 process_id = 2;
459
+ }
460
+
461
+ message CMsgServerPeer {
462
+ optional int32 player_slot = 1 [default = -1];
463
+ optional fixed64 steamid = 2;
464
+ optional .CMsgIPCAddress ipc = 3;
465
+ optional bool they_hear_you = 4;
466
+ optional bool you_hear_them = 5;
467
+ optional bool is_listenserver_host = 6;
468
+ }
469
+
470
+ message CSVCMsg_PeerList {
471
+ repeated .CMsgServerPeer peer = 1;
472
+ }
473
+
474
+ message CSVCMsg_ClearAllStringTables {
475
+ optional string mapname = 1;
476
+ optional bool create_tables_skipped = 3;
477
+ }
478
+
479
+ message ProtoFlattenedSerializerField_t {
480
+ message polymorphic_field_t {
481
+ optional int32 polymorphic_field_serializer_name_sym = 1;
482
+ optional int32 polymorphic_field_serializer_version = 2;
483
+ }
484
+
485
+ optional int32 var_type_sym = 1;
486
+ optional int32 var_name_sym = 2;
487
+ optional int32 bit_count = 3;
488
+ optional float low_value = 4;
489
+ optional float high_value = 5;
490
+ optional int32 encode_flags = 6;
491
+ optional int32 field_serializer_name_sym = 7;
492
+ optional int32 field_serializer_version = 8;
493
+ optional int32 send_node_sym = 9;
494
+ optional int32 var_encoder_sym = 10;
495
+ repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
496
+ }
497
+
498
+ message ProtoFlattenedSerializer_t {
499
+ optional int32 serializer_name_sym = 1;
500
+ optional int32 serializer_version = 2;
501
+ repeated int32 fields_index = 3;
502
+ }
503
+
504
+ message CSVCMsg_FlattenedSerializer {
505
+ repeated .ProtoFlattenedSerializer_t serializers = 1;
506
+ repeated string symbols = 2;
507
+ repeated .ProtoFlattenedSerializerField_t fields = 3;
508
+ }
509
+
510
+ message CSVCMsg_StopSound {
511
+ optional fixed32 guid = 1;
512
+ }
513
+
514
+ message CBidirMsg_RebroadcastGameEvent {
515
+ optional bool posttoserver = 1;
516
+ optional int32 buftype = 2;
517
+ optional uint32 clientbitcount = 3;
518
+ optional uint64 receivingclients = 4;
519
+ }
520
+
521
+ message CBidirMsg_RebroadcastSource {
522
+ optional int32 eventsource = 1;
523
+ }
524
+
525
+ message CMsgServerNetworkStats {
526
+ message Port {
527
+ optional int32 port = 1;
528
+ optional string name = 2;
529
+ }
530
+
531
+ message Player {
532
+ optional uint64 steamid = 1;
533
+ optional string remote_addr = 2;
534
+ optional int32 ping_stddev_ms = 3;
535
+ optional int32 ping_avg_ms = 4;
536
+ optional float packet_loss_pct = 5;
537
+ optional bool is_bot = 6;
538
+ }
539
+
540
+ optional bool dedicated = 1;
541
+ optional int32 cpu_usage = 2;
542
+ optional int32 memory_used_mb = 3;
543
+ optional int32 memory_free_mb = 4;
544
+ optional int32 uptime = 5;
545
+ optional int32 spawn_count = 6;
546
+ optional int32 num_clients = 8;
547
+ optional int32 num_bots = 9;
548
+ optional int32 num_spectators = 10;
549
+ optional int32 num_tv_relays = 11;
550
+ optional float fps = 12;
551
+ repeated .CMsgServerNetworkStats.Port ports = 17;
552
+ optional float avg_latency_out = 18;
553
+ optional float avg_latency_in = 19;
554
+ optional float avg_packets_out = 20;
555
+ optional float avg_packets_in = 21;
556
+ optional float avg_loss_out = 22;
557
+ optional float avg_loss_in = 23;
558
+ optional float avg_data_out = 24;
559
+ optional float avg_data_in = 25;
560
+ optional uint64 total_data_in = 26;
561
+ optional uint64 total_packets_in = 27;
562
+ optional uint64 total_data_out = 28;
563
+ optional uint64 total_packets_out = 29;
564
+ repeated .CMsgServerNetworkStats.Player players = 30;
565
+ }
566
+
567
+ message CSVCMsg_HltvReplay {
568
+ optional int32 delay = 1;
569
+ optional int32 primary_target = 2 [default = -1];
570
+ optional int32 replay_stop_at = 3;
571
+ optional int32 replay_start_at = 4;
572
+ optional int32 replay_slowdown_begin = 5;
573
+ optional int32 replay_slowdown_end = 6;
574
+ optional float replay_slowdown_rate = 7;
575
+ optional int32 reason = 8;
576
+ }
577
+
578
+ message CCLCMsg_HltvReplay {
579
+ optional int32 request = 1;
580
+ optional float slowdown_length = 2;
581
+ optional float slowdown_rate = 3;
582
+ optional int32 primary_target = 4 [default = -1];
583
+ optional float event_time = 5;
584
+ }
585
+
586
+ message CSVCMsg_Broadcast_Command {
587
+ optional string cmd = 1;
588
+ }
589
+
590
+ message CCLCMsg_HltvFixupOperatorTick {
591
+ optional int32 tick = 1;
592
+ optional bytes props_data = 2;
593
+ optional .CMsgVector origin = 3;
594
+ optional .CMsgQAngle eye_angles = 4;
595
+ optional int32 observer_mode = 5;
596
+ optional bool cameraman_scoreboard = 6;
597
+ optional int32 observer_target = 7;
598
+ optional .CMsgVector view_offset = 8;
599
+ }
600
+
601
+ message CSVCMsg_HltvFixupOperatorStatus {
602
+ optional uint32 mode = 1;
603
+ optional string override_operator_name = 2;
604
+ }