steamutils 1.2.51 → 1.2.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/steamutils.iml +1 -1
- package/.idea/vcs.xml +1 -1
- package/SteamClient.js +18 -12
- package/example.js +1 -0
- package/helpers/protos.js +21 -0
- package/package.json +6 -6
- package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
- package/protos/csgo/clientmessages.proto +48 -0
- package/protos/csgo/connectionless_netmessages.proto +19 -0
- package/protos/csgo/cs_gameevents.proto +34 -0
- package/protos/csgo/cs_usercmd.proto +34 -0
- package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
- package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
- package/protos/csgo/demo.proto +160 -0
- package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
- package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
- package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
- package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
- package/protos/csgo/gameevents.proto +120 -0
- package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
- package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
- package/protos/csgo/netmessages.proto +604 -0
- package/protos/csgo/network_connection.proto +126 -0
- package/protos/csgo/networkbasetypes.proto +244 -0
- package/protos/csgo/networksystem_protomessages.proto +17 -0
- package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
- package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
- package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
- package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
- package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
- package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
- package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
- package/protos/csgo/te.proto +259 -0
- package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
- package/protos/csgo/usercmd.proto +38 -0
- package/protos/csgo/usermessages.proto +721 -0
- package/protos/csgo/valveextensions.proto +17 -0
- package/protos/google/protobuf/descriptor.proto +281 -0
- package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
- package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
- package/protos/steam/contenthubs.proto +41 -0
- package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
- package/protos/{enums.proto → steam/enums.proto} +444 -285
- package/protos/steam/enums_clientserver.proto +1539 -0
- package/protos/steam/enums_productinfo.proto +13 -0
- package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
- package/protos/steam/offline_ticket.proto +8 -0
- package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
- package/protos/steam/steamdatagram_messages_auth.proto +65 -0
- package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
- package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
- package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
- package/protos/steam/steammessages_auth.steamclient.proto +435 -0
- package/protos/steam/steammessages_base.proto +332 -0
- package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
- package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
- package/protos/steam/steammessages_client_objects.proto +645 -0
- package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
- package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
- package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
- package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
- package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
- package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
- package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
- package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
- package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
- package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
- package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
- package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
- package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
- package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
- package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
- package/protos/steam/steammessages_clientsettings.proto +168 -0
- package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
- package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
- package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
- package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
- package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
- package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
- package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
- package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
- package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
- package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
- package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
- package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
- package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
- package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
- package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
- package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
- package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
- package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
- package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
- package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
- package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
- package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
- package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
- package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
- package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
- package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
- package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
- package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
- package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
- package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
- package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
- package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
- package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
- package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
- package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
- package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
- package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
- package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
- package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
- package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
- package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
- package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
- package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
- package/protos/steam/steammessages_video.steamclient.proto +171 -0
- package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
- package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
- package/protos/steam/webuimessages_base.proto +24 -0
- package/protos/steam/webuimessages_gamenotes.proto +21 -0
- package/protos/steam/webuimessages_steamengine.proto +32 -0
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
- package/protos/steam/webuimessages_systemmanager.proto +17 -0
- package/protos/steam/webuimessages_transport.proto +18 -0
- package/protos/steam/webuimessages_transportvalidation.proto +97 -0
- package/protos/webui/common.proto +5508 -0
- package/protos/webui/common_base.proto +27 -0
- package/protos/webui/service_accountlinking.proto +27 -0
- package/protos/webui/service_accountprivacy.proto +42 -0
- package/protos/webui/service_auction.proto +97 -0
- package/protos/webui/service_authentication.proto +222 -0
- package/protos/webui/service_authenticationsupport.proto +74 -0
- package/protos/webui/service_broadcast.proto +562 -0
- package/protos/webui/service_chat.proto +11 -0
- package/protos/webui/service_chatroom.proto +810 -0
- package/protos/webui/service_chatusability.proto +107 -0
- package/protos/webui/service_clan.proto +41 -0
- package/protos/webui/service_clanchatrooms.proto +25 -0
- package/protos/webui/service_clanfaqs.proto +202 -0
- package/protos/webui/service_clientcomm.proto +150 -0
- package/protos/webui/service_clientmetrics.proto +63 -0
- package/protos/webui/service_cloud.proto +222 -0
- package/protos/webui/service_cloudconfigstore.proto +51 -0
- package/protos/webui/service_cloudgaming.proto +30 -0
- package/protos/webui/service_community.proto +365 -0
- package/protos/webui/service_econ.proto +134 -0
- package/protos/webui/service_embedded.proto +24 -0
- package/protos/webui/service_experimentservice.proto +6 -0
- package/protos/webui/service_fovasvideo.proto +15 -0
- package/protos/webui/service_friendmessages.proto +133 -0
- package/protos/webui/service_friendslist.proto +70 -0
- package/protos/webui/service_gamenotes.proto +15 -0
- package/protos/webui/service_helprequestlogs.proto +26 -0
- package/protos/webui/service_loyaltyrewards.proto +252 -0
- package/protos/webui/service_marketingmessages.proto +184 -0
- package/protos/webui/service_mobileapp.proto +18 -0
- package/protos/webui/service_mobileauth.proto +24 -0
- package/protos/webui/service_mobiledevice.proto +26 -0
- package/protos/webui/service_mobileperaccount.proto +31 -0
- package/protos/webui/service_news.proto +101 -0
- package/protos/webui/service_parental.proto +178 -0
- package/protos/webui/service_partnermembershipinvite.proto +29 -0
- package/protos/webui/service_partnerstorebrowse.proto +6 -0
- package/protos/webui/service_phone.proto +51 -0
- package/protos/webui/service_physicalgoods.proto +15 -0
- package/protos/webui/service_player.proto +885 -0
- package/protos/webui/service_promotioneventinvites.proto +50 -0
- package/protos/webui/service_promotionplanning.proto +72 -0
- package/protos/webui/service_publishedfile.proto +687 -0
- package/protos/webui/service_publishing.proto +119 -0
- package/protos/webui/service_quest.proto +127 -0
- package/protos/webui/service_salefeature.proto +315 -0
- package/protos/webui/service_saleitemrewards.proto +54 -0
- package/protos/webui/service_shoppingcart.proto +108 -0
- package/protos/webui/service_steamawards.proto +19 -0
- package/protos/webui/service_steamcharts.proto +75 -0
- package/protos/webui/service_steamengine.proto +36 -0
- package/protos/webui/service_steamlearn.proto +727 -0
- package/protos/webui/service_steamnotification.proto +84 -0
- package/protos/webui/service_steamtv.proto +495 -0
- package/protos/webui/service_steamvrvoicechat.proto +67 -0
- package/protos/webui/service_steamvrwebrtc.proto +48 -0
- package/protos/webui/service_storagedevicemanager.proto +104 -0
- package/protos/webui/service_store.proto +289 -0
- package/protos/webui/service_storeappsimilarity.proto +76 -0
- package/protos/webui/service_storebrowse.proto +73 -0
- package/protos/webui/service_storequery.proto +97 -0
- package/protos/webui/service_storesales.proto +15 -0
- package/protos/webui/service_storetopsellers.proto +44 -0
- package/protos/webui/service_systemmanager.proto +11 -0
- package/protos/webui/service_test_transporterror.proto +6 -0
- package/protos/webui/service_transportauth.proto +12 -0
- package/protos/webui/service_transportvalidation.proto +69 -0
- package/protos/webui/service_twofactor.proto +181 -0
- package/protos/webui/service_useraccount.proto +138 -0
- package/protos/webui/service_usergameactivity.proto +34 -0
- package/protos/webui/service_usergamenotes.proto +53 -0
- package/protos/webui/service_usernews.proto +68 -0
- package/protos/webui/service_userreviews.proto +96 -0
- package/protos/webui/service_video.proto +128 -0
- package/protos/webui/service_voicechat.proto +139 -0
- package/protos/webui/service_webrtc.proto +52 -0
- package/.idea/deployment.xml +0 -21
- package/protos/netmessages.proto +0 -491
- package/protos/network_connection.proto +0 -70
- package/protos/steamdatagram_messages.proto +0 -205
- package/protos/steammessages_auth.steamclient.proto +0 -192
- package/protos/steammessages_client_objects.proto +0 -336
- package/protos/steammessages_datapublisher.steamclient.proto +0 -67
- package/protos/steammessages_video.steamclient.proto +0 -84
@@ -0,0 +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
|
+
}
|