From f8fa7e60f9c3f8f7bcbf32612bf42414df646b46 Mon Sep 17 00:00:00 2001 From: SDraw Date: Sun, 17 Aug 2025 10:54:05 +0300 Subject: [PATCH] Fixes for compilation on Windows --- .editorconfig | 16 --- Directory.Build.props | 31 ----- References.Items.props | 112 ------------------- archived/ml_aci/Main.cs | 2 +- archived/ml_aci/Properties/AssemblyInfo.cs | 2 +- archived/ml_aci/ml_aci.csproj | 22 ++-- archived/ml_aci/ml_aci.csproj.user | 2 +- archived/ml_dht/DataParser.cs | 2 +- archived/ml_dht/GameEvents.cs | 2 +- archived/ml_dht/HeadTracked.cs | 2 +- archived/ml_dht/MemoryMapReader.cs | 2 +- archived/ml_dht/Properties/AssemblyInfo.cs | 4 +- archived/ml_dht/ResourcesHandler.cs | 2 +- archived/ml_dht/TrackingData.cs | 2 +- archived/ml_dht/Utils.cs | 2 +- archived/ml_dht/resources/mod_menu.js | 2 +- archived/ml_drs/Main.cs | 2 +- archived/ml_drs/Properties/AssemblyInfo.cs | 2 +- archived/ml_drs/ml_drs.csproj | 12 +- archived/ml_egn/Main.cs | 2 +- archived/ml_egn/Properties/AssemblyInfo.cs | 2 +- archived/ml_egn/Utils.cs | 2 +- archived/ml_egn/ml_egn.csproj | 16 +-- 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 | 28 ++--- 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_gmf/ml_gmf.csproj | 16 +-- archived/ml_sci/Main.cs | 2 +- archived/ml_sci/Properties/AssemblyInfo.cs | 2 +- archived/ml_sci/ml_sci.csproj | 24 ++-- archived/ml_sci/ml_sci.csproj.user | 2 +- archived/ml_vet/Main.cs | 2 +- archived/ml_vet/Properties/AssemblyInfo.cs | 2 +- archived/ml_vet/ResourcesHandler.cs | 2 +- archived/ml_vet/Settings.cs | 2 +- archived/ml_vet/Utils.cs | 2 +- archived/ml_vet/ml_vet.csproj | 1 + archived/ml_vet/resources/mod_menu.js | 2 +- ml_amt/Properties/AssemblyInfo.cs | 24 +--- ml_amt/ml_amt.csproj | 82 +++++++++++++- ml_asl/Properties/AssemblyInfo.cs | 24 +--- ml_asl/ml_asl.csproj | 59 +++++++++- ml_bft/Properties/AssemblyInfo.cs | 24 +--- ml_bft/ml_bft.csproj | 84 +++++++++++++- ml_lme/Properties/AssemblyInfo.cs | 24 +--- ml_lme/ml_lme.csproj | 85 +++++++++++++- ml_mods_cvr.sln | 23 ++-- ml_pah/Properties/AssemblyInfo.cs | 24 +--- ml_pah/ml_pah.csproj | 43 ++++++- ml_pam/Properties/AssemblyInfo.cs | 24 +--- ml_pam/ml_pam.csproj | 69 +++++++++++- ml_pin/Properties/AssemblyInfo.cs | 24 +--- ml_pin/ml_pin.csproj | 69 +++++++++++- ml_pmc/Properties/AssemblyInfo.cs | 24 +--- ml_pmc/ml_pmc.csproj | 70 +++++++++++- ml_ppu/Properties/AssemblyInfo.cs | 24 +--- ml_ppu/ml_ppu.csproj | 70 +++++++++++- ml_prm/Properties/AssemblyInfo.cs | 24 +--- ml_prm/ml_prm.csproj | 118 ++++++++++++++++---- ml_vei/Properties/AssemblyInfo.cs | 24 +--- ml_vei/ml_vei.csproj | 64 ++++++++++- ml_vpc/Properties/AssemblyInfo.cs | 24 +--- ml_vpc/ml_vpc.csproj | 38 ++++++- 72 files changed, 930 insertions(+), 586 deletions(-) delete mode 100644 .editorconfig delete mode 100644 Directory.Build.props delete mode 100644 References.Items.props diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 030cdb8..0000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -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/Directory.Build.props b/Directory.Build.props deleted file mode 100644 index bc9616b..0000000 --- a/Directory.Build.props +++ /dev/null @@ -1,31 +0,0 @@ - - - - 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 deleted file mode 100644 index 2e1fc9e..0000000 --- a/References.Items.props +++ /dev/null @@ -1,112 +0,0 @@ - - - - $(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/archived/ml_aci/Main.cs b/archived/ml_aci/Main.cs index 4415a38..cc8711a 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 99952f4..fbd14c8 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 76758a4..25e1641 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_aci/ml_aci.csproj.user b/archived/ml_aci/ml_aci.csproj.user index 4e07504..2539084 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_dht/DataParser.cs b/archived/ml_dht/DataParser.cs index 0796212..a1844ed 100644 --- a/archived/ml_dht/DataParser.cs +++ b/archived/ml_dht/DataParser.cs @@ -1,4 +1,4 @@ -namespace ml_dht +namespace ml_dht { class DataParser { diff --git a/archived/ml_dht/GameEvents.cs b/archived/ml_dht/GameEvents.cs index 14465f4..03f2d3d 100644 --- a/archived/ml_dht/GameEvents.cs +++ b/archived/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/archived/ml_dht/HeadTracked.cs b/archived/ml_dht/HeadTracked.cs index 4ab78fb..858241d 100644 --- a/archived/ml_dht/HeadTracked.cs +++ b/archived/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/archived/ml_dht/MemoryMapReader.cs b/archived/ml_dht/MemoryMapReader.cs index f009def..7949072 100644 --- a/archived/ml_dht/MemoryMapReader.cs +++ b/archived/ml_dht/MemoryMapReader.cs @@ -1,4 +1,4 @@ -using System.IO; +using System.IO; using System.IO.MemoryMappedFiles; namespace ml_dht diff --git a/archived/ml_dht/Properties/AssemblyInfo.cs b/archived/ml_dht/Properties/AssemblyInfo.cs index d2beaa7..9013c5f 100644 --- a/archived/ml_dht/Properties/AssemblyInfo.cs +++ b/archived/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)] +[assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] \ No newline at end of file diff --git a/archived/ml_dht/ResourcesHandler.cs b/archived/ml_dht/ResourcesHandler.cs index 3275109..3c9b578 100644 --- a/archived/ml_dht/ResourcesHandler.cs +++ b/archived/ml_dht/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/archived/ml_dht/TrackingData.cs b/archived/ml_dht/TrackingData.cs index 2a4dd5d..45a881c 100644 --- a/archived/ml_dht/TrackingData.cs +++ b/archived/ml_dht/TrackingData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Runtime.InteropServices; struct TrackingData diff --git a/archived/ml_dht/Utils.cs b/archived/ml_dht/Utils.cs index 902614a..1b5331b 100644 --- a/archived/ml_dht/Utils.cs +++ b/archived/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/archived/ml_dht/resources/mod_menu.js b/archived/ml_dht/resources/mod_menu.js index d72aeeb..e52b0ff 100644 --- a/archived/ml_dht/resources/mod_menu.js +++ b/archived/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/archived/ml_drs/Main.cs b/archived/ml_drs/Main.cs index 9345985..8af1eb9 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 5125c6e..627e372 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_drs/ml_drs.csproj b/archived/ml_drs/ml_drs.csproj index 5b8b988..c03bfc6 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/Main.cs b/archived/ml_egn/Main.cs index 99a27c0..90d54a2 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 7f999b6..5b1b103 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 cc9ed57..319e7ac 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_egn/ml_egn.csproj b/archived/ml_egn/ml_egn.csproj index c009309..f819e1d 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/Main.cs b/archived/ml_fpt/Main.cs index 84e8bed..f748e3a 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 9602b02..388da0e 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 6bf556c..a0b5f81 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 484cee5..77ebda4 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_fpt/ml_fpt.csproj.user b/archived/ml_fpt/ml_fpt.csproj.user index 4e07504..2539084 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 e460691..ee02114 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 3e65f9b..925ff4d 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 04daa0e..cadb73b 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 1f4c102..93fa38e 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 1ec1b39..f4b229c 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 a89b1c2..4826a2c 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 c999bc2..9fa7d85 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_gmf/ml_gmf.csproj b/archived/ml_gmf/ml_gmf.csproj index 61520fe..e073452 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/Main.cs b/archived/ml_sci/Main.cs index d213ef8..7aa4468 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 86401e4..c15c663 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 8ac0cad..1e71c50 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/archived/ml_sci/ml_sci.csproj.user b/archived/ml_sci/ml_sci.csproj.user index 4e07504..2539084 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/archived/ml_vet/Main.cs b/archived/ml_vet/Main.cs index 742cc49..6ba63aa 100644 --- a/archived/ml_vet/Main.cs +++ b/archived/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/archived/ml_vet/Properties/AssemblyInfo.cs b/archived/ml_vet/Properties/AssemblyInfo.cs index 34e2814..9918aec 100644 --- a/archived/ml_vet/Properties/AssemblyInfo.cs +++ b/archived/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/archived/ml_vet/ResourcesHandler.cs b/archived/ml_vet/ResourcesHandler.cs index d7bc951..9651d2e 100644 --- a/archived/ml_vet/ResourcesHandler.cs +++ b/archived/ml_vet/ResourcesHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Reflection; diff --git a/archived/ml_vet/Settings.cs b/archived/ml_vet/Settings.cs index 21140b2..63b680a 100644 --- a/archived/ml_vet/Settings.cs +++ b/archived/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/archived/ml_vet/Utils.cs b/archived/ml_vet/Utils.cs index 7c6cc29..63e658c 100644 --- a/archived/ml_vet/Utils.cs +++ b/archived/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/archived/ml_vet/ml_vet.csproj b/archived/ml_vet/ml_vet.csproj index 724204e..2b9cbb9 100644 --- a/archived/ml_vet/ml_vet.csproj +++ b/archived/ml_vet/ml_vet.csproj @@ -67,4 +67,5 @@ + diff --git a/archived/ml_vet/resources/mod_menu.js b/archived/ml_vet/resources/mod_menu.js index 156ef3b..b845796 100644 --- a/archived/ml_vet/resources/mod_menu.js +++ b/archived/ml_vet/resources/mod_menu.js @@ -1,4 +1,4 @@ -{ +{ let l_block = document.createElement('div'); l_block.innerHTML = `
diff --git a/ml_amt/Properties/AssemblyInfo.cs b/ml_amt/Properties/AssemblyInfo.cs index d6e5be4..003591e 100644 --- a/ml_amt/Properties/AssemblyInfo.cs +++ b/ml_amt/Properties/AssemblyInfo.cs @@ -1,26 +1,4 @@ -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.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)] - -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 0d3933b..13765dd 100644 --- a/ml_amt/ml_amt.csproj +++ b/ml_amt/ml_amt.csproj @@ -1,14 +1,24 @@ - AvatarMotionTweaker - AvatarMotionTweaker + netstandard2.1 + SDraw + SDraw AvatarMotionTweaker + AvatarMotionTweaker + 1.5.2 + x64 + AvatarMotionTweaker - - - + + x64 + 4 + embedded + true + false + TRACE + @@ -23,4 +33,66 @@ + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll + false + false + + + + + + + diff --git a/ml_asl/Properties/AssemblyInfo.cs b/ml_asl/Properties/AssemblyInfo.cs index 84c7960..578b743 100644 --- a/ml_asl/Properties/AssemblyInfo.cs +++ b/ml_asl/Properties/AssemblyInfo.cs @@ -1,26 +1,4 @@ -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.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)] - -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 e0cc6fe..bb73298 100644 --- a/ml_asl/ml_asl.csproj +++ b/ml_asl/ml_asl.csproj @@ -1,18 +1,75 @@ - AvatarSyncedLook + netstandard2.1 + x64 AvatarSyncedLook + SDraw + SDraw AvatarSyncedLook + 1.1.2 + AvatarSyncedLook + + + + embedded + true + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + + + + + diff --git a/ml_bft/Properties/AssemblyInfo.cs b/ml_bft/Properties/AssemblyInfo.cs index b209c0c..3a8006f 100644 --- a/ml_bft/Properties/AssemblyInfo.cs +++ b/ml_bft/Properties/AssemblyInfo.cs @@ -1,26 +1,4 @@ -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.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)] - -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 3cb7a8c..99dd28d 100644 --- a/ml_bft/ml_bft.csproj +++ b/ml_bft/ml_bft.csproj @@ -1,9 +1,19 @@ - BetterFingersTracking + netstandard2.1 + x64 BetterFingersTracking + SDraw + SDraw BetterFingersTracking + 1.1.3 + BetterFingersTracking + + + + embedded + true @@ -15,4 +25,76 @@ + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/SteamVR.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Unity.XR.Hands.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Unity.XR.OpenVR.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Unity.XR.OpenXR.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll + false + false + + + + + + + diff --git a/ml_lme/Properties/AssemblyInfo.cs b/ml_lme/Properties/AssemblyInfo.cs index 5eda24e..de7fe58 100644 --- a/ml_lme/Properties/AssemblyInfo.cs +++ b/ml_lme/Properties/AssemblyInfo.cs @@ -1,27 +1,5 @@ -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.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)] [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 c9dd7b5..432064c 100644 --- a/ml_lme/ml_lme.csproj +++ b/ml_lme/ml_lme.csproj @@ -1,9 +1,19 @@ - LeapMotionExtension + netstandard2.1 + x64 LeapMotionExtension + 1.6.2 + SDraw + SDraw LeapMotionExtension + LeapMotionExtension + + + + embedded + true @@ -18,7 +28,7 @@ - + @@ -27,13 +37,80 @@ resources/LeapC.dll - + + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.JSONSerializeModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll + false + false + + + - + + + + + diff --git a/ml_mods_cvr.sln b/ml_mods_cvr.sln index 8f264ac..7094403 100644 --- a/ml_mods_cvr.sln +++ b/ml_mods_cvr.sln @@ -1,27 +1,30 @@ - + 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}" +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 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_bft", "ml_bft\ml_bft.csproj", "{331C995D-9648-44AD-8B02-D5F3A89FDC1F}" 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_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}" EndProject diff --git a/ml_pah/Properties/AssemblyInfo.cs b/ml_pah/Properties/AssemblyInfo.cs index 55be6e6..f311837 100644 --- a/ml_pah/Properties/AssemblyInfo.cs +++ b/ml_pah/Properties/AssemblyInfo.cs @@ -1,26 +1,4 @@ -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.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)] - -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 f6706b5..2d1f70f 100644 --- a/ml_pah/ml_pah.csproj +++ b/ml_pah/ml_pah.csproj @@ -1,9 +1,16 @@ - PlayerAvatarHistory + netstandard2.1 + x64 PlayerAvatarHistory - PlayerAvatarHistory + PlayerAvatarHistory + SDraw + + + + embedded + true @@ -18,4 +25,36 @@ + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/Mods/BTKUILib.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Newtonsoft.Json.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + + + + + diff --git a/ml_pam/Properties/AssemblyInfo.cs b/ml_pam/Properties/AssemblyInfo.cs index 3be7056..07543c2 100644 --- a/ml_pam/Properties/AssemblyInfo.cs +++ b/ml_pam/Properties/AssemblyInfo.cs @@ -1,27 +1,5 @@ -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.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)] [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 7041705..fa8ddc0 100644 --- a/ml_pam/ml_pam.csproj +++ b/ml_pam/ml_pam.csproj @@ -1,9 +1,19 @@ - PickupArmMovement + netstandard2.1 + x64 PickupArmMovement + 1.2.3 + SDraw + SDraw PickupArmMovement + PickupArmMovement + + + + embedded + true @@ -19,4 +29,61 @@ + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll + false + false + + + + + + + diff --git a/ml_pin/Properties/AssemblyInfo.cs b/ml_pin/Properties/AssemblyInfo.cs index 5679c24..3447171 100644 --- a/ml_pin/Properties/AssemblyInfo.cs +++ b/ml_pin/Properties/AssemblyInfo.cs @@ -1,26 +1,4 @@ -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.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)] - -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 2aeca96..c53bcaf 100644 --- a/ml_pin/ml_pin.csproj +++ b/ml_pin/ml_pin.csproj @@ -1,9 +1,19 @@ - PlayersInstanceNotifier + netstandard2.1 + x64 PlayersInstanceNotifier + SDraw + SDraw PlayersInstanceNotifier + 1.1.2 + PlayersInstanceNotifier + + + + embedded + true @@ -22,4 +32,61 @@ + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AudioModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestModule.dll + false + false + + + + + + + diff --git a/ml_pmc/Properties/AssemblyInfo.cs b/ml_pmc/Properties/AssemblyInfo.cs index 22b36be..ff06217 100644 --- a/ml_pmc/Properties/AssemblyInfo.cs +++ b/ml_pmc/Properties/AssemblyInfo.cs @@ -1,28 +1,6 @@ -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.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")] [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 75fa0c9..65f409f 100644 --- a/ml_pmc/ml_pmc.csproj +++ b/ml_pmc/ml_pmc.csproj @@ -1,15 +1,28 @@ - PlayerMovementCopycat + netstandard2.1 + x64 PlayerMovementCopycat + SDraw + SDraw PlayerMovementCopycat + 1.1.2 + PlayerMovementCopycat + + embedded + true + + + + + + - @@ -17,4 +30,57 @@ + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + false + false + + + $(CVRPath)/Mods/BTKUILib.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll + false + false + + + diff --git a/ml_ppu/Properties/AssemblyInfo.cs b/ml_ppu/Properties/AssemblyInfo.cs index a95e59e..d5a3c9b 100644 --- a/ml_ppu/Properties/AssemblyInfo.cs +++ b/ml_ppu/Properties/AssemblyInfo.cs @@ -1,27 +1,5 @@ -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.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)] [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 9bb2119..6d6ed75 100644 --- a/ml_ppu/ml_ppu.csproj +++ b/ml_ppu/ml_ppu.csproj @@ -1,14 +1,17 @@ + netstandard2.1 + x64 PlayerPickUp - PlayerPickUp - PlayerPickUp + SDraw + 1.0.1 - - - + + embedded + true + @@ -18,4 +21,61 @@ + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/Mods/BTKUILib.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/Mods/PlayerRagdollMod.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll + false + false + + + + + + + diff --git a/ml_prm/Properties/AssemblyInfo.cs b/ml_prm/Properties/AssemblyInfo.cs index adc15b8..a692c71 100644 --- a/ml_prm/Properties/AssemblyInfo.cs +++ b/ml_prm/Properties/AssemblyInfo.cs @@ -1,29 +1,7 @@ -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.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")] [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 40c9627..4059621 100644 --- a/ml_prm/ml_prm.csproj +++ b/ml_prm/ml_prm.csproj @@ -1,19 +1,99 @@ - - - - PlayerRagdollMod - PlayerRagdollMod - PlayerRagdollMod - - - - - - - - - - - - - + + + + netstandard2.1 + x64 + PlayerRagdollMod + 1.2.4 + SDraw + SDraw + PlayerRagdollMod + PlayerRagdollMod + + + + embedded + true + + + + + + + + + + + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll + false + false + + + $(CVRPath)/Mods/BTKUILib.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.ClothModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.ParticleSystemModule.dll + false + false + + + + + + + + diff --git a/ml_vei/Properties/AssemblyInfo.cs b/ml_vei/Properties/AssemblyInfo.cs index 390bcc5..6c140ba 100644 --- a/ml_vei/Properties/AssemblyInfo.cs +++ b/ml_vei/Properties/AssemblyInfo.cs @@ -1,26 +1,4 @@ -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.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)] - -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 359eb4c..d8d19d6 100644 --- a/ml_vei/ml_vei.csproj +++ b/ml_vei/ml_vei.csproj @@ -1,9 +1,19 @@ - ViveExtendedInput + netstandard2.1 + x64 ViveExtendedInput + 1.1.2 + SDraw + SDraw ViveExtendedInput + ViveExtendedInput + + + + embedded + true @@ -11,6 +21,54 @@ + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + + @@ -19,4 +77,8 @@ + + + + diff --git a/ml_vpc/Properties/AssemblyInfo.cs b/ml_vpc/Properties/AssemblyInfo.cs index 95efab7..eeac241 100644 --- a/ml_vpc/Properties/AssemblyInfo.cs +++ b/ml_vpc/Properties/AssemblyInfo.cs @@ -1,26 +1,4 @@ -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.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)] - -namespace ml_vpc.Properties; -internal static class AssemblyInfoParams { - public const string Version = "1.0.2"; - public const string Author = "SDraw"; -} diff --git a/ml_vpc/ml_vpc.csproj b/ml_vpc/ml_vpc.csproj index 3ac5054..d00abb8 100644 --- a/ml_vpc/ml_vpc.csproj +++ b/ml_vpc/ml_vpc.csproj @@ -1,10 +1,44 @@ + netstandard2.1 + x64 VideoPlayerCookies - VideoPlayerCookies - VideoPlayerCookies + SDraw + SDraw 1.0.2 + + embedded + true + + + + + + + + + $(CVRPath)/MelonLoader/net35/0Harmony.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll + false + false + + + $(CVRPath)/MelonLoader/net35/MelonLoader.dll + false + false + + + $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll + false + false + + +