Any way to delete a character from the save?

Chilimeat

Refugee
So I noticed when I look in the save on a dedicated server the Character files are no longer saved as steam ID's.  This poses a problem when an account is corrupted or no longer can log in.  Is there any way to see what file is for who?  

 
Im guessing there is no help for this?  Ive seen plenty of servers with the issue.  It seems common in this version.  Am I missing something?

 
You can find the player NAME in the players.xml file:

Code:
<player platform="EOS" userid="0002e6305738590395739af98e" playername="somenamehecalledhimself" lastlogin="2022-01-23 00:28:15">




The playername can also be found in the Player/EOS......ttp file near the start of the file.

If you need a EOS->steam mapping you probably have to look inside the logfile. If you search for the string "PlayerName authorization successful" you get all 3 ids in one line

 
Back
Top