From 45f0511ceab9ed46800f5edd05f8f40d7dbfb6df Mon Sep 17 00:00:00 2001 From: kafeijao Date: Mon, 1 May 2023 18:50:09 +0100 Subject: [PATCH] Since ML 6.0 the 0Harmony and Melonloader dlls were moved to another folder. --- nstrip_copy_stuff.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nstrip_copy_stuff.ps1 b/nstrip_copy_stuff.ps1 index 016a73f..9d8420f 100644 --- a/nstrip_copy_stuff.ps1 +++ b/nstrip_copy_stuff.ps1 @@ -1,6 +1,6 @@ # CVR and Melon Loader Dependencies -$0HarmonydllPath = "\MelonLoader\0Harmony.dll" -$melonLoaderdllPath = "\MelonLoader\MelonLoader.dll" +$0HarmonydllPath = "\MelonLoader\net35\0Harmony.dll" +$melonLoaderdllPath = "\MelonLoader\net35\MelonLoader.dll" $cvrManagedDataPath = "\ChilloutVR_Data\Managed" $cvrPath = $env:CVRPATH