Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkxs/exportneostojson
A mod for Neos VR to export items as their native format
https://github.com/zkxs/exportneostojson
json mod modding neos neosvr vr
Last synced: about 2 months ago
JSON representation
A mod for Neos VR to export items as their native format
- Host: GitHub
- URL: https://github.com/zkxs/exportneostojson
- Owner: zkxs
- License: gpl-3.0
- Created: 2021-08-15T07:45:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T12:00:21.000Z (almost 3 years ago)
- Last Synced: 2023-02-26T18:22:47.932Z (almost 2 years ago)
- Topics: json, mod, modding, neos, neosvr, vr
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ExportNeosToJson
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.
## Installation
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
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.
1. Start the game. If you want to verify that the mod is working you can check your Neos logs.## What does this actually do?
It injects additional json, bson, 7zbson, and lz4bson options into the export dialog.