Skip to content

psiwray/starbound-uuid-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Starbound UUID Converter

Use this script if you want to change the UUID of a savegame, for example because you're restoring the save game of a friend and wish to play with him again. Normally this wouldn't be possible, because you'd have the same UUID as your friend. This tool converts all occurrences of the old UUID with a new one, which you have to generate using an external tool or a website. It also renames the occurrences in the file names.

ALWAYS REMEMBER TO MAKE A BACKUP OF THE FOLDERS YOU SPECIFY IN THE SCRIPT BEFORE PROCEEDING.

Command-line usage

The <Starbound> folder indicates the Steam's game folder. All parameters are required.

  • -d, --dump: the absolute or relative path of dump_versioned_json.exe. You can find this tool under the <Starbound>\win32\ folder.
  • -f, --folder: the folder where all the player and universe files are stored, usually this is <Starbound>\storage\.
  • -u, --uuid: the old UUID to be replaced.
  • -r, --replace-uuid: the new UUID to replace every old occurrence with.
  • -p, --pack: the absolute or relative path of make_versioned_json.exe. You can find this tool under the <Starbound>\win32\ folder.

Example usage

Test this in cmd.exe on Windows from Starbound's storage folder:

python.exe .\convert.py^
  --dump=.\..\win32\dump_versioned_json.exe^
  --pack=.\..\win32\make_versioned_json.exe^
  --folder=.\^
  --uuid=4d9a7c2f9f11499772d1e27ea7f4231c^
  --replace-uuid=7d8981a66c904b68b6e2a95b6a88765b^

Related software

  • You can change your character's appearance with StarCheat.

About

Convert your Starbound savegame UUIDs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages