This nifty tool allows you to change your appearance of your Palworld character after it has been created at the start. During testing on a Singleplayer world, I have not noticed any issues.
I have only tested this on Singleplayer, on offline mode.
Dependencies:
- Python 3
- uesave-rs
Command:
python main.py
Steps:
- Ensure you have both Python and UESave installed.
- Have a character in Palworld you wish to change the appearance of. You can find your player saves in
C:\Users\\computer_name\AppData\Local\Pal\Saved\SaveGames\\steam_id\\save_id\Players
- If you are changing your own character, it will most likely be
00000000000000000000000000000001.sav
- If you are changing your own character, it will most likely be
- Create a new temporary Palworld game, and note the save location.
- Run the program.
- Enter your UESave location
- Usually
C:\Program Files\uesave\bin\uesave.exe
- Usually
- Enter the exact path to your existing character.
- Enter the exact path to your new appearance character.
- Press enter, and reload your game.
Credit to xNul for the bulk of the code. I would not have been able to do this without you!
Credit to cheahjs for his very useful script helping me to make this fix!