A web-based Oxygen Not Included save editor.
You can find the editor at https://robophred.github.io/oni-duplicity.
The saved files are located in:
MAC: ~/Library/Application Support/unity.Klei.Oxygen Not Included/save_files/
Windows: C:\Users\Your users name\Documents\Klei\OxygenNotIncluded\save_files\
Supports save file version 7.15 (Recreation Pack). Future versions may not be compatible until the editor is updated. Previous versions may need to be updated by re-saving them in the newest version of the game.
This branch is a rewrite of the UI focusing on ease of use and community requested features.
This project is ready for translations.
To contribute a translation, translate /src/translations/en/common.json and /src/translations/en/oni.json and submit them in a new issue.
The actual save serialization is done by the oni-save-parser library. Feel free to use this library in your own projects.