Skip to content

Commit

Permalink
Update enums
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Oct 19, 2019
1 parent 3d9adc6 commit 3468cc1
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Resources/SteamLanguage/emsg.steamd
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ enum EMsg
FBSBootstrapperGetPackageChunkResponse = 1131;
FBSBootstrapperPackageTransferProgress = 1132;
FBSRestartBootstrapper = 1133;
FBSPauseFrozenDumps = 1134;

BaseFileXfer = 1200;
FileXferRequest = 1200;
Expand All @@ -493,6 +494,8 @@ enum EMsg
BaseBS = 1400;
BSPurchaseStart = 1401;
BSPurchaseResponse = 1402;
BSAuthenticateCCTrans = 1403;
BSAuthenticateCCTransResponse = 1404;
BSSettleNOVA = 1404; removed
BSSettleComplete = 1406;
BSBannedRequest = 1407; removed
Expand Down Expand Up @@ -1498,6 +1501,7 @@ enum EMsg
ClientNetworkingCertRequestResponse = 5622;
ClientChallengeRequest = 5623;
ClientChallengeResponse = 5624;
BadgeCraftedNotification = 5625;

BaseMDS = 5800;
ClientMDSLoginRequest = 5801; removed
Expand Down Expand Up @@ -1601,6 +1605,8 @@ enum EMsg
ClientMMSSetRatelimitPolicyOnClient = 6625;
ClientMMSGetLobbyStatus = 6626;
ClientMMSGetLobbyStatusResponse = 6627;
MMSGetLobbyList = 6628;
MMSGetLobbyListResponse = 6629;

NonStdMsgBase = 6800;
NonStdMsgMemcached = 6801;
Expand Down
28 changes: 26 additions & 2 deletions Resources/SteamLanguage/enums.steamd
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,10 @@ enum EAppInfoSection
Store = 16;
Localization = 17;
Broadcastgamedata = 18;
Computed = 19;
Albummetadata = 20;

Max = 19;
Max = 21;
};

enum EContentDownloadSourceType
Expand Down Expand Up @@ -1138,7 +1140,7 @@ enum ERemoteStoragePlatform flags
OSX = 2;
PS3 = 4;
Linux = 8;
Reserved2 = 16;
Switch = 16;
Android = 32;
IPhoneOS = 64;

Expand Down Expand Up @@ -1285,6 +1287,7 @@ enum EPublishedFileInappropriateResult
{
NotScanned = 0;
VeryUnlikely = 1;
Unlikely = 30;
Possible = 50;
Likely = 75;
VeryLikely = 100;
Expand Down Expand Up @@ -1509,3 +1512,24 @@ public enum ELobbyDistanceFilter
Far = 2;
Worldwide = 3;
};

public enum ESteamIPv6ConnectivityProtocol
{
Invalid = 0;
Http = 1;
Udp = 2;
};

public enum ESteamIPv6ConnectivityState
{
Unknown = 0;
Good = 1;
Bad = 2;
};

public enum ESteamRealm
{
Unknown = 0;
SteamGlobal = 1;
SteamChina = 2;
};
31 changes: 29 additions & 2 deletions SteamKit2/SteamKit2/Base/Generated/SteamLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ public enum EMsg
FBSBootstrapperGetPackageChunkResponse = 1131,
FBSBootstrapperPackageTransferProgress = 1132,
FBSRestartBootstrapper = 1133,
FBSPauseFrozenDumps = 1134,
BaseFileXfer = 1200,
FileXferRequest = 1200,
FileXferResponse = 1201,
Expand All @@ -428,6 +429,8 @@ public enum EMsg
BaseBS = 1400,
BSPurchaseStart = 1401,
BSPurchaseResponse = 1402,
BSAuthenticateCCTrans = 1403,
BSAuthenticateCCTransResponse = 1404,
BSSettleComplete = 1406,
BSInitPayPalTxn = 1408,
BSInitPayPalTxnResponse = 1409,
Expand Down Expand Up @@ -1340,6 +1343,7 @@ public enum EMsg
ClientNetworkingCertRequestResponse = 5622,
ClientChallengeRequest = 5623,
ClientChallengeResponse = 5624,
BadgeCraftedNotification = 5625,
BaseMDS = 5800,
AMToMDSGetDepotDecryptionKey = 5812,
MDSToAMGetDepotDecryptionKeyResponse = 5813,
Expand Down Expand Up @@ -1407,6 +1411,8 @@ public enum EMsg
ClientMMSSetRatelimitPolicyOnClient = 6625,
ClientMMSGetLobbyStatus = 6626,
ClientMMSGetLobbyStatusResponse = 6627,
MMSGetLobbyList = 6628,
MMSGetLobbyListResponse = 6629,
NonStdMsgBase = 6800,
NonStdMsgMemcached = 6801,
NonStdMsgHTTPServer = 6802,
Expand Down Expand Up @@ -2383,7 +2389,9 @@ public enum EAppInfoSection
Store = 16,
Localization = 17,
Broadcastgamedata = 18,
Max = 19,
Computed = 19,
Albummetadata = 20,
Max = 21,
}
public enum EContentDownloadSourceType
{
Expand Down Expand Up @@ -2865,7 +2873,7 @@ public enum ERemoteStoragePlatform
OSX = 2,
PS3 = 4,
Linux = 8,
Reserved2 = 16,
Switch = 16,
Android = 32,
IPhoneOS = 64,
All = -1,
Expand Down Expand Up @@ -2993,6 +3001,7 @@ public enum EPublishedFileInappropriateResult
{
NotScanned = 0,
VeryUnlikely = 1,
Unlikely = 30,
Possible = 50,
Likely = 75,
VeryLikely = 100,
Expand Down Expand Up @@ -3201,6 +3210,24 @@ public enum ELobbyDistanceFilter
Far = 2,
Worldwide = 3,
}
public enum ESteamIPv6ConnectivityProtocol
{
Invalid = 0,
Http = 1,
Udp = 2,
}
public enum ESteamIPv6ConnectivityState
{
Unknown = 0,
Good = 1,
Bad = 2,
}
public enum ESteamRealm
{
Unknown = 0,
SteamGlobal = 1,
SteamChina = 2,
}
public enum EUdpPacketType : byte
{
Invalid = 0,
Expand Down

0 comments on commit 3468cc1

Please sign in to comment.