From 44b053bb9d408246454c342e2565d2cd088f5436 Mon Sep 17 00:00:00 2001 From: Nikolay Kuznetsov Date: Sun, 4 Apr 2021 19:53:37 +0200 Subject: [PATCH] Update mod links to the new repo, fix NoSteamAtAll using wrong library path --- CoreLimiter/CoreLimiter.csproj | 2 +- CoreLimiter/CoreLimiterMod.cs | 2 +- HWIDPatch/HWIDPatch.csproj | 2 +- HWIDPatch/HWIDPatchMod.cs | 2 +- LocalPlayerPrefs/LocalPlayerPrefs.csproj | 2 +- LocalPlayerPrefs/LocalPlayerPrefsMod.cs | 2 +- NoSteamAtAll/NoSteamAtAll.csproj | 2 +- NoSteamAtAll/NoSteamAtAllMod.cs | 4 ++-- README.md | 2 +- RuntimeGraphicsSettings/RuntimeGraphicsSettings.csproj | 2 +- RuntimeGraphicsSettings/RuntimeGraphisSettingsMod.cs | 4 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CoreLimiter/CoreLimiter.csproj b/CoreLimiter/CoreLimiter.csproj index 1204a49..42c651d 100644 --- a/CoreLimiter/CoreLimiter.csproj +++ b/CoreLimiter/CoreLimiter.csproj @@ -1,6 +1,6 @@  net472 - 1.0.0.0 + 1.0.1.0 diff --git a/CoreLimiter/CoreLimiterMod.cs b/CoreLimiter/CoreLimiterMod.cs index f36e012..e819b4c 100644 --- a/CoreLimiter/CoreLimiterMod.cs +++ b/CoreLimiter/CoreLimiterMod.cs @@ -4,7 +4,7 @@ using CoreLimiter; using MelonLoader; -[assembly:MelonInfo(typeof(CoreLimiterMod), "Core Limiter", "1.0", "knah", "https://github.com/knah/VRCMods")] +[assembly:MelonInfo(typeof(CoreLimiterMod), "Core Limiter", "1.0.1", "knah", "https://github.com/knah/ML-UniversalMods")] [assembly:MelonGame] namespace CoreLimiter diff --git a/HWIDPatch/HWIDPatch.csproj b/HWIDPatch/HWIDPatch.csproj index 1b5d706..ac61ca2 100644 --- a/HWIDPatch/HWIDPatch.csproj +++ b/HWIDPatch/HWIDPatch.csproj @@ -5,6 +5,6 @@ true latest true - 1.0.0.0 + 1.0.1.0 diff --git a/HWIDPatch/HWIDPatchMod.cs b/HWIDPatch/HWIDPatchMod.cs index 7341a58..a75c03b 100644 --- a/HWIDPatch/HWIDPatchMod.cs +++ b/HWIDPatch/HWIDPatchMod.cs @@ -6,7 +6,7 @@ using UnhollowerBaseLib; using UnityEngine; -[assembly:MelonInfo(typeof(HWIDPatchMod), "HWIDPatch", "1.0", "knah", "https://github.com/knah/VRCMods")] +[assembly:MelonInfo(typeof(HWIDPatchMod), "HWIDPatch", "1.0.1", "knah", "https://github.com/knah/ML-UniversalMods")] [assembly:MelonGame] namespace HWIDPatch diff --git a/LocalPlayerPrefs/LocalPlayerPrefs.csproj b/LocalPlayerPrefs/LocalPlayerPrefs.csproj index e1375aa..e77895e 100644 --- a/LocalPlayerPrefs/LocalPlayerPrefs.csproj +++ b/LocalPlayerPrefs/LocalPlayerPrefs.csproj @@ -3,7 +3,7 @@ net472 true - 1.0.0.0 + 1.0.1.0 diff --git a/LocalPlayerPrefs/LocalPlayerPrefsMod.cs b/LocalPlayerPrefs/LocalPlayerPrefsMod.cs index e367b4b..632d2cf 100644 --- a/LocalPlayerPrefs/LocalPlayerPrefsMod.cs +++ b/LocalPlayerPrefs/LocalPlayerPrefsMod.cs @@ -10,7 +10,7 @@ using UnhollowerBaseLib; using UnityEngine; -[assembly:MelonInfo(typeof(LocalPlayerPrefsMod), "LocalPlayerPrefs", "1.0.0", "knah", "https://github.com/knah/VRCMods")] +[assembly:MelonInfo(typeof(LocalPlayerPrefsMod), "LocalPlayerPrefs", "1.0.1", "knah", "https://github.com/knah/ML-UniversalMods")] [assembly:MelonGame] namespace LocalPlayerPrefs diff --git a/NoSteamAtAll/NoSteamAtAll.csproj b/NoSteamAtAll/NoSteamAtAll.csproj index 359e8e5..aaf144b 100644 --- a/NoSteamAtAll/NoSteamAtAll.csproj +++ b/NoSteamAtAll/NoSteamAtAll.csproj @@ -3,7 +3,7 @@ net472 true - 1.0.1 + 1.0.2 diff --git a/NoSteamAtAll/NoSteamAtAllMod.cs b/NoSteamAtAll/NoSteamAtAllMod.cs index b9b7945..52755b8 100644 --- a/NoSteamAtAll/NoSteamAtAllMod.cs +++ b/NoSteamAtAll/NoSteamAtAllMod.cs @@ -5,7 +5,7 @@ using NoSteamAtAll; [assembly:MelonGame] -[assembly:MelonInfo(typeof(NoSteamAtAllMod), "No Steam. At all.", "1.0.1", "knah")] +[assembly:MelonInfo(typeof(NoSteamAtAllMod), "No Steam. At all.", "1.0.2", "knah")] namespace NoSteamAtAll { @@ -19,7 +19,7 @@ public class NoSteamAtAllMod : MelonMod public override void OnApplicationStart() { - var library = LoadLibrary(MelonUtils.GameDirectory + "\\Plugins\\steam_api64.dll"); + var library = LoadLibrary(MelonUtils.GetGameDataDirectory() + "\\Plugins\\steam_api64.dll"); if (library == IntPtr.Zero) { MelonLogger.LogError("Library load failed"); diff --git a/README.md b/README.md index 4faa323..690f795 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ This repository contains my mods for MelonLoader. Join the [MelonLoader discord](https://discord.gg/2Wn3N2P) for support and more mods! -Looking for my VRChat mods? [Look here!](https://github.com/knah/VRCMods) +Looking for my VRChat mods? [Look here!](https://github.com/knah/ML-UniversalMods) ## Known limitations All of these mods were compiled against IL2CPP generated assemblies for Unity 2018.4.20. This means they might have compatibility issues with other Unity versions and non-IL2CPP games. diff --git a/RuntimeGraphicsSettings/RuntimeGraphicsSettings.csproj b/RuntimeGraphicsSettings/RuntimeGraphicsSettings.csproj index c4d4453..260907f 100644 --- a/RuntimeGraphicsSettings/RuntimeGraphicsSettings.csproj +++ b/RuntimeGraphicsSettings/RuntimeGraphicsSettings.csproj @@ -1,7 +1,7 @@  net472 - 0.2.0.0 + 0.2.1.0 true \ No newline at end of file diff --git a/RuntimeGraphicsSettings/RuntimeGraphisSettingsMod.cs b/RuntimeGraphicsSettings/RuntimeGraphisSettingsMod.cs index 485ba45..0799f72 100644 --- a/RuntimeGraphicsSettings/RuntimeGraphisSettingsMod.cs +++ b/RuntimeGraphicsSettings/RuntimeGraphisSettingsMod.cs @@ -3,13 +3,13 @@ using UnityEngine; using UnityEngine.Rendering; -[assembly:MelonInfo(typeof(RuntimeGraphicsSettingsMod), "Runtime Graphics Settings", RuntimeGraphicsSettingsMod.ModVersion, "knah", "https://github.com/knah/VRCMods")] +[assembly:MelonInfo(typeof(RuntimeGraphicsSettingsMod), "Runtime Graphics Settings", RuntimeGraphicsSettingsMod.ModVersion, "knah", "https://github.com/knah/ML-UniversalMods")] [assembly:MelonGame] // universal namespace RuntimeGraphicsSettings { public class RuntimeGraphicsSettingsMod : MelonMod { - public const string ModVersion = "0.2.0"; + public const string ModVersion = "0.2.1"; public override void OnApplicationStart() {