diff --git a/.gitconfig b/.gitconfig
deleted file mode 100644
index c541767..0000000
--- a/.gitconfig
+++ /dev/null
@@ -1 +0,0 @@
-*.{cs,csproj,sln} text=auto eol=crlf
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index db11af8..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.user
-.idea
-bin
-obj
diff --git a/README.md b/README.md
index a0078dc..6d23a4f 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,18 @@
Merged set of MelonLoader mods for ChilloutVR.
-**Table for nightly game build 2025r180:**
+**Table for game build 2025r179:**
| Full name | Latest version |
|:---------:|:--------------:|
-|[Avatar Motion Tweaker](/ml_amt/README.md)|1.5.2 [:arrow_down:](../../releases/latest/download/r180n/AvatarMotionTweaker.dll)|
-|[Avatar Synced Look](/ml_asl/README.md)|1.1.2 [:arrow_down:](../../releases/latest/download/r180n/AvatarSyncedLook.dll)|
-|[Better Fingers Tracking](/ml_bft/README.md)|1.1.3 [:arrow_down:](../../releases/latest/download/r180n/BetterFingersTracking.dll)|
-|[Leap Motion Extension](/ml_lme/README.md)| 1.6.2 [:arrow_down:](../../releases/latest/download/r180n/LeapMotionExtension.dll)|
-|[Pickup Arm Movement](/ml_pam/README.md)|1.2.3 [:arrow_down:](../../releases/latest/download/r180n/PickupArmMovement.dll)|
-|[Players Instance Notifier](/ml_pin/README.md)|1.1.2 [:arrow_down:](../../releases/latest/download/r180n/PlayersInstanceNotifier.dll)|
-|[Player Movement Copycat](/ml_pmc/README.md)|1.1.2 [:arrow_down:](../../releases/latest/download/r180n/PlayerMovementCopycat.dll)|
-|[Player Pick Up](/ml_ppu/README.md)|1.0.1 [:arrow_down:](../../releases/latest/download/r180n/PlayerPickUp.dll)|
-|[Player Ragdoll Mod](/ml_prm/README.md)|1.2.4 [:arrow_down:](../../releases/latest/download/r180n/PlayerRagdollMod.dll)|
-|[Vive Extended Input](/ml_vei/README.md)|1.1.2 [:arrow_down:](../../releases/latest/download/r180n/ViveExtendedInput.dll)|
-|[Video Player Cookies](/ml_vpc/README.md)|1.0.2 [:arrow_down:](../../releases/latest/download/r180n/VideoPlayerCookies.dll)|
+|[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)|
+|[Player Movement Copycat](/ml_pmc/README.md)|1.1.1 [:arrow_down:](../../releases/latest/download/PlayerMovementCopycat.dll)|
+|[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/js/mods_extension.js b/js/mods_extension.js
index 62b0c04..20323d9 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 9f02c35..10c83a3 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 d849466..8400096 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 8398db4..050d5a0 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 032ec86..e81097f 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/ResourcesHandler.cs b/ml_amt/ResourcesHandler.cs
index 09e1720..214cead 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 94bfd61..fdf8711 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 66f162f..6cd79d3 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 13765dd..3620a45 100644
--- a/ml_amt/ml_amt.csproj
+++ b/ml_amt/ml_amt.csproj
@@ -1,4 +1,4 @@
-
+
netstandard2.1
@@ -20,79 +20,83 @@
TRACE
+
+
+
+
-
+
-
+
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll
false
false
-
+
diff --git a/ml_amt/resources/mod_menu.js b/ml_amt/resources/mod_menu.js
index 1776185..4bc73ed 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 75f5c06..4ff6362 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/ResourcesHandler.cs b/ml_asl/ResourcesHandler.cs
index fc75294..e73c290 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 36424e4..3da7a1e 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 526c89c..f858218 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/ml_asl.csproj b/ml_asl/ml_asl.csproj
index bb73298..60a81eb 100644
--- a/ml_asl/ml_asl.csproj
+++ b/ml_asl/ml_asl.csproj
@@ -17,59 +17,59 @@
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
-
-
+
+
-
+
diff --git a/ml_asl/resources/mod_menu.js b/ml_asl/resources/mod_menu.js
index 2634537..edcb0c3 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 17c457e..3473fd1 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 cb7067d..f7286d9 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 018e5de..0b3d7a6 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 7dfc21c..ec01650 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 4ff35b0..c0910d4 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 4c51e49..8d64294 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/ResourcesHandler.cs b/ml_bft/ResourcesHandler.cs
index c623ee8..82c08c2 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 a29df5e..84f7ee8 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 7e900b2..cfdbfd7 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/ml_bft.csproj b/ml_bft/ml_bft.csproj
index 99dd28d..d18e2e3 100644
--- a/ml_bft/ml_bft.csproj
+++ b/ml_bft/ml_bft.csproj
@@ -17,84 +17,84 @@
-
-
+
+
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/SteamVR.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\SteamVR.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Unity.XR.Hands.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.XR.Hands.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Unity.XR.OpenVR.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.XR.OpenVR.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Unity.XR.OpenXR.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.XR.OpenXR.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.XRModule.dll
false
false
-
+
diff --git a/ml_bft/resources/mod_menu.js b/ml_bft/resources/mod_menu.js
index f022e28..e682f83 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/archived/ml_dht/.github/img_01.png b/ml_dht/.github/img_01.png
similarity index 100%
rename from archived/ml_dht/.github/img_01.png
rename to ml_dht/.github/img_01.png
diff --git a/archived/ml_dht/DataParser.cs b/ml_dht/DataParser.cs
similarity index 100%
rename from archived/ml_dht/DataParser.cs
rename to ml_dht/DataParser.cs
diff --git a/archived/ml_dht/GameEvents.cs b/ml_dht/GameEvents.cs
similarity index 100%
rename from archived/ml_dht/GameEvents.cs
rename to ml_dht/GameEvents.cs
diff --git a/archived/ml_dht/HeadTracked.cs b/ml_dht/HeadTracked.cs
similarity index 100%
rename from archived/ml_dht/HeadTracked.cs
rename to ml_dht/HeadTracked.cs
diff --git a/archived/ml_dht/Main.cs b/ml_dht/Main.cs
similarity index 100%
rename from archived/ml_dht/Main.cs
rename to ml_dht/Main.cs
diff --git a/archived/ml_dht/MemoryMapReader.cs b/ml_dht/MemoryMapReader.cs
similarity index 100%
rename from archived/ml_dht/MemoryMapReader.cs
rename to ml_dht/MemoryMapReader.cs
diff --git a/archived/ml_dht/Properties/AssemblyInfo.cs b/ml_dht/Properties/AssemblyInfo.cs
similarity index 100%
rename from archived/ml_dht/Properties/AssemblyInfo.cs
rename to ml_dht/Properties/AssemblyInfo.cs
diff --git a/archived/ml_dht/README.md b/ml_dht/README.md
similarity index 100%
rename from archived/ml_dht/README.md
rename to ml_dht/README.md
diff --git a/archived/ml_dht/ResourcesHandler.cs b/ml_dht/ResourcesHandler.cs
similarity index 100%
rename from archived/ml_dht/ResourcesHandler.cs
rename to ml_dht/ResourcesHandler.cs
diff --git a/archived/ml_dht/Settings.cs b/ml_dht/Settings.cs
similarity index 100%
rename from archived/ml_dht/Settings.cs
rename to ml_dht/Settings.cs
diff --git a/archived/ml_dht/TrackingData.cs b/ml_dht/TrackingData.cs
similarity index 100%
rename from archived/ml_dht/TrackingData.cs
rename to ml_dht/TrackingData.cs
diff --git a/archived/ml_dht/Utils.cs b/ml_dht/Utils.cs
similarity index 100%
rename from archived/ml_dht/Utils.cs
rename to ml_dht/Utils.cs
diff --git a/archived/ml_dht/ml_dht.csproj b/ml_dht/ml_dht.csproj
similarity index 100%
rename from archived/ml_dht/ml_dht.csproj
rename to ml_dht/ml_dht.csproj
diff --git a/archived/ml_dht/resources/mod_menu.js b/ml_dht/resources/mod_menu.js
similarity index 100%
rename from archived/ml_dht/resources/mod_menu.js
rename to ml_dht/resources/mod_menu.js
diff --git a/ml_lme/AssetsHandler.cs b/ml_lme/AssetsHandler.cs
index 7e19946..36c3ebf 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 798e33b..3dbc8da 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 a4292fa..281b9eb 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 737cde6..e6d6f65 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 d760245..2273bb2 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 11c674b..9512396 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 41497e1..847ee64 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 22062d2..211fc4c 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 9c62dc1..8b4aba6 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 cf391f9..44ad503 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/ResourcesHandler.cs b/ml_lme/ResourcesHandler.cs
index cc11b2f..ad24e11 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 2d9666a..d8dbedb 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 689ac7e..e653fde 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/ml_lme.csproj b/ml_lme/ml_lme.csproj
index 432064c..e59b929 100644
--- a/ml_lme/ml_lme.csproj
+++ b/ml_lme/ml_lme.csproj
@@ -17,100 +17,100 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
resources/LeapC.dll
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AssetBundleModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.JSONSerializeModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.JSONSerializeModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.XRModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.XRModule.dll
false
false
-
+
-
+
-
+
diff --git a/ml_lme/resources/mod_menu.js b/ml_lme/resources/mod_menu.js
index 0a8f040..96a11f0 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 7094403..df44b4a 100644
--- a/ml_mods_cvr.sln
+++ b/ml_mods_cvr.sln
@@ -22,13 +22,17 @@ 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}"
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_pah", "ml_pah\ml_pah.csproj", "{C4659F60-3FED-4F43-88E4-969907D4C7A6}"
+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
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -62,6 +66,10 @@ 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
@@ -73,6 +81,10 @@ 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
diff --git a/ml_pah/AvatarEntry.cs b/ml_pah/AvatarEntry.cs
index 96bdfab..ee940ff 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 235dbe5..cd3d68c 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 1035265..528c1f8 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 e64d8cf..a7aa3b9 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/Settings.cs b/ml_pah/Settings.cs
index c05e22a..b6be86d 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_pah/ml_pah.csproj b/ml_pah/ml_pah.csproj
index 2d1f70f..8bc5494 100644
--- a/ml_pah/ml_pah.csproj
+++ b/ml_pah/ml_pah.csproj
@@ -14,47 +14,47 @@
-
-
-
+
+
+
-
-
-
+
+
+
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/Mods/BTKUILib.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Newtonsoft.Json.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Newtonsoft.Json.dll
false
false
- $(CVRPath)/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/ArmMover.cs b/ml_pam/ArmMover.cs
index e24b6c0..7b2d567 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 6118ccb..0cbbac0 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 678fd78..64c2f63 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 45aff1b..efd426c 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/ResourcesHandler.cs b/ml_pam/ResourcesHandler.cs
index 8cb1e62..874c49f 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 121aa6d..fac0dad 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 0c45f45..6f5faf1 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/ml_pam.csproj b/ml_pam/ml_pam.csproj
index fa8ddc0..5f19c2d 100644
--- a/ml_pam/ml_pam.csproj
+++ b/ml_pam/ml_pam.csproj
@@ -18,72 +18,72 @@
-
+
-
+
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll
false
false
-
+
diff --git a/ml_pam/resources/mod_menu.js b/ml_pam/resources/mod_menu.js
index ffd4046..ba0e754 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 68b0f44..80e134c 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/ResourcesHandler.cs b/ml_pin/ResourcesHandler.cs
index c9ee353..f095e80 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 d7c5e6d..052ec0f 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 0cf014b..3b53971 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 df46c70..de1f4f7 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/ml_pin.csproj b/ml_pin/ml_pin.csproj
index c53bcaf..251d1c5 100644
--- a/ml_pin/ml_pin.csproj
+++ b/ml_pin/ml_pin.csproj
@@ -17,76 +17,76 @@
-
-
-
+
+
+
-
-
+
+
-
-
+
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AudioModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AudioModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.UnityWebRequestModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.UnityWebRequestModule.dll
false
false
-
+
diff --git a/ml_pin/resources/mod_menu.js b/ml_pin/resources/mod_menu.js
index c8a9d6b..61aa058 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 6b531ea..3f61aaf 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 8ab10dc..bdf5faa 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 a75c3d3..861ccd8 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 21ae1db..1a27aba 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/PuppetParser.cs b/ml_pmc/PuppetParser.cs
index 83cc883..9e71cea 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 ca4c4c7..534227e 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 b9e87bf..855142b 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_pmc/ml_pmc.csproj b/ml_pmc/ml_pmc.csproj
index 65f409f..15edaac 100644
--- a/ml_pmc/ml_pmc.csproj
+++ b/ml_pmc/ml_pmc.csproj
@@ -17,67 +17,68 @@
-
+
-
-
+
+
+
-
-
+
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
false
false
- $(CVRPath)/Mods/BTKUILib.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/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/GameEvents.cs b/ml_ppu/GameEvents.cs
index db417bd..b8b70dd 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 0c543e3..2af8e3c 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 60c2f7b..1a98d3d 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 eb43c06..c815210 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 b518114..600b2e7 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 68a1432..d5c61f8 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/Settings.cs b/ml_ppu/Settings.cs
index c39557c..24b9215 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 a3f3b84..4629730 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_ppu/ml_ppu.csproj b/ml_ppu/ml_ppu.csproj
index 6d6ed75..ae3b32f 100644
--- a/ml_ppu/ml_ppu.csproj
+++ b/ml_ppu/ml_ppu.csproj
@@ -14,68 +14,68 @@
-
+
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/Mods/BTKUILib.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/Mods/PlayerRagdollMod.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\Mods\PlayerRagdollMod.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/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/AvatarParameter.cs b/ml_prm/AvatarParameter.cs
index 5f11c09..1c736b2 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 880c0aa..a2b5222 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 4d1c684..361aeb0 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 557a63e..fc5aadc 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/RagdollBodypartHandler.cs b/ml_prm/RagdollBodypartHandler.cs
index ac2aa93..eeda323 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 5da43fd..ef52f4b 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;
@@ -347,7 +347,6 @@ namespace ml_prm
BipedRagdollCreator.Options l_options = BipedRagdollCreator.AutodetectOptions(m_puppetReferences);
l_options.joints = RagdollCreator.JointType.Character;
- l_options.fixFootColliderRotation = false;
BipedRagdollCreator.Create(m_puppetReferences, l_options);
Transform[] l_puppetTransforms = m_puppetReferences.GetRagdollTransforms();
diff --git a/ml_prm/RagdollToggle.cs b/ml_prm/RagdollToggle.cs
index 4b1599f..77925f0 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 74869a4..412b48a 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 809b910..ad5f7db 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 ea13f93..87ce672 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 4059621..0424cc3 100644
--- a/ml_prm/ml_prm.csproj
+++ b/ml_prm/ml_prm.csproj
@@ -17,83 +17,85 @@
-
+
+
+
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp-firstpass.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
false
false
- $(CVRPath)/Mods/BTKUILib.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/ECM2.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\ECM2.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.ClothModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ClothModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.InputLegacyModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.PhysicsModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.ParticleSystemModule.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.ParticleSystemModule.dll
false
false
-
+
diff --git a/ml_prm/vendor/RootMotion/.gitignore b/ml_prm/vendor/RootMotion/.gitignore
deleted file mode 100644
index bbf2440..0000000
--- a/ml_prm/vendor/RootMotion/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-PuppetMaster
-RagdollManager
diff --git a/ml_vei/Main.cs b/ml_vei/Main.cs
index a8db9da..fdce8f1 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/ResourcesHandler.cs b/ml_vei/ResourcesHandler.cs
index 98eb1cd..59cfbc2 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 6ba6580..9f34729 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 4691980..8e32f9b 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/ml_vei.csproj b/ml_vei/ml_vei.csproj
index d8d19d6..0ab4197 100644
--- a/ml_vei/ml_vei.csproj
+++ b/ml_vei/ml_vei.csproj
@@ -18,67 +18,67 @@
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/cohtml.Net.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\cohtml.Net.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Cohtml.Runtime.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Unity.Postprocessing.Runtime.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Unity.Postprocessing.Runtime.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.dll
+ D:\games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.AnimationModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false
-
+
-
+
-
+
diff --git a/ml_vei/resources/mod_menu.js b/ml_vei/resources/mod_menu.js
index a76faff..d514896 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/archived/ml_vet/Main.cs b/ml_vet/Main.cs
similarity index 100%
rename from archived/ml_vet/Main.cs
rename to ml_vet/Main.cs
diff --git a/archived/ml_vet/Properties/AssemblyInfo.cs b/ml_vet/Properties/AssemblyInfo.cs
similarity index 100%
rename from archived/ml_vet/Properties/AssemblyInfo.cs
rename to ml_vet/Properties/AssemblyInfo.cs
diff --git a/archived/ml_vet/README.md b/ml_vet/README.md
similarity index 100%
rename from archived/ml_vet/README.md
rename to ml_vet/README.md
diff --git a/archived/ml_vet/ResourcesHandler.cs b/ml_vet/ResourcesHandler.cs
similarity index 100%
rename from archived/ml_vet/ResourcesHandler.cs
rename to ml_vet/ResourcesHandler.cs
diff --git a/archived/ml_vet/Settings.cs b/ml_vet/Settings.cs
similarity index 100%
rename from archived/ml_vet/Settings.cs
rename to ml_vet/Settings.cs
diff --git a/archived/ml_vet/Utils.cs b/ml_vet/Utils.cs
similarity index 100%
rename from archived/ml_vet/Utils.cs
rename to ml_vet/Utils.cs
diff --git a/archived/ml_vet/ml_vet.csproj b/ml_vet/ml_vet.csproj
similarity index 100%
rename from archived/ml_vet/ml_vet.csproj
rename to ml_vet/ml_vet.csproj
diff --git a/archived/ml_vet/resources/mod_menu.js b/ml_vet/resources/mod_menu.js
similarity index 100%
rename from archived/ml_vet/resources/mod_menu.js
rename to ml_vet/resources/mod_menu.js
diff --git a/ml_vpc/Main.cs b/ml_vpc/Main.cs
index 548e53d..547f1f2 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/ml_vpc.csproj b/ml_vpc/ml_vpc.csproj
index d00abb8..8329c95 100644
--- a/ml_vpc/ml_vpc.csproj
+++ b/ml_vpc/ml_vpc.csproj
@@ -15,27 +15,27 @@
-
+
- $(CVRPath)/MelonLoader/net35/0Harmony.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\0Harmony.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/Assembly-CSharp.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
false
false
- $(CVRPath)/MelonLoader/net35/MelonLoader.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\MelonLoader\net35\MelonLoader.dll
false
false
- $(CVRPath)/ChilloutVR_Data/Managed/UnityEngine.CoreModule.dll
+ D:\Games\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
false
false