Converting Palworld Save
Created by: LOW.MS Support
Last modified: 30th January 2024
Guide showing how to find UIDs/GUIDs and converting them via uesave-rs and Python
Overview of the steps required:
It can be easier to create a spreadsheet like this to keep track:
- Gather players UIDs/GUIDs on your local/linux or windows version
- Make sure everyone is connected
- Use /ShowPlayers or Player List
- Gather players UIDs/GUIDs on the server you wish to migrate to
- Make sure everyone is connected
- Use /ShowPlayers or Player list
- Download your current SaveGame folder (including the world & player files) and keep note of the world save name e.g. 2E85FD38BAA792EB1D4C09386F3A3CDA
- Convert UIDs into GUID
- Using a website like this DecimalToHex converter
- Enter the PlayersUID to get their GUID
- Download uesave-rs
- Download fix-host-save.py
- Save both of those files into a folder
- Using a CMD tool, navigate to the folder and start converting
- python fix-host-save.py <uesave.exe> <save_path> <new_guid> <old_guid>
- Example:
- python fix-host-save.py uesave.exe "2E85FD38BAA792EB1D4C09386F3A3CDA" 6E80B1A6000000000000000000000000 00000000000000000000000000000001
Gathering Players UIDs
- Login as admin on your server by typing /AdminPassword {yourPassword}
Response showing correct AdminLogin
- Type /showplayers (pic 1) or by pressing esc and looking at your player list (pic 3)
Result of executing /showplayers
Server list found in the ESC menu
Find a mistake or want to contribute? Contact us
A Palworld guide, let us know what other guides you want to see and we will get them published!