Warning
It is unlikely that I will maintain this, if it breaks, it breaks.
If I find out that it's broken and cannot be arsed to fix it, I'll take down the repo at some stage; likely long after it has broken.
A ResoniteModLoader mod for Resonite that allows exporting items as json, bson, 7zbson, and lz4bson files. This allows items to be backed up locally, as well as letting you edit normally inaccessible internals, such as arrays. Note that assets behave in weird ways and will only be linked to.
Bson, 7zbson, and lz4bson files can be reimported into the game easily by anyone, without needing a mod. Json importing should work for people who have a local storage mod.
- Install ResoniteModLoader.
- Place ExportResoniteToJson-Standalone.dll into your
rml_mods
folder if You don't use a local storage mod. OR - Place ExportResoniteToJson-LocalStorage.dll into your
rml_mods
folder if You do use a local storage mod. - Start the game. If you want to verify that the mod is working you can check your Resonite logs.
Note
This is a fork of ExportNeosToJson which was originally made by zkxs and updated for Resonite by Calamity Lime. Ever want to feel like a Resonite developer? just find and replace "Neos" with "Resonite", lol there's more to it then that but it felt that way at times.
It injects additional json, bson, 7zbson, and lz4bson options into the export dialog and restores importing json file into the game.