Ton_41 1 Posted October 12, 2018 (edited) I can't read BattlEye GUID in file .ADM Some time I want to know who is kill other player , who dead. How convert log .ADM to BattlEye GUID or Steam ID for know? https://i.imgur.com/mWdAM6b.jpg Edited October 12, 2018 by Ton_41 Share this post Link to post Share on other sites
Ton_41 1 Posted October 12, 2018 If i know I can convert this log from BattlEye GUID to steam id with https://guid2steamid.com/battleye Share this post Link to post Share on other sites
Aussie Cleetus 57 Posted October 12, 2018 unfortunately the ADM file no longer records the BE GUID, it is a different hash of the Steam64id. I'm not entirely sure where that formatted hash comes from (or if it is easily converted backward), but it is the same one the you get with player.GetIdentity().GetId(). Share this post Link to post Share on other sites
philippj 103 Posted October 12, 2018 Thats the BI UID Base64(Sha256(Steam64)) Share this post Link to post Share on other sites
Ton_41 1 Posted October 12, 2018 How do I find a way to find it? check for who kill who dead . Share this post Link to post Share on other sites
philippj 103 Posted October 12, 2018 5 minutes ago, Ton_41 said: How do I find a way to find it? check for who kill who dead . The only actually viable option right now is the one which you were already using. Share this post Link to post Share on other sites
Ton_41 1 Posted October 12, 2018 4 minutes ago, philippj said: The only actually viable option right now is the one which you were already using. I want to use CFTools but I can't connect to FTP from FileZilla Server Interface Share this post Link to post Share on other sites