Skip to content

Commit 946501e

Browse files
Update README.md
1 parent 2af3b3f commit 946501e

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# ExportNeosToJson
21

3-
A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod for [Neos VR](https://neos.com/) 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 (probably?) only be linked to. Json, bson, 7zbson, and lz4bson files can be reimported into the game easily by anyone, without needing a mod.
2+
# ExportResoniteToJson
3+
4+
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/) 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.
5+
6+
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.
47

58
## Installation
6-
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
7-
1. Place [ExportNeosToJson.dll](https://github.com/zkxs/ExportNeosToJson/releases/latest/download/ExportNeosToJson.dll) into your `nml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods` for a default install. You can create it if it's missing, or if you launch the game once with NeosModLoader installed it will create the folder for you.
8-
1. Start the game. If you want to verify that the mod is working you can check your Neos logs.
9+
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader).
10+
2. Place [ExportResoniteToJson-Standalone.dll](https://github.com/zkxs/ExportNeosToJson/releases/latest/download/ExportNeosToJson.dll) into your `nml_mods` folder **if** You *don't* use a local storage mod.
11+
OR
12+
2. Place [ExportResoniteToJson-LocalStorage.dll](https://github.com/zkxs/ExportNeosToJson/releases/latest/download/ExportNeosToJson.dll) into your `nml_mods` folder **if** You *do* use a local storage mod.
13+
4. Start the game. If you want to verify that the mod is working you can check your Neos logs.
14+
15+
> [!Note]
16+
> This is a fork of [ExportNeosToJson](https://github.com/zkxs/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.
17+
918

1019
## What does this actually do?
11-
It injects additional json, bson, 7zbson, and lz4bson options into the export dialog.
20+
It injects additional json, bson, 7zbson, and lz4bson options into the export dialog and restores importing json file into the game.

0 commit comments

Comments
 (0)