I think with the amount of users that steam has, they have more than two servers.
2009/5/11 Daniel Duarte <[email protected]> > Well, i don't know exactly what 0 and 1 mean but it works... > > *STEAM -> Community* > > W = ( Z x 2 ) + 76561197960265728 + Y > > My Steam: STEAM_0:1:291013 > X = 0 > Y = 1 > Z = 291013 > W = ( 291013 x 2) + 76561197960265728 + 1 > W = 582026 + 76561197960265728 + 1 > W = 76561197960847755 > My Steam Community: http://steamcommunity.com/profiles/76561197960847755-> > OK > > *Community -> Steam > > *IF Y = 0 > Z = ( 76561197960847755 - 0 - 76561197960265728 ) / 2 > Z = ( 582027 ) / 2 > Z = 291013,5 -> ERROR > IF Y = 1 > Z = ( 76561197960847755 - 1 - 76561197960265728 ) / 2 > Z = ( 582026 ) / 2 > Z = 291013 -> OK > STEAM_0:1:291013 > > [ ]'s > > Daniel Duarte > > > On Sun, May 10, 2009 at 22:06, Jake E <[email protected]> wrote: > > > Maybe Steam 0:0 is master server one, Steam 0:1 master server two? > > > > On Sun, May 10, 2009 at 5:35 AM, AnAkIn . <[email protected]> wrote: > > > > > Yes, this isn't wikipedia, but that where it was copied from. Check the > > > page > > > history. > > > > > > 2009/5/10 AnAkIn . <[email protected]> > > > > > > > Wikipedia is not always right. It was even saying that two ids having > > the > > > > same Z, but different Y, like STEAM_0:1:1337 and STEAM_0:0:1337 is a > > bug, > > > > which is wrong. > > > > > > > > IIRC a VALVe developer told me that 0 or 1 had nothing to do with the > > > > authentication server. But at the same time, I remember Steam was > down > > > once > > > > for all the STEAM_0:0 and all the STEAM_0:1 could connect. > > > > > > > > 2009/5/10 Yaakov Smith <[email protected]> > > > > > > > > > > > >> "The value of Y is normally 0 or 1, depending on the authentication > > > server > > > >> the user is on." > > > >> http://developer.valvesoftware.com/wiki/SteamID > > > >> > > > >> > > > >> -----Original Message----- > > > >> From: [email protected] > > > >> [mailto:[email protected]] On Behalf Of Spencer > > > >> 'voogru' > > > >> MacDonald > > > >> Sent: Sunday, 10 May 2009 1:01 PM > > > >> To: 'Half-Life dedicated Win32 server mailing list' > > > >> Subject: Re: [hlds] Associate Names with a Steam ID? > > > >> > > > >> Wrong, 0/1 just determines whether your account ID is even or odd. > > > >> > > > >> -----Original Message----- > > > >> From: [email protected] > > > >> [mailto:[email protected]] On Behalf Of Yaakov > > Smith > > > >> Sent: Saturday, May 09, 2009 7:01 PM > > > >> To: 'Half-Life dedicated Win32 server mailing list' > > > >> Subject: Re: [hlds] Associate Names with a Steam ID? > > > >> > > > >> From what I can tell, STEAM_1 was implemented for Steam Cloud, > > > especially > > > >> since it came along to TF2 when they moved the loadout to Steam > Cloud. > > > (it > > > >> was reverted to STEAM_0) > > > >> > > > >> Y is not randomly generated, it reflects which signup server you > > signed > > > up > > > >> on. > > > >> > > > >> -----Original Message----- > > > >> From: [email protected] > > > >> [mailto:[email protected]] On Behalf Of AnAkIn . > > > >> Sent: Sunday, 10 May 2009 1:28 AM > > > >> To: Half-Life dedicated Win32 server mailing list > > > >> Subject: Re: [hlds] Associate Names with a Steam ID? > > > >> > > > >> It's wrong. > > > >> > > > >> X value doesn't matter, it's 0 on all games except L4D where it's 1. > > > It's > > > >> not account dependent. 0 or 1 just means user account. > > > >> Y is always 0 or 1, which is generated randomly when you create your > > > steam > > > >> account. > > > >> > > > >> About the fraction, it's to convert from Steam community ID => Steam > > id > > > >> > > > >> Take a Steam Community ID. > > > >> like: > > > >> 76561198009024064 > > > >> > > > >> 76561198009024064-76561197960265728=48758336 > > > >> > > > >> 48758336/2=24379168 > > > >> > > > >> So it's STEAM_0:0:24379168 > > > >> > > > >> An other example: > > > >> > > > >> 76561198008673707-76561197960265728=48407979 > > > >> > > > >> 48407979/2=24203989,5 > > > >> > > > >> it's ,5, so it's STEAM_0:1 > > > >> > > > >> STEAM_0:1:24203989 > > > >> > > > >> 2009/5/9 Daniel Duarte <[email protected]> > > > >> > > > >> > STEAM_X:Y:Z > > > >> > http://steamcommunity.com/profiles/W > > > >> > W = ( Z x 2 ) + 76561197960265728 + Y > > > >> > > > > >> > X = 0 or 1, try 0, if you get a fraction switch to 1 > > > >> > Y = Account type, usually 0 or 1 > > > >> > 0 Invalid / Unspecified Yes > > > >> > 1 Individual Yes > > > >> > 2 Multiseat Yes > > > >> > 3 GameServer Yes > > > >> > 4 AnonGameServer Yes > > > >> > 5 Pending No > > > >> > 6 ContentServer Unknown > > > >> > 7 Clan Unknown > > > >> > 8 Chat Unknown > > > >> > 9 P2P SuperSeeder No > > > >> > > > > >> > Using that formula you can get the steamcommunity from the SteamID > > and > > > >> > SteamID from steamcommunity. > > > >> > > > > >> > [ ]'s > > > >> > > > > >> > Daniel Duarte > > > >> > > > > >> > > > > >> > On Thu, May 7, 2009 at 07:03, Jake E <[email protected]> wrote: > > > >> > > > > >> > > Hi, > > > >> > > Is there any plugin where you type in a Steam ID or ID's, and it > > > shows > > > >> > the > > > >> > > display names / account names associated with it? > > > >> > > We've decided to create a master ban list so that we can keep > > track > > > of > > > >> > who > > > >> > > we ban, why, and how long. I've already dug through the log > files > > > and > > > >> > found > > > >> > > a few. > > > >> > > Here's the problem: Our server got moved on April 24th. No log > > files > > > >> > before > > > >> > > then. > > > >> > > > > > >> > > So.. yeah. > > > >> > > Also the Steam id's part is important as our perma-ban list is > 165 > > > >> > players > > > >> > > long. > > > >> > > > > > >> > > Any help would be great. > > > >> > > Thanks > > > >> > > Zomb > > > >> > > _______________________________________________ > > > >> > > To unsubscribe, edit your list preferences, or view the list > > > archives, > > > >> > > please visit: > > > >> > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > >> > > > > > >> > _______________________________________________ > > > >> > To unsubscribe, edit your list preferences, or view the list > > archives, > > > >> > please visit: > > > >> > http://list.valvesoftware.com/mailman/listinfo/hlds > > > >> > > > > >> _______________________________________________ > > > >> To unsubscribe, edit your list preferences, or view the list > archives, > > > >> please visit: > > > >> http://list.valvesoftware.com/mailman/listinfo/hlds > > > >> > > > >> > > > >> _______________________________________________ > > > >> To unsubscribe, edit your list preferences, or view the list > archives, > > > >> please visit: > > > >> http://list.valvesoftware.com/mailman/listinfo/hlds > > > >> > > > >> > > > >> _______________________________________________ > > > >> To unsubscribe, edit your list preferences, or view the list > archives, > > > >> please visit: > > > >> http://list.valvesoftware.com/mailman/listinfo/hlds > > > >> > > > >> > > > >> _______________________________________________ > > > >> To unsubscribe, edit your list preferences, or view the list > archives, > > > >> please visit: > > > >> http://list.valvesoftware.com/mailman/listinfo/hlds > > > >> > > > > > > > > > > > _______________________________________________ > > > To unsubscribe, edit your list preferences, or view the list archives, > > > please visit: > > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > -- Sent from Olly's SEGA Game Gear _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

