Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit c7f6b5b

Browse files
committed
Resonite Update
1 parent bf1d872 commit c7f6b5b

File tree

5 files changed

+527
-525
lines changed

5 files changed

+527
-525
lines changed

Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77
[assembly: AssemblyTitle("SettingsRedux")]
8-
[assembly: AssemblyDescription("Replaces the Neos Settings page with something new")]
8+
[assembly: AssemblyDescription("Replaces the Resonite Settings page with a new tabbed layout")]
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("XDelta")]
10+
[assembly: AssemblyCompany("Delta")]
1111
[assembly: AssemblyProduct("SettingsRedux")]
12-
[assembly: AssemblyCopyright("Copyright © XDelta 2022")]
12+
[assembly: AssemblyCopyright("Copyright © Delta 2023")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.0")]
35-
[assembly: AssemblyFileVersion("1.1.0")]
34+
[assembly: AssemblyVersion("2.0.0")]
35+
[assembly: AssemblyFileVersion("2.0.0")]

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# SettingsRedux
22

3-
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.
3+
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.
44

55
These changes include:
66
- Categorized Tabs and grouped related settings together
77
- Alternating line colors
8-
- Larger text (~15% Larger)
9-
- Increased the maxValue for some settings (ex: Dash Open/Close Speed)
8+
- Larger text
9+
- Increased the max value for some settings (ex: Dash Open/Close Speed)
1010

1111

1212
## Installation
13-
1. Install [NeosModLoader](https://github.com/neos-modding-group/NeosModLoader).
14-
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.
15-
1. Start the game. If you want to verify that the mod is working you can check your Neos logs.
13+
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader).
14+
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.
15+
1. Start the game. If you want to verify that the mod is working you can check your Resonite logs.
1616

1717
## Config Options
1818

1919
| Config Option | Default | Description |
2020
| ------------------ | ------- | ----------- |
21-
| `enableSettingReplacement` | `true` | If `false` the default Neos Settings page will be restored, no restart required |
21+
| `enableSettingReplacement` | `true` | If `false` the default Resonite Settings page will be restored, no restart required |
2222
| `useLinearSliders` | `false` | If `true`, sliders will be linear instead of exponential ones (Requires restart)|
2323

2424

25-
![Image of Audio Tab](https://user-images.githubusercontent.com/7883807/204910880-2c9e0a4e-e331-4dbf-aa25-eb161b558707.png)
25+
![Image of Audio Tab](https://github.com/XDelta/SettingsRedux/assets/7883807/78ecb1d1-778c-49df-9bcf-30fbc5931a5b)
2626

27-
![Image of Controls Tab](https://user-images.githubusercontent.com/7883807/204910625-905c1510-c8eb-4632-8a90-b7c3fe46b670.png)
27+
![Image of Controls Tab](https://github.com/XDelta/SettingsRedux/assets/7883807/3a2e9b9d-fb98-4e68-bfae-03b39a3bdd23)

0 commit comments

Comments
 (0)