Since ML 6.0 the 0Harmony and Melonloader dlls were moved to another folder.

This commit is contained in:
kafeijao 2023-05-01 18:50:09 +01:00
parent 6f24bd6ff3
commit 45f0511cea
No known key found for this signature in database
GPG key ID: E99978723E454B4C

View file

@ -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