Skip to content

Commit

Permalink
Update mod links to the new repo, fix NoSteamAtAll using wrong librar…
Browse files Browse the repository at this point in the history
…y path
  • Loading branch information
knah committed Apr 4, 2021
1 parent 5f7d23d commit 44b053b
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CoreLimiter/CoreLimiter.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion CoreLimiter/CoreLimiterMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion HWIDPatch/HWIDPatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<UseAltLibs>true</UseAltLibs>
<Version>1.0.0.0</Version>
<Version>1.0.1.0</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion HWIDPatch/HWIDPatchMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LocalPlayerPrefs/LocalPlayerPrefs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.0.0.0</Version>
<Version>1.0.1.0</Version>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion LocalPlayerPrefs/LocalPlayerPrefsMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NoSteamAtAll/NoSteamAtAll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions NoSteamAtAll/NoSteamAtAllMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion RuntimeGraphicsSettings/RuntimeGraphicsSettings.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<AssemblyVersion>0.2.1.0</AssemblyVersion>
<UseAltLibs>true</UseAltLibs>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions RuntimeGraphicsSettings/RuntimeGraphisSettingsMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 44b053b

Please sign in to comment.