# oni-duplicity **Repository Path**: kurtwang_admin/oni-duplicity ## Basic Information - **Project Name**: oni-duplicity - **Description**: No description available - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-03 - **Last Updated**: 2023-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Duplicity (V3) A web-based Oxygen Not Included save editor. You can find the editor at [https://robophred.github.io/oni-duplicity](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\` # Compatibility 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. # V3 This branch is a rewrite of the UI focusing on ease of use and community requested features. # Translations This project is ready for translations. To contribute a translation, translate [/src/translations/en/common.json](src/translations/en/common.json) and [/src/translations/en/oni.json](src/translations/en/oni.json) and submit them in a new issue. # Implementation The actual save serialization is done by the [oni-save-parser](https://github.com/RoboPhred/oni-save-parser) library. Feel free to use this library in your own projects.