steamutils 1.3.64 → 1.3.66
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +12 -10
- package/index.js +96 -0
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +4 -3
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
@@ -1,6 +1,3 @@
|
|
1
|
-
import "networkbasetypes.proto";
|
2
|
-
import "cstrike15_gcmessages.proto";
|
3
|
-
|
4
1
|
enum ECstrike15UserMessages {
|
5
2
|
CS_UM_VGUIMenu = 301;
|
6
3
|
CS_UM_Geiger = 302;
|
@@ -76,7 +73,6 @@ enum ECstrike15UserMessages {
|
|
76
73
|
CS_UM_RoundEndReportData = 379;
|
77
74
|
CS_UM_CurrentRoundOdds = 380;
|
78
75
|
CS_UM_DeepStats = 381;
|
79
|
-
CS_UM_UtilMsg = 382;
|
80
76
|
CS_UM_ShootInfo = 383;
|
81
77
|
}
|
82
78
|
|
package/protos/csgo/demo.proto
CHANGED
@@ -67,7 +67,12 @@ message CGameInfo {
|
|
67
67
|
optional uint32 end_time = 11;
|
68
68
|
}
|
69
69
|
|
70
|
+
message CCSGameInfo {
|
71
|
+
repeated int32 round_start_ticks = 1;
|
72
|
+
}
|
73
|
+
|
70
74
|
optional .CGameInfo.CDotaGameInfo dota = 4;
|
75
|
+
optional .CGameInfo.CCSGameInfo cs = 5;
|
71
76
|
}
|
72
77
|
|
73
78
|
message CDemoFileInfo {
|
@@ -204,11 +204,6 @@ message CMsgGCGiftedItems {
|
|
204
204
|
repeated uint32 recipients_accountids = 5;
|
205
205
|
}
|
206
206
|
|
207
|
-
message CMsgApplyAutograph {
|
208
|
-
optional uint64 autograph_item_id = 1;
|
209
|
-
optional uint64 item_item_id = 2;
|
210
|
-
}
|
211
|
-
|
212
207
|
message CMsgCasketItem {
|
213
208
|
optional uint64 casket_item_id = 1;
|
214
209
|
optional uint64 item_item_id = 2;
|
@@ -222,7 +217,3 @@ message CMsgGCItemCustomizationNotification {
|
|
222
217
|
repeated uint64 item_id = 1;
|
223
218
|
optional uint32 request = 2;
|
224
219
|
}
|
225
|
-
|
226
|
-
message CAttribute_String {
|
227
|
-
optional string value = 1;
|
228
|
-
}
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import "steammessages.proto";
|
2
|
-
|
3
1
|
enum GCClientLauncherType {
|
4
2
|
GCClientLauncherType_DEFAULT = 0;
|
5
3
|
GCClientLauncherType_PERFECTWORLD = 1;
|
6
4
|
GCClientLauncherType_STEAMCHINA = 2;
|
5
|
+
GCClientLauncherType_SOURCE2 = 3;
|
7
6
|
}
|
8
7
|
|
9
8
|
enum GCConnectionStatus {
|
@@ -162,6 +161,7 @@ message CMsgServerHello {
|
|
162
161
|
optional bytes legacy_steamdatagram_routing = 6;
|
163
162
|
optional uint32 required_internal_addr = 7;
|
164
163
|
optional bytes steamdatagram_login = 8;
|
164
|
+
optional uint32 socache_control = 9;
|
165
165
|
}
|
166
166
|
|
167
167
|
message CMsgClientWelcome {
|
@@ -230,6 +230,7 @@ message CCommunity_GetGamePersonalDataEntries_Response {
|
|
230
230
|
optional uint32 gceresult = 1;
|
231
231
|
repeated string entries = 2;
|
232
232
|
optional string continue_token = 3;
|
233
|
+
optional string continue_text = 4;
|
233
234
|
}
|
234
235
|
|
235
236
|
message CCommunity_TerminateGamePersonalDataEntries_Request {
|
@@ -56,6 +56,7 @@ enum SVC_Messages {
|
|
56
56
|
enum VoiceDataFormat_t {
|
57
57
|
VOICEDATA_FORMAT_STEAM = 0;
|
58
58
|
VOICEDATA_FORMAT_ENGINE = 1;
|
59
|
+
VOICEDATA_FORMAT_OPUS = 2;
|
59
60
|
}
|
60
61
|
|
61
62
|
enum RequestPause_t {
|
@@ -132,6 +133,9 @@ message CMsgVoiceAudio {
|
|
132
133
|
optional uint32 section_number = 4;
|
133
134
|
optional uint32 sample_rate = 5;
|
134
135
|
optional uint32 uncompressed_sample_offset = 6;
|
136
|
+
optional uint32 num_packets = 7;
|
137
|
+
repeated uint32 packet_offsets = 8 [packed = true];
|
138
|
+
optional float voice_level = 9;
|
135
139
|
}
|
136
140
|
|
137
141
|
message CCLCMsg_VoiceData {
|
@@ -185,9 +189,6 @@ message CCLCMsg_ServerStatus {
|
|
185
189
|
optional bool simplified = 1;
|
186
190
|
}
|
187
191
|
|
188
|
-
message CCLCMsg_ServerPing {
|
189
|
-
}
|
190
|
-
|
191
192
|
message CCLCMsg_RequestPause {
|
192
193
|
optional .RequestPause_t pause_type = 1 [default = RP_PAUSE];
|
193
194
|
optional int32 pause_group = 2;
|
@@ -368,9 +369,14 @@ message CSVCMsg_PacketEntities {
|
|
368
369
|
optional int32 baseline_index = 2;
|
369
370
|
}
|
370
371
|
|
372
|
+
message non_transmitted_entities_t {
|
373
|
+
optional int32 header_count = 1;
|
374
|
+
optional bytes data = 2;
|
375
|
+
}
|
376
|
+
|
371
377
|
optional int32 max_entries = 1;
|
372
378
|
optional int32 updated_entries = 2;
|
373
|
-
optional bool
|
379
|
+
optional bool legacy_is_delta = 3;
|
374
380
|
optional bool update_baseline = 4;
|
375
381
|
optional int32 baseline = 5;
|
376
382
|
optional int32 delta_from = 6;
|
@@ -378,11 +384,16 @@ message CSVCMsg_PacketEntities {
|
|
378
384
|
optional bool pending_full_frame = 8;
|
379
385
|
optional uint32 active_spawngroup_handle = 9;
|
380
386
|
optional uint32 max_spawngroup_creationsequence = 10;
|
381
|
-
optional uint32
|
387
|
+
optional uint32 last_cmd_number_executed = 11;
|
388
|
+
optional sint32 last_cmd_number_recv_delta = 17;
|
382
389
|
optional uint32 server_tick = 12;
|
383
390
|
optional bytes serialized_entities = 13;
|
384
391
|
optional .CSVCMsg_PacketEntities.command_queue_info_t command_queue_info = 14;
|
385
392
|
repeated .CSVCMsg_PacketEntities.alternate_baseline_t alternate_baselines = 15;
|
393
|
+
optional uint32 has_pvs_vis_bits = 16;
|
394
|
+
optional uint32 last_cmd_recv_margin = 18;
|
395
|
+
optional .CSVCMsg_PacketEntities.non_transmitted_entities_t non_transmitted_entities = 19;
|
396
|
+
optional bytes dev_padding = 999;
|
386
397
|
}
|
387
398
|
|
388
399
|
message CSVCMsg_TempEntities {
|
@@ -493,6 +504,7 @@ message ProtoFlattenedSerializerField_t {
|
|
493
504
|
optional int32 send_node_sym = 9;
|
494
505
|
optional int32 var_encoder_sym = 10;
|
495
506
|
repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
|
507
|
+
optional int32 var_serializer_sym = 12;
|
496
508
|
}
|
497
509
|
|
498
510
|
message ProtoFlattenedSerializer_t {
|
@@ -531,10 +543,12 @@ message CMsgServerNetworkStats {
|
|
531
543
|
message Player {
|
532
544
|
optional uint64 steamid = 1;
|
533
545
|
optional string remote_addr = 2;
|
534
|
-
optional int32 ping_stddev_ms = 3;
|
535
546
|
optional int32 ping_avg_ms = 4;
|
536
547
|
optional float packet_loss_pct = 5;
|
537
548
|
optional bool is_bot = 6;
|
549
|
+
optional float loss_in = 7;
|
550
|
+
optional float loss_out = 8;
|
551
|
+
optional int32 engine_latency_ms = 9;
|
538
552
|
}
|
539
553
|
|
540
554
|
optional bool dedicated = 1;
|
@@ -549,8 +563,8 @@ message CMsgServerNetworkStats {
|
|
549
563
|
optional int32 num_tv_relays = 11;
|
550
564
|
optional float fps = 12;
|
551
565
|
repeated .CMsgServerNetworkStats.Port ports = 17;
|
552
|
-
optional float
|
553
|
-
optional float
|
566
|
+
optional float avg_ping_ms = 18;
|
567
|
+
optional float avg_engine_latency_out = 19;
|
554
568
|
optional float avg_packets_out = 20;
|
555
569
|
optional float avg_packets_in = 21;
|
556
570
|
optional float avg_loss_out = 22;
|
@@ -119,6 +119,8 @@ message CNETMsg_Tick {
|
|
119
119
|
optional uint32 host_loss = 7;
|
120
120
|
optional uint32 host_unfiltered_frametime = 8;
|
121
121
|
optional uint32 hltv_replay_flags = 9;
|
122
|
+
optional uint32 expected_long_tick = 10;
|
123
|
+
optional string expected_long_tick_reason = 11;
|
122
124
|
}
|
123
125
|
|
124
126
|
message CNETMsg_StringCmd {
|
@@ -443,7 +443,28 @@ message CMsgGCGetPartnerAccountLink_Response {
|
|
443
443
|
optional bool is_adult = 5;
|
444
444
|
}
|
445
445
|
|
446
|
+
message CMsgGCAddressMask {
|
447
|
+
optional fixed32 ipv4 = 1;
|
448
|
+
optional uint32 maskbits = 2 [default = 32];
|
449
|
+
}
|
450
|
+
|
451
|
+
message CMsgGCAddressMaskGroup {
|
452
|
+
repeated .CMsgGCAddressMask addrs = 1;
|
453
|
+
}
|
454
|
+
|
446
455
|
message CMsgGCRoutingInfo {
|
456
|
+
message TokenBucketConfiguration {
|
457
|
+
optional int32 tokens_start = 1;
|
458
|
+
optional int32 tokens_grant = 2;
|
459
|
+
optional int32 grant_seconds = 3;
|
460
|
+
}
|
461
|
+
|
462
|
+
message PolicyRule {
|
463
|
+
optional int32 account_type = 1;
|
464
|
+
optional int32 address_mask_group_id = 2;
|
465
|
+
optional .CMsgGCRoutingInfo.TokenBucketConfiguration token_bucket = 3;
|
466
|
+
}
|
467
|
+
|
447
468
|
enum RoutingMethod {
|
448
469
|
RANDOM = 0;
|
449
470
|
DISCARD = 1;
|
@@ -457,6 +478,7 @@ message CMsgGCRoutingInfo {
|
|
457
478
|
optional .CMsgGCRoutingInfo.RoutingMethod fallback = 3 [default = DISCARD];
|
458
479
|
optional uint32 protobuf_field = 4;
|
459
480
|
optional string webapi_param = 5;
|
481
|
+
repeated .CMsgGCRoutingInfo.PolicyRule policy_rules = 6;
|
460
482
|
}
|
461
483
|
|
462
484
|
message CMsgGCMsgMasterSetWebAPIRouting {
|
@@ -476,6 +498,7 @@ message CMsgGCMsgMasterSetClientMsgRouting {
|
|
476
498
|
}
|
477
499
|
|
478
500
|
repeated .CMsgGCMsgMasterSetClientMsgRouting.Entry entries = 1;
|
501
|
+
repeated .CMsgGCAddressMaskGroup address_mask_groups = 2;
|
479
502
|
}
|
480
503
|
|
481
504
|
message CMsgGCMsgMasterSetWebAPIRouting_Response {
|
@@ -10,6 +10,8 @@ message CSubtickMoveStep {
|
|
10
10
|
optional uint64 button = 1;
|
11
11
|
optional bool pressed = 2;
|
12
12
|
optional float when = 3;
|
13
|
+
optional float analog_forward_delta = 4;
|
14
|
+
optional float analog_left_delta = 5;
|
13
15
|
}
|
14
16
|
|
15
17
|
message CBaseUserCmdPB {
|
@@ -25,7 +27,6 @@ message CBaseUserCmdPB {
|
|
25
27
|
optional int32 random_seed = 10;
|
26
28
|
optional int32 mousedx = 11;
|
27
29
|
optional int32 mousedy = 12;
|
28
|
-
optional bool hasbeenpredicted = 13;
|
29
30
|
optional uint32 pawn_entity_handle = 14 [default = 16777215];
|
30
31
|
repeated .CSubtickMoveStep subtick_moves = 18;
|
31
32
|
optional bytes move_crc = 19;
|
@@ -19,6 +19,7 @@ enum EBaseUserMessages {
|
|
19
19
|
UM_SayTextChannel = 119;
|
20
20
|
UM_Shake = 120;
|
21
21
|
UM_ShakeDir = 121;
|
22
|
+
UM_WaterShake = 122;
|
22
23
|
UM_TextMsg = 124;
|
23
24
|
UM_ScreenTilt = 125;
|
24
25
|
UM_VoiceMask = 128;
|
@@ -163,6 +164,13 @@ message CUserMessageShakeDir {
|
|
163
164
|
optional .CMsgVector direction = 2;
|
164
165
|
}
|
165
166
|
|
167
|
+
message CUserMessageWaterShake {
|
168
|
+
optional uint32 command = 1;
|
169
|
+
optional float amplitude = 2;
|
170
|
+
optional float frequency = 3;
|
171
|
+
optional float duration = 4;
|
172
|
+
}
|
173
|
+
|
166
174
|
message CUserMessageScreenTilt {
|
167
175
|
optional uint32 command = 1;
|
168
176
|
optional bool ease_in_out = 2;
|
@@ -334,6 +342,8 @@ message CUserMsg_ParticleManager {
|
|
334
342
|
optional bool apply_voice_ban_rules = 5;
|
335
343
|
optional int32 team_behavior = 6;
|
336
344
|
optional string control_point_configuration = 7;
|
345
|
+
optional bool cluster = 8;
|
346
|
+
optional float endcap_time = 9;
|
337
347
|
}
|
338
348
|
|
339
349
|
message DestroyParticle {
|
@@ -634,6 +644,13 @@ message CUserMessage_DllStatus {
|
|
634
644
|
optional string string_value = 4;
|
635
645
|
}
|
636
646
|
|
647
|
+
message CModule {
|
648
|
+
optional uint64 base_addr = 1;
|
649
|
+
optional string name = 2;
|
650
|
+
optional uint32 size = 3;
|
651
|
+
optional uint32 timestamp = 4;
|
652
|
+
}
|
653
|
+
|
637
654
|
optional string file_report = 1;
|
638
655
|
optional string command_line = 2;
|
639
656
|
optional uint32 total_files = 3;
|
@@ -641,6 +658,7 @@ message CUserMessage_DllStatus {
|
|
641
658
|
optional int32 osversion = 5;
|
642
659
|
optional uint64 client_time = 6;
|
643
660
|
repeated .CUserMessage_DllStatus.CVDiagnostic diagnostics = 7;
|
661
|
+
repeated .CUserMessage_DllStatus.CModule modules = 8;
|
644
662
|
}
|
645
663
|
|
646
664
|
message CUserMessageRequestInventory {
|
@@ -675,6 +693,7 @@ message CUserMessage_Inventory_Response {
|
|
675
693
|
optional int32 inv_type = 11;
|
676
694
|
optional int32 build_version = 12;
|
677
695
|
optional int32 instance = 13;
|
696
|
+
optional int64 start_time = 15;
|
678
697
|
}
|
679
698
|
|
680
699
|
message CUserMessageRequestDiagnostic {
|
@@ -690,6 +709,8 @@ message CUserMessageRequestDiagnostic {
|
|
690
709
|
optional int64 detail = 9;
|
691
710
|
optional string name = 10;
|
692
711
|
optional string alias = 11;
|
712
|
+
optional bytes vardetail = 12;
|
713
|
+
optional int32 context = 13;
|
693
714
|
}
|
694
715
|
|
695
716
|
repeated .CUserMessageRequestDiagnostic.Diagnostic diagnostics = 1;
|
@@ -705,11 +726,21 @@ message CUserMessage_Diagnostic_Response {
|
|
705
726
|
optional int64 base = 6;
|
706
727
|
optional int64 range = 7;
|
707
728
|
optional int32 type = 8;
|
729
|
+
optional string name = 10;
|
730
|
+
optional string alias = 11;
|
731
|
+
optional bytes backup = 12;
|
732
|
+
optional int32 context = 13;
|
733
|
+
optional int64 control = 14;
|
734
|
+
optional int64 augment = 15;
|
735
|
+
optional int64 placebo = 16;
|
708
736
|
}
|
709
737
|
|
710
738
|
repeated .CUserMessage_Diagnostic_Response.Diagnostic diagnostics = 1;
|
711
739
|
optional int32 build_version = 2;
|
712
740
|
optional int32 instance = 3;
|
741
|
+
optional int64 start_time = 4;
|
742
|
+
optional int32 osversion = 5;
|
743
|
+
optional int32 platform = 6;
|
713
744
|
}
|
714
745
|
|
715
746
|
message CUserMessage_ExtraUserData {
|
package/protos/steam/enums.proto
CHANGED
@@ -59,9 +59,10 @@ enum EPersonaStateFlag {
|
|
59
59
|
|
60
60
|
enum EContentCheckProvider {
|
61
61
|
k_EContentCheckProvider_Invalid = 0;
|
62
|
-
|
62
|
+
k_EContentCheckProvider_Google_DEPRECATED = 1;
|
63
63
|
k_EContentCheckProvider_Amazon = 2;
|
64
64
|
k_EContentCheckProvider_Local = 3;
|
65
|
+
k_EContentCheckProvider_GoogleVertexAI = 4;
|
65
66
|
}
|
66
67
|
|
67
68
|
enum EProfileCustomizationType {
|
@@ -130,6 +131,12 @@ enum ESystemFanControlMode {
|
|
130
131
|
k_SystemFanControlMode_Default = 2;
|
131
132
|
}
|
132
133
|
|
134
|
+
enum EStartupMovieVariant {
|
135
|
+
k_EStartupMovieVariant_Invalid = 0;
|
136
|
+
k_EStartupMovieVariant_Default = 1;
|
137
|
+
k_EStartupMovieVariant_Orange = 2;
|
138
|
+
}
|
139
|
+
|
133
140
|
enum EColorGamutLabelSet {
|
134
141
|
k_ColorGamutLabelSet_Default = 0;
|
135
142
|
k_ColorGamutLabelSet_sRGB_Native = 1;
|
@@ -233,6 +240,29 @@ enum ESplitScalingScaler {
|
|
233
240
|
k_ESplitScalingScaler_Stretch = 5;
|
234
241
|
}
|
235
242
|
|
243
|
+
enum EGamescopeBlurMode {
|
244
|
+
k_EGamescopeBlurMode_Disabled = 0;
|
245
|
+
k_EGamescopeBlurMode_IfOccluded = 1;
|
246
|
+
k_EGamescopeBlurMode_Always = 2;
|
247
|
+
}
|
248
|
+
|
249
|
+
enum ESLSHelper {
|
250
|
+
k_ESLSHelper_Invalid = 0;
|
251
|
+
k_ESLSHelper_Minidump = 1;
|
252
|
+
k_ESLSHelper_Kdump = 2;
|
253
|
+
k_ESLSHelper_Journal = 3;
|
254
|
+
k_ESLSHelper_Gpu = 4;
|
255
|
+
k_ESLSHelper_SystemInfo = 5;
|
256
|
+
}
|
257
|
+
|
258
|
+
enum EHDRVisualization {
|
259
|
+
k_EHDRVisualization_None = 0;
|
260
|
+
k_EHDRVisualization_Heatmap = 1;
|
261
|
+
k_EHDRVisualization_Analysis = 2;
|
262
|
+
k_EHDRVisualization_HeatmapExtended = 3;
|
263
|
+
k_EHDRVisualization_HeatmapClassic = 4;
|
264
|
+
}
|
265
|
+
|
236
266
|
enum EHDRToneMapOperator {
|
237
267
|
k_EHDRToneMapOperator_Invalid = 0;
|
238
268
|
k_EHDRToneMapOperator_Uncharted = 1;
|
@@ -311,6 +341,14 @@ enum ESteamDeckCompatibilityResultDisplayType {
|
|
311
341
|
k_ESteamDeckCompatibilityResultDisplayType_Verified = 4;
|
312
342
|
}
|
313
343
|
|
344
|
+
enum ESteamDeckCompatibilityTestResult {
|
345
|
+
k_ESteamDeckCompatibilityTestResult_Invalid = 0;
|
346
|
+
k_ESteamDeckCompatibilityTestResult_NotApplicable = 1;
|
347
|
+
k_ESteamDeckCompatibilityTestResult_Pass = 2;
|
348
|
+
k_ESteamDeckCompatibilityTestResult_Fail = 3;
|
349
|
+
k_ESteamDeckCompatibilityTestResult_FailMinor = 4;
|
350
|
+
}
|
351
|
+
|
314
352
|
enum EACState {
|
315
353
|
k_EACState_Unknown = 0;
|
316
354
|
k_EACState_Disconnected = 1;
|
@@ -442,3 +480,22 @@ enum ECloudGamingPlatform {
|
|
442
480
|
k_ECloudGamingPlatformValve = 1;
|
443
481
|
k_ECloudGamingPlatformNVIDIA = 2;
|
444
482
|
}
|
483
|
+
|
484
|
+
enum ECompromiseDetectionType {
|
485
|
+
k_ECompromiseDetectionType_None = 0;
|
486
|
+
k_ECompromiseDetectionType_TradeEvent = 1;
|
487
|
+
k_ECompromiseDetectionType_ApiCallRate = 2;
|
488
|
+
}
|
489
|
+
|
490
|
+
enum EAsyncGameSessionUserState {
|
491
|
+
k_EAsyncGameSessionUserStateUnknown = -1;
|
492
|
+
k_EAsyncGameSessionUserStateWaitingForOthers = 0;
|
493
|
+
k_EAsyncGameSessionUserStateReadyForAction = 1;
|
494
|
+
k_EAsyncGameSessionUserStateDone = 2;
|
495
|
+
}
|
496
|
+
|
497
|
+
enum EAsyncGameSessionUserVisibility {
|
498
|
+
k_EAsyncGameSessionUserVisibilityEnvelopeAndSessionList = 0;
|
499
|
+
k_EAsyncGameSessionUserVisibilitySessionListOnly = 1;
|
500
|
+
k_EAsyncGameSessionUserVisibilityDismissed = 2;
|
501
|
+
}
|
@@ -119,8 +119,6 @@ enum EMsg {
|
|
119
119
|
k_EMsgAMCancelLicense = 511;
|
120
120
|
k_EMsgAMInitPurchase = 512;
|
121
121
|
k_EMsgAMPurchaseResponse = 513;
|
122
|
-
k_EMsgAMGetFinalPrice = 514;
|
123
|
-
k_EMsgAMGetFinalPriceResponse = 515;
|
124
122
|
k_EMsgAMGetLegacyGameKey = 516;
|
125
123
|
k_EMsgAMGetLegacyGameKeyResponse = 517;
|
126
124
|
k_EMsgAMFindHungTransactions = 518;
|
@@ -489,9 +487,6 @@ enum EMsg {
|
|
489
487
|
k_EMsgBaseDP = 1600;
|
490
488
|
k_EMsgDPSetPublishingState = 1601;
|
491
489
|
k_EMsgDPUniquePlayersStat = 1603;
|
492
|
-
k_EMsgDPStreamingUniquePlayersStat = 1604;
|
493
|
-
k_EMsgDPBlockingStats = 1607;
|
494
|
-
k_EMsgDPNatTraversalStats = 1608;
|
495
490
|
k_EMsgDPCloudStats = 1612;
|
496
491
|
k_EMsgDPGetPlayerCount = 1615;
|
497
492
|
k_EMsgDPGetPlayerCountResponse = 1616;
|
@@ -594,7 +589,6 @@ enum EMsg {
|
|
594
589
|
k_EMsgBaseAMRange2 = 4000;
|
595
590
|
k_EMsgAMCreateChat = 4001;
|
596
591
|
k_EMsgAMCreateChatResponse = 4002;
|
597
|
-
k_EMsgAMSetProfileURL = 4005;
|
598
592
|
k_EMsgAMGetAccountEmailAddress = 4006;
|
599
593
|
k_EMsgAMGetAccountEmailAddressResponse = 4007;
|
600
594
|
k_EMsgAMRequestClanData = 4008;
|
@@ -695,7 +689,6 @@ enum EMsg {
|
|
695
689
|
k_EMsgAMSetUserNewsSubscriptions = 4149;
|
696
690
|
k_EMsgAMSendQueuedEmails = 4152;
|
697
691
|
k_EMsgAMSetLicenseFlags = 4153;
|
698
|
-
k_EMsgCommunityDeleteUserNews = 4155;
|
699
692
|
k_EMsgAMGetAccountStatus = 4158;
|
700
693
|
k_EMsgAMGetAccountStatusResponse = 4159;
|
701
694
|
k_EMsgAMEditBanReason = 4160;
|
@@ -890,23 +883,9 @@ enum EMsg {
|
|
890
883
|
k_EMsgPSGetAccountCartContents = 5013;
|
891
884
|
k_EMsgPSGetAccountCartContentsResponse = 5014;
|
892
885
|
k_EMsgBaseUFSRange = 5200;
|
893
|
-
k_EMsgClientUFSUploadFileRequest = 5202;
|
894
|
-
k_EMsgClientUFSUploadFileResponse = 5203;
|
895
|
-
k_EMsgClientUFSUploadFileChunk = 5204;
|
896
|
-
k_EMsgClientUFSUploadFileFinished = 5205;
|
897
|
-
k_EMsgClientUFSGetFileListForApp = 5206;
|
898
|
-
k_EMsgClientUFSGetFileListForAppResponse = 5207;
|
899
|
-
k_EMsgClientUFSDownloadRequest = 5210;
|
900
|
-
k_EMsgClientUFSDownloadResponse = 5211;
|
901
|
-
k_EMsgClientUFSDownloadChunk = 5212;
|
902
|
-
k_EMsgClientUFSLoginRequest = 5213;
|
903
|
-
k_EMsgClientUFSLoginResponse = 5214;
|
904
886
|
k_EMsgUFSReloadPartitionInfo = 5215;
|
905
|
-
k_EMsgClientUFSTransferHeartbeat = 5216;
|
906
887
|
k_EMsgUFSSynchronizeFile = 5217;
|
907
888
|
k_EMsgUFSSynchronizeFileResponse = 5218;
|
908
|
-
k_EMsgClientUFSDeleteFileRequest = 5219;
|
909
|
-
k_EMsgClientUFSDeleteFileResponse = 5220;
|
910
889
|
k_EMsgClientUFSGetUGCDetails = 5226;
|
911
890
|
k_EMsgClientUFSGetUGCDetailsResponse = 5227;
|
912
891
|
k_EMsgUFSUpdateFileFlags = 5228;
|
@@ -932,8 +911,6 @@ enum EMsg {
|
|
932
911
|
k_EMsgUFSDownloadFinishRequest = 5248;
|
933
912
|
k_EMsgUFSDownloadFinishResponse = 5249;
|
934
913
|
k_EMsgUFSFlushURLCache = 5250;
|
935
|
-
k_EMsgClientUFSUploadCommit = 5251;
|
936
|
-
k_EMsgClientUFSUploadCommitResponse = 5252;
|
937
914
|
k_EMsgUFSMigrateFileAppID = 5253;
|
938
915
|
k_EMsgUFSMigrateFileAppIDResponse = 5254;
|
939
916
|
k_EMsgBaseClient2 = 5400;
|
@@ -984,7 +961,7 @@ enum EMsg {
|
|
984
961
|
k_EMsgClientResetForgottenPassword3 = 5460;
|
985
962
|
k_EMsgClientRequestForgottenPasswordEmail3 = 5461;
|
986
963
|
k_EMsgClientNewLoginKey = 5463;
|
987
|
-
|
964
|
+
k_EMsgClientNewLoginKeyAccepted_Deprecated = 5464;
|
988
965
|
k_EMsgClientLogOnWithHash_Deprecated = 5465;
|
989
966
|
k_EMsgClientStoreUserStats2 = 5466;
|
990
967
|
k_EMsgClientStatsUpdated = 5467;
|
@@ -1325,15 +1302,6 @@ enum EMsg {
|
|
1325
1302
|
k_EMsgClientUGSGetGlobalStatsResponse = 7902;
|
1326
1303
|
k_EMsgStoreBase = 8000;
|
1327
1304
|
k_EMsgUMQBase = 8100;
|
1328
|
-
k_EMsgUMQLogonRequest = 8100;
|
1329
|
-
k_EMsgUMQLogonResponse = 8101;
|
1330
|
-
k_EMsgUMQLogoffRequest = 8102;
|
1331
|
-
k_EMsgUMQLogoffResponse = 8103;
|
1332
|
-
k_EMsgUMQSendChatMessage = 8104;
|
1333
|
-
k_EMsgUMQIncomingChatMessage = 8105;
|
1334
|
-
k_EMsgUMQPoll = 8106;
|
1335
|
-
k_EMsgUMQPollResults = 8107;
|
1336
|
-
k_EMsgUMQ2AM_ClientMsgBatch = 8108;
|
1337
1305
|
k_EMsgWorkshopBase = 8200;
|
1338
1306
|
k_EMsgWebAPIBase = 8300;
|
1339
1307
|
k_EMsgWebAPIValidateOAuth2Token = 8300;
|
@@ -1418,7 +1386,6 @@ enum EMsg {
|
|
1418
1386
|
k_EMsgSLCSharedLicensesLockStatus = 9402;
|
1419
1387
|
k_EMsgClientSharedLibraryLockStatus = 9405;
|
1420
1388
|
k_EMsgClientSharedLibraryStopPlaying = 9406;
|
1421
|
-
k_EMsgSLCOwnerLibraryChanged = 9407;
|
1422
1389
|
k_EMsgSLCSharedLibraryChanged = 9408;
|
1423
1390
|
k_EMsgRemoteClientBase = 9500;
|
1424
1391
|
k_EMsgRemoteClientAuth_OBSOLETE = 9500;
|
@@ -1483,6 +1450,8 @@ enum EMsg {
|
|
1483
1450
|
k_EMsgWGConnectionValidateUserTokenResponse = 12202;
|
1484
1451
|
k_EMsgWGConnectionLegacyWGRequest = 12203;
|
1485
1452
|
k_EMsgWGConnectionLegacyWGResponse = 12204;
|
1453
|
+
k_EMsgClientPendingGameLaunch = 12300;
|
1454
|
+
k_EMsgClientPendingGameLaunchResponse = 12301;
|
1486
1455
|
}
|
1487
1456
|
|
1488
1457
|
enum EClientPersonaStateFlag {
|
@@ -637,6 +637,7 @@ message CMsgSetCookie {
|
|
637
637
|
optional uint32 expires = 5;
|
638
638
|
optional bool secure = 6;
|
639
639
|
optional bool httponly = 7;
|
640
|
+
optional int32 samesite = 8;
|
640
641
|
}
|
641
642
|
|
642
643
|
message CMsgSetTargetFrameRate {
|
@@ -813,6 +814,14 @@ message CMsgJSExecuteCallback {
|
|
813
814
|
repeated .CMsgJSValue arguments = 4;
|
814
815
|
}
|
815
816
|
|
817
|
+
message CMsgJSExecutePromise {
|
818
|
+
optional uint32 browser_handle = 1;
|
819
|
+
optional uint32 owning_browser_handle = 2;
|
820
|
+
optional uint64 promise_handle = 3;
|
821
|
+
optional string reject_reason = 4;
|
822
|
+
optional .CMsgJSValue argument = 5;
|
823
|
+
}
|
824
|
+
|
816
825
|
message CMsgJSReleaseCallback {
|
817
826
|
optional uint32 browser_handle = 1;
|
818
827
|
optional uint32 owning_browser_handle = 2;
|
@@ -1025,3 +1034,6 @@ message CMsgSetVRKeyboardVisibility {
|
|
1025
1034
|
optional uint32 browser_handle = 1;
|
1026
1035
|
optional bool visible = 2;
|
1027
1036
|
}
|
1037
|
+
|
1038
|
+
message CMsgRestartJSContext {
|
1039
|
+
}
|
@@ -63,7 +63,6 @@ message CMsgSteamDatagramRouterPingReply {
|
|
63
63
|
message AltAddress {
|
64
64
|
enum Protocol {
|
65
65
|
DefaultProtocol = 0;
|
66
|
-
NetworkNext = 1;
|
67
66
|
}
|
68
67
|
|
69
68
|
optional fixed32 ipv4 = 1;
|
@@ -129,6 +128,7 @@ message CMsgSteamDatagramGameserverPingReplyData {
|
|
129
128
|
optional string build = 9;
|
130
129
|
optional uint64 network_config_version = 10;
|
131
130
|
optional fixed32 my_unix_time = 11;
|
131
|
+
optional bytes routing_blob = 12;
|
132
132
|
}
|
133
133
|
|
134
134
|
message CMsgSteamDatagramNoSessionRelayToClient {
|
@@ -112,8 +112,8 @@ message CAccountHardware_VRCompatibilityCheck_Request {
|
|
112
112
|
optional string value = 2;
|
113
113
|
}
|
114
114
|
|
115
|
-
optional string product_name = 1
|
116
|
-
repeated .CAccountHardware_VRCompatibilityCheck_Request.Pair values = 2
|
115
|
+
optional string product_name = 1;
|
116
|
+
repeated .CAccountHardware_VRCompatibilityCheck_Request.Pair values = 2;
|
117
117
|
}
|
118
118
|
|
119
119
|
message CAccountHardware_VRCompatibilityCheck_Response {
|
@@ -123,13 +123,13 @@ message CAccountHardware_VRCompatibilityCheck_Response {
|
|
123
123
|
}
|
124
124
|
|
125
125
|
message ComponentDisplay {
|
126
|
-
optional string name = 1
|
127
|
-
optional string image = 2
|
128
|
-
optional string value = 3
|
126
|
+
optional string name = 1;
|
127
|
+
optional string image = 2;
|
128
|
+
optional string value = 3;
|
129
129
|
}
|
130
130
|
|
131
|
-
repeated .CAccountHardware_VRCompatibilityCheck_Response.Pair values = 1
|
132
|
-
repeated .CAccountHardware_VRCompatibilityCheck_Response.ComponentDisplay components = 2
|
131
|
+
repeated .CAccountHardware_VRCompatibilityCheck_Response.Pair values = 1;
|
132
|
+
repeated .CAccountHardware_VRCompatibilityCheck_Response.ComponentDisplay components = 2;
|
133
133
|
}
|
134
134
|
|
135
135
|
message CAccountHardware_RegisterValveIndexComponent_Request {
|
@@ -153,49 +153,15 @@ message CAccountHardware_GetSteamDeckComponents_Response {
|
|
153
153
|
}
|
154
154
|
|
155
155
|
service AccountHardware {
|
156
|
-
|
157
|
-
|
158
|
-
rpc
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
rpc
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
rpc
|
167
|
-
option (method_description) = "Sends back a list of accounts registered to a controller.";
|
168
|
-
}
|
169
|
-
|
170
|
-
rpc SetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerSetConfig_Request) returns (.CAccountHardware_SteamControllerSetConfig_Response) {
|
171
|
-
option (method_description) = "Sets a desired controller config for an app";
|
172
|
-
}
|
173
|
-
|
174
|
-
rpc GetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerGetConfig_Request) returns (.CAccountHardware_SteamControllerGetConfig_Response) {
|
175
|
-
option (method_description) = "Gets a desired controller config for an app";
|
176
|
-
}
|
177
|
-
|
178
|
-
rpc DeRegisterSteamController (.CAccountHardware_DeRegisterSteamController_Request) returns (.CAccountHardware_DeRegisterSteamController_Response) {
|
179
|
-
option (method_description) = "De registers a controller";
|
180
|
-
}
|
181
|
-
|
182
|
-
rpc SetControllerPersonalizationFile (.CAccountHardware_SetPersonalizationFile_Request) returns (.CAccountHardware_SetPersonalizationFile_Response) {
|
183
|
-
option (method_description) = "Stores the file ID of the personalization file";
|
184
|
-
}
|
185
|
-
|
186
|
-
rpc GetControllerPersonalizationFile (.CAccountHardware_GetPersonalizationFile_Request) returns (.CAccountHardware_GetPersonalizationFile_Response) {
|
187
|
-
option (method_description) = "Gets the file ID of the personalization file";
|
188
|
-
}
|
189
|
-
|
190
|
-
rpc VRCompatibilityCheck (.CAccountHardware_VRCompatibilityCheck_Request) returns (.CAccountHardware_VRCompatibilityCheck_Response) {
|
191
|
-
option (method_description) = "Check system info for compatibility with VR";
|
192
|
-
}
|
193
|
-
|
194
|
-
rpc RegisterValveIndexComponent (.CAccountHardware_RegisterValveIndexComponent_Request) returns (.CAccountHardware_RegisterValveIndexComponent_Response) {
|
195
|
-
option (method_description) = "Registers a valve index component to a customer";
|
196
|
-
}
|
197
|
-
|
198
|
-
rpc GetSteamDeckComponents (.CAccountHardware_GetSteamDeckComponents_Request) returns (.CAccountHardware_GetSteamDeckComponents_Response) {
|
199
|
-
option (method_description) = "Returns the components that went into the given Steam Deck";
|
200
|
-
}
|
156
|
+
rpc RegisterSteamController (.CAccountHardware_RegisterSteamController_Request) returns (.CAccountHardware_RegisterSteamController_Response);
|
157
|
+
rpc CompleteSteamControllerRegistration (.CAccountHardware_CompleteSteamControllerRegistration_Request) returns (.CAccountHardware_CompleteSteamControllerRegistration_Response);
|
158
|
+
rpc QueryAccountsRegisteredToController (.CAccountHardware_QueryAccountsRegisteredToSerial_Request) returns (.CAccountHardware_QueryAccountsRegisteredToSerial_Response);
|
159
|
+
rpc SetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerSetConfig_Request) returns (.CAccountHardware_SteamControllerSetConfig_Response);
|
160
|
+
rpc GetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerGetConfig_Request) returns (.CAccountHardware_SteamControllerGetConfig_Response);
|
161
|
+
rpc DeRegisterSteamController (.CAccountHardware_DeRegisterSteamController_Request) returns (.CAccountHardware_DeRegisterSteamController_Response);
|
162
|
+
rpc SetControllerPersonalizationFile (.CAccountHardware_SetPersonalizationFile_Request) returns (.CAccountHardware_SetPersonalizationFile_Response);
|
163
|
+
rpc GetControllerPersonalizationFile (.CAccountHardware_GetPersonalizationFile_Request) returns (.CAccountHardware_GetPersonalizationFile_Response);
|
164
|
+
rpc VRCompatibilityCheck (.CAccountHardware_VRCompatibilityCheck_Request) returns (.CAccountHardware_VRCompatibilityCheck_Response);
|
165
|
+
rpc RegisterValveIndexComponent (.CAccountHardware_RegisterValveIndexComponent_Request) returns (.CAccountHardware_RegisterValveIndexComponent_Response);
|
166
|
+
rpc GetSteamDeckComponents (.CAccountHardware_GetSteamDeckComponents_Request) returns (.CAccountHardware_GetSteamDeckComponents_Response);
|
201
167
|
}
|