@@ -77,6 +77,7 @@ enum EMsg {
7777 k_EMsgLicenseProcessingComplete = 316 ;
7878 k_EMsgSetTestFlag = 317 ;
7979 k_EMsgQueuedEmailsComplete = 318 ;
80+ k_EMsgGMReportPHPError = 319 ;
8081 k_EMsgGMDRMSync = 320 ;
8182 k_EMsgPhysicalBoxInventory = 321 ;
8283 k_EMsgUpdateConfigFile = 322 ;
@@ -94,8 +95,6 @@ enum EMsg {
9495 k_EMsgExpectShellRestart = 336 ;
9596 k_EMsgHotFixProgress = 337 ;
9697 k_EMsgGMStatsForwardToAdminConnections = 338 ;
97- k_EMsgGMGetModifiedConVars = 339 ;
98- k_EMsgGMGetModifiedConVarsResponse = 340 ;
9998 k_EMsgBaseAIS = 400 ;
10099 k_EMsgAISRequestContentDescription = 402 ;
101100 k_EMsgAISUpdateAppInfo = 403 ;
@@ -504,8 +503,11 @@ enum EMsg {
504503 k_EMsgClientDPSendSpecialSurveyResponse = 1622 ;
505504 k_EMsgClientDPSendSpecialSurveyResponseReply = 1623 ;
506505 k_EMsgDPStoreSaleStatistics = 1624 ;
506+ k_EMsgClientDPUpdateAppJobReport = 1625 ;
507+ k_EMsgClientDPUnsignedInstallScript = 1627 ;
507508 k_EMsgDPPartnerMicroTxns = 1628 ;
508509 k_EMsgDPPartnerMicroTxnsResponse = 1629 ;
510+ k_EMsgClientDPContentStatsReport = 1630 ;
509511 k_EMsgDPVRUniquePlayersStat = 1631 ;
510512 k_EMsgBaseCM = 1700 ;
511513 k_EMsgCMSetAllowState = 1701 ;
@@ -551,9 +553,6 @@ enum EMsg {
551553 k_EMsgGCHAppCheersReceived = 2242 ;
552554 k_EMsgGCHAppCheersGetAllowedTypes = 2243 ;
553555 k_EMsgGCHAppCheersGetAllowedTypesResponse = 2244 ;
554- k_EMsgGCHRoutingRulesFromGCHtoGM = 2245 ;
555- k_EMsgGCHRoutingRulesToGCHfromGM = 2246 ;
556- k_EMsgUpdateCMMessageRateRules = 2247 ;
557556 k_EMsgBaseP2P = 2500 ;
558557 k_EMsgP2PIntroducerMessage = 2502 ;
559558 k_EMsgBaseSM = 2900 ;
@@ -700,6 +699,8 @@ enum EMsg {
700699 k_EMsgAMSendQueuedEmails = 4152 ;
701700 k_EMsgAMSetLicenseFlags = 4153 ;
702701 k_EMsgCommunityDeleteUserNews = 4155 ;
702+ k_EMsgAMAllowUserFilesRequest = 4156 ;
703+ k_EMsgAMAllowUserFilesResponse = 4157 ;
703704 k_EMsgAMGetAccountStatus = 4158 ;
704705 k_EMsgAMGetAccountStatusResponse = 4159 ;
705706 k_EMsgAMEditBanReason = 4160 ;
@@ -727,6 +728,7 @@ enum EMsg {
727728 k_EMsgAMSupportIsAccountEnabledResponse = 4210 ;
728729 k_EMsgUGSGetUserStats = 4211 ;
729730 k_EMsgAMGSSearch = 4213 ;
731+ k_EMsgMarketingMessageUpdate = 4216 ;
730732 k_EMsgChatServerRouteFriendMsg = 4219 ;
731733 k_EMsgAMTicketAuthRequestOrResponse = 4220 ;
732734 k_EMsgAMAddFreeLicense = 4224 ;
@@ -753,6 +755,7 @@ enum EMsg {
753755 k_EMsgAMCreateFinancialAdjustment = 4265 ;
754756 k_EMsgAMPlayerNicknameList = 4266 ;
755757 k_EMsgAMPlayerNicknameListResponse = 4267 ;
758+ k_EMsgAMSetDRMTestConfig = 4268 ;
756759 k_EMsgAMGetUserCurrentGameInfo = 4269 ;
757760 k_EMsgAMGetUserCurrentGameInfoResponse = 4270 ;
758761 k_EMsgAMGetGSPlayerList = 4271 ;
@@ -883,7 +886,6 @@ enum EMsg {
883886 k_EMsgAMPerfectWorldPaymentResponse = 4422 ;
884887 k_EMsgAMECommPayPayment = 4423 ;
885888 k_EMsgAMECommPayPaymentResponse = 4424 ;
886- k_EMsgAMSetRemoteClientID = 4425 ;
887889 k_EMsgBasePSRange = 5000 ;
888890 k_EMsgPSCreateShoppingCart = 5001 ;
889891 k_EMsgPSCreateShoppingCartResponse = 5002 ;
@@ -973,6 +975,7 @@ enum EMsg {
973975 k_EMsgClientP2PConnectionFailInfo = 5435 ;
974976 k_EMsgClientGetDepotDecryptionKey = 5438 ;
975977 k_EMsgClientGetDepotDecryptionKeyResponse = 5439 ;
978+ k_EMsgGSPerformHardwareSurvey = 5440 ;
976979 k_EMsgClientEnableTestLicense = 5443 ;
977980 k_EMsgClientEnableTestLicenseResponse = 5444 ;
978981 k_EMsgClientDisableTestLicense = 5445 ;
@@ -1012,10 +1015,8 @@ enum EMsg {
10121015 k_EMsgClientOGSEndSession = 5492 ;
10131016 k_EMsgClientOGSEndSessionResponse = 5493 ;
10141017 k_EMsgClientOGSWriteRow = 5494 ;
1015- k_EMsgClientGetPeerContentInfo = 5495 ;
1016- k_EMsgClientGetPeerContentInfoResponse = 5496 ;
1017- k_EMsgClientStartPeerContentServer = 5497 ;
1018- k_EMsgClientStartPeerContentServerResponse = 5498 ;
1018+ k_EMsgClientDRMTest = 5495 ;
1019+ k_EMsgClientDRMTestResult = 5496 ;
10191020 k_EMsgClientServerUnavailable = 5500 ;
10201021 k_EMsgClientServersAvailable = 5501 ;
10211022 k_EMsgClientRegisterAuthTicketWithCM = 5502 ;
@@ -1025,6 +1026,7 @@ enum EMsg {
10251026 k_EMsgClientMicroTxnAuthorizeResponse = 5506 ;
10261027 k_EMsgClientGetMicroTxnInfo = 5508 ;
10271028 k_EMsgClientGetMicroTxnInfoResponse = 5509 ;
1029+ k_EMsgClientMarketingMessageUpdate2 = 5510 ;
10281030 k_EMsgClientDeregisterWithServer = 5511 ;
10291031 k_EMsgClientSubscribeToPersonaFeed = 5512 ;
10301032 k_EMsgClientLogon = 5514 ;
@@ -1239,6 +1241,8 @@ enum EMsg {
12391241 k_EMsgClientUCMUpdatePublishedFileResponse = 7326 ;
12401242 k_EMsgUCMUpdatePublishedFile = 7327 ;
12411243 k_EMsgUCMUpdatePublishedFileResponse = 7328 ;
1244+ k_EMsgUCMDeletePublishedFile = 7329 ;
1245+ k_EMsgUCMDeletePublishedFileResponse = 7330 ;
12421246 k_EMsgUCMUpdatePublishedFileStat = 7331 ;
12431247 k_EMsgUCMReloadPublishedFile = 7337 ;
12441248 k_EMsgUCMReloadUserFileListCaches = 7338 ;
@@ -1267,6 +1271,8 @@ enum EMsg {
12671271 k_EMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse = 7379 ;
12681272 k_EMsgUCMPublishedFileContentUpdated = 7380 ;
12691273 k_EMsgClientUCMPublishedFileUpdated = 7381 ;
1274+ k_EMsgClientWorkshopItemChangesRequest = 7382 ;
1275+ k_EMsgClientWorkshopItemChangesResponse = 7383 ;
12701276 k_EMsgFSBase = 7500 ;
12711277 k_EMsgClientRichPresenceUpload = 7501 ;
12721278 k_EMsgClientRichPresenceRequest = 7502 ;
@@ -1437,14 +1443,14 @@ enum EMsg {
14371443 k_EMsgRemoteClientStartStreamResponse = 9504 ;
14381444 k_EMsgRemoteClientPing = 9505 ;
14391445 k_EMsgRemoteClientPingResponse = 9506 ;
1440- k_EMsgClientUnlockH264 = 9507 ;
1441- k_EMsgClientUnlockH264Response = 9508 ;
1446+ k_EMsgClientUnlockStreaming = 9507 ;
1447+ k_EMsgClientUnlockStreamingResponse = 9508 ;
14421448 k_EMsgRemoteClientAcceptEULA = 9509 ;
14431449 k_EMsgRemoteClientGetControllerConfig = 9510 ;
14441450 k_EMsgRemoteClientGetControllerConfigResponse = 9511 ;
14451451 k_EMsgRemoteClientStreamingEnabled = 9512 ;
1446- k_EMsgClientUnlockHEVC_OBSOLETE = 9513 ;
1447- k_EMsgClientUnlockHEVCResponse_OBSOLETE = 9514 ;
1452+ k_EMsgClientUnlockHEVC = 9513 ;
1453+ k_EMsgClientUnlockHEVCResponse = 9514 ;
14481454 k_EMsgRemoteClientStatusRequest = 9515 ;
14491455 k_EMsgRemoteClientStatusResponse = 9516 ;
14501456 k_EMsgClientConcurrentSessionsBase = 9600 ;
@@ -1454,6 +1460,7 @@ enum EMsg {
14541460 k_EMsgClientBroadcastInit = 9700 ;
14551461 k_EMsgClientBroadcastFrames = 9701 ;
14561462 k_EMsgClientBroadcastDisconnect = 9702 ;
1463+ k_EMsgClientBroadcastScreenshot = 9703 ;
14571464 k_EMsgClientBroadcastUploadConfig = 9704 ;
14581465 k_EMsgBaseClient3 = 9800 ;
14591466 k_EMsgClientVoiceCallPreAuthorize = 9800 ;
@@ -1462,13 +1469,9 @@ enum EMsg {
14621469 k_EMsgClientServerTimestampResponse = 9803 ;
14631470 k_EMsgServiceMethodCallFromClientNonAuthed = 9804 ;
14641471 k_EMsgClientHello = 9805 ;
1465- k_EMsgClientEnableOrDisableDownloads = 9806 ;
1466- k_EMsgClientEnableOrDisableDownloadsResponse = 9807 ;
14671472 k_EMsgClientLANP2PBase = 9900 ;
14681473 k_EMsgClientLANP2PRequestChunk = 9900 ;
14691474 k_EMsgClientLANP2PRequestChunkResponse = 9901 ;
1470- k_EMsgClientPeerChunkRequest = 9902 ;
1471- k_EMsgClientPeerChunkResponse = 9903 ;
14721475 k_EMsgClientLANP2PMax = 9999 ;
14731476 k_EMsgBaseWatchdogServer = 10000 ;
14741477 k_EMsgNotifyWatchdog = 10000 ;
@@ -1485,12 +1488,6 @@ enum EMsg {
14851488 k_EMsgChatServerGetPendingNotificationCountResponse = 12001 ;
14861489 k_EMsgBaseSecretServer = 12100 ;
14871490 k_EMsgServerSecretChanged = 12100 ;
1488- k_EMsgBaseWG = 12200 ;
1489- k_EMsgWGConnectionProtocolError = 12200 ;
1490- k_EMsgWGConnectionValidateUserToken = 12201 ;
1491- k_EMsgWGConnectionValidateUserTokenResponse = 12202 ;
1492- k_EMsgWGConnectionLegacyWGRequest = 12203 ;
1493- k_EMsgWGConnectionLegacyWGResponse = 12204 ;
14941491}
14951492
14961493enum EClientPersonaStateFlag {
@@ -1530,18 +1527,3 @@ enum ESteamReviewScore {
15301527 k_ESteamReviewScore_OverwhelminglyNegative = 1 ;
15311528 k_ESteamReviewScore_None = 0 ;
15321529}
1533-
1534- enum ECodecUsagePlatform {
1535- k_ECodecUsagePlatformUnknown = 0 ;
1536- k_ECodecUsagePlatformWindows = 1 ;
1537- k_ECodecUsagePlatformMacOS = 2 ;
1538- k_ECodecUsagePlatformLinux = 3 ;
1539- k_ECodecUsagePlatformSteamDeck = 4 ;
1540- }
1541-
1542- enum ECodecUsageReason {
1543- k_ECodecUsageReasonUnknown = 0 ;
1544- k_ECodecUsageReasonRemotePlay = 1 ;
1545- k_ECodecUsageReasonBroadcasting = 2 ;
1546- k_ECodecUsageReasonGameVideo = 3 ;
1547- }
0 commit comments