Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Jun 11, 2022
2 parents 72949a2 + 28e0c31 commit a96bb11
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# SaveExif
A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod for [Neos VR](https://neos.com/)

add metadata when save photo

![image](https://user-images.githubusercontent.com/91118218/173190089-5ffdd4a7-9252-4abc-8d5b-ac3fcc5a6fcd.png)

## comment json structure(v1.0.0)
```json
{"locationName":"Local",
"locationUrl":"private",
"hostUserId":"",
"hostUserName":"kokoa0429",
"timeTaken":"2022/06/11 13:37:04",
"takeUserId":"",
"takeUserName":"kokoa0429",
"neosVersion":"2022.1.28.1310",
"takeUserName":"kokoa0429",
"presentUserIdArray":[""],
"presentUserNameArray":["kokoa0429"],
"version":"1.0.0"}
```


## Installation
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
2. Place [NeosPasteTweak.dll](https://github.com/rassi0429/NeosPasteTweak/releases/latest/download/NeosPasteTweak.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.
3. Start the game. If you want to verify that the mod is working you can check your Neos logs.

0 comments on commit a96bb11

Please sign in to comment.