From afb5191c35da2dc6463edf8049a54a8b32f88530 Mon Sep 17 00:00:00 2001 From: Hanz Date: Tue, 12 Aug 2025 16:49:51 -0500 Subject: [PATCH 1/9] editorconfig/gitconfig/gitignore --- .editorconfig | 16 ++++++++++++++++ .gitconfig | 1 + .gitignore | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitconfig create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..030cdb8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] +charset = utf-8 +end_of_line = crlf +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true + +[*.csproj] +indent_size = 2 +indent_style = space + +[*.props] +indent_size = 2 +indent_style = space diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..c541767 --- /dev/null +++ b/.gitconfig @@ -0,0 +1 @@ +*.{cs,csproj,sln} text=auto eol=crlf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db11af8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.user +.idea +bin +obj From e1245df3ad045eba3b940615b29516ca527d01da Mon Sep 17 00:00:00 2001 From: Hanz Date: Tue, 12 Aug 2025 16:51:13 -0500 Subject: [PATCH 2/9] normalize line endings and remove BOM --- archived/ml_aci/Main.cs | 2 +- archived/ml_aci/Properties/AssemblyInfo.cs | 2 +- archived/ml_aci/ml_aci.csproj | 2 +- archived/ml_aci/ml_aci.csproj.user | 2 +- archived/ml_drs/Main.cs | 2 +- archived/ml_drs/Properties/AssemblyInfo.cs | 2 +- archived/ml_egn/Main.cs | 2 +- archived/ml_egn/Properties/AssemblyInfo.cs | 2 +- archived/ml_egn/Utils.cs | 2 +- archived/ml_fpt/Main.cs | 2 +- archived/ml_fpt/Properties/AssemblyInfo.cs | 2 +- archived/ml_fpt/Scripts.cs | 2 +- archived/ml_fpt/ml_fpt.csproj | 2 +- archived/ml_fpt/ml_fpt.csproj.user | 2 +- archived/ml_fpt/resources/menu.js | 2 +- archived/ml_gmf/Fixes/AnimationOverrides.cs | 2 +- archived/ml_gmf/Fixes/AvatarOverrides.cs | 2 +- archived/ml_gmf/Fixes/PostProccesVolumes.cs | 2 +- archived/ml_gmf/Fixes/ViveControls.cs | 2 +- archived/ml_gmf/Main.cs | 2 +- archived/ml_gmf/Properties/AssemblyInfo.cs | 2 +- archived/ml_sci/Main.cs | 2 +- archived/ml_sci/Properties/AssemblyInfo.cs | 2 +- archived/ml_sci/ml_sci.csproj | 2 +- archived/ml_sci/ml_sci.csproj.user | 2 +- js/mods_extension.js | 2 +- ml_amt/AvatarParameter.cs | 2 +- ml_amt/GameEvents.cs | 2 +- ml_amt/Main.cs | 2 +- ml_amt/MotionTweaker.cs | 2 +- ml_amt/Properties/AssemblyInfo.cs | 2 +- ml_amt/ResourcesHandler.cs | 2 +- ml_amt/Settings.cs | 2 +- ml_amt/Utils.cs | 2 +- ml_amt/ml_amt.csproj | 2 +- ml_amt/resources/mod_menu.js | 2 +- ml_asl/Main.cs | 2 +- ml_asl/Properties/AssemblyInfo.cs | 2 +- ml_asl/ResourcesHandler.cs | 2 +- ml_asl/Settings.cs | 2 +- ml_asl/Utils.cs | 2 +- ml_asl/resources/mod_menu.js | 2 +- ml_bft/AssetsHandler.cs | 2 +- ml_bft/FingerSystem.cs | 2 +- ml_bft/GameEvents.cs | 2 +- ml_bft/HandHandlerVR.cs | 2 +- ml_bft/InputHandler.cs | 2 +- ml_bft/Main.cs | 2 +- ml_bft/Properties/AssemblyInfo.cs | 2 +- ml_bft/ResourcesHandler.cs | 2 +- ml_bft/Settings.cs | 2 +- ml_bft/Utils.cs | 2 +- ml_bft/resources/mod_menu.js | 2 +- ml_dht/DataParser.cs | 2 +- ml_dht/GameEvents.cs | 2 +- ml_dht/HeadTracked.cs | 2 +- ml_dht/MemoryMapReader.cs | 2 +- ml_dht/Properties/AssemblyInfo.cs | 2 +- ml_dht/ResourcesHandler.cs | 2 +- ml_dht/TrackingData.cs | 2 +- ml_dht/Utils.cs | 2 +- ml_dht/resources/mod_menu.js | 2 +- ml_lme/AssetsHandler.cs | 2 +- ml_lme/DependenciesHandler.cs | 2 +- ml_lme/GameEvents.cs | 2 +- ml_lme/LeapHand.cs | 2 +- ml_lme/LeapInput.cs | 2 +- ml_lme/LeapManager.cs | 2 +- ml_lme/LeapParser.cs | 2 +- ml_lme/LeapTracked.cs | 2 +- ml_lme/LeapTracking.cs | 2 +- ml_lme/Main.cs | 2 +- ml_lme/Properties/AssemblyInfo.cs | 2 +- ml_lme/ResourcesHandler.cs | 2 +- ml_lme/Settings.cs | 2 +- ml_lme/Utils.cs | 2 +- ml_lme/resources/mod_menu.js | 2 +- ml_mods_cvr.sln | 2 +- ml_pah/AvatarEntry.cs | 2 +- ml_pah/HistoryManager.cs | 2 +- ml_pah/Main.cs | 2 +- ml_pah/ModUi.cs | 2 +- ml_pah/Properties/AssemblyInfo.cs | 2 +- ml_pah/Settings.cs | 2 +- ml_pam/ArmMover.cs | 2 +- ml_pam/AvatarBoolParameter.cs | 2 +- ml_pam/GameEvents.cs | 2 +- ml_pam/Main.cs | 2 +- ml_pam/Properties/AssemblyInfo.cs | 2 +- ml_pam/ResourcesHandler.cs | 2 +- ml_pam/Settings.cs | 2 +- ml_pam/Utils.cs | 2 +- ml_pam/resources/mod_menu.js | 2 +- ml_pin/Main.cs | 2 +- ml_pin/Properties/AssemblyInfo.cs | 2 +- ml_pin/ResourcesHandler.cs | 2 +- ml_pin/Settings.cs | 2 +- ml_pin/SoundManager.cs | 2 +- ml_pin/Utils.cs | 2 +- ml_pin/resources/mod_menu.js | 2 +- ml_pmc/GameEvents.cs | 2 +- ml_pmc/Main.cs | 2 +- ml_pmc/ModUi.cs | 2 +- ml_pmc/PoseCopycat.cs | 2 +- ml_pmc/Properties/AssemblyInfo.cs | 2 +- ml_pmc/PuppetParser.cs | 2 +- ml_pmc/Settings.cs | 2 +- ml_pmc/Utils.cs | 2 +- ml_ppu/GameEvents.cs | 2 +- ml_ppu/GrabDetector.cs | 2 +- ml_ppu/Main.cs | 2 +- ml_ppu/ModSupport.cs | 2 +- ml_ppu/ModUi.cs | 2 +- ml_ppu/PickUpManager.cs | 2 +- ml_ppu/Properties/AssemblyInfo.cs | 2 +- ml_ppu/Settings.cs | 2 +- ml_ppu/Utils.cs | 2 +- ml_prm/AvatarParameter.cs | 2 +- ml_prm/GameEvents.cs | 2 +- ml_prm/Main.cs | 2 +- ml_prm/ModUi.cs | 2 +- ml_prm/Properties/AssemblyInfo.cs | 2 +- ml_prm/RagdollBodypartHandler.cs | 2 +- ml_prm/RagdollController.cs | 2 +- ml_prm/RagdollToggle.cs | 2 +- ml_prm/Settings.cs | 2 +- ml_prm/Utils.cs | 2 +- ml_prm/WorldManager.cs | 2 +- ml_prm/ml_prm.csproj | 188 ++++++++++---------- ml_vei/Main.cs | 2 +- ml_vei/Properties/AssemblyInfo.cs | 2 +- ml_vei/ResourcesHandler.cs | 2 +- ml_vei/Settings.cs | 2 +- ml_vei/Utils.cs | 2 +- ml_vei/resources/mod_menu.js | 2 +- ml_vet/Main.cs | 2 +- ml_vet/Properties/AssemblyInfo.cs | 2 +- ml_vet/ResourcesHandler.cs | 2 +- ml_vet/Settings.cs | 2 +- ml_vet/Utils.cs | 2 +- ml_vet/resources/mod_menu.js | 2 +- ml_vpc/Main.cs | 2 +- ml_vpc/Properties/AssemblyInfo.cs | 2 +- 143 files changed, 236 insertions(+), 236 deletions(-) diff --git a/archived/ml_aci/Main.cs b/archived/ml_aci/Main.cs index cc8711a..4415a38 100644 --- a/archived/ml_aci/Main.cs +++ b/archived/ml_aci/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.EventSystem; +using ABI_RC.Core.EventSystem; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Networking; using ABI_RC.Core.Util; diff --git a/archived/ml_aci/Properties/AssemblyInfo.cs b/archived/ml_aci/Properties/AssemblyInfo.cs index fbd14c8..99952f4 100644 --- a/archived/ml_aci/Properties/AssemblyInfo.cs +++ b/archived/ml_aci/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; [assembly: AssemblyTitle("AvatarChangeInfo")] [assembly: AssemblyVersion("1.0.3")] diff --git a/archived/ml_aci/ml_aci.csproj b/archived/ml_aci/ml_aci.csproj index 25e1641..63843df 100644 --- a/archived/ml_aci/ml_aci.csproj +++ b/archived/ml_aci/ml_aci.csproj @@ -1,4 +1,4 @@ - + diff --git a/archived/ml_aci/ml_aci.csproj.user b/archived/ml_aci/ml_aci.csproj.user index 2539084..4e07504 100644 --- a/archived/ml_aci/ml_aci.csproj.user +++ b/archived/ml_aci/ml_aci.csproj.user @@ -1,4 +1,4 @@ - + C:\Games\Steam\common\ChilloutVR\MelonLoader\;C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\ diff --git a/archived/ml_drs/Main.cs b/archived/ml_drs/Main.cs index 8af1eb9..9345985 100644 --- a/archived/ml_drs/Main.cs +++ b/archived/ml_drs/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.UI; +using ABI_RC.Core.UI; using UnityEngine; namespace ml_drs diff --git a/archived/ml_drs/Properties/AssemblyInfo.cs b/archived/ml_drs/Properties/AssemblyInfo.cs index 627e372..5125c6e 100644 --- a/archived/ml_drs/Properties/AssemblyInfo.cs +++ b/archived/ml_drs/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_drs.DesktopReticleSwitch), "DesktopReticleSwitch", "1.0.1", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_drs.DesktopReticleSwitch), "DesktopReticleSwitch", "1.0.1", "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)] diff --git a/archived/ml_egn/Main.cs b/archived/ml_egn/Main.cs index 90d54a2..99a27c0 100644 --- a/archived/ml_egn/Main.cs +++ b/archived/ml_egn/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.EventSystem; +using ABI_RC.Core.EventSystem; using ABI_RC.Core.IO; using ABI_RC.Core.Networking; using ABI_RC.Core.Util; diff --git a/archived/ml_egn/Properties/AssemblyInfo.cs b/archived/ml_egn/Properties/AssemblyInfo.cs index 5b1b103..7f999b6 100644 --- a/archived/ml_egn/Properties/AssemblyInfo.cs +++ b/archived/ml_egn/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_egn.ExtendedGameNotifications), "ExtendedGameNotifications", "1.0.3", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_egn.ExtendedGameNotifications), "ExtendedGameNotifications", "1.0.3", "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)] diff --git a/archived/ml_egn/Utils.cs b/archived/ml_egn/Utils.cs index 319e7ac..cc9ed57 100644 --- a/archived/ml_egn/Utils.cs +++ b/archived/ml_egn/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Networking; using ABI_RC.Core.Savior; using ABI_RC.Core.UI; diff --git a/archived/ml_fpt/Main.cs b/archived/ml_fpt/Main.cs index f748e3a..84e8bed 100644 --- a/archived/ml_fpt/Main.cs +++ b/archived/ml_fpt/Main.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Scripts; +using ABI.CCK.Scripts; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; diff --git a/archived/ml_fpt/Properties/AssemblyInfo.cs b/archived/ml_fpt/Properties/AssemblyInfo.cs index 388da0e..9602b02 100644 --- a/archived/ml_fpt/Properties/AssemblyInfo.cs +++ b/archived/ml_fpt/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; [assembly: AssemblyTitle("FourPointTracking")] [assembly: AssemblyVersion("1.0.9")] diff --git a/archived/ml_fpt/Scripts.cs b/archived/ml_fpt/Scripts.cs index a0b5f81..6bf556c 100644 --- a/archived/ml_fpt/Scripts.cs +++ b/archived/ml_fpt/Scripts.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/archived/ml_fpt/ml_fpt.csproj b/archived/ml_fpt/ml_fpt.csproj index 77ebda4..a79a827 100644 --- a/archived/ml_fpt/ml_fpt.csproj +++ b/archived/ml_fpt/ml_fpt.csproj @@ -1,4 +1,4 @@ - + diff --git a/archived/ml_fpt/ml_fpt.csproj.user b/archived/ml_fpt/ml_fpt.csproj.user index 2539084..4e07504 100644 --- a/archived/ml_fpt/ml_fpt.csproj.user +++ b/archived/ml_fpt/ml_fpt.csproj.user @@ -1,4 +1,4 @@ - + C:\Games\Steam\common\ChilloutVR\MelonLoader\;C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\ diff --git a/archived/ml_fpt/resources/menu.js b/archived/ml_fpt/resources/menu.js index ee02114..e460691 100644 --- a/archived/ml_fpt/resources/menu.js +++ b/archived/ml_fpt/resources/menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/archived/ml_gmf/Fixes/AnimationOverrides.cs b/archived/ml_gmf/Fixes/AnimationOverrides.cs index 925ff4d..3e65f9b 100644 --- a/archived/ml_gmf/Fixes/AnimationOverrides.cs +++ b/archived/ml_gmf/Fixes/AnimationOverrides.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core; +using ABI_RC.Core; using System; using System.Reflection; diff --git a/archived/ml_gmf/Fixes/AvatarOverrides.cs b/archived/ml_gmf/Fixes/AvatarOverrides.cs index cadb73b..04daa0e 100644 --- a/archived/ml_gmf/Fixes/AvatarOverrides.cs +++ b/archived/ml_gmf/Fixes/AvatarOverrides.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using System; using System.Reflection; diff --git a/archived/ml_gmf/Fixes/PostProccesVolumes.cs b/archived/ml_gmf/Fixes/PostProccesVolumes.cs index 93fa38e..1f4c102 100644 --- a/archived/ml_gmf/Fixes/PostProccesVolumes.cs +++ b/archived/ml_gmf/Fixes/PostProccesVolumes.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using System.Collections; namespace ml_gmf.Fixes diff --git a/archived/ml_gmf/Fixes/ViveControls.cs b/archived/ml_gmf/Fixes/ViveControls.cs index f4b229c..1ec1b39 100644 --- a/archived/ml_gmf/Fixes/ViveControls.cs +++ b/archived/ml_gmf/Fixes/ViveControls.cs @@ -1,4 +1,4 @@ -using ABI_RC.Systems.InputManagement; +using ABI_RC.Systems.InputManagement; using ABI_RC.Systems.InputManagement.XR; using System; using System.Reflection; diff --git a/archived/ml_gmf/Main.cs b/archived/ml_gmf/Main.cs index 4826a2c..a89b1c2 100644 --- a/archived/ml_gmf/Main.cs +++ b/archived/ml_gmf/Main.cs @@ -1,4 +1,4 @@ -namespace ml_gmf +namespace ml_gmf { public class GameMainFixes : MelonLoader.MelonMod { diff --git a/archived/ml_gmf/Properties/AssemblyInfo.cs b/archived/ml_gmf/Properties/AssemblyInfo.cs index 9fa7d85..c999bc2 100644 --- a/archived/ml_gmf/Properties/AssemblyInfo.cs +++ b/archived/ml_gmf/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_gmf.GameMainFixes), "GameMainFixes", "1.0.0", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_gmf.GameMainFixes), "GameMainFixes", "1.0.0", "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)] diff --git a/archived/ml_sci/Main.cs b/archived/ml_sci/Main.cs index 7aa4468..d213ef8 100644 --- a/archived/ml_sci/Main.cs +++ b/archived/ml_sci/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.UI; +using ABI_RC.Core.UI; using DarkRift.Client; using System.Reflection; diff --git a/archived/ml_sci/Properties/AssemblyInfo.cs b/archived/ml_sci/Properties/AssemblyInfo.cs index c15c663..86401e4 100644 --- a/archived/ml_sci/Properties/AssemblyInfo.cs +++ b/archived/ml_sci/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; [assembly: AssemblyTitle("ServerConnectionInfo")] [assembly: AssemblyVersion("1.0.2")] diff --git a/archived/ml_sci/ml_sci.csproj b/archived/ml_sci/ml_sci.csproj index 1e71c50..58a770c 100644 --- a/archived/ml_sci/ml_sci.csproj +++ b/archived/ml_sci/ml_sci.csproj @@ -1,4 +1,4 @@ - + diff --git a/archived/ml_sci/ml_sci.csproj.user b/archived/ml_sci/ml_sci.csproj.user index 2539084..4e07504 100644 --- a/archived/ml_sci/ml_sci.csproj.user +++ b/archived/ml_sci/ml_sci.csproj.user @@ -1,4 +1,4 @@ - + C:\Games\Steam\common\ChilloutVR\MelonLoader\;C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\ diff --git a/js/mods_extension.js b/js/mods_extension.js index 20323d9..62b0c04 100644 --- a/js/mods_extension.js +++ b/js/mods_extension.js @@ -1,4 +1,4 @@ -if (typeof modsExtension === 'undefined') { +if (typeof modsExtension === 'undefined') { window.modsExtension = [] // UI elements, modified from original `inp` types, because I have no js knowledge to hook stuff diff --git a/ml_amt/AvatarParameter.cs b/ml_amt/AvatarParameter.cs index 10c83a3..9f02c35 100644 --- a/ml_amt/AvatarParameter.cs +++ b/ml_amt/AvatarParameter.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Util.AnimatorManager; +using ABI_RC.Core.Util.AnimatorManager; using System.Text.RegularExpressions; using UnityEngine; diff --git a/ml_amt/GameEvents.cs b/ml_amt/GameEvents.cs index 8400096..d849466 100644 --- a/ml_amt/GameEvents.cs +++ b/ml_amt/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using ABI_RC.Systems.IK; using System; using System.Reflection; diff --git a/ml_amt/Main.cs b/ml_amt/Main.cs index 050d5a0..8398db4 100644 --- a/ml_amt/Main.cs +++ b/ml_amt/Main.cs @@ -1,4 +1,4 @@ -using System.Collections; +using System.Collections; using UnityEngine; namespace ml_amt diff --git a/ml_amt/MotionTweaker.cs b/ml_amt/MotionTweaker.cs index e81097f..032ec86 100644 --- a/ml_amt/MotionTweaker.cs +++ b/ml_amt/MotionTweaker.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Core.Util.AnimatorManager; using ABI_RC.Systems.GameEventSystem; diff --git a/ml_amt/Properties/AssemblyInfo.cs b/ml_amt/Properties/AssemblyInfo.cs index 003591e..992f47c 100644 --- a/ml_amt/Properties/AssemblyInfo.cs +++ b/ml_amt/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_amt.AvatarMotionTweaker), "AvatarMotionTweaker", "1.5.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_amt.AvatarMotionTweaker), "AvatarMotionTweaker", "1.5.2", "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)] diff --git a/ml_amt/ResourcesHandler.cs b/ml_amt/ResourcesHandler.cs index 214cead..09e1720 100644 --- a/ml_amt/ResourcesHandler.cs +++ b/ml_amt/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_amt/Settings.cs b/ml_amt/Settings.cs index fdf8711..94bfd61 100644 --- a/ml_amt/Settings.cs +++ b/ml_amt/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; diff --git a/ml_amt/Utils.cs b/ml_amt/Utils.cs index 6cd79d3..66f162f 100644 --- a/ml_amt/Utils.cs +++ b/ml_amt/Utils.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using ABI_RC.Core.UI; diff --git a/ml_amt/ml_amt.csproj b/ml_amt/ml_amt.csproj index 3620a45..251c49e 100644 --- a/ml_amt/ml_amt.csproj +++ b/ml_amt/ml_amt.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/ml_amt/resources/mod_menu.js b/ml_amt/resources/mod_menu.js index 4bc73ed..1776185 100644 --- a/ml_amt/resources/mod_menu.js +++ b/ml_amt/resources/mod_menu.js @@ -1,4 +1,4 @@ -// Add own menu +// Add own menu { let l_block = document.createElement('div'); l_block.innerHTML = ` diff --git a/ml_asl/Main.cs b/ml_asl/Main.cs index 4ff6362..75f5c06 100644 --- a/ml_asl/Main.cs +++ b/ml_asl/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using System.Reflection; using UnityEngine; diff --git a/ml_asl/Properties/AssemblyInfo.cs b/ml_asl/Properties/AssemblyInfo.cs index 578b743..52af3d0 100644 --- a/ml_asl/Properties/AssemblyInfo.cs +++ b/ml_asl/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_asl.AvatarSyncedLook), "AvatarSyncedLook", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_asl.AvatarSyncedLook), "AvatarSyncedLook", "1.1.2", "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)] diff --git a/ml_asl/ResourcesHandler.cs b/ml_asl/ResourcesHandler.cs index e73c290..fc75294 100644 --- a/ml_asl/ResourcesHandler.cs +++ b/ml_asl/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_asl/Settings.cs b/ml_asl/Settings.cs index 3da7a1e..36424e4 100644 --- a/ml_asl/Settings.cs +++ b/ml_asl/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; diff --git a/ml_asl/Utils.cs b/ml_asl/Utils.cs index f858218..526c89c 100644 --- a/ml_asl/Utils.cs +++ b/ml_asl/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.UI; +using ABI_RC.Core.UI; using System.Reflection; using UnityEngine; diff --git a/ml_asl/resources/mod_menu.js b/ml_asl/resources/mod_menu.js index edcb0c3..2634537 100644 --- a/ml_asl/resources/mod_menu.js +++ b/ml_asl/resources/mod_menu.js @@ -1,4 +1,4 @@ -// Add own menu +// Add own menu { let l_block = document.createElement('div'); l_block.innerHTML = ` diff --git a/ml_bft/AssetsHandler.cs b/ml_bft/AssetsHandler.cs index 3473fd1..17c457e 100644 --- a/ml_bft/AssetsHandler.cs +++ b/ml_bft/AssetsHandler.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using System.Reflection; using UnityEngine; diff --git a/ml_bft/FingerSystem.cs b/ml_bft/FingerSystem.cs index f7286d9..cb7067d 100644 --- a/ml_bft/FingerSystem.cs +++ b/ml_bft/FingerSystem.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using ABI_RC.Systems.GameEventSystem; diff --git a/ml_bft/GameEvents.cs b/ml_bft/GameEvents.cs index 0b3d7a6..018e5de 100644 --- a/ml_bft/GameEvents.cs +++ b/ml_bft/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using ABI_RC.Systems.IK; using ABI_RC.Systems.InputManagement; using System; diff --git a/ml_bft/HandHandlerVR.cs b/ml_bft/HandHandlerVR.cs index ec01650..7dfc21c 100644 --- a/ml_bft/HandHandlerVR.cs +++ b/ml_bft/HandHandlerVR.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using UnityEngine; using Valve.VR; diff --git a/ml_bft/InputHandler.cs b/ml_bft/InputHandler.cs index c0910d4..4ff35b0 100644 --- a/ml_bft/InputHandler.cs +++ b/ml_bft/InputHandler.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Savior; +using ABI_RC.Core.Savior; using ABI_RC.Systems.InputManagement; using ABI_RC.Systems.VRModeSwitch; using UnityEngine; diff --git a/ml_bft/Main.cs b/ml_bft/Main.cs index 8d64294..4c51e49 100644 --- a/ml_bft/Main.cs +++ b/ml_bft/Main.cs @@ -1,4 +1,4 @@ -using System.Collections; +using System.Collections; namespace ml_bft { diff --git a/ml_bft/Properties/AssemblyInfo.cs b/ml_bft/Properties/AssemblyInfo.cs index 3a8006f..be9d351 100644 --- a/ml_bft/Properties/AssemblyInfo.cs +++ b/ml_bft/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_bft.BetterFingersTracking), "BetterFingersTracking", "1.1.3", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_bft.BetterFingersTracking), "BetterFingersTracking", "1.1.3", "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)] diff --git a/ml_bft/ResourcesHandler.cs b/ml_bft/ResourcesHandler.cs index 82c08c2..c623ee8 100644 --- a/ml_bft/ResourcesHandler.cs +++ b/ml_bft/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_bft/Settings.cs b/ml_bft/Settings.cs index 84f7ee8..a29df5e 100644 --- a/ml_bft/Settings.cs +++ b/ml_bft/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; diff --git a/ml_bft/Utils.cs b/ml_bft/Utils.cs index cfdbfd7..7e900b2 100644 --- a/ml_bft/Utils.cs +++ b/ml_bft/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using ABI_RC.Core.UI; using ABI_RC.Systems.IK; diff --git a/ml_bft/resources/mod_menu.js b/ml_bft/resources/mod_menu.js index e682f83..f022e28 100644 --- a/ml_bft/resources/mod_menu.js +++ b/ml_bft/resources/mod_menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/ml_dht/DataParser.cs b/ml_dht/DataParser.cs index a1844ed..0796212 100644 --- a/ml_dht/DataParser.cs +++ b/ml_dht/DataParser.cs @@ -1,4 +1,4 @@ -namespace ml_dht +namespace ml_dht { class DataParser { diff --git a/ml_dht/GameEvents.cs b/ml_dht/GameEvents.cs index 03f2d3d..14465f4 100644 --- a/ml_dht/GameEvents.cs +++ b/ml_dht/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Core.Player.EyeMovement; using ABI_RC.Systems.IK; diff --git a/ml_dht/HeadTracked.cs b/ml_dht/HeadTracked.cs index 858241d..4ab78fb 100644 --- a/ml_dht/HeadTracked.cs +++ b/ml_dht/HeadTracked.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Core.Player.EyeMovement; using ABI_RC.Systems.FaceTracking; diff --git a/ml_dht/MemoryMapReader.cs b/ml_dht/MemoryMapReader.cs index 7949072..f009def 100644 --- a/ml_dht/MemoryMapReader.cs +++ b/ml_dht/MemoryMapReader.cs @@ -1,4 +1,4 @@ -using System.IO; +using System.IO; using System.IO.MemoryMappedFiles; namespace ml_dht diff --git a/ml_dht/Properties/AssemblyInfo.cs b/ml_dht/Properties/AssemblyInfo.cs index 9013c5f..b526c31 100644 --- a/ml_dht/Properties/AssemblyInfo.cs +++ b/ml_dht/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_dht.DesktopHeadTracking), "DesktopHeadTracking", "1.3.4", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_dht.DesktopHeadTracking), "DesktopHeadTracking", "1.3.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)] \ No newline at end of file diff --git a/ml_dht/ResourcesHandler.cs b/ml_dht/ResourcesHandler.cs index 3c9b578..3275109 100644 --- a/ml_dht/ResourcesHandler.cs +++ b/ml_dht/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_dht/TrackingData.cs b/ml_dht/TrackingData.cs index 45a881c..2a4dd5d 100644 --- a/ml_dht/TrackingData.cs +++ b/ml_dht/TrackingData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Runtime.InteropServices; struct TrackingData diff --git a/ml_dht/Utils.cs b/ml_dht/Utils.cs index 1b5331b..902614a 100644 --- a/ml_dht/Utils.cs +++ b/ml_dht/Utils.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Savior; using ABI_RC.Core.UI; using System.Reflection; diff --git a/ml_dht/resources/mod_menu.js b/ml_dht/resources/mod_menu.js index e52b0ff..d72aeeb 100644 --- a/ml_dht/resources/mod_menu.js +++ b/ml_dht/resources/mod_menu.js @@ -1,4 +1,4 @@ -// Add own menu +// Add own menu { let l_block = document.createElement('div'); l_block.innerHTML = ` diff --git a/ml_lme/AssetsHandler.cs b/ml_lme/AssetsHandler.cs index 36c3ebf..7e19946 100644 --- a/ml_lme/AssetsHandler.cs +++ b/ml_lme/AssetsHandler.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using System.Reflection; using UnityEngine; diff --git a/ml_lme/DependenciesHandler.cs b/ml_lme/DependenciesHandler.cs index 3dbc8da..798e33b 100644 --- a/ml_lme/DependenciesHandler.cs +++ b/ml_lme/DependenciesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Reflection; diff --git a/ml_lme/GameEvents.cs b/ml_lme/GameEvents.cs index 281b9eb..a4292fa 100644 --- a/ml_lme/GameEvents.cs +++ b/ml_lme/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Systems.IK; using System; diff --git a/ml_lme/LeapHand.cs b/ml_lme/LeapHand.cs index e6d6f65..737cde6 100644 --- a/ml_lme/LeapHand.cs +++ b/ml_lme/LeapHand.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; namespace ml_lme { diff --git a/ml_lme/LeapInput.cs b/ml_lme/LeapInput.cs index 2273bb2..d760245 100644 --- a/ml_lme/LeapInput.cs +++ b/ml_lme/LeapInput.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; diff --git a/ml_lme/LeapManager.cs b/ml_lme/LeapManager.cs index 9512396..11c674b 100644 --- a/ml_lme/LeapManager.cs +++ b/ml_lme/LeapManager.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using ABI_RC.Systems.InputManagement; using System.Collections; using UnityEngine; diff --git a/ml_lme/LeapParser.cs b/ml_lme/LeapParser.cs index 847ee64..41497e1 100644 --- a/ml_lme/LeapParser.cs +++ b/ml_lme/LeapParser.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; namespace ml_lme { diff --git a/ml_lme/LeapTracked.cs b/ml_lme/LeapTracked.cs index 211fc4c..22062d2 100644 --- a/ml_lme/LeapTracked.cs +++ b/ml_lme/LeapTracked.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Systems.GameEventSystem; using ABI_RC.Systems.IK; diff --git a/ml_lme/LeapTracking.cs b/ml_lme/LeapTracking.cs index 8b4aba6..9c62dc1 100644 --- a/ml_lme/LeapTracking.cs +++ b/ml_lme/LeapTracking.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using UnityEngine; namespace ml_lme diff --git a/ml_lme/Main.cs b/ml_lme/Main.cs index 44ad503..cf391f9 100644 --- a/ml_lme/Main.cs +++ b/ml_lme/Main.cs @@ -1,4 +1,4 @@ -using System.Collections; +using System.Collections; using UnityEngine; namespace ml_lme diff --git a/ml_lme/Properties/AssemblyInfo.cs b/ml_lme/Properties/AssemblyInfo.cs index de7fe58..2f98499 100644 --- a/ml_lme/Properties/AssemblyInfo.cs +++ b/ml_lme/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_lme.LeapMotionExtension), "LeapMotionExtension", "1.6.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_lme.LeapMotionExtension), "LeapMotionExtension", "1.6.2", "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)] diff --git a/ml_lme/ResourcesHandler.cs b/ml_lme/ResourcesHandler.cs index ad24e11..cc11b2f 100644 --- a/ml_lme/ResourcesHandler.cs +++ b/ml_lme/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_lme/Settings.cs b/ml_lme/Settings.cs index d8dbedb..2d9666a 100644 --- a/ml_lme/Settings.cs +++ b/ml_lme/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; using UnityEngine; diff --git a/ml_lme/Utils.cs b/ml_lme/Utils.cs index e653fde..689ac7e 100644 --- a/ml_lme/Utils.cs +++ b/ml_lme/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using ABI_RC.Core.UI; diff --git a/ml_lme/resources/mod_menu.js b/ml_lme/resources/mod_menu.js index 96a11f0..0a8f040 100644 --- a/ml_lme/resources/mod_menu.js +++ b/ml_lme/resources/mod_menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/ml_mods_cvr.sln b/ml_mods_cvr.sln index df44b4a..e607d3a 100644 --- a/ml_mods_cvr.sln +++ b/ml_mods_cvr.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.33214.272 diff --git a/ml_pah/AvatarEntry.cs b/ml_pah/AvatarEntry.cs index ee940ff..96bdfab 100644 --- a/ml_pah/AvatarEntry.cs +++ b/ml_pah/AvatarEntry.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace ml_pah { diff --git a/ml_pah/HistoryManager.cs b/ml_pah/HistoryManager.cs index cd3d68c..235dbe5 100644 --- a/ml_pah/HistoryManager.cs +++ b/ml_pah/HistoryManager.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Networking.API; +using ABI_RC.Core.Networking.API; using ABI_RC.Core.Networking.API.Responses; using Newtonsoft.Json; using System; diff --git a/ml_pah/Main.cs b/ml_pah/Main.cs index 528c1f8..1035265 100644 --- a/ml_pah/Main.cs +++ b/ml_pah/Main.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core; using System; using System.Collections; diff --git a/ml_pah/ModUi.cs b/ml_pah/ModUi.cs index a7aa3b9..e64d8cf 100644 --- a/ml_pah/ModUi.cs +++ b/ml_pah/ModUi.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.EventSystem; +using ABI_RC.Core.EventSystem; using ABI_RC.Core.InteractionSystem; using BTKUILib.UIObjects; using BTKUILib.UIObjects.Components; diff --git a/ml_pah/Properties/AssemblyInfo.cs b/ml_pah/Properties/AssemblyInfo.cs index f311837..9ae41be 100644 --- a/ml_pah/Properties/AssemblyInfo.cs +++ b/ml_pah/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pah.PlayerAvatarHistory), "PlayerAvatarHistory", "1.0.0", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_pah.PlayerAvatarHistory), "PlayerAvatarHistory", "1.0.0", "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)] diff --git a/ml_pah/Settings.cs b/ml_pah/Settings.cs index b6be86d..c05e22a 100644 --- a/ml_pah/Settings.cs +++ b/ml_pah/Settings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using UnityEngine; diff --git a/ml_pam/ArmMover.cs b/ml_pam/ArmMover.cs index 7b2d567..e24b6c0 100644 --- a/ml_pam/ArmMover.cs +++ b/ml_pam/ArmMover.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; using ABI_RC.Systems.GameEventSystem; diff --git a/ml_pam/AvatarBoolParameter.cs b/ml_pam/AvatarBoolParameter.cs index 0cbbac0..6118ccb 100644 --- a/ml_pam/AvatarBoolParameter.cs +++ b/ml_pam/AvatarBoolParameter.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Util.AnimatorManager; +using ABI_RC.Core.Util.AnimatorManager; using System.Text.RegularExpressions; using UnityEngine; diff --git a/ml_pam/GameEvents.cs b/ml_pam/GameEvents.cs index 64c2f63..678fd78 100644 --- a/ml_pam/GameEvents.cs +++ b/ml_pam/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Systems.IK; using System; diff --git a/ml_pam/Main.cs b/ml_pam/Main.cs index efd426c..45aff1b 100644 --- a/ml_pam/Main.cs +++ b/ml_pam/Main.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; namespace ml_pam { diff --git a/ml_pam/Properties/AssemblyInfo.cs b/ml_pam/Properties/AssemblyInfo.cs index 07543c2..3396b89 100644 --- a/ml_pam/Properties/AssemblyInfo.cs +++ b/ml_pam/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pam.PickupArmMovement), "PickupArmMovement", "1.2.3", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_pam.PickupArmMovement), "PickupArmMovement", "1.2.3", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPriority(1)] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] diff --git a/ml_pam/ResourcesHandler.cs b/ml_pam/ResourcesHandler.cs index 874c49f..8cb1e62 100644 --- a/ml_pam/ResourcesHandler.cs +++ b/ml_pam/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_pam/Settings.cs b/ml_pam/Settings.cs index fac0dad..121aa6d 100644 --- a/ml_pam/Settings.cs +++ b/ml_pam/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; using UnityEngine; diff --git a/ml_pam/Utils.cs b/ml_pam/Utils.cs index 6f5faf1..0c45f45 100644 --- a/ml_pam/Utils.cs +++ b/ml_pam/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using ABI_RC.Core.UI; using ABI_RC.Systems.IK; diff --git a/ml_pam/resources/mod_menu.js b/ml_pam/resources/mod_menu.js index ba0e754..ffd4046 100644 --- a/ml_pam/resources/mod_menu.js +++ b/ml_pam/resources/mod_menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/ml_pin/Main.cs b/ml_pin/Main.cs index 80e134c..68b0f44 100644 --- a/ml_pin/Main.cs +++ b/ml_pin/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.AudioEffects; +using ABI_RC.Core.AudioEffects; using ABI_RC.Core.Networking.IO.Social; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; diff --git a/ml_pin/Properties/AssemblyInfo.cs b/ml_pin/Properties/AssemblyInfo.cs index 3447171..1c7fa0a 100644 --- a/ml_pin/Properties/AssemblyInfo.cs +++ b/ml_pin/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pin.PlayersInstanceNotifier), "PlayersInstanceNotifier", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_pin.PlayersInstanceNotifier), "PlayersInstanceNotifier", "1.1.2", "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)] diff --git a/ml_pin/ResourcesHandler.cs b/ml_pin/ResourcesHandler.cs index f095e80..c9ee353 100644 --- a/ml_pin/ResourcesHandler.cs +++ b/ml_pin/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Reflection; diff --git a/ml_pin/Settings.cs b/ml_pin/Settings.cs index 052ec0f..d7c5e6d 100644 --- a/ml_pin/Settings.cs +++ b/ml_pin/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; diff --git a/ml_pin/SoundManager.cs b/ml_pin/SoundManager.cs index 3b53971..0cf014b 100644 --- a/ml_pin/SoundManager.cs +++ b/ml_pin/SoundManager.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.AudioEffects; +using ABI_RC.Core.AudioEffects; using System; using System.Collections; using System.IO; diff --git a/ml_pin/Utils.cs b/ml_pin/Utils.cs index de1f4f7..df46c70 100644 --- a/ml_pin/Utils.cs +++ b/ml_pin/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.UI; +using ABI_RC.Core.UI; using System.Reflection; namespace ml_pin diff --git a/ml_pin/resources/mod_menu.js b/ml_pin/resources/mod_menu.js index 61aa058..c8a9d6b 100644 --- a/ml_pin/resources/mod_menu.js +++ b/ml_pin/resources/mod_menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/ml_pmc/GameEvents.cs b/ml_pmc/GameEvents.cs index 3f61aaf..6b531ea 100644 --- a/ml_pmc/GameEvents.cs +++ b/ml_pmc/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using ABI_RC.Systems.IK; using System; using System.Reflection; diff --git a/ml_pmc/Main.cs b/ml_pmc/Main.cs index bdf5faa..8ab10dc 100644 --- a/ml_pmc/Main.cs +++ b/ml_pmc/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using UnityEngine; namespace ml_pmc diff --git a/ml_pmc/ModUi.cs b/ml_pmc/ModUi.cs index 861ccd8..a75c3d3 100644 --- a/ml_pmc/ModUi.cs +++ b/ml_pmc/ModUi.cs @@ -1,4 +1,4 @@ -using BTKUILib.UIObjects; +using BTKUILib.UIObjects; using BTKUILib.UIObjects.Components; using System; using System.Collections.Generic; diff --git a/ml_pmc/PoseCopycat.cs b/ml_pmc/PoseCopycat.cs index 1a27aba..21ae1db 100644 --- a/ml_pmc/PoseCopycat.cs +++ b/ml_pmc/PoseCopycat.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Networking.IO.Social; using ABI_RC.Core.Player; using ABI_RC.Systems.GameEventSystem; diff --git a/ml_pmc/Properties/AssemblyInfo.cs b/ml_pmc/Properties/AssemblyInfo.cs index ff06217..4a7ae7d 100644 --- a/ml_pmc/Properties/AssemblyInfo.cs +++ b/ml_pmc/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pmc.PlayerMovementCopycat), "PlayerMovementCopycat", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_pmc.PlayerMovementCopycat), "PlayerMovementCopycat", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPriority(3)] [assembly: MelonLoader.MelonAdditionalDependencies("BTKUILib")] diff --git a/ml_pmc/PuppetParser.cs b/ml_pmc/PuppetParser.cs index 9e71cea..83cc883 100644 --- a/ml_pmc/PuppetParser.cs +++ b/ml_pmc/PuppetParser.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; using UnityEngine; namespace ml_pmc diff --git a/ml_pmc/Settings.cs b/ml_pmc/Settings.cs index 534227e..ca4c4c7 100644 --- a/ml_pmc/Settings.cs +++ b/ml_pmc/Settings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; namespace ml_pmc diff --git a/ml_pmc/Utils.cs b/ml_pmc/Utils.cs index 855142b..b9e87bf 100644 --- a/ml_pmc/Utils.cs +++ b/ml_pmc/Utils.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core; using ABI_RC.Core.Savior; using ABI_RC.Systems.InputManagement; diff --git a/ml_ppu/GameEvents.cs b/ml_ppu/GameEvents.cs index b8b70dd..db417bd 100644 --- a/ml_ppu/GameEvents.cs +++ b/ml_ppu/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core; +using ABI_RC.Core; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; using System; diff --git a/ml_ppu/GrabDetector.cs b/ml_ppu/GrabDetector.cs index 2af8e3c..0c543e3 100644 --- a/ml_ppu/GrabDetector.cs +++ b/ml_ppu/GrabDetector.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Networking.IO.Social; using ABI_RC.Core.Player; using UnityEngine; diff --git a/ml_ppu/Main.cs b/ml_ppu/Main.cs index 1a98d3d..60c2f7b 100644 --- a/ml_ppu/Main.cs +++ b/ml_ppu/Main.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using UnityEngine; diff --git a/ml_ppu/ModSupport.cs b/ml_ppu/ModSupport.cs index c815210..eb43c06 100644 --- a/ml_ppu/ModSupport.cs +++ b/ml_ppu/ModSupport.cs @@ -1,4 +1,4 @@ -using System.Linq; +using System.Linq; namespace ml_ppu { diff --git a/ml_ppu/ModUi.cs b/ml_ppu/ModUi.cs index 600b2e7..b518114 100644 --- a/ml_ppu/ModUi.cs +++ b/ml_ppu/ModUi.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; using BTKUILib.UIObjects; diff --git a/ml_ppu/PickUpManager.cs b/ml_ppu/PickUpManager.cs index d5c61f8..68a1432 100644 --- a/ml_ppu/PickUpManager.cs +++ b/ml_ppu/PickUpManager.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; diff --git a/ml_ppu/Properties/AssemblyInfo.cs b/ml_ppu/Properties/AssemblyInfo.cs index d5a3c9b..547910d 100644 --- a/ml_ppu/Properties/AssemblyInfo.cs +++ b/ml_ppu/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_ppu.PlayerPickUp), "PlayerPickUp", "1.0.1", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_ppu.PlayerPickUp), "PlayerPickUp", "1.0.1", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonOptionalDependencies("PlayerRagdollMod")] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] diff --git a/ml_ppu/Settings.cs b/ml_ppu/Settings.cs index 24b9215..c39557c 100644 --- a/ml_ppu/Settings.cs +++ b/ml_ppu/Settings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using UnityEngine; diff --git a/ml_ppu/Utils.cs b/ml_ppu/Utils.cs index 4629730..a3f3b84 100644 --- a/ml_ppu/Utils.cs +++ b/ml_ppu/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core; +using ABI_RC.Core; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using ABI_RC.Systems.Movement; diff --git a/ml_prm/AvatarParameter.cs b/ml_prm/AvatarParameter.cs index 1c736b2..5f11c09 100644 --- a/ml_prm/AvatarParameter.cs +++ b/ml_prm/AvatarParameter.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Util.AnimatorManager; +using ABI_RC.Core.Util.AnimatorManager; using System.Text.RegularExpressions; using UnityEngine; diff --git a/ml_prm/GameEvents.cs b/ml_prm/GameEvents.cs index a2b5222..880c0aa 100644 --- a/ml_prm/GameEvents.cs +++ b/ml_prm/GameEvents.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; diff --git a/ml_prm/Main.cs b/ml_prm/Main.cs index 361aeb0..4d1c684 100644 --- a/ml_prm/Main.cs +++ b/ml_prm/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Util.AssetFiltering; +using ABI_RC.Core.Util.AssetFiltering; namespace ml_prm { diff --git a/ml_prm/ModUi.cs b/ml_prm/ModUi.cs index fc5aadc..557a63e 100644 --- a/ml_prm/ModUi.cs +++ b/ml_prm/ModUi.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; using BTKUILib.UIObjects; diff --git a/ml_prm/Properties/AssemblyInfo.cs b/ml_prm/Properties/AssemblyInfo.cs index a692c71..7d9c4ce 100644 --- a/ml_prm/Properties/AssemblyInfo.cs +++ b/ml_prm/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_prm.PlayerRagdollMod), "PlayerRagdollMod", "1.2.4", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_prm.PlayerRagdollMod), "PlayerRagdollMod", "1.2.4", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPriority(2)] [assembly: MelonLoader.MelonAdditionalDependencies("BTKUILib")] diff --git a/ml_prm/RagdollBodypartHandler.cs b/ml_prm/RagdollBodypartHandler.cs index eeda323..ac2aa93 100644 --- a/ml_prm/RagdollBodypartHandler.cs +++ b/ml_prm/RagdollBodypartHandler.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core; using ABI_RC.Core.Networking.IO.Social; using ABI_RC.Core.Player; diff --git a/ml_prm/RagdollController.cs b/ml_prm/RagdollController.cs index ef52f4b..a3c4da9 100644 --- a/ml_prm/RagdollController.cs +++ b/ml_prm/RagdollController.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; diff --git a/ml_prm/RagdollToggle.cs b/ml_prm/RagdollToggle.cs index 77925f0..4b1599f 100644 --- a/ml_prm/RagdollToggle.cs +++ b/ml_prm/RagdollToggle.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; namespace ml_prm { diff --git a/ml_prm/Settings.cs b/ml_prm/Settings.cs index 412b48a..74869a4 100644 --- a/ml_prm/Settings.cs +++ b/ml_prm/Settings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using UnityEngine; diff --git a/ml_prm/Utils.cs b/ml_prm/Utils.cs index ad5f7db..809b910 100644 --- a/ml_prm/Utils.cs +++ b/ml_prm/Utils.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using ABI_RC.Systems.IK; diff --git a/ml_prm/WorldManager.cs b/ml_prm/WorldManager.cs index 87ce672..ea13f93 100644 --- a/ml_prm/WorldManager.cs +++ b/ml_prm/WorldManager.cs @@ -1,4 +1,4 @@ -using ABI.CCK.Components; +using ABI.CCK.Components; using ABI_RC.Systems.GameEventSystem; using System; using UnityEngine; diff --git a/ml_prm/ml_prm.csproj b/ml_prm/ml_prm.csproj index 0424cc3..2c84be4 100644 --- a/ml_prm/ml_prm.csproj +++ b/ml_prm/ml_prm.csproj @@ -1,101 +1,101 @@ - - - - netstandard2.1 - x64 - PlayerRagdollMod - 1.2.4 - SDraw - SDraw - PlayerRagdollMod - PlayerRagdollMod - - + + + + netstandard2.1 + x64 + PlayerRagdollMod + 1.2.4 + SDraw + SDraw + PlayerRagdollMod + PlayerRagdollMod + + embedded true - - - - - - - - - - - - - - - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll - false - false - + + + + + + + + + + + + + + + D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll + false + false + D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll false false - - - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ClothModule.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll - false - false - - - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ParticleSystemModule.dll - false - false - - - - - - - - + + + D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ClothModule.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll + false + false + + + D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ParticleSystemModule.dll + false + false + + + + + + + + diff --git a/ml_vei/Main.cs b/ml_vei/Main.cs index fdce8f1..a8db9da 100644 --- a/ml_vei/Main.cs +++ b/ml_vei/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Systems.InputManagement; +using ABI_RC.Systems.InputManagement; using ABI_RC.Systems.InputManagement.XR; using System; using System.Reflection; diff --git a/ml_vei/Properties/AssemblyInfo.cs b/ml_vei/Properties/AssemblyInfo.cs index 6c140ba..5703e5c 100644 --- a/ml_vei/Properties/AssemblyInfo.cs +++ b/ml_vei/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_vei.ViveExtendedInput), "ViveExtendedInput", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_vei.ViveExtendedInput), "ViveExtendedInput", "1.1.2", "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)] diff --git a/ml_vei/ResourcesHandler.cs b/ml_vei/ResourcesHandler.cs index 59cfbc2..98eb1cd 100644 --- a/ml_vei/ResourcesHandler.cs +++ b/ml_vei/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_vei/Settings.cs b/ml_vei/Settings.cs index 9f34729..6ba6580 100644 --- a/ml_vei/Settings.cs +++ b/ml_vei/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; diff --git a/ml_vei/Utils.cs b/ml_vei/Utils.cs index 8e32f9b..4691980 100644 --- a/ml_vei/Utils.cs +++ b/ml_vei/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.UI; +using ABI_RC.Core.UI; using System.Reflection; namespace ml_vei diff --git a/ml_vei/resources/mod_menu.js b/ml_vei/resources/mod_menu.js index d514896..a76faff 100644 --- a/ml_vei/resources/mod_menu.js +++ b/ml_vei/resources/mod_menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/ml_vet/Main.cs b/ml_vet/Main.cs index 6ba63aa..742cc49 100644 --- a/ml_vet/Main.cs +++ b/ml_vet/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core; +using ABI_RC.Core; using ABI_RC.Core.Player; using ABI_RC.Core.Player.EyeMovement; using ABI_RC.Core.Savior; diff --git a/ml_vet/Properties/AssemblyInfo.cs b/ml_vet/Properties/AssemblyInfo.cs index 9918aec..34e2814 100644 --- a/ml_vet/Properties/AssemblyInfo.cs +++ b/ml_vet/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_vet.ViveEyeTracking), "ViveEyeTracking", "1.0.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_vet.ViveEyeTracking), "ViveEyeTracking", "1.0.2", "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)] diff --git a/ml_vet/ResourcesHandler.cs b/ml_vet/ResourcesHandler.cs index 9651d2e..d7bc951 100644 --- a/ml_vet/ResourcesHandler.cs +++ b/ml_vet/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/ml_vet/Settings.cs b/ml_vet/Settings.cs index 63b680a..21140b2 100644 --- a/ml_vet/Settings.cs +++ b/ml_vet/Settings.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.InteractionSystem; +using ABI_RC.Core.InteractionSystem; using System; using System.Collections.Generic; diff --git a/ml_vet/Utils.cs b/ml_vet/Utils.cs index 63e658c..7c6cc29 100644 --- a/ml_vet/Utils.cs +++ b/ml_vet/Utils.cs @@ -1,4 +1,4 @@ -using ABI_RC.Core.Savior; +using ABI_RC.Core.Savior; using ABI_RC.Core.UI; using System.Reflection; diff --git a/ml_vet/resources/mod_menu.js b/ml_vet/resources/mod_menu.js index b845796..156ef3b 100644 --- a/ml_vet/resources/mod_menu.js +++ b/ml_vet/resources/mod_menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/ml_vpc/Main.cs b/ml_vpc/Main.cs index 547f1f2..548e53d 100644 --- a/ml_vpc/Main.cs +++ b/ml_vpc/Main.cs @@ -1,4 +1,4 @@ -using ABI_RC.VideoPlayer; +using ABI_RC.VideoPlayer; using System.Reflection; using System.IO; diff --git a/ml_vpc/Properties/AssemblyInfo.cs b/ml_vpc/Properties/AssemblyInfo.cs index eeac241..e5a574b 100644 --- a/ml_vpc/Properties/AssemblyInfo.cs +++ b/ml_vpc/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_vpc.VideoPlayerCookies), "VideoPlayerCookies", "1.0.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_vpc.VideoPlayerCookies), "VideoPlayerCookies", "1.0.2", "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)] From 0d7f442e9a97498cde7acea305e19b9662c626d6 Mon Sep 17 00:00:00 2001 From: Hanz Date: Wed, 13 Aug 2025 14:55:24 -0500 Subject: [PATCH 3/9] always use / for a directory separator --- archived/ml_aci/ml_aci.csproj | 20 ++++++------ archived/ml_drs/ml_drs.csproj | 12 ++++---- archived/ml_egn/ml_egn.csproj | 16 +++++----- archived/ml_fpt/ml_fpt.csproj | 26 ++++++++-------- archived/ml_gmf/ml_gmf.csproj | 16 +++++----- archived/ml_sci/ml_sci.csproj | 22 ++++++------- ml_amt/ml_amt.csproj | 30 +++++++++--------- ml_asl/ml_asl.csproj | 24 +++++++-------- ml_bft/ml_bft.csproj | 34 ++++++++++---------- ml_dht/ml_dht.csproj | 26 ++++++++-------- ml_lme/ml_lme.csproj | 58 +++++++++++++++++------------------ ml_mods_cvr.sln | 31 +++++++++---------- ml_pah/ml_pah.csproj | 24 +++++++-------- ml_pam/ml_pam.csproj | 28 ++++++++--------- ml_pin/ml_pin.csproj | 36 +++++++++++----------- ml_pmc/ml_pmc.csproj | 30 +++++++++--------- ml_ppu/ml_ppu.csproj | 26 ++++++++-------- ml_prm/ml_prm.csproj | 34 ++++++++++---------- ml_vei/ml_vei.csproj | 26 ++++++++-------- ml_vet/ml_vet.csproj | 22 ++++++------- ml_vpc/ml_vpc.csproj | 10 +++--- 21 files changed, 274 insertions(+), 277 deletions(-) diff --git a/archived/ml_aci/ml_aci.csproj b/archived/ml_aci/ml_aci.csproj index 63843df..76758a4 100644 --- a/archived/ml_aci/ml_aci.csproj +++ b/archived/ml_aci/ml_aci.csproj @@ -1,6 +1,6 @@ - + Debug AnyCPU @@ -15,7 +15,7 @@ true - bin\x64\Debug\ + bin/x64/Debug/ DEBUG;TRACE full x64 @@ -23,7 +23,7 @@ MinimumRecommendedRules.ruleset - bin\x64\Release\ + bin/x64/Release/ TRACE true pdbonly @@ -34,12 +34,12 @@ False - F:\games\Steam\common\ChilloutVR\MelonLoader\0Harmony.dll + F:/games/Steam/common/ChilloutVR/MelonLoader/0Harmony.dll False False - F:\games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + F:/games/Steam/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll False @@ -47,7 +47,7 @@ False - F:\games\Steam\common\ChilloutVR\MelonLoader\MelonLoader.dll + F:/games/Steam/common/ChilloutVR/MelonLoader/MelonLoader.dll False @@ -64,14 +64,14 @@ - + - + - copy /y "$(TargetPath)" "C:\Games\Steam\common\ChilloutVR\Mods\" + copy /y "$(TargetPath)" "C:/Games/Steam/common/ChilloutVR/Mods/" - \ No newline at end of file + diff --git a/archived/ml_drs/ml_drs.csproj b/archived/ml_drs/ml_drs.csproj index c03bfc6..5b8b988 100644 --- a/archived/ml_drs/ml_drs.csproj +++ b/archived/ml_drs/ml_drs.csproj @@ -21,29 +21,29 @@ - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll false - + diff --git a/archived/ml_egn/ml_egn.csproj b/archived/ml_egn/ml_egn.csproj index f819e1d..c009309 100644 --- a/archived/ml_egn/ml_egn.csproj +++ b/archived/ml_egn/ml_egn.csproj @@ -21,35 +21,35 @@ - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\DarkRift.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/DarkRift.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\DarkRift.Client.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/DarkRift.Client.dll false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false - + diff --git a/archived/ml_fpt/ml_fpt.csproj b/archived/ml_fpt/ml_fpt.csproj index a79a827..484cee5 100644 --- a/archived/ml_fpt/ml_fpt.csproj +++ b/archived/ml_fpt/ml_fpt.csproj @@ -1,6 +1,6 @@ - + Debug AnyCPU @@ -18,7 +18,7 @@ true - bin\x64\Debug\ + bin/x64/Debug/ DEBUG;TRACE full x64 @@ -26,7 +26,7 @@ MinimumRecommendedRules.ruleset - bin\x64\Release\ + bin/x64/Release/ TRACE true pdbonly @@ -39,24 +39,24 @@ False - C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + C:/Games/Steam/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll False False - C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + C:/Games/Steam/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll False - C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + C:/Games/Steam/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll False - C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + C:/Games/Steam/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll False - C:\Games\Steam\common\ChilloutVR\MelonLoader\MelonLoader.dll + C:/Games/Steam/common/ChilloutVR/MelonLoader/MelonLoader.dll False @@ -75,14 +75,14 @@ - + - + - + - copy /y "$(TargetPath)" "C:\Games\Steam\common\ChilloutVR\Mods\ + copy /y "$(TargetPath)" "C:/Games/Steam/common/ChilloutVR/Mods/ - \ No newline at end of file + diff --git a/archived/ml_gmf/ml_gmf.csproj b/archived/ml_gmf/ml_gmf.csproj index e073452..61520fe 100644 --- a/archived/ml_gmf/ml_gmf.csproj +++ b/archived/ml_gmf/ml_gmf.csproj @@ -16,37 +16,37 @@ - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.Postprocessing.Runtime.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false - + diff --git a/archived/ml_sci/ml_sci.csproj b/archived/ml_sci/ml_sci.csproj index 58a770c..8ac0cad 100644 --- a/archived/ml_sci/ml_sci.csproj +++ b/archived/ml_sci/ml_sci.csproj @@ -1,6 +1,6 @@ - + Debug AnyCPU @@ -15,7 +15,7 @@ true - bin\x64\Debug\ + bin/x64/Debug/ DEBUG;TRACE full x64 @@ -23,7 +23,7 @@ MinimumRecommendedRules.ruleset - bin\x64\Release\ + bin/x64/Release/ TRACE true pdbonly @@ -34,22 +34,22 @@ False - F:\games\Steam\common\ChilloutVR\MelonLoader\0Harmony.dll + F:/games/Steam/common/ChilloutVR/MelonLoader/0Harmony.dll False False - F:\games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + F:/games/Steam/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll False False - C:\Games\Steam\common\ChilloutVR\ChilloutVR_Data\Managed\DarkRift.Client.dll + C:/Games/Steam/common/ChilloutVR/ChilloutVR_Data/Managed/DarkRift.Client.dll False False - F:\games\Steam\common\ChilloutVR\MelonLoader\MelonLoader.dll + F:/games/Steam/common/ChilloutVR/MelonLoader/MelonLoader.dll False @@ -66,14 +66,14 @@ - + - + - copy /y "$(TargetPath)" "C:\Games\Steam\common\ChilloutVR\Mods\" + copy /y "$(TargetPath)" "C:/Games/Steam/common/ChilloutVR/Mods/" - \ No newline at end of file + diff --git a/ml_amt/ml_amt.csproj b/ml_amt/ml_amt.csproj index 251c49e..dd15933 100644 --- a/ml_amt/ml_amt.csproj +++ b/ml_amt/ml_amt.csproj @@ -26,77 +26,77 @@ - + - + - + - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll false false - + diff --git a/ml_asl/ml_asl.csproj b/ml_asl/ml_asl.csproj index 60a81eb..460b22b 100644 --- a/ml_asl/ml_asl.csproj +++ b/ml_asl/ml_asl.csproj @@ -17,59 +17,59 @@ - + - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - - + + - + diff --git a/ml_bft/ml_bft.csproj b/ml_bft/ml_bft.csproj index d18e2e3..1610bdd 100644 --- a/ml_bft/ml_bft.csproj +++ b/ml_bft/ml_bft.csproj @@ -17,84 +17,84 @@ - - + + - + - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/SteamVR.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.XR.Hands.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.Hands.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.XR.OpenVR.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.OpenVR.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.XR.OpenXR.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.OpenXR.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.XRModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll false false - + diff --git a/ml_dht/ml_dht.csproj b/ml_dht/ml_dht.csproj index 14161da..d85510f 100644 --- a/ml_dht/ml_dht.csproj +++ b/ml_dht/ml_dht.csproj @@ -19,67 +19,67 @@ - + - + - + - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - + diff --git a/ml_lme/ml_lme.csproj b/ml_lme/ml_lme.csproj index e59b929..22c07bb 100644 --- a/ml_lme/ml_lme.csproj +++ b/ml_lme/ml_lme.csproj @@ -17,100 +17,100 @@ - - - + + + - - - + + + - + - - - - + + + + resources/LeapC.dll - + - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.JSONSerializeModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.JSONSerializeModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.XRModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll false false - + - + - + - + - + diff --git a/ml_mods_cvr.sln b/ml_mods_cvr.sln index e607d3a..2a40ee3 100644 --- a/ml_mods_cvr.sln +++ b/ml_mods_cvr.sln @@ -3,36 +3,33 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.33214.272 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_amt", "ml_amt\ml_amt.csproj", "{714806A3-E6FC-46F6-9D1D-89C77FEBAF06}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_amt", "ml_amt/ml_amt.csproj", "{714806A3-E6FC-46F6-9D1D-89C77FEBAF06}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_lme", "ml_lme\ml_lme.csproj", "{77EA76B1-3709-4FC5-BDBD-8F77160E6DA3}" - ProjectSection(ProjectDependencies) = postProject - {118675AA-9AC7-4B0C-BFB1-FA1691619502} = {118675AA-9AC7-4B0C-BFB1-FA1691619502} - EndProjectSection +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_lme", "ml_lme/ml_lme.csproj", "{77EA76B1-3709-4FC5-BDBD-8F77160E6DA3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_pam", "ml_pam\ml_pam.csproj", "{5B614459-234A-443D-B06D-34FF81ADA67E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_pam", "ml_pam/ml_pam.csproj", "{5B614459-234A-443D-B06D-34FF81ADA67E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_pmc", "ml_pmc\ml_pmc.csproj", "{118675AA-9AC7-4B0C-BFB1-FA1691619502}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_pmc", "ml_pmc/ml_pmc.csproj", "{118675AA-9AC7-4B0C-BFB1-FA1691619502}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vei", "ml_vei\ml_vei.csproj", "{608CDBD6-8E29-43B7-BCBF-7E3967430A24}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vei", "ml_vei/ml_vei.csproj", "{608CDBD6-8E29-43B7-BCBF-7E3967430A24}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_prm", "ml_prm\ml_prm.csproj", "{C4C3F080-379F-49DB-ADC6-6328BE884AE3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_prm", "ml_prm/ml_prm.csproj", "{C4C3F080-379F-49DB-ADC6-6328BE884AE3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_asl", "ml_asl\ml_asl.csproj", "{5B4EC6EF-541A-47D2-B602-915205590553}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_asl", "ml_asl/ml_asl.csproj", "{5B4EC6EF-541A-47D2-B602-915205590553}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_pin", "ml_pin\ml_pin.csproj", "{7E493C28-7202-46F8-9789-D6C6FF7E5241}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_pin", "ml_pin/ml_pin.csproj", "{7E493C28-7202-46F8-9789-D6C6FF7E5241}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_dht", "ml_dht\ml_dht.csproj", "{31987392-989C-40C1-A48B-7F6099816EBE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_dht", "ml_dht/ml_dht.csproj", "{31987392-989C-40C1-A48B-7F6099816EBE}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_bft", "ml_bft\ml_bft.csproj", "{331C995D-9648-44AD-8B02-D5F3A89FDC1F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_bft", "ml_bft/ml_bft.csproj", "{331C995D-9648-44AD-8B02-D5F3A89FDC1F}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vpc", "ml_vpc\ml_vpc.csproj", "{7CF37B93-9341-422D-845C-9AB96DB4D0A1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vpc", "ml_vpc/ml_vpc.csproj", "{7CF37B93-9341-422D-845C-9AB96DB4D0A1}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_ppu", "ml_ppu\ml_ppu.csproj", "{F16DF16B-D127-4A2A-81FF-2FD80F320E64}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_ppu", "ml_ppu/ml_ppu.csproj", "{F16DF16B-D127-4A2A-81FF-2FD80F320E64}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vet", "ml_vet\ml_vet.csproj", "{8DB32590-FC5B-46A8-9747-344E86B18ACF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vet", "ml_vet/ml_vet.csproj", "{8DB32590-FC5B-46A8-9747-344E86B18ACF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ml_pah", "ml_pah\ml_pah.csproj", "{C4659F60-3FED-4F43-88E4-969907D4C7A6}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ml_pah", "ml_pah/ml_pah.csproj", "{C4659F60-3FED-4F43-88E4-969907D4C7A6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ml_pah/ml_pah.csproj b/ml_pah/ml_pah.csproj index 8bc5494..62c9070 100644 --- a/ml_pah/ml_pah.csproj +++ b/ml_pah/ml_pah.csproj @@ -14,47 +14,47 @@ - - - + + + - - - + + + - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll + D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Newtonsoft.Json.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Newtonsoft.Json.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - + diff --git a/ml_pam/ml_pam.csproj b/ml_pam/ml_pam.csproj index 5f19c2d..1a90d04 100644 --- a/ml_pam/ml_pam.csproj +++ b/ml_pam/ml_pam.csproj @@ -18,72 +18,72 @@ - + - + - + - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll false false - + diff --git a/ml_pin/ml_pin.csproj b/ml_pin/ml_pin.csproj index 251d1c5..ddf99ba 100644 --- a/ml_pin/ml_pin.csproj +++ b/ml_pin/ml_pin.csproj @@ -17,76 +17,76 @@ - - - + + + - - + + - - + + - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AudioModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AudioModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.UnityWebRequestModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestModule.dll false false - + diff --git a/ml_pmc/ml_pmc.csproj b/ml_pmc/ml_pmc.csproj index 15edaac..2ec8713 100644 --- a/ml_pmc/ml_pmc.csproj +++ b/ml_pmc/ml_pmc.csproj @@ -17,68 +17,68 @@ - + - - + + - - + + - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll + D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll false false diff --git a/ml_ppu/ml_ppu.csproj b/ml_ppu/ml_ppu.csproj index ae3b32f..06aac88 100644 --- a/ml_ppu/ml_ppu.csproj +++ b/ml_ppu/ml_ppu.csproj @@ -14,68 +14,68 @@ - + - + - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll + D:/Games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\Mods\PlayerRagdollMod.dll + D:/Games/Steam/steamapps/common/ChilloutVR/Mods/PlayerRagdollMod.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll false false - + diff --git a/ml_prm/ml_prm.csproj b/ml_prm/ml_prm.csproj index 2c84be4..b048b1a 100644 --- a/ml_prm/ml_prm.csproj +++ b/ml_prm/ml_prm.csproj @@ -18,84 +18,84 @@ - - + + - + - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll + D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ClothModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.ClothModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ParticleSystemModule.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.ParticleSystemModule.dll false false - + diff --git a/ml_vei/ml_vei.csproj b/ml_vei/ml_vei.csproj index 0ab4197..9470206 100644 --- a/ml_vei/ml_vei.csproj +++ b/ml_vei/ml_vei.csproj @@ -18,67 +18,67 @@ - + - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.Postprocessing.Runtime.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - + - + - + diff --git a/ml_vet/ml_vet.csproj b/ml_vet/ml_vet.csproj index 2b9cbb9..ad1c814 100644 --- a/ml_vet/ml_vet.csproj +++ b/ml_vet/ml_vet.csproj @@ -18,54 +18,54 @@ - + - - + + - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll + D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false - + diff --git a/ml_vpc/ml_vpc.csproj b/ml_vpc/ml_vpc.csproj index 8329c95..689a72c 100644 --- a/ml_vpc/ml_vpc.csproj +++ b/ml_vpc/ml_vpc.csproj @@ -15,27 +15,27 @@ - + - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll + D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll false false - D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll + D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll false false From 253fd1ae817552da0c8dd7ddf94820e79b921ec2 Mon Sep 17 00:00:00 2001 From: Hanz Date: Wed, 13 Aug 2025 22:14:24 -0500 Subject: [PATCH 4/9] consolidate dll list in one place --- Directory.Build.props | 31 ++++++++++++ References.Items.props | 112 +++++++++++++++++++++++++++++++++++++++++ ml_amt/ml_amt.csproj | 81 ++--------------------------- ml_asl/ml_asl.csproj | 58 +-------------------- ml_bft/ml_bft.csproj | 83 +----------------------------- ml_dht/ml_dht.csproj | 64 +---------------------- ml_lme/ml_lme.csproj | 82 ++---------------------------- ml_pah/ml_pah.csproj | 44 ++-------------- ml_pam/ml_pam.csproj | 72 ++------------------------ ml_pin/ml_pin.csproj | 68 +------------------------ ml_pmc/ml_pmc.csproj | 68 +------------------------ ml_ppu/ml_ppu.csproj | 69 ++----------------------- ml_prm/ml_prm.csproj | 87 ++------------------------------ ml_vei/ml_vei.csproj | 67 ++---------------------- ml_vet/ml_vet.csproj | 58 ++------------------- ml_vpc/ml_vpc.csproj | 38 +------------- 16 files changed, 176 insertions(+), 906 deletions(-) create mode 100644 Directory.Build.props create mode 100644 References.Items.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..73af789 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,31 @@ + + + + false + false + false + latest + + $(CVRPATH)/Mods/ + x64 + netstandard2.1 + + + + false + true + embedded + TRACE + x64 + 4 + + + + + + + + + + + diff --git a/References.Items.props b/References.Items.props new file mode 100644 index 0000000..2e1fc9e --- /dev/null +++ b/References.Items.props @@ -0,0 +1,112 @@ + + + + $(CVRPATH)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/ECM2.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Newtonsoft.Json.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/SteamVR.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.XR.Hands.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.XR.OpenVR.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/Unity.XR.OpenXR.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.AudioModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.ClothModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.JSONSerializeModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.ParticleSystemModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/UnityEngine.dll + False + + + $(CVRPATH)/ChilloutVR_Data/Managed/cohtml.Net.dll + False + + + $(CVRPATH)/MelonLoader/net35/0Harmony.dll + False + + + $(CVRPATH)/MelonLoader/net35/MelonLoader.dll + False + + + $(CVRPATH)/Mods/BTKUILib.dll + False + + + diff --git a/ml_amt/ml_amt.csproj b/ml_amt/ml_amt.csproj index dd15933..3a45588 100644 --- a/ml_amt/ml_amt.csproj +++ b/ml_amt/ml_amt.csproj @@ -1,23 +1,10 @@ - netstandard2.1 - SDraw - SDraw - AvatarMotionTweaker - AvatarMotionTweaker - 1.5.2 - x64 AvatarMotionTweaker - - - - x64 - 4 - embedded - true - false - TRACE + AvatarMotionTweaker + AvatarMotionTweaker + 1.5.2 @@ -37,66 +24,4 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - - - - - diff --git a/ml_asl/ml_asl.csproj b/ml_asl/ml_asl.csproj index 460b22b..5e868fc 100644 --- a/ml_asl/ml_asl.csproj +++ b/ml_asl/ml_asl.csproj @@ -1,75 +1,19 @@ - netstandard2.1 - x64 + AvatarSyncedLook AvatarSyncedLook - SDraw - SDraw AvatarSyncedLook 1.1.2 - AvatarSyncedLook - - - - embedded - true - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_bft/ml_bft.csproj b/ml_bft/ml_bft.csproj index 1610bdd..ae4572c 100644 --- a/ml_bft/ml_bft.csproj +++ b/ml_bft/ml_bft.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 + BetterFingersTracking BetterFingersTracking - SDraw - SDraw BetterFingersTracking 1.1.3 - BetterFingersTracking - - - - embedded - true @@ -25,76 +16,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/SteamVR.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.Hands.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.OpenVR.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.XR.OpenXR.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll - false - false - - - - - - - diff --git a/ml_dht/ml_dht.csproj b/ml_dht/ml_dht.csproj index d85510f..9277638 100644 --- a/ml_dht/ml_dht.csproj +++ b/ml_dht/ml_dht.csproj @@ -1,20 +1,10 @@ - netstandard2.1 + DesktopHeadTracking DesktopHeadTracking - SDraw - SDraw DesktopHeadTracking 1.3.4 - x64 - DesktopHeadTracking - - - - x64 - embedded - true @@ -30,56 +20,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_lme/ml_lme.csproj b/ml_lme/ml_lme.csproj index 22c07bb..abea3fe 100644 --- a/ml_lme/ml_lme.csproj +++ b/ml_lme/ml_lme.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - LeapMotionExtension - 1.6.2 - SDraw - SDraw - LeapMotionExtension LeapMotionExtension - - - - embedded - true + LeapMotionExtension + LeapMotionExtension + 1.6.2 @@ -38,69 +29,6 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.JSONSerializeModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll - false - false - - - @@ -109,8 +37,4 @@ - - - - diff --git a/ml_pah/ml_pah.csproj b/ml_pah/ml_pah.csproj index 62c9070..0ea9d11 100644 --- a/ml_pah/ml_pah.csproj +++ b/ml_pah/ml_pah.csproj @@ -1,16 +1,10 @@ - netstandard2.1 - x64 - PlayerAvatarHistory PlayerAvatarHistory - SDraw - - - - embedded - true + PlayerAvatarHistory + PlayerAvatarHistory + 1.0.0 @@ -25,36 +19,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Newtonsoft.Json.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_pam/ml_pam.csproj b/ml_pam/ml_pam.csproj index 1a90d04..454add9 100644 --- a/ml_pam/ml_pam.csproj +++ b/ml_pam/ml_pam.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - PickupArmMovement - 1.2.3 - SDraw - SDraw - PickupArmMovement PickupArmMovement - - - - embedded - true + PickupArmMovement + PickupArmMovement + 1.2.3 @@ -29,61 +20,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll - false - false - - - - - - - diff --git a/ml_pin/ml_pin.csproj b/ml_pin/ml_pin.csproj index ddf99ba..716e8cf 100644 --- a/ml_pin/ml_pin.csproj +++ b/ml_pin/ml_pin.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 + PlayersInstanceNotifier PlayersInstanceNotifier - SDraw - SDraw PlayersInstanceNotifier 1.1.2 - PlayersInstanceNotifier - - - - embedded - true @@ -32,61 +23,4 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AudioModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestModule.dll - false - false - - - - - - - diff --git a/ml_pmc/ml_pmc.csproj b/ml_pmc/ml_pmc.csproj index 2ec8713..77ecc96 100644 --- a/ml_pmc/ml_pmc.csproj +++ b/ml_pmc/ml_pmc.csproj @@ -1,25 +1,12 @@ - netstandard2.1 - x64 + PlayerMovementCopycat PlayerMovementCopycat - SDraw - SDraw PlayerMovementCopycat 1.1.2 - PlayerMovementCopycat - - embedded - true - - - - - - @@ -31,57 +18,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - diff --git a/ml_ppu/ml_ppu.csproj b/ml_ppu/ml_ppu.csproj index 06aac88..93888f3 100644 --- a/ml_ppu/ml_ppu.csproj +++ b/ml_ppu/ml_ppu.csproj @@ -1,17 +1,15 @@ - netstandard2.1 - x64 PlayerPickUp - SDraw + PlayerPickUp + PlayerPickUp 1.0.1 - - embedded - true - + + + @@ -21,61 +19,4 @@ - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/Mods/PlayerRagdollMod.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - - - - - diff --git a/ml_prm/ml_prm.csproj b/ml_prm/ml_prm.csproj index b048b1a..1e0fc30 100644 --- a/ml_prm/ml_prm.csproj +++ b/ml_prm/ml_prm.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - PlayerRagdollMod - 1.2.4 - SDraw - SDraw - PlayerRagdollMod PlayerRagdollMod - - - - embedded - true + PlayerRagdollMod + PlayerRagdollMod + 1.2.4 @@ -26,76 +17,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/Mods/BTKUILib.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/ECM2.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.ClothModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.ParticleSystemModule.dll - false - false - - - - - - - diff --git a/ml_vei/ml_vei.csproj b/ml_vei/ml_vei.csproj index 9470206..8742d8e 100644 --- a/ml_vei/ml_vei.csproj +++ b/ml_vei/ml_vei.csproj @@ -1,19 +1,10 @@ - netstandard2.1 - x64 - ViveExtendedInput - 1.1.2 - SDraw - SDraw - ViveExtendedInput ViveExtendedInput - - - - embedded - true + ViveExtendedInput + ViveExtendedInput + 1.1.2 @@ -21,54 +12,6 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - @@ -77,8 +20,4 @@ - - - - diff --git a/ml_vet/ml_vet.csproj b/ml_vet/ml_vet.csproj index ad1c814..4b86f0d 100644 --- a/ml_vet/ml_vet.csproj +++ b/ml_vet/ml_vet.csproj @@ -1,20 +1,10 @@ - netstandard2.1 - x64 - ViveEyeTracking - 1.0.2 - SDraw - SDraw - ViveEyeTracking ViveEyeTracking - - - - embedded - true - TRACE;NIGHTLY_BUILD + ViveEyeTracking + ViveEyeTracking + 1.0.2 @@ -26,46 +16,4 @@ - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/cohtml.Net.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Cohtml.Runtime.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - - - - - diff --git a/ml_vpc/ml_vpc.csproj b/ml_vpc/ml_vpc.csproj index 689a72c..3ac5054 100644 --- a/ml_vpc/ml_vpc.csproj +++ b/ml_vpc/ml_vpc.csproj @@ -1,44 +1,10 @@ - netstandard2.1 - x64 VideoPlayerCookies - SDraw - SDraw + VideoPlayerCookies + VideoPlayerCookies 1.0.2 - - embedded - true - - - - - - - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/0Harmony.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/Assembly-CSharp.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/MelonLoader/net35/MelonLoader.dll - false - false - - - D:/Games/Steam/steamapps/common/ChilloutVR/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll - false - false - - - From 654ed53af028063225fca5d93c1b4fad023fd393 Mon Sep 17 00:00:00 2001 From: Hanz Date: Thu, 14 Aug 2025 13:48:20 -0500 Subject: [PATCH 5/9] ml_prm: ignore paid vendor files --- ml_prm/vendor/RootMotion/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ml_prm/vendor/RootMotion/.gitignore diff --git a/ml_prm/vendor/RootMotion/.gitignore b/ml_prm/vendor/RootMotion/.gitignore new file mode 100644 index 0000000..bbf2440 --- /dev/null +++ b/ml_prm/vendor/RootMotion/.gitignore @@ -0,0 +1,2 @@ +PuppetMaster +RagdollManager From 1b3eacd9150ba7df88f227553e5b606fd9b2dc04 Mon Sep 17 00:00:00 2001 From: Hanz Date: Fri, 15 Aug 2025 06:32:53 -0500 Subject: [PATCH 6/9] move assembly metadata into AssemblyInfo.cs --- ml_amt/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_amt/ml_amt.csproj | 1 - ml_asl/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_asl/ml_asl.csproj | 1 - ml_bft/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_bft/ml_bft.csproj | 1 - ml_dht/Properties/AssemblyInfo.cs | 19 +++++++++++++++++-- ml_dht/ml_dht.csproj | 1 - ml_lme/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_lme/ml_lme.csproj | 1 - ml_pah/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_pah/ml_pah.csproj | 1 - ml_pam/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_pam/ml_pam.csproj | 1 - ml_pin/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_pin/ml_pin.csproj | 1 - ml_pmc/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_pmc/ml_pmc.csproj | 1 - ml_ppu/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_ppu/ml_ppu.csproj | 1 - ml_prm/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_prm/ml_prm.csproj | 1 - ml_vei/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_vei/ml_vei.csproj | 1 - ml_vet/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- ml_vet/ml_vet.csproj | 1 - ml_vpc/Properties/AssemblyInfo.cs | 24 +++++++++++++++++++++++- 27 files changed, 316 insertions(+), 28 deletions(-) diff --git a/ml_amt/Properties/AssemblyInfo.cs b/ml_amt/Properties/AssemblyInfo.cs index 992f47c..d6e5be4 100644 --- a/ml_amt/Properties/AssemblyInfo.cs +++ b/ml_amt/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_amt.AvatarMotionTweaker), "AvatarMotionTweaker", "1.5.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_amt.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_amt.AvatarMotionTweaker))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_amt.AvatarMotionTweaker))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_amt.AvatarMotionTweaker), + nameof(ml_amt.AvatarMotionTweaker), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_amt.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.5.2"; + public const string Author = "SDraw"; +} diff --git a/ml_amt/ml_amt.csproj b/ml_amt/ml_amt.csproj index 3a45588..0d3933b 100644 --- a/ml_amt/ml_amt.csproj +++ b/ml_amt/ml_amt.csproj @@ -4,7 +4,6 @@ AvatarMotionTweaker AvatarMotionTweaker AvatarMotionTweaker - 1.5.2 diff --git a/ml_asl/Properties/AssemblyInfo.cs b/ml_asl/Properties/AssemblyInfo.cs index 52af3d0..84c7960 100644 --- a/ml_asl/Properties/AssemblyInfo.cs +++ b/ml_asl/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_asl.AvatarSyncedLook), "AvatarSyncedLook", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_asl.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_asl.AvatarSyncedLook))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_asl.AvatarSyncedLook))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_asl.AvatarSyncedLook), + nameof(ml_asl.AvatarSyncedLook), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_asl.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.1.2"; + public const string Author = "SDraw"; +} diff --git a/ml_asl/ml_asl.csproj b/ml_asl/ml_asl.csproj index 5e868fc..e0cc6fe 100644 --- a/ml_asl/ml_asl.csproj +++ b/ml_asl/ml_asl.csproj @@ -4,7 +4,6 @@ AvatarSyncedLook AvatarSyncedLook AvatarSyncedLook - 1.1.2 diff --git a/ml_bft/Properties/AssemblyInfo.cs b/ml_bft/Properties/AssemblyInfo.cs index be9d351..b209c0c 100644 --- a/ml_bft/Properties/AssemblyInfo.cs +++ b/ml_bft/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_bft.BetterFingersTracking), "BetterFingersTracking", "1.1.3", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_bft.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_bft.BetterFingersTracking))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_bft.BetterFingersTracking))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_bft.BetterFingersTracking), + nameof(ml_bft.BetterFingersTracking), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_bft.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.1.3"; + public const string Author = "SDraw"; +} diff --git a/ml_bft/ml_bft.csproj b/ml_bft/ml_bft.csproj index ae4572c..3cb7a8c 100644 --- a/ml_bft/ml_bft.csproj +++ b/ml_bft/ml_bft.csproj @@ -4,7 +4,6 @@ BetterFingersTracking BetterFingersTracking BetterFingersTracking - 1.1.3 diff --git a/ml_dht/Properties/AssemblyInfo.cs b/ml_dht/Properties/AssemblyInfo.cs index b526c31..07cc9e9 100644 --- a/ml_dht/Properties/AssemblyInfo.cs +++ b/ml_dht/Properties/AssemblyInfo.cs @@ -1,4 +1,19 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_dht.DesktopHeadTracking), "DesktopHeadTracking", "1.3.4", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_dht.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_dht.DesktopHeadTracking))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_dht.DesktopHeadTracking))] + [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] -[assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] \ No newline at end of file +[assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] + +namespace ml_dht.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.3.4"; + public const string Author = "SDraw"; +} diff --git a/ml_dht/ml_dht.csproj b/ml_dht/ml_dht.csproj index 9277638..e148b1d 100644 --- a/ml_dht/ml_dht.csproj +++ b/ml_dht/ml_dht.csproj @@ -4,7 +4,6 @@ DesktopHeadTracking DesktopHeadTracking DesktopHeadTracking - 1.3.4 diff --git a/ml_lme/Properties/AssemblyInfo.cs b/ml_lme/Properties/AssemblyInfo.cs index 2f98499..5eda24e 100644 --- a/ml_lme/Properties/AssemblyInfo.cs +++ b/ml_lme/Properties/AssemblyInfo.cs @@ -1,5 +1,27 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_lme.LeapMotionExtension), "LeapMotionExtension", "1.6.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_lme.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_lme.LeapMotionExtension))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_lme.LeapMotionExtension))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_lme.LeapMotionExtension), + nameof(ml_lme.LeapMotionExtension), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] [assembly: MelonLoader.MelonAdditionalCredits("NotAKidOnSteam")] + +namespace ml_lme.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.6.2"; + public const string Author = "SDraw"; +} diff --git a/ml_lme/ml_lme.csproj b/ml_lme/ml_lme.csproj index abea3fe..c9dd7b5 100644 --- a/ml_lme/ml_lme.csproj +++ b/ml_lme/ml_lme.csproj @@ -4,7 +4,6 @@ LeapMotionExtension LeapMotionExtension LeapMotionExtension - 1.6.2 diff --git a/ml_pah/Properties/AssemblyInfo.cs b/ml_pah/Properties/AssemblyInfo.cs index 9ae41be..55be6e6 100644 --- a/ml_pah/Properties/AssemblyInfo.cs +++ b/ml_pah/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pah.PlayerAvatarHistory), "PlayerAvatarHistory", "1.0.0", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_pah.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_pah.PlayerAvatarHistory))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_pah.PlayerAvatarHistory))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_pah.PlayerAvatarHistory), + nameof(ml_pah.PlayerAvatarHistory), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_pah.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.0.0"; + public const string Author = "SDraw"; +} diff --git a/ml_pah/ml_pah.csproj b/ml_pah/ml_pah.csproj index 0ea9d11..f6706b5 100644 --- a/ml_pah/ml_pah.csproj +++ b/ml_pah/ml_pah.csproj @@ -4,7 +4,6 @@ PlayerAvatarHistory PlayerAvatarHistory PlayerAvatarHistory - 1.0.0 diff --git a/ml_pam/Properties/AssemblyInfo.cs b/ml_pam/Properties/AssemblyInfo.cs index 3396b89..3be7056 100644 --- a/ml_pam/Properties/AssemblyInfo.cs +++ b/ml_pam/Properties/AssemblyInfo.cs @@ -1,5 +1,27 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pam.PickupArmMovement), "PickupArmMovement", "1.2.3", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_pam.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_pam.PickupArmMovement))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_pam.PickupArmMovement))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_pam.PickupArmMovement), + nameof(ml_pam.PickupArmMovement), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "https://github.com/SDraw/ml_mods_cvr" +)] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPriority(1)] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] + +namespace ml_pam.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.2.3"; + public const string Author = "SDraw"; +} diff --git a/ml_pam/ml_pam.csproj b/ml_pam/ml_pam.csproj index 454add9..7041705 100644 --- a/ml_pam/ml_pam.csproj +++ b/ml_pam/ml_pam.csproj @@ -4,7 +4,6 @@ PickupArmMovement PickupArmMovement PickupArmMovement - 1.2.3 diff --git a/ml_pin/Properties/AssemblyInfo.cs b/ml_pin/Properties/AssemblyInfo.cs index 1c7fa0a..5679c24 100644 --- a/ml_pin/Properties/AssemblyInfo.cs +++ b/ml_pin/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pin.PlayersInstanceNotifier), "PlayersInstanceNotifier", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_pin.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_pin.PlayersInstanceNotifier))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_pin.PlayersInstanceNotifier))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_pin.PlayersInstanceNotifier), + nameof(ml_pin.PlayersInstanceNotifier), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_pin.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.1.2"; + public const string Author = "SDraw"; +} diff --git a/ml_pin/ml_pin.csproj b/ml_pin/ml_pin.csproj index 716e8cf..2aeca96 100644 --- a/ml_pin/ml_pin.csproj +++ b/ml_pin/ml_pin.csproj @@ -4,7 +4,6 @@ PlayersInstanceNotifier PlayersInstanceNotifier PlayersInstanceNotifier - 1.1.2 diff --git a/ml_pmc/Properties/AssemblyInfo.cs b/ml_pmc/Properties/AssemblyInfo.cs index 4a7ae7d..22b36be 100644 --- a/ml_pmc/Properties/AssemblyInfo.cs +++ b/ml_pmc/Properties/AssemblyInfo.cs @@ -1,6 +1,28 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_pmc.PlayerMovementCopycat), "PlayerMovementCopycat", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_pmc.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_pmc.PlayerMovementCopycat))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_pmc.PlayerMovementCopycat))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_pmc.PlayerMovementCopycat), + nameof(ml_pmc.PlayerMovementCopycat), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "https://github.com/SDraw/ml_mods_cvr" +)] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPriority(3)] [assembly: MelonLoader.MelonAdditionalDependencies("BTKUILib")] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] + +namespace ml_pmc.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.1.2"; + public const string Author = "SDraw"; +} diff --git a/ml_pmc/ml_pmc.csproj b/ml_pmc/ml_pmc.csproj index 77ecc96..75fa0c9 100644 --- a/ml_pmc/ml_pmc.csproj +++ b/ml_pmc/ml_pmc.csproj @@ -4,7 +4,6 @@ PlayerMovementCopycat PlayerMovementCopycat PlayerMovementCopycat - 1.1.2 diff --git a/ml_ppu/Properties/AssemblyInfo.cs b/ml_ppu/Properties/AssemblyInfo.cs index 547910d..a95e59e 100644 --- a/ml_ppu/Properties/AssemblyInfo.cs +++ b/ml_ppu/Properties/AssemblyInfo.cs @@ -1,5 +1,27 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_ppu.PlayerPickUp), "PlayerPickUp", "1.0.1", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_ppu.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_ppu.PlayerPickUp))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_ppu.PlayerPickUp))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_ppu.PlayerPickUp), + nameof(ml_ppu.PlayerPickUp), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "https://github.com/SDraw/ml_mods_cvr" +)] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonOptionalDependencies("PlayerRagdollMod")] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] + +namespace ml_ppu.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.0.1"; + public const string Author = "SDraw"; +} diff --git a/ml_ppu/ml_ppu.csproj b/ml_ppu/ml_ppu.csproj index 93888f3..9bb2119 100644 --- a/ml_ppu/ml_ppu.csproj +++ b/ml_ppu/ml_ppu.csproj @@ -4,7 +4,6 @@ PlayerPickUp PlayerPickUp PlayerPickUp - 1.0.1 diff --git a/ml_prm/Properties/AssemblyInfo.cs b/ml_prm/Properties/AssemblyInfo.cs index 7d9c4ce..adc15b8 100644 --- a/ml_prm/Properties/AssemblyInfo.cs +++ b/ml_prm/Properties/AssemblyInfo.cs @@ -1,7 +1,29 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_prm.PlayerRagdollMod), "PlayerRagdollMod", "1.2.4", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_prm.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_prm.PlayerRagdollMod))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_prm.PlayerRagdollMod))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_prm.PlayerRagdollMod), + nameof(ml_prm.PlayerRagdollMod), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "https://github.com/SDraw/ml_mods_cvr" +)] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPriority(2)] [assembly: MelonLoader.MelonAdditionalDependencies("BTKUILib")] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: MelonLoader.MelonAdditionalCredits("kafeijao, NotAKidOnSteam")] + +namespace ml_prm.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.2.4"; + public const string Author = "SDraw"; +} diff --git a/ml_prm/ml_prm.csproj b/ml_prm/ml_prm.csproj index 1e0fc30..40c9627 100644 --- a/ml_prm/ml_prm.csproj +++ b/ml_prm/ml_prm.csproj @@ -4,7 +4,6 @@ PlayerRagdollMod PlayerRagdollMod PlayerRagdollMod - 1.2.4 diff --git a/ml_vei/Properties/AssemblyInfo.cs b/ml_vei/Properties/AssemblyInfo.cs index 5703e5c..390bcc5 100644 --- a/ml_vei/Properties/AssemblyInfo.cs +++ b/ml_vei/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_vei.ViveExtendedInput), "ViveExtendedInput", "1.1.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_vei.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_vei.ViveExtendedInput))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_vei.ViveExtendedInput))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_vei.ViveExtendedInput), + nameof(ml_vei.ViveExtendedInput), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_vei.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.1.2"; + public const string Author = "SDraw"; +} diff --git a/ml_vei/ml_vei.csproj b/ml_vei/ml_vei.csproj index 8742d8e..359eb4c 100644 --- a/ml_vei/ml_vei.csproj +++ b/ml_vei/ml_vei.csproj @@ -4,7 +4,6 @@ ViveExtendedInput ViveExtendedInput ViveExtendedInput - 1.1.2 diff --git a/ml_vet/Properties/AssemblyInfo.cs b/ml_vet/Properties/AssemblyInfo.cs index 34e2814..5441d1e 100644 --- a/ml_vet/Properties/AssemblyInfo.cs +++ b/ml_vet/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_vet.ViveEyeTracking), "ViveEyeTracking", "1.0.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_vet.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_vet.ViveEyeTracking))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_vet.ViveEyeTracking))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_vet.ViveEyeTracking), + nameof(ml_vet.ViveEyeTracking), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_vet.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.0.2"; + public const string Author = "SDraw"; +} diff --git a/ml_vet/ml_vet.csproj b/ml_vet/ml_vet.csproj index 4b86f0d..1839253 100644 --- a/ml_vet/ml_vet.csproj +++ b/ml_vet/ml_vet.csproj @@ -4,7 +4,6 @@ ViveEyeTracking ViveEyeTracking ViveEyeTracking - 1.0.2 diff --git a/ml_vpc/Properties/AssemblyInfo.cs b/ml_vpc/Properties/AssemblyInfo.cs index e5a574b..95efab7 100644 --- a/ml_vpc/Properties/AssemblyInfo.cs +++ b/ml_vpc/Properties/AssemblyInfo.cs @@ -1,4 +1,26 @@ -[assembly: MelonLoader.MelonInfo(typeof(ml_vpc.VideoPlayerCookies), "VideoPlayerCookies", "1.0.2", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +using System.Reflection; +using ml_vpc.Properties; + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(ml_vpc.VideoPlayerCookies))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(ml_vpc.VideoPlayerCookies))] + +[assembly: MelonLoader.MelonInfo( + typeof(ml_vpc.VideoPlayerCookies), + nameof(ml_vpc.VideoPlayerCookies), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + "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)] + +namespace ml_vpc.Properties; +internal static class AssemblyInfoParams { + public const string Version = "1.0.2"; + public const string Author = "SDraw"; +} From 2b97399a54227b1ec9170f9652f2e358d40e64ec Mon Sep 17 00:00:00 2001 From: Hanz Date: Fri, 15 Aug 2025 06:37:19 -0500 Subject: [PATCH 7/9] ml_vet: archive --- README.md | 1 - {ml_vet => archived/ml_vet}/Main.cs | 0 {ml_vet => archived/ml_vet}/Properties/AssemblyInfo.cs | 0 {ml_vet => archived/ml_vet}/README.md | 0 {ml_vet => archived/ml_vet}/ResourcesHandler.cs | 0 {ml_vet => archived/ml_vet}/Settings.cs | 0 {ml_vet => archived/ml_vet}/Utils.cs | 0 {ml_vet => archived/ml_vet}/ml_vet.csproj | 0 {ml_vet => archived/ml_vet}/resources/mod_menu.js | 0 ml_mods_cvr.sln | 6 ------ 10 files changed, 7 deletions(-) rename {ml_vet => archived/ml_vet}/Main.cs (100%) rename {ml_vet => archived/ml_vet}/Properties/AssemblyInfo.cs (100%) rename {ml_vet => archived/ml_vet}/README.md (100%) rename {ml_vet => archived/ml_vet}/ResourcesHandler.cs (100%) rename {ml_vet => archived/ml_vet}/Settings.cs (100%) rename {ml_vet => archived/ml_vet}/Utils.cs (100%) rename {ml_vet => archived/ml_vet}/ml_vet.csproj (100%) rename {ml_vet => archived/ml_vet}/resources/mod_menu.js (100%) diff --git a/README.md b/README.md index 6d23a4f..9cbe8e5 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,4 @@ Merged set of MelonLoader mods for ChilloutVR. |[Player Pick Up](/ml_ppu/README.md)|1.0.0 [:arrow_down:](../../releases/latest/download/PlayerPickUp.dll)| |[Player Ragdoll Mod](/ml_prm/README.md)|1.2.3 [:arrow_down:](../../releases/latest/download/PlayerRagdollMod.dll)| |[Video Player Cookies](/ml_vpc/README.md)|1.0.1 [:arrow_down:](../../releases/latest/download/VideoPlayerCookies.dll)| -|[Vive Eye Tracking](/ml_vet/README.md)|1.0.0 [:arrow_down:](../../releases/latest/download/ViveEyeTracking.dll)| |[Vive Extended Input](/ml_vei/README.md)|1.1.1 [:arrow_down:](../../releases/latest/download/ViveExtendedInput.dll)| diff --git a/ml_vet/Main.cs b/archived/ml_vet/Main.cs similarity index 100% rename from ml_vet/Main.cs rename to archived/ml_vet/Main.cs diff --git a/ml_vet/Properties/AssemblyInfo.cs b/archived/ml_vet/Properties/AssemblyInfo.cs similarity index 100% rename from ml_vet/Properties/AssemblyInfo.cs rename to archived/ml_vet/Properties/AssemblyInfo.cs diff --git a/ml_vet/README.md b/archived/ml_vet/README.md similarity index 100% rename from ml_vet/README.md rename to archived/ml_vet/README.md diff --git a/ml_vet/ResourcesHandler.cs b/archived/ml_vet/ResourcesHandler.cs similarity index 100% rename from ml_vet/ResourcesHandler.cs rename to archived/ml_vet/ResourcesHandler.cs diff --git a/ml_vet/Settings.cs b/archived/ml_vet/Settings.cs similarity index 100% rename from ml_vet/Settings.cs rename to archived/ml_vet/Settings.cs diff --git a/ml_vet/Utils.cs b/archived/ml_vet/Utils.cs similarity index 100% rename from ml_vet/Utils.cs rename to archived/ml_vet/Utils.cs diff --git a/ml_vet/ml_vet.csproj b/archived/ml_vet/ml_vet.csproj similarity index 100% rename from ml_vet/ml_vet.csproj rename to archived/ml_vet/ml_vet.csproj diff --git a/ml_vet/resources/mod_menu.js b/archived/ml_vet/resources/mod_menu.js similarity index 100% rename from ml_vet/resources/mod_menu.js rename to archived/ml_vet/resources/mod_menu.js diff --git a/ml_mods_cvr.sln b/ml_mods_cvr.sln index 2a40ee3..f1ff16f 100644 --- a/ml_mods_cvr.sln +++ b/ml_mods_cvr.sln @@ -27,8 +27,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vpc", "ml_vpc/ml_vpc.csp EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_ppu", "ml_ppu/ml_ppu.csproj", "{F16DF16B-D127-4A2A-81FF-2FD80F320E64}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vet", "ml_vet/ml_vet.csproj", "{8DB32590-FC5B-46A8-9747-344E86B18ACF}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ml_pah", "ml_pah/ml_pah.csproj", "{C4659F60-3FED-4F43-88E4-969907D4C7A6}" EndProject Global @@ -78,10 +76,6 @@ Global {F16DF16B-D127-4A2A-81FF-2FD80F320E64}.Debug|x64.Build.0 = Debug|x64 {F16DF16B-D127-4A2A-81FF-2FD80F320E64}.Release|x64.ActiveCfg = Release|x64 {F16DF16B-D127-4A2A-81FF-2FD80F320E64}.Release|x64.Build.0 = Release|x64 - {8DB32590-FC5B-46A8-9747-344E86B18ACF}.Debug|x64.ActiveCfg = Debug|x64 - {8DB32590-FC5B-46A8-9747-344E86B18ACF}.Debug|x64.Build.0 = Debug|x64 - {8DB32590-FC5B-46A8-9747-344E86B18ACF}.Release|x64.ActiveCfg = Release|x64 - {8DB32590-FC5B-46A8-9747-344E86B18ACF}.Release|x64.Build.0 = Release|x64 {C4659F60-3FED-4F43-88E4-969907D4C7A6}.Debug|x64.ActiveCfg = Debug|x64 {C4659F60-3FED-4F43-88E4-969907D4C7A6}.Release|x64.ActiveCfg = Release|x64 {C4659F60-3FED-4F43-88E4-969907D4C7A6}.Release|x64.Build.0 = Release|x64 From da6b917d8953d46fcb9513ed2bc588a84754f55e Mon Sep 17 00:00:00 2001 From: Hanz Date: Fri, 15 Aug 2025 07:05:35 -0500 Subject: [PATCH 8/9] Directory.Build.props: only use del command on Windows --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 73af789..bc9616b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,7 +22,7 @@ - + From 987bf62382ab01fb10489dc658d63d908299613e Mon Sep 17 00:00:00 2001 From: Hanz Date: Fri, 15 Aug 2025 07:07:09 -0500 Subject: [PATCH 9/9] ml_dht: archive --- README.md | 1 - {ml_dht => archived/ml_dht}/.github/img_01.png | Bin {ml_dht => archived/ml_dht}/DataParser.cs | 0 {ml_dht => archived/ml_dht}/GameEvents.cs | 0 {ml_dht => archived/ml_dht}/HeadTracked.cs | 0 {ml_dht => archived/ml_dht}/Main.cs | 0 {ml_dht => archived/ml_dht}/MemoryMapReader.cs | 0 .../ml_dht}/Properties/AssemblyInfo.cs | 0 {ml_dht => archived/ml_dht}/README.md | 0 {ml_dht => archived/ml_dht}/ResourcesHandler.cs | 0 {ml_dht => archived/ml_dht}/Settings.cs | 0 {ml_dht => archived/ml_dht}/TrackingData.cs | 0 {ml_dht => archived/ml_dht}/Utils.cs | 0 {ml_dht => archived/ml_dht}/ml_dht.csproj | 0 {ml_dht => archived/ml_dht}/resources/mod_menu.js | 0 ml_mods_cvr.sln | 6 ------ 16 files changed, 7 deletions(-) rename {ml_dht => archived/ml_dht}/.github/img_01.png (100%) rename {ml_dht => archived/ml_dht}/DataParser.cs (100%) rename {ml_dht => archived/ml_dht}/GameEvents.cs (100%) rename {ml_dht => archived/ml_dht}/HeadTracked.cs (100%) rename {ml_dht => archived/ml_dht}/Main.cs (100%) rename {ml_dht => archived/ml_dht}/MemoryMapReader.cs (100%) rename {ml_dht => archived/ml_dht}/Properties/AssemblyInfo.cs (100%) rename {ml_dht => archived/ml_dht}/README.md (100%) rename {ml_dht => archived/ml_dht}/ResourcesHandler.cs (100%) rename {ml_dht => archived/ml_dht}/Settings.cs (100%) rename {ml_dht => archived/ml_dht}/TrackingData.cs (100%) rename {ml_dht => archived/ml_dht}/Utils.cs (100%) rename {ml_dht => archived/ml_dht}/ml_dht.csproj (100%) rename {ml_dht => archived/ml_dht}/resources/mod_menu.js (100%) diff --git a/README.md b/README.md index 9cbe8e5..47e08bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Merged set of MelonLoader mods for ChilloutVR. |[Avatar Motion Tweaker](/ml_amt/README.md)|1.5.1 [:arrow_down:](../../releases/latest/download/AvatarMotionTweaker.dll)| |[Avatar Synced Look](/ml_asl/README.md)|1.1.1 [:arrow_down:](../../releases/latest/download/AvatarSyncedLook.dll)| |[Better Fingers Tracking](/ml_bft/README.md)|1.1.2 [:arrow_down:](../../releases/latest/download/BetterFingersTracking.dll)| -|[Desktop Head Tracking](/ml_dht/README.md)|1.3.2 [:arrow_down:](../../releases/latest/download/DesktopHeadTracking.dll)| |[Leap Motion Extension](/ml_lme/README.md)| 1.6.1 [:arrow_down:](../../releases/latest/download/LeapMotionExtension.dll)| |[Pickup Arm Movement](/ml_pam/README.md)|1.2.2 [:arrow_down:](../../releases/latest/download/PickupArmMovement.dll)| |[Players Instance Notifier](/ml_pin/README.md)|1.1.1 [:arrow_down:](../../releases/latest/download/PlayersInstanceNotifier.dll)| diff --git a/ml_dht/.github/img_01.png b/archived/ml_dht/.github/img_01.png similarity index 100% rename from ml_dht/.github/img_01.png rename to archived/ml_dht/.github/img_01.png diff --git a/ml_dht/DataParser.cs b/archived/ml_dht/DataParser.cs similarity index 100% rename from ml_dht/DataParser.cs rename to archived/ml_dht/DataParser.cs diff --git a/ml_dht/GameEvents.cs b/archived/ml_dht/GameEvents.cs similarity index 100% rename from ml_dht/GameEvents.cs rename to archived/ml_dht/GameEvents.cs diff --git a/ml_dht/HeadTracked.cs b/archived/ml_dht/HeadTracked.cs similarity index 100% rename from ml_dht/HeadTracked.cs rename to archived/ml_dht/HeadTracked.cs diff --git a/ml_dht/Main.cs b/archived/ml_dht/Main.cs similarity index 100% rename from ml_dht/Main.cs rename to archived/ml_dht/Main.cs diff --git a/ml_dht/MemoryMapReader.cs b/archived/ml_dht/MemoryMapReader.cs similarity index 100% rename from ml_dht/MemoryMapReader.cs rename to archived/ml_dht/MemoryMapReader.cs diff --git a/ml_dht/Properties/AssemblyInfo.cs b/archived/ml_dht/Properties/AssemblyInfo.cs similarity index 100% rename from ml_dht/Properties/AssemblyInfo.cs rename to archived/ml_dht/Properties/AssemblyInfo.cs diff --git a/ml_dht/README.md b/archived/ml_dht/README.md similarity index 100% rename from ml_dht/README.md rename to archived/ml_dht/README.md diff --git a/ml_dht/ResourcesHandler.cs b/archived/ml_dht/ResourcesHandler.cs similarity index 100% rename from ml_dht/ResourcesHandler.cs rename to archived/ml_dht/ResourcesHandler.cs diff --git a/ml_dht/Settings.cs b/archived/ml_dht/Settings.cs similarity index 100% rename from ml_dht/Settings.cs rename to archived/ml_dht/Settings.cs diff --git a/ml_dht/TrackingData.cs b/archived/ml_dht/TrackingData.cs similarity index 100% rename from ml_dht/TrackingData.cs rename to archived/ml_dht/TrackingData.cs diff --git a/ml_dht/Utils.cs b/archived/ml_dht/Utils.cs similarity index 100% rename from ml_dht/Utils.cs rename to archived/ml_dht/Utils.cs diff --git a/ml_dht/ml_dht.csproj b/archived/ml_dht/ml_dht.csproj similarity index 100% rename from ml_dht/ml_dht.csproj rename to archived/ml_dht/ml_dht.csproj diff --git a/ml_dht/resources/mod_menu.js b/archived/ml_dht/resources/mod_menu.js similarity index 100% rename from ml_dht/resources/mod_menu.js rename to archived/ml_dht/resources/mod_menu.js diff --git a/ml_mods_cvr.sln b/ml_mods_cvr.sln index f1ff16f..6e8eb6f 100644 --- a/ml_mods_cvr.sln +++ b/ml_mods_cvr.sln @@ -19,8 +19,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_asl", "ml_asl/ml_asl.csp EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_pin", "ml_pin/ml_pin.csproj", "{7E493C28-7202-46F8-9789-D6C6FF7E5241}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_dht", "ml_dht/ml_dht.csproj", "{31987392-989C-40C1-A48B-7F6099816EBE}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_bft", "ml_bft/ml_bft.csproj", "{331C995D-9648-44AD-8B02-D5F3A89FDC1F}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ml_vpc", "ml_vpc/ml_vpc.csproj", "{7CF37B93-9341-422D-845C-9AB96DB4D0A1}" @@ -61,10 +59,6 @@ Global {7E493C28-7202-46F8-9789-D6C6FF7E5241}.Debug|x64.ActiveCfg = Debug|x64 {7E493C28-7202-46F8-9789-D6C6FF7E5241}.Release|x64.ActiveCfg = Release|x64 {7E493C28-7202-46F8-9789-D6C6FF7E5241}.Release|x64.Build.0 = Release|x64 - {31987392-989C-40C1-A48B-7F6099816EBE}.Debug|x64.ActiveCfg = Debug|x64 - {31987392-989C-40C1-A48B-7F6099816EBE}.Debug|x64.Build.0 = Debug|x64 - {31987392-989C-40C1-A48B-7F6099816EBE}.Release|x64.ActiveCfg = Release|x64 - {31987392-989C-40C1-A48B-7F6099816EBE}.Release|x64.Build.0 = Release|x64 {331C995D-9648-44AD-8B02-D5F3A89FDC1F}.Debug|x64.ActiveCfg = Debug|x64 {331C995D-9648-44AD-8B02-D5F3A89FDC1F}.Release|x64.ActiveCfg = Release|x64 {331C995D-9648-44AD-8B02-D5F3A89FDC1F}.Release|x64.Build.0 = Release|x64