fake 3 Posted June 22, 2020 (edited) Solution: --- Hey folks, hashing the Steam ID to generate the BE GUID is easy and known already.But what exactly is the (newish) player ID with 44 characters? Another hash of the Steam ID with a different hashing method? A hash of the BE GUID or something completely different? If anybody knows, please let me know. Cheers Edited August 23, 2020 by fake Update - Insert solution Share this post Link to post Share on other sites
philippj 103 Posted June 22, 2020 This has been answered quite a lot already. 1 Share this post Link to post Share on other sites
fake 3 Posted June 22, 2020 Thanks. Hmm, looks like I haven't searched deep enough. Something which didn't get mentioned in the thread seems to be, I have to replace some chars. / with _ + with - Maybe other chars to replace with? Share this post Link to post Share on other sites
philippj 103 Posted June 22, 2020 You have to use url-safe base64. 1 Share this post Link to post Share on other sites
fake 3 Posted August 15, 2020 (edited) Thanks. I expanded my existing converter... (see first post) Edited August 23, 2020 by fake Share this post Link to post Share on other sites
dwojityv 1 Posted September 10, 2020 Sorry for bumping old thread. If somebody still needs to get player id (44 characters long string) from steam ID, here is a gist of php solution https://gist.github.com/vrerabek/a30abd85c0f948d09ba948d774af941d 1 Share this post Link to post Share on other sites
AXEL777 2 Posted October 30, 2020 On 9/10/2020 at 10:26 PM, dwojityv said: Sorry for bumping old thread. If somebody still needs to get player id (44 characters long string) from steam ID, here is a gist of php solutionhttps://gist.github.com/vrerabek/a30abd85c0f948d09ba948d774af941d great, it's work perfect! Share this post Link to post Share on other sites