-
-
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.
Sometimes I dream about cheese
- r164
- r163
- r162
- r161
- r160
- r159
- r158
- r157
- r156
- r155ex
- r154
- r153
- r152
- r151
- r150ex
- r149
- r148
- r147
- r146
- r145
- r144
- r143
- r142
- r141
- r140
- r139
- r138
- r137
- r136
- r135
- r134
- r133
- r132
- r131
- r130
- r129
- r128
- r127
- r126
- r126ex
- r125
- r124ex
- r123
- r122
- r121
- r120
- r119
- r118
- r117
- r116
- r115
- r114
- r113
- r112
- r111
- r110
- r109
- r108
- r107
- r106
- r105
- r104
- r103
- r102
- r101
- r100
- r99
- r98
- r97
- r96
- r95
- r94
- r93
- r92
- r91
- r90ex
- r89
- r89ex
- r88
- r88ex
- r87
- r86ex
- r85
- r84ex
- r83ex
- r82ex
- r81ex
- r80ex
- r79ex
- r78ex
- r77ex
- r76ex
- r75
- r74
- r73
- r72
- r71
- r70
- r69
- r68
- r67
- r66
- r65
- r64
- r63
- r62
- r61
- r60
- r59
- r58
- r57
- r56
- r55-e
- r54-e
- r53-experimental
- r52
- r51
- r50
- r49
- r48
- r47
- r46
- r45
- r44
- r43
- r42
- r41
- r40
- r39
Showing
14 changed files
with
183 additions
and
177 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,12 +1,12 @@ | ||
Merged set of MelonLoader mods for ChilloutVR. | ||
|
||
**State table for game build 2022r169:** | ||
**State table for game build 2022r169p1:** | ||
| Full name | Short name | Latest version | Available in [CVRMA](https://github.com/knah/CVRMelonAssistant) | Current Status | Notes | | ||
|-----------|------------|----------------|-----------------------------------------------------------------|----------------|-------| | ||
| Avatar Change Info | ml_aci | 1.0.3 | Yes | Working | | ||
| Avatar Motion Tweaker | ml_amt | 1.1.3 | Yes | Working | | ||
| Desktop Head Tracking | ml_dht | 1.0.6 | Yes | Working | | ||
| Avatar Motion Tweaker | ml_amt | 1.1.4 | On review | Working | | ||
| Desktop Head Tracking | ml_dht | 1.0.7 | On review | Working | | ||
| Desktop Reticle Switch | ml_drs | 1.0.0 | Yes | Working | | ||
| Four Point Tracking | ml_fpt | 1.0.8 | Yes | Working | | ||
| Leap Motion Extension | ml_lme | 1.2.3 | On review | Working | | ||
| Four Point Tracking | ml_fpt | 1.0.9 | On review | Working | | ||
| Leap Motion Extension | ml_lme | 1.2.4 | On review | Working | | ||
| Server Connection Info | ml_sci | 1.0.2 | 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
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("AvatarMotionTweaker")] | ||
[assembly: AssemblyVersion("1.1.3")] | ||
[assembly: AssemblyFileVersion("1.1.3")] | ||
[assembly: AssemblyVersion("1.1.4")] | ||
[assembly: AssemblyFileVersion("1.1.4")] | ||
|
||
[assembly: MelonLoader.MelonInfo(typeof(ml_amt.AvatarMotionTweaker), "AvatarMotionTweaker", "1.1.3", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] | ||
[assembly: MelonLoader.MelonInfo(typeof(ml_amt.AvatarMotionTweaker), "AvatarMotionTweaker", "1.1.4", "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
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("DesktopHeadTracking")] | ||
[assembly: AssemblyVersion("1.0.6")] | ||
[assembly: AssemblyFileVersion("1.0.6")] | ||
[assembly: AssemblyVersion("1.0.7")] | ||
[assembly: AssemblyFileVersion("1.0.7")] | ||
|
||
[assembly: MelonLoader.MelonInfo(typeof(ml_dht.DesktopHeadTracking), "DesktopHeadTracking", "1.0.6", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] | ||
[assembly: MelonLoader.MelonInfo(typeof(ml_dht.DesktopHeadTracking), "DesktopHeadTracking", "1.0.7", "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
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.8")] | ||
[assembly: AssemblyFileVersion("1.0.8")] | ||
[assembly: AssemblyVersion("1.0.9")] | ||
[assembly: AssemblyFileVersion("1.0.9")] | ||
|
||
[assembly: MelonLoader.MelonInfo(typeof(ml_fpt.FourPointTracking), "FourPointTracking", "1.0.8", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] | ||
[assembly: MelonLoader.MelonInfo(typeof(ml_fpt.FourPointTracking), "FourPointTracking", "1.0.9", "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
Oops, something went wrong.