steamutils 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/package.json +1 -1
  2. package/protos/base_gcmessages.proto +533 -0
  3. package/protos/clientmetrics.proto +45 -0
  4. package/protos/content_manifest.proto +62 -0
  5. package/protos/cstrike15_gcmessages.proto +1344 -0
  6. package/protos/cstrike15_usermessages.proto +597 -0
  7. package/protos/econ_gcmessages.proto +225 -0
  8. package/protos/encrypted_app_ticket.proto +10 -0
  9. package/protos/engine_gcmessages.proto +16 -0
  10. package/protos/enums.proto +285 -0
  11. package/protos/enums_clientserver.proto +1534 -0
  12. package/protos/fatdemo.proto +125 -0
  13. package/protos/gcsdk_gcmessages.proto +302 -0
  14. package/protos/gcsystemmsgs.proto +246 -0
  15. package/protos/htmlmessages.proto +993 -0
  16. package/protos/netmessages.proto +491 -0
  17. package/protos/network_connection.proto +70 -0
  18. package/protos/renderer/rendermessages.proto +893 -0
  19. package/protos/steamdatagram_messages.proto +205 -0
  20. package/protos/steamdatagram_messages_auth.proto +65 -0
  21. package/protos/steamdatagram_messages_sdr.proto +518 -0
  22. package/protos/steammessages.proto +601 -0
  23. package/protos/steammessages_accounthardware.steamclient.proto +188 -0
  24. package/protos/steammessages_appoverview.proto +185 -0
  25. package/protos/steammessages_auth.steamclient.proto +192 -0
  26. package/protos/steammessages_base.proto +288 -0
  27. package/protos/steammessages_broadcast.steamclient.proto +756 -0
  28. package/protos/steammessages_chat.steamclient.proto +1281 -0
  29. package/protos/steammessages_client_objects.proto +336 -0
  30. package/protos/steammessages_clientlanp2p.proto +26 -0
  31. package/protos/steammessages_clientmetrics.steamclient.proto +176 -0
  32. package/protos/steammessages_clientnotificationtypes.proto +129 -0
  33. package/protos/steammessages_clientserver.proto +384 -0
  34. package/protos/steammessages_clientserver_2.proto +776 -0
  35. package/protos/steammessages_clientserver_appinfo.proto +166 -0
  36. package/protos/steammessages_clientserver_friends.proto +260 -0
  37. package/protos/steammessages_clientserver_gameservers.proto +159 -0
  38. package/protos/steammessages_clientserver_lbs.proto +70 -0
  39. package/protos/steammessages_clientserver_login.proto +159 -0
  40. package/protos/steammessages_clientserver_mms.proto +235 -0
  41. package/protos/steammessages_clientserver_ucm.proto +202 -0
  42. package/protos/steammessages_clientserver_uds.proto +104 -0
  43. package/protos/steammessages_clientserver_ufs.proto +172 -0
  44. package/protos/steammessages_clientserver_userstats.proto +80 -0
  45. package/protos/steammessages_cloud.steamclient.proto +512 -0
  46. package/protos/steammessages_contentsystem.steamclient.proto +77 -0
  47. package/protos/steammessages_credentials.steamclient.proto +141 -0
  48. package/protos/steammessages_datapublisher.steamclient.proto +67 -0
  49. package/protos/steammessages_depotbuilder.steamclient.proto +118 -0
  50. package/protos/steammessages_deviceauth.steamclient.proto +200 -0
  51. package/protos/steammessages_econ.steamclient.proto +105 -0
  52. package/protos/steammessages_friendmessages.steamclient.proto +168 -0
  53. package/protos/steammessages_gamenetworking.steamclient.proto +32 -0
  54. package/protos/steammessages_gamenetworkingui.proto +42 -0
  55. package/protos/steammessages_gamenotifications.steamclient.proto +156 -0
  56. package/protos/steammessages_gameservers.steamclient.proto +152 -0
  57. package/protos/steammessages_hiddevices.proto +156 -0
  58. package/protos/steammessages_inventory.steamclient.proto +224 -0
  59. package/protos/steammessages_linkfilter.steamclient.proto +49 -0
  60. package/protos/steammessages_lobbymatchmaking.steamclient.proto +33 -0
  61. package/protos/steammessages_market.steamclient.proto +26 -0
  62. package/protos/steammessages_offline.steamclient.proto +37 -0
  63. package/protos/steammessages_parental.steamclient.proto +186 -0
  64. package/protos/steammessages_parties.steamclient.proto +94 -0
  65. package/protos/steammessages_partnerapps.steamclient.proto +136 -0
  66. package/protos/steammessages_player.steamclient.proto +912 -0
  67. package/protos/steammessages_publishedfile.steamclient.proto +711 -0
  68. package/protos/steammessages_qms.steamclient.proto +125 -0
  69. package/protos/steammessages_remoteclient.proto +99 -0
  70. package/protos/steammessages_remoteclient_discovery.proto +228 -0
  71. package/protos/steammessages_remoteclient_service.steamclient.proto +90 -0
  72. package/protos/steammessages_remoteclient_service_messages.proto +196 -0
  73. package/protos/steammessages_remoteplay.proto +871 -0
  74. package/protos/steammessages_secrets.steamclient.proto +39 -0
  75. package/protos/steammessages_shader.steamclient.proto +96 -0
  76. package/protos/steammessages_site_license.steamclient.proto +128 -0
  77. package/protos/steammessages_sitelicenseclient.proto +38 -0
  78. package/protos/steammessages_siteserverui.proto +130 -0
  79. package/protos/steammessages_star.steamclient.proto +64 -0
  80. package/protos/steammessages_steamtv.steamclient.proto +630 -0
  81. package/protos/steammessages_store.steamclient.proto +262 -0
  82. package/protos/steammessages_timedtrial.steamclient.proto +50 -0
  83. package/protos/steammessages_twofactor.steamclient.proto +154 -0
  84. package/protos/steammessages_unified_base.steamclient.proto +33 -0
  85. package/protos/steammessages_unified_test.steamclient.proto +50 -0
  86. package/protos/steammessages_useraccount.steamclient.proto +210 -0
  87. package/protos/steammessages_vac.steamclient.proto +44 -0
  88. package/protos/steammessages_video.steamclient.proto +84 -0
  89. package/protos/steammessages_virtualcontroller.proto +138 -0
  90. package/protos/steammessages_workshop.steamclient.proto +23 -0
  91. package/protos/steamnetworkingsockets_messages.proto +204 -0
  92. package/protos/steamnetworkingsockets_messages_certs.proto +38 -0
  93. package/protos/steamnetworkingsockets_messages_udp.proto +75 -0
  94. package/protos/uifontfile_format.proto +16 -0
@@ -0,0 +1,125 @@
1
+ import "netmessages.proto";
2
+
3
+ enum EHitGroup {
4
+ EHG_Generic = 0;
5
+ EHG_Head = 1;
6
+ EHG_Chest = 2;
7
+ EHG_Stomach = 3;
8
+ EHG_LeftArm = 4;
9
+ EHG_RightArm = 5;
10
+ EHG_LeftLeg = 6;
11
+ EHG_RightLeg = 7;
12
+ EHG_Gear = 8;
13
+ EHG_Miss = 9;
14
+ }
15
+
16
+ enum ETeam {
17
+ ET_Unknown = 0;
18
+ ET_Spectator = 1;
19
+ ET_Terrorist = 2;
20
+ ET_CT = 3;
21
+ }
22
+
23
+ enum EWeaponType {
24
+ EWT_Knife = 0;
25
+ EWT_Pistol = 1;
26
+ EWT_SubMachineGun = 2;
27
+ EWT_Rifle = 3;
28
+ EWT_Shotgun = 4;
29
+ EWT_SniperRifle = 5;
30
+ EWT_MachineGun = 6;
31
+ EWT_C4 = 7;
32
+ EWT_Grenade = 8;
33
+ EWT_Equipment = 9;
34
+ EWT_StackableItem = 10;
35
+ EWT_Unknown = 11;
36
+ }
37
+
38
+ message MLDict {
39
+ optional string key = 1;
40
+ optional string val_string = 2;
41
+ optional int32 val_int = 3;
42
+ optional float val_float = 4;
43
+ }
44
+
45
+ message MLEvent {
46
+ optional string event_name = 1;
47
+ repeated .MLDict data = 2;
48
+ }
49
+
50
+ message MLMatchState {
51
+ optional string game_mode = 1;
52
+ optional string phase = 2;
53
+ optional int32 round = 3;
54
+ optional int32 score_ct = 4;
55
+ optional int32 score_t = 5;
56
+ }
57
+
58
+ message MLRoundState {
59
+ optional string phase = 1;
60
+ optional .ETeam win_team = 2 [default = ET_Unknown];
61
+ optional string bomb_state = 3;
62
+ }
63
+
64
+ message MLWeaponState {
65
+ optional int32 index = 1;
66
+ optional string name = 2;
67
+ optional .EWeaponType type = 3 [default = EWT_Knife];
68
+ optional int32 ammo_clip = 4;
69
+ optional int32 ammo_clip_max = 5;
70
+ optional int32 ammo_reserve = 6;
71
+ optional string state = 7;
72
+ optional float recoil_index = 8;
73
+ }
74
+
75
+ message MLPlayerState {
76
+ optional int32 account_id = 1;
77
+ optional int32 user_id = 2;
78
+ optional int32 entindex = 3;
79
+ optional string name = 4;
80
+ optional string clan = 5;
81
+ optional .ETeam team = 6 [default = ET_Unknown];
82
+ optional .CMsgVector abspos = 7;
83
+ optional .CMsgQAngle eyeangle = 8;
84
+ optional .CMsgVector eyeangle_fwd = 9;
85
+ optional int32 health = 10;
86
+ optional int32 armor = 11;
87
+ optional float flashed = 12;
88
+ optional float smoked = 13;
89
+ optional int32 money = 14;
90
+ optional int32 round_kills = 15;
91
+ optional int32 round_killhs = 16;
92
+ optional float burning = 17;
93
+ optional bool helmet = 18;
94
+ optional bool defuse_kit = 19;
95
+ repeated .MLWeaponState weapons = 20;
96
+ }
97
+
98
+ message MLGameState {
99
+ optional .MLMatchState match = 1;
100
+ optional .MLRoundState round = 2;
101
+ repeated .MLPlayerState players = 3;
102
+ }
103
+
104
+ message MLDemoHeader {
105
+ optional string map_name = 1;
106
+ optional int32 tick_rate = 2;
107
+ optional uint32 version = 3;
108
+ optional uint32 steam_universe = 4;
109
+ }
110
+
111
+ message MLTick {
112
+ optional int32 tick_count = 1;
113
+ optional .MLGameState state = 2;
114
+ repeated .MLEvent events = 3;
115
+ }
116
+
117
+ message VacNetShot {
118
+ optional fixed64 steamid_player = 1;
119
+ optional int32 round_number = 2;
120
+ optional int32 hit_type = 3;
121
+ optional int32 weapon_type = 4;
122
+ optional float distance_to_hurt_target = 5;
123
+ repeated float delta_yaw_window = 6;
124
+ repeated float delta_pitch_window = 7;
125
+ }
@@ -0,0 +1,302 @@
1
+ import "steammessages.proto";
2
+
3
+ option optimize_for = SPEED;
4
+ option cc_generic_services = false;
5
+
6
+ enum GCClientLauncherType {
7
+ GCClientLauncherType_DEFAULT = 0;
8
+ GCClientLauncherType_PERFECTWORLD = 1;
9
+ GCClientLauncherType_STEAMCHINA = 2;
10
+ }
11
+
12
+ enum GCConnectionStatus {
13
+ GCConnectionStatus_HAVE_SESSION = 0;
14
+ GCConnectionStatus_GC_GOING_DOWN = 1;
15
+ GCConnectionStatus_NO_SESSION = 2;
16
+ GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE = 3;
17
+ GCConnectionStatus_NO_STEAM = 4;
18
+ }
19
+
20
+ message CMsgSOIDOwner {
21
+ optional uint32 type = 1;
22
+ optional uint64 id = 2;
23
+ }
24
+
25
+ message CMsgSOSingleObject {
26
+ optional int32 type_id = 2;
27
+ optional bytes object_data = 3;
28
+ optional fixed64 version = 4;
29
+ optional .CMsgSOIDOwner owner_soid = 5;
30
+ }
31
+
32
+ message CMsgSOMultipleObjects {
33
+ message SingleObject {
34
+ option (msgpool_soft_limit) = 256;
35
+ option (msgpool_hard_limit) = 1024;
36
+
37
+ optional int32 type_id = 1;
38
+ optional bytes object_data = 2;
39
+ }
40
+
41
+ repeated .CMsgSOMultipleObjects.SingleObject objects_modified = 2;
42
+ optional fixed64 version = 3;
43
+ optional .CMsgSOIDOwner owner_soid = 6;
44
+ }
45
+
46
+ message CMsgSOCacheSubscribed {
47
+ message SubscribedType {
48
+ optional int32 type_id = 1;
49
+ repeated bytes object_data = 2;
50
+ }
51
+
52
+ repeated .CMsgSOCacheSubscribed.SubscribedType objects = 2;
53
+ optional fixed64 version = 3;
54
+ optional .CMsgSOIDOwner owner_soid = 4;
55
+ }
56
+
57
+ message CMsgSOCacheUnsubscribed {
58
+ optional .CMsgSOIDOwner owner_soid = 2;
59
+ }
60
+
61
+ message CMsgSOCacheSubscriptionCheck {
62
+ optional fixed64 version = 2;
63
+ optional .CMsgSOIDOwner owner_soid = 3;
64
+ }
65
+
66
+ message CMsgSOCacheSubscriptionRefresh {
67
+ optional .CMsgSOIDOwner owner_soid = 2;
68
+ }
69
+
70
+ message CMsgSOCacheVersion {
71
+ optional fixed64 version = 1;
72
+ }
73
+
74
+ message CMsgAccountDetails {
75
+ optional bool valid = 1;
76
+ optional string account_name = 2;
77
+ optional bool public_profile = 4;
78
+ optional bool public_inventory = 5;
79
+ optional bool vac_banned = 6;
80
+ optional bool cyber_cafe = 7;
81
+ optional bool school_account = 8;
82
+ optional bool free_trial_account = 9;
83
+ optional bool subscribed = 10;
84
+ optional bool low_violence = 11;
85
+ optional bool limited = 12;
86
+ optional bool trusted = 13;
87
+ optional uint32 package = 14;
88
+ optional fixed32 time_cached = 15;
89
+ optional bool account_locked = 16;
90
+ optional bool community_banned = 17;
91
+ optional bool trade_banned = 18;
92
+ optional bool eligible_for_community_market = 19;
93
+ }
94
+
95
+ message CMsgGCMultiplexMessage {
96
+ optional uint32 msgtype = 1;
97
+ optional bytes payload = 2;
98
+ repeated fixed64 steamids = 3;
99
+ optional bool replytogc = 4;
100
+ }
101
+
102
+ message CMsgGCMultiplexMessage_Response {
103
+ optional uint32 msgtype = 1;
104
+ }
105
+
106
+ message CGCToGCMsgMasterAck {
107
+ optional uint32 dir_index = 1;
108
+ optional uint32 gc_type = 2;
109
+ }
110
+
111
+ message CGCToGCMsgMasterAck_Response {
112
+ optional int32 eresult = 1 [default = 2];
113
+ }
114
+
115
+ message CGCToGCMsgMasterStartupComplete {
116
+ }
117
+
118
+ message CGCToGCMsgRouted {
119
+ optional uint32 msg_type = 1;
120
+ optional fixed64 sender_id = 2;
121
+ optional bytes net_message = 3;
122
+ optional uint32 ip = 4;
123
+ }
124
+
125
+ message CGCToGCMsgRoutedReply {
126
+ optional uint32 msg_type = 1;
127
+ optional bytes net_message = 2;
128
+ }
129
+
130
+ message CMsgGCUpdateSessionIP {
131
+ optional fixed64 steamid = 1;
132
+ optional fixed32 ip = 2;
133
+ }
134
+
135
+ message CMsgGCRequestSessionIP {
136
+ optional fixed64 steamid = 1;
137
+ }
138
+
139
+ message CMsgGCRequestSessionIPResponse {
140
+ optional fixed32 ip = 1;
141
+ }
142
+
143
+ message CMsgSOCacheHaveVersion {
144
+ optional .CMsgSOIDOwner soid = 1;
145
+ optional fixed64 version = 2;
146
+ }
147
+
148
+ message CMsgClientHello {
149
+ optional uint32 version = 1;
150
+ repeated .CMsgSOCacheHaveVersion socache_have_versions = 2;
151
+ optional uint32 client_session_need = 3;
152
+ optional uint32 client_launcher = 4;
153
+ optional uint32 partner_srcid = 5;
154
+ optional uint32 partner_accountid = 6;
155
+ optional uint32 partner_accountflags = 7;
156
+ optional uint32 partner_accountbalance = 8;
157
+ optional uint32 steam_launcher = 9;
158
+ }
159
+
160
+ message CMsgServerHello {
161
+ optional uint32 version = 1;
162
+ repeated .CMsgSOCacheHaveVersion socache_have_versions = 2;
163
+ optional uint32 legacy_client_session_need = 3;
164
+ optional uint32 client_launcher = 4;
165
+ optional bytes legacy_steamdatagram_routing = 6;
166
+ optional uint32 required_internal_addr = 7;
167
+ optional bytes steamdatagram_login = 8;
168
+ }
169
+
170
+ message CMsgClientWelcome {
171
+ message Location {
172
+ optional float latitude = 1;
173
+ optional float longitude = 2;
174
+ optional string country = 3;
175
+ }
176
+
177
+ optional uint32 version = 1;
178
+ optional bytes game_data = 2;
179
+ repeated .CMsgSOCacheSubscribed outofdate_subscribed_caches = 3;
180
+ repeated .CMsgSOCacheSubscriptionCheck uptodate_subscribed_caches = 4;
181
+ optional .CMsgClientWelcome.Location location = 5;
182
+ optional bytes game_data2 = 6;
183
+ optional uint32 rtime32_gc_welcome_timestamp = 7;
184
+ optional uint32 currency = 8;
185
+ optional uint32 balance = 9;
186
+ optional string balance_url = 10;
187
+ optional string txn_country_code = 11;
188
+ }
189
+
190
+ message CMsgConnectionStatus {
191
+ optional .GCConnectionStatus status = 1 [default = GCConnectionStatus_HAVE_SESSION];
192
+ optional uint32 client_session_need = 2;
193
+ optional int32 queue_position = 3;
194
+ optional int32 queue_size = 4;
195
+ optional int32 wait_seconds = 5;
196
+ optional int32 estimated_wait_seconds_remaining = 6;
197
+ }
198
+
199
+ message CWorkshop_PopulateItemDescriptions_Request {
200
+ message SingleItemDescription {
201
+ optional uint32 gameitemid = 1;
202
+ optional string item_description = 2;
203
+ optional bool one_per_account = 3;
204
+ }
205
+
206
+ message ItemDescriptionsLanguageBlock {
207
+ optional string language = 1;
208
+ repeated .CWorkshop_PopulateItemDescriptions_Request.SingleItemDescription descriptions = 2;
209
+ }
210
+
211
+ optional uint32 appid = 1;
212
+ repeated .CWorkshop_PopulateItemDescriptions_Request.ItemDescriptionsLanguageBlock languages = 2;
213
+ }
214
+
215
+ message CWorkshop_GetContributors_Request {
216
+ optional uint32 appid = 1;
217
+ optional uint32 gameitemid = 2;
218
+ }
219
+
220
+ message CWorkshop_GetContributors_Response {
221
+ repeated fixed64 contributors = 1;
222
+ }
223
+
224
+ message CWorkshop_SetItemPaymentRules_Request {
225
+ message WorkshopItemPaymentRule {
226
+ optional uint64 workshop_file_id = 1;
227
+ optional float revenue_percentage = 2;
228
+ optional string rule_description = 3;
229
+ optional uint32 rule_type = 4 [default = 1];
230
+ }
231
+
232
+ message WorkshopDirectPaymentRule {
233
+ optional uint64 workshop_file_id = 1;
234
+ optional string rule_description = 2;
235
+ }
236
+
237
+ message PartnerItemPaymentRule {
238
+ optional uint32 account_id = 1;
239
+ optional float revenue_percentage = 2;
240
+ optional string rule_description = 3;
241
+ }
242
+
243
+ optional uint32 appid = 1;
244
+ optional uint32 gameitemid = 2;
245
+ repeated .CWorkshop_SetItemPaymentRules_Request.WorkshopItemPaymentRule associated_workshop_files = 3;
246
+ repeated .CWorkshop_SetItemPaymentRules_Request.PartnerItemPaymentRule partner_accounts = 4;
247
+ optional bool validate_only = 5;
248
+ optional bool make_workshop_files_subscribable = 6;
249
+ optional .CWorkshop_SetItemPaymentRules_Request.WorkshopDirectPaymentRule associated_workshop_file_for_direct_payments = 7;
250
+ }
251
+
252
+ message CWorkshop_SetItemPaymentRules_Response {
253
+ }
254
+
255
+ message CGameServers_AggregationQuery_Request {
256
+ optional string filter = 1;
257
+ repeated string group_fields = 3;
258
+ }
259
+
260
+ message CGameServers_AggregationQuery_Response {
261
+ message Group {
262
+ repeated string group_values = 1;
263
+ optional uint32 servers_empty = 2;
264
+ optional uint32 servers_full = 3;
265
+ optional uint32 servers_total = 4;
266
+ optional uint32 players_humans = 5;
267
+ optional uint32 players_bots = 6;
268
+ optional uint32 player_capacity = 7;
269
+ }
270
+
271
+ repeated .CGameServers_AggregationQuery_Response.Group groups = 1;
272
+ }
273
+
274
+ message CWorkshop_AddSpecialPayment_Request {
275
+ optional uint32 appid = 1;
276
+ optional uint32 gameitemid = 2;
277
+ optional string date = 3;
278
+ optional uint64 payment_us_usd = 4;
279
+ optional uint64 payment_row_usd = 5;
280
+ }
281
+
282
+ message CWorkshop_AddSpecialPayment_Response {
283
+ }
284
+
285
+ message CProductInfo_SetRichPresenceLocalization_Request {
286
+ message Token {
287
+ optional string token = 1;
288
+ optional string value = 2;
289
+ }
290
+
291
+ message LanguageSection {
292
+ optional string language = 1;
293
+ repeated .CProductInfo_SetRichPresenceLocalization_Request.Token tokens = 2;
294
+ }
295
+
296
+ optional uint32 appid = 1;
297
+ repeated .CProductInfo_SetRichPresenceLocalization_Request.LanguageSection languages = 2;
298
+ optional uint64 steamid = 3;
299
+ }
300
+
301
+ message CProductInfo_SetRichPresenceLocalization_Response {
302
+ }
@@ -0,0 +1,246 @@
1
+ option optimize_for = SPEED;
2
+ option cc_generic_services = false;
3
+
4
+ enum EGCSystemMsg {
5
+ k_EGCMsgInvalid = 0;
6
+ k_EGCMsgMulti = 1;
7
+ k_EGCMsgGenericReply = 10;
8
+ k_EGCMsgSystemBase = 50;
9
+ k_EGCMsgAchievementAwarded = 51;
10
+ k_EGCMsgConCommand = 52;
11
+ k_EGCMsgStartPlaying = 53;
12
+ k_EGCMsgStopPlaying = 54;
13
+ k_EGCMsgStartGameserver = 55;
14
+ k_EGCMsgStopGameserver = 56;
15
+ k_EGCMsgWGRequest = 57;
16
+ k_EGCMsgWGResponse = 58;
17
+ k_EGCMsgGetUserGameStatsSchema = 59;
18
+ k_EGCMsgGetUserGameStatsSchemaResponse = 60;
19
+ k_EGCMsgGetUserStatsDEPRECATED = 61;
20
+ k_EGCMsgGetUserStatsResponse = 62;
21
+ k_EGCMsgAppInfoUpdated = 63;
22
+ k_EGCMsgValidateSession = 64;
23
+ k_EGCMsgValidateSessionResponse = 65;
24
+ k_EGCMsgLookupAccountFromInput = 66;
25
+ k_EGCMsgSendHTTPRequest = 67;
26
+ k_EGCMsgSendHTTPRequestResponse = 68;
27
+ k_EGCMsgPreTestSetup = 69;
28
+ k_EGCMsgRecordSupportAction = 70;
29
+ k_EGCMsgGetAccountDetails_DEPRECATED = 71;
30
+ k_EGCMsgReceiveInterAppMessage = 73;
31
+ k_EGCMsgFindAccounts = 74;
32
+ k_EGCMsgPostAlert = 75;
33
+ k_EGCMsgGetLicenses = 76;
34
+ k_EGCMsgGetUserStats = 77;
35
+ k_EGCMsgGetCommands = 78;
36
+ k_EGCMsgGetCommandsResponse = 79;
37
+ k_EGCMsgAddFreeLicense = 80;
38
+ k_EGCMsgAddFreeLicenseResponse = 81;
39
+ k_EGCMsgGetIPLocation = 82;
40
+ k_EGCMsgGetIPLocationResponse = 83;
41
+ k_EGCMsgSystemStatsSchema = 84;
42
+ k_EGCMsgGetSystemStats = 85;
43
+ k_EGCMsgGetSystemStatsResponse = 86;
44
+ k_EGCMsgSendEmail = 87;
45
+ k_EGCMsgSendEmailResponse = 88;
46
+ k_EGCMsgGetEmailTemplate = 89;
47
+ k_EGCMsgGetEmailTemplateResponse = 90;
48
+ k_EGCMsgGrantGuestPass = 91;
49
+ k_EGCMsgGrantGuestPassResponse = 92;
50
+ k_EGCMsgGetAccountDetails = 93;
51
+ k_EGCMsgGetAccountDetailsResponse = 94;
52
+ k_EGCMsgGetPersonaNames = 95;
53
+ k_EGCMsgGetPersonaNamesResponse = 96;
54
+ k_EGCMsgMultiplexMsg = 97;
55
+ k_EGCMsgMultiplexMsgResponse = 98;
56
+ k_EGCMsgWebAPIRegisterInterfaces = 101;
57
+ k_EGCMsgWebAPIJobRequest = 102;
58
+ k_EGCMsgWebAPIJobRequestHttpResponse = 104;
59
+ k_EGCMsgWebAPIJobRequestForwardResponse = 105;
60
+ k_EGCMsgMemCachedGet = 200;
61
+ k_EGCMsgMemCachedGetResponse = 201;
62
+ k_EGCMsgMemCachedSet = 202;
63
+ k_EGCMsgMemCachedDelete = 203;
64
+ k_EGCMsgMemCachedStats = 204;
65
+ k_EGCMsgMemCachedStatsResponse = 205;
66
+ k_EGCMsgMasterSetDirectory = 220;
67
+ k_EGCMsgMasterSetDirectoryResponse = 221;
68
+ k_EGCMsgMasterSetWebAPIRouting = 222;
69
+ k_EGCMsgMasterSetWebAPIRoutingResponse = 223;
70
+ k_EGCMsgMasterSetClientMsgRouting = 224;
71
+ k_EGCMsgMasterSetClientMsgRoutingResponse = 225;
72
+ k_EGCMsgSetOptions = 226;
73
+ k_EGCMsgSetOptionsResponse = 227;
74
+ k_EGCMsgSystemBase2 = 500;
75
+ k_EGCMsgGetPurchaseTrustStatus = 501;
76
+ k_EGCMsgGetPurchaseTrustStatusResponse = 502;
77
+ k_EGCMsgUpdateSession = 503;
78
+ k_EGCMsgGCAccountVacStatusChange = 504;
79
+ k_EGCMsgCheckFriendship = 505;
80
+ k_EGCMsgCheckFriendshipResponse = 506;
81
+ k_EGCMsgGetPartnerAccountLink = 507;
82
+ k_EGCMsgGetPartnerAccountLinkResponse = 508;
83
+ k_EGCMsgDPPartnerMicroTxns = 512;
84
+ k_EGCMsgDPPartnerMicroTxnsResponse = 513;
85
+ k_EGCMsgVacVerificationChange = 518;
86
+ k_EGCMsgAccountPhoneNumberChange = 519;
87
+ k_EGCMsgInviteUserToLobby = 523;
88
+ k_EGCMsgGetGamePersonalDataCategoriesRequest = 524;
89
+ k_EGCMsgGetGamePersonalDataCategoriesResponse = 525;
90
+ k_EGCMsgGetGamePersonalDataEntriesRequest = 526;
91
+ k_EGCMsgGetGamePersonalDataEntriesResponse = 527;
92
+ k_EGCMsgTerminateGamePersonalDataEntriesRequest = 528;
93
+ k_EGCMsgTerminateGamePersonalDataEntriesResponse = 529;
94
+ k_EGCMsgRecurringSubscriptionStatusChange = 530;
95
+ k_EGCMsgDirectServiceMethod = 531;
96
+ k_EGCMsgDirectServiceMethodResponse = 532;
97
+ }
98
+
99
+ enum ESOMsg {
100
+ k_ESOMsg_Create = 21;
101
+ k_ESOMsg_Update = 22;
102
+ k_ESOMsg_Destroy = 23;
103
+ k_ESOMsg_CacheSubscribed = 24;
104
+ k_ESOMsg_CacheUnsubscribed = 25;
105
+ k_ESOMsg_UpdateMultiple = 26;
106
+ k_ESOMsg_CacheSubscriptionCheck = 27;
107
+ k_ESOMsg_CacheSubscriptionRefresh = 28;
108
+ }
109
+
110
+ enum EGCBaseClientMsg {
111
+ k_EMsgGCClientWelcome = 4004;
112
+ k_EMsgGCServerWelcome = 4005;
113
+ k_EMsgGCClientHello = 4006;
114
+ k_EMsgGCServerHello = 4007;
115
+ k_EMsgGCClientConnectionStatus = 4009;
116
+ k_EMsgGCServerConnectionStatus = 4010;
117
+ k_EMsgGCClientHelloPartner = 4011;
118
+ k_EMsgGCClientHelloPW = 4012;
119
+ k_EMsgGCClientHelloR2 = 4013;
120
+ k_EMsgGCClientHelloR3 = 4014;
121
+ k_EMsgGCClientHelloR4 = 4015;
122
+ }
123
+
124
+ enum EGCToGCMsg {
125
+ k_EGCToGCMsgMasterAck = 150;
126
+ k_EGCToGCMsgMasterAckResponse = 151;
127
+ k_EGCToGCMsgRouted = 152;
128
+ k_EGCToGCMsgRoutedReply = 153;
129
+ k_EMsgUpdateSessionIP = 154;
130
+ k_EMsgRequestSessionIP = 155;
131
+ k_EMsgRequestSessionIPResponse = 156;
132
+ k_EGCToGCMsgMasterStartupComplete = 157;
133
+ }
134
+
135
+ enum ECommunityItemClass {
136
+ k_ECommunityItemClass_Invalid = 0;
137
+ k_ECommunityItemClass_Badge = 1;
138
+ k_ECommunityItemClass_GameCard = 2;
139
+ k_ECommunityItemClass_ProfileBackground = 3;
140
+ k_ECommunityItemClass_Emoticon = 4;
141
+ k_ECommunityItemClass_BoosterPack = 5;
142
+ k_ECommunityItemClass_Consumable = 6;
143
+ k_ECommunityItemClass_GameGoo = 7;
144
+ k_ECommunityItemClass_ProfileModifier = 8;
145
+ k_ECommunityItemClass_Scene = 9;
146
+ k_ECommunityItemClass_SalienItem = 10;
147
+ }
148
+
149
+ enum ECommunityItemAttribute {
150
+ k_ECommunityItemAttribute_Invalid = 0;
151
+ k_ECommunityItemAttribute_CardBorder = 1;
152
+ k_ECommunityItemAttribute_Level = 2;
153
+ k_ECommunityItemAttribute_IssueNumber = 3;
154
+ k_ECommunityItemAttribute_TradableTime = 4;
155
+ k_ECommunityItemAttribute_StorePackageID = 5;
156
+ k_ECommunityItemAttribute_CommunityItemAppID = 6;
157
+ k_ECommunityItemAttribute_CommunityItemType = 7;
158
+ k_ECommunityItemAttribute_ProfileModiferEnabled = 8;
159
+ k_ECommunityItemAttribute_ExpiryTime = 9;
160
+ }
161
+
162
+ message CMsgGCHVacVerificationChange {
163
+ optional fixed64 steamid = 1;
164
+ optional uint32 appid = 2;
165
+ optional bool is_verified = 3;
166
+ }
167
+
168
+ message CMsgGCHAccountPhoneNumberChange {
169
+ optional fixed64 steamid = 1;
170
+ optional uint32 appid = 2;
171
+ optional uint64 phone_id = 3;
172
+ optional bool is_verified = 4;
173
+ optional bool is_identifying = 5;
174
+ }
175
+
176
+ message CMsgGCHInviteUserToLobby {
177
+ optional fixed64 steamid = 1;
178
+ optional uint32 appid = 2;
179
+ optional fixed64 steamid_invited = 3;
180
+ optional fixed64 steamid_lobby = 4;
181
+ }
182
+
183
+ message CMsgGCHRecurringSubscriptionStatusChange {
184
+ optional fixed64 steamid = 1;
185
+ optional uint32 appid = 2;
186
+ optional fixed64 agreementid = 3;
187
+ optional bool active = 4;
188
+ }
189
+
190
+ message CQuest_PublisherAddCommunityItemsToPlayer_Request {
191
+ message Attribute {
192
+ optional uint32 attribute = 1;
193
+ optional uint64 value = 2;
194
+ }
195
+
196
+ optional uint64 steamid = 1;
197
+ optional uint32 appid = 2;
198
+ optional uint32 match_item_type = 3;
199
+ optional uint32 match_item_class = 4;
200
+ optional string prefix_item_name = 5;
201
+ repeated .CQuest_PublisherAddCommunityItemsToPlayer_Request.Attribute attributes = 6;
202
+ optional string note = 7;
203
+ }
204
+
205
+ message CQuest_PublisherAddCommunityItemsToPlayer_Response {
206
+ optional uint32 items_matched = 1;
207
+ optional uint32 items_granted = 2;
208
+ }
209
+
210
+ message CCommunity_GamePersonalDataCategoryInfo {
211
+ optional string type = 1;
212
+ optional string localization_token = 2;
213
+ optional string template_file = 3;
214
+ }
215
+
216
+ message CCommunity_GetGamePersonalDataCategories_Request {
217
+ optional uint32 appid = 1;
218
+ }
219
+
220
+ message CCommunity_GetGamePersonalDataCategories_Response {
221
+ repeated .CCommunity_GamePersonalDataCategoryInfo categories = 1;
222
+ optional string app_assets_basename = 2;
223
+ }
224
+
225
+ message CCommunity_GetGamePersonalDataEntries_Request {
226
+ optional uint32 appid = 1;
227
+ optional uint64 steamid = 2;
228
+ optional string type = 3;
229
+ optional string continue_token = 4;
230
+ }
231
+
232
+ message CCommunity_GetGamePersonalDataEntries_Response {
233
+ optional uint32 gceresult = 1;
234
+ repeated string entries = 2;
235
+ optional string continue_token = 3;
236
+ optional string continue_text = 4;
237
+ }
238
+
239
+ message CCommunity_TerminateGamePersonalDataEntries_Request {
240
+ optional uint32 appid = 1;
241
+ optional uint64 steamid = 2;
242
+ }
243
+
244
+ message CCommunity_TerminateGamePersonalDataEntries_Response {
245
+ optional uint32 gceresult = 1;
246
+ }