A player is assigned a connection number, the playeruid
, visible via the command /ShowPlayers
:
name, playeruid, steamid
VeryGames, 2890613232, 76561197970000000
This playeruid
corresponds to the decimal value of the first 8 digits of the save file names, which are actually hexadecimal values.
If you're having trouble understanding, no problem.
By using this tool here and copying the name of the .sav
file, for example 4BD87C2145BCD3916C05D8B0498854D8.sav
, it will directly provide you with the corresponding playeruid.
![image](https://private-user-images.githubusercontent.com/58212852/299134324-a81dd3bf-1f86-4757-8f4e-42c044672b06.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTQ3NDUsIm5iZiI6MTczODk5NDQ0NSwicGF0aCI6Ii81ODIxMjg1Mi8yOTkxMzQzMjQtYTgxZGQzYmYtMWY4Ni00NzU3LThmNGUtNDJjMDQ0NjcyYjA2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA2MDA0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1OTc5NzVkZjJlNTM4NmQ3MTE4NzRlNmJjZmY3ZGRjM2I0MzU0NzBiYTBkMjFlNWUyNWZlZGVkN2RlOTdiMDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xBpaIhXR0PdSvLD9Wkp6NncxulQ4xenwkuUegdcYJsA)
In this example, the file is AC4B41F0000000000000000000000000.sav
and the playeruid is 2890613232
, as indicated in the result of the /ShowPlayers
command.