-
-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
The main page you'll interact with, will show you a full list of all mods from the Mod Manifest
To install a mod, Right-click a mod on the list and click Install
.
After installing, a mod will be enabled automatically
When a mod has an update, it will be shown in green. To update it, Right-click on it and hit Update
.
Several shortcuts are available here to quickly open up common folders. These folder include:
- Game Folder - Where Neos is Located
- Logs Folder - Where Neos puts its Log files
- Mod Folder - Where NeosModLoader loads mods from
- App Folder - Where NeosModManager is located
Allows changing NMM's settings and how it interacts with NeosVR. Options further described below
NMM stores its settings in config.json
in the same directory as the application, here is an example config.
{
"NeosInstallDirectory": "R:\\SteamLibrary\\steamapps\\common\\NeosVR",
"UseNeosLauncher": false,
"NeosDataDirectory": "U:\\Neos",
"NeosCacheDirectory": "U:\\Neos",
"LaunchArguments": "-Screen -screen-fullscreen 1 -DontAutoOpenCloudHome -Invisible",
"IgnoreNeosInstallMissing": false
}
Config Option | Default | Description |
---|---|---|
NeosInstallDirectory |
"" | The directory where Neos.exe is installed to. |
UseNeosLauncher |
false |
If true , NMM will launch NeosLauncher.exe instead of Neos.exe directly |
NeosDataDirectory |
"" | If specified, Neos will use this directory as its Database/Data Folder |
NeosCacheDirectory |
"" | If specified, Neos will use this directory as its Cache Folder |
LaunchArguments |
"" | If specified, these will be passed on to Neos.exe. Check the Neos Wiki for available Command Line Arguments |
IgnoreNeosInstallMissing |
false |
If true or Ignore and Set Later is pressed, No prompt will be shown warning the user when a NeosInstallDirectory is not currently set |
These are launch argments available for NeosModManager itself:
Argument | Description |
---|---|
-debug |
Debug Logging Level |
-verbose |
Verbose Logging Level (Includes all logs from all levels) |
-console |
Console window to see NMM logs live |
A built-in updater is planned #10
All the application settings are stored in config.json
, before updating you may want to copy/backup this file.
Follow the install steps for Windows or Linux either in a new location or on top of your existing install by replacing any duplicate files.