Skip to content

Unplug v0.2.0

Compare
Choose a tag to compare
@adierking adierking released this 01 Mar 04:06
· 529 commits to main since this release

This update adds support for exporting and importing the game's global metadata - item attributes, room names, attachment settings, battery usage settings, and more!

To export the globals from your ISO, use the export-globals command:

unplug export-globals --iso chibi.iso -o globals.json

This will make a file named globals.json which you can edit. To re-import the globals, make a copy of your ISO and then use the import-globals command on the copy:

cp chibi.iso chibi2.iso
unplug import-globals --iso chibi2.iso globals.json

Make sure to download the correct zip for your operating system. The Linux build should work on any distribution.