Code Monkey home page Code Monkey logo

starbound-uuid-converter's Introduction

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.

starbound-uuid-converter's People

Contributors

psiwray avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.