|
1 | 1 | # NeosModManager |
2 | 2 | A mod manager for [NeosVR](https://neos.com/).<br> |
3 | | -Manage and install mods from the community-managed listing of mods. More information about the mod list or modding neos in general can be found on the [NeosModLoader Website](https://www.neosmodloader.com/). |
| 3 | +Manage and install mods from the community-managed listing of mods. More information about the mod list or modding NeosVR in general can be found on the [NeosModLoader Website](https://www.neosmodloader.com/). |
4 | 4 |
|
5 | 5 | ## Prerequisite |
6 | 6 | * [.Net Desktop Runtime 5.0+](https://dotnet.microsoft.com/en-us/download/dotnet/5.0) |
7 | 7 |
|
8 | 8 | ## Install |
9 | 9 | Download the [Latest Release](https://github.com/XDelta/NeosModManager/releases/latest/).<br> |
10 | | -Ensure prerequites are installed. You may receive a prompt to install them when launching otherwise |
11 | | -Run `NeosModManager.exe` |
12 | | -Open the Settings page and set the Neos path to where you have your `Neos.exe` |
13 | | - |
| 10 | +Ensure prerequites are installed. You may receive a prompt to install them when launching otherwise.<br> |
| 11 | +Run `NeosModManager.exe`<br> |
| 12 | +Open the Settings page and set the Neos path to where you have your `Neos.exe`<br> |
14 | 13 |
|
15 | 14 | ## Features: |
16 | | -- Automatically download and install most mods from [Mod Manifest](https://github.com/neos-modding-group/neos-mod-manifest) |
17 | | -- Quick access to NeosVR, Logs, nml_mods and Application folders |
18 | | -- Options to use Neos.exe or NeosLauncher.exe |
19 | | -- Persistent launch arguments |
20 | | -- Manually check mod github pages for mod updates that aren't on the manifest yet |
21 | | -- Search Mods by name, category, description text, author, tags |
| 15 | +* Automatically download and install most mods from [Mod Manifest](https://github.com/neos-modding-group/neos-mod-manifest) |
| 16 | +* Quick access to NeosVR, Logs, nml_mods and Application folders |
| 17 | +* Options to use Neos.exe or NeosLauncher.exe |
| 18 | +* Persistent launch arguments |
| 19 | +* Manually check mod github pages for mod updates that aren't on the manifest yet |
| 20 | +* Search Mods by name, category, description text, author, tags |
22 | 21 |
|
23 | 22 | ## Launch Argments |
24 | | -Available launch argments for NMM itself |
25 | | -`-debug` Debug Logging Level |
26 | | -`-verbose` Verbose Logging Level (Includes all logs from all levels) |
27 | | -`-console` Optional Console window to see NMM logs live |
| 23 | +Available launch argments for NMM itself: <br> |
| 24 | +* `-debug` Debug Logging Level |
| 25 | +* `-verbose` Verbose Logging Level (Includes all logs from all levels) |
| 26 | +* `-console` Optional Console window to see NMM logs live |
0 commit comments