From 7f623a0bc6ea8733a25cd0740fa4788cad7b2c9c Mon Sep 17 00:00:00 2001 From: PhatPhuckDave <> Date: Mon, 22 Jul 2024 18:58:48 +0200 Subject: [PATCH] Update to 3.9 --- .gitignore | 1 + ShowMeTheStats.csproj | 45 +++++++++++++++++++--------------------- ShowMeTheStatsPatches.cs | 2 +- 3 files changed, 23 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 8a30d25..808cbee 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +.idea/.idea.ShowMeTheStats/.idea diff --git a/ShowMeTheStats.csproj b/ShowMeTheStats.csproj index ad16656..4b8048b 100644 --- a/ShowMeTheStats.csproj +++ b/ShowMeTheStats.csproj @@ -1,8 +1,11 @@  - net472 + net471 Wara-ModdingStatsHelper + 7.3 + disable + true @@ -10,52 +13,46 @@ - - dependencies\Aki.Common.dll + + C:\Games\Escape from Tarkov\Escape from Tarkov\BepInEx\plugins\spt\spt-reflection.dll - - dependencies\Aki.Reflection.dll + + C:\Games\Escape from Tarkov\Escape from Tarkov\BepInEx\plugins\spt\spt-common.dll - dependencies\Assembly-CSharp.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Assembly-CSharp.dll - dependencies\BepInEx.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\BepInEx\core\BepInEx.dll - - dependencies\BepInEx.Harmony.dll + + C:\Games\Escape from Tarkov\Escape from Tarkov\BepInEx\core\0Harmony.dll - dependencies\Comfort.dll - - - dependencies\Newtonsoft.Json.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\Comfort.dll - dependencies\Sirenix.Serialization.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\Sirenix.Serialization.dll - - dependencies\Unity.TextMeshPro.dll - - dependencies\UnityEngine.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\UnityEngine.dll - dependencies\UnityEngine.CoreModule.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\UnityEngine.CoreModule.dll - dependencies\UnityEngine.AudioModule.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\UnityEngine.AudioModule.dll - dependencies\UnityEngine.InputModule.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\UnityEngine.InputModule.dll - dependencies\UnityEngine.InputLegacyModule.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\UnityEngine.InputLegacyModule.dll - dependencies\System.Runtime.dll + C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed\System.Runtime.dll - \ No newline at end of file + diff --git a/ShowMeTheStatsPatches.cs b/ShowMeTheStatsPatches.cs index 3bc5a72..7564a01 100644 --- a/ShowMeTheStatsPatches.cs +++ b/ShowMeTheStatsPatches.cs @@ -1,4 +1,4 @@ -using Aki.Reflection.Patching; +using SPT.Reflection.Patching; using EFT.InventoryLogic; using System.Reflection; using EFT.UI;