From 737aaff2dda062e07593f9f727cdf7ab6fe82586 Mon Sep 17 00:00:00 2001
From: xADDBx <62178123+xADDBx@users.noreply.github.com>
Date: Tue, 2 Jul 2024 15:33:28 +0200
Subject: [PATCH] Update for new game version
---
FTK2lorestore.cs | 2 +-
ftk2lorestore.csproj | 49 ++++++++++++++++++++++----------------------
2 files changed, 25 insertions(+), 26 deletions(-)
diff --git a/FTK2lorestore.cs b/FTK2lorestore.cs
index cf80015..34c7cbf 100644
--- a/FTK2lorestore.cs
+++ b/FTK2lorestore.cs
@@ -10,7 +10,7 @@ namespace ftk2lorestore {
public class FTK2lorestore : BaseUnityPlugin {
public const string PLUGIN_GUID = "ftk2lorestore";
public const string PLUGIN_NAME = "FTK 2 Lore Store Cheats";
- public const string PLUGIN_VERSION = "1.0.2";
+ public const string PLUGIN_VERSION = "1.1.0";
public static readonly Harmony HarmonyInstance = new Harmony(PLUGIN_GUID);
internal static ManualLogSource log;
internal static BepInEx.Configuration.KeyboardShortcut addLore = new(UnityEngine.KeyCode.F2, UnityEngine.KeyCode.LeftShift);
diff --git a/ftk2lorestore.csproj b/ftk2lorestore.csproj
index 3391dd4..8025ee3 100644
--- a/ftk2lorestore.csproj
+++ b/ftk2lorestore.csproj
@@ -5,7 +5,7 @@
net472
ftk2lorestore
FTK 2 Lore Store Cheats
- 1.0.2
+ 1.1.0
true
latest
@@ -13,39 +13,35 @@
https://nuget.bepinex.dev/v3/index.json;
https://nuget.samboy.dev/v3/index.json
+ C:\Users\Christian\AppData\LocalLow\IronOak Games\For The King II
ftk2lorestore
-
- $(SolutionDir)lib\Assembly-CSharp_public.dll
- False
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- echo "Copying build results to $(FTK2InstallDir)\BepInEx\plugins\$(AssemblyName)\"
- xcopy /Y /E "$(TargetDir)*.*" "$(FTK2InstallDir)\BepInEx\plugins\$(AssemblyName)\"
-
-
-
-
-
+
-
-
-
-
-
+
+
@@ -55,13 +51,16 @@
- $([System.Text.RegularExpressions.Regex]::Match($(MonoPathLine), $(MonoPathRegex)).Groups[1].Value)
+ $([System.Text.RegularExpressions.Regex]::Match($(MonoPathLine), $(MonoPathRegex)).Groups[1].Value)
-
+
+
+