-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameters restoration
- Loading branch information
Showing
4 changed files
with
96 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Merged set of MelonLoader mods for ChilloutVR. | ||
|
||
**State table for game build 2022r168p1:** | ||
**State table for game build 2022r168p2:** | ||
| Full name | Short name | Latest version | Available in [CVRMA](https://github.com/knah/CVRMelonAssistant) | Current Status | Notes | | ||
|-----------|------------|----------------|-----------------------------------------------------------------|----------------|-------| | ||
| Avatar Change Info | ml_aci | 1.0.2 | Yes | Working | | ||
| Avatar Motion Tweaker | ml_amt | 1.1.0 | On review | Working | | ||
| Desktop Reticle Switch | ml_drs | 1.0.0 | Yes | Working | | ||
| Four Point Tracking | ml_fpt | 1.0.5 | On review | Working | | ||
| Four Point Tracking | ml_fpt | 1.0.6 | On review | Working | | ||
| Leap Motion Extension | ml_lme | 1.1.8 | Yes | Working | | ||
| Server Connection Info | ml_sci | 1.0.1 | Yes | Working | |
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,10 +1,10 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyTitle("FourPointTracking")] | ||
[assembly: AssemblyVersion("1.0.5")] | ||
[assembly: AssemblyFileVersion("1.0.5")] | ||
[assembly: AssemblyVersion("1.0.6")] | ||
[assembly: AssemblyFileVersion("1.0.6")] | ||
|
||
[assembly: MelonLoader.MelonInfo(typeof(ml_fpt.FourPointTracking), "FourPointTracking", "1.0.5", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] | ||
[assembly: MelonLoader.MelonInfo(typeof(ml_fpt.FourPointTracking), "FourPointTracking", "1.0.6", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] | ||
[assembly: MelonLoader.MelonGame(null, "ChilloutVR")] | ||
[assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] | ||
[assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] |
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