This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
527 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
# SettingsRedux | ||
|
||
A [NeosModLoader](https://github.com/neos-modding-group/NeosModLoader) mod for [Neos VR](https://neos.com/). Replaces the default Neos Settings page with an enhanced settings page that adds in many QoL changes. | ||
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/). Replaces the default Resonite Settings page with an enhanced settings page that adds in many QoL changes. | ||
|
||
These changes include: | ||
- Categorized Tabs and grouped related settings together | ||
- Alternating line colors | ||
- Larger text (~15% Larger) | ||
- Increased the maxValue for some settings (ex: Dash Open/Close Speed) | ||
- Larger text | ||
- Increased the max value for some settings (ex: Dash Open/Close Speed) | ||
|
||
|
||
## Installation | ||
1. Install [NeosModLoader](https://github.com/neos-modding-group/NeosModLoader). | ||
1. Place [SettingsRedux.dll](https://github.com/XDelta/SettingsRedux/releases/latest/download/SettingsRedux.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. | ||
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader). | ||
1. Place [SettingsRedux.dll](https://github.com/XDelta/SettingsRedux/releases/latest/download/SettingsRedux.dll) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader 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 Resonite logs. | ||
|
||
## Config Options | ||
|
||
| Config Option | Default | Description | | ||
| ------------------ | ------- | ----------- | | ||
| `enableSettingReplacement` | `true` | If `false` the default Neos Settings page will be restored, no restart required | | ||
| `enableSettingReplacement` | `true` | If `false` the default Resonite Settings page will be restored, no restart required | | ||
| `useLinearSliders` | `false` | If `true`, sliders will be linear instead of exponential ones (Requires restart)| | ||
|
||
|
||
![Image of Audio Tab](https://user-images.githubusercontent.com/7883807/204910880-2c9e0a4e-e331-4dbf-aa25-eb161b558707.png) | ||
![Image of Audio Tab](https://github.com/XDelta/SettingsRedux/assets/7883807/78ecb1d1-778c-49df-9bcf-30fbc5931a5b) | ||
|
||
![Image of Controls Tab](https://user-images.githubusercontent.com/7883807/204910625-905c1510-c8eb-4632-8a90-b7c3fe46b670.png) | ||
![Image of Controls Tab](https://github.com/XDelta/SettingsRedux/assets/7883807/3a2e9b9d-fb98-4e68-bfae-03b39a3bdd23) |
Oops, something went wrong.