Skip to content

Commit 5e14cff

Browse files
committed
Update readme, refactor
1 parent 1782c4b commit 5e14cff

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ModNameGoesHere
1+
# Status
22

3-
A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod for [Neos VR](https://neos.com/) that does x.
3+
A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod for [Neos VR](https://neos.com/) that lets you set an in-game status.
44

55
## Installation
66
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
7-
1. Place [ModNameGoesHere.dll](https://github.com/GithubUsername/RepoName/releases/latest/download/ModNameGoesHere.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.
7+
1. Place [Status.dll](https://github.com/dfgHiatus/Status/releases/latest/download/Status.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+
10+
To view your status, search for `https://api.neos.com/api/users/U-(Your Name)`. The status will appear under `profile/description`
File renamed without changes.

StatusMod.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.6.33723.286
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Status", "ModNameGoesHere\Status.csproj", "{0322B2EF-7452-479D-BAE2-FCAB75033337}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Status", "Status\Status.csproj", "{0322B2EF-7452-479D-BAE2-FCAB75033337}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)