diff --git a/FuckToes/FuckToes.csproj b/FuckToes/FuckToes.csproj
index c432ed3..b7fe17e 100644
--- a/FuckToes/FuckToes.csproj
+++ b/FuckToes/FuckToes.csproj
@@ -16,32 +16,17 @@
C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp.dll
- ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
-
-
- ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\Mods\BTKUILib.dll
-
-
- ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Cohtml.Runtime.dll
+ C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\Assembly-CSharp-firstpass.dll
C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader\MelonLoader.dll
-
- ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AnimationModule.dll
-
-
- ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.AssetBundleModule.dll
-
C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.CoreModule.dll
C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.InputLegacyModule.dll
-
- ..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed\UnityEngine.PhysicsModule.dll
-
diff --git a/FuckToes/Main.cs b/FuckToes/Main.cs
index 4021132..2c7a6f3 100644
--- a/FuckToes/Main.cs
+++ b/FuckToes/Main.cs
@@ -4,7 +4,7 @@ namespace NAK.Melons.FuckToes;
public class FuckToesMod : MelonMod
{
- internal const string SettingsCategory = "Fuck Toes";
+ internal const string SettingsCategory = "FuckToes";
internal static MelonPreferences_Category m_categoryFuckToes;
internal static MelonPreferences_Entry m_entryEnabledVR, m_entryEnabledFBT;
public override void OnInitializeMelon()
diff --git a/FuckToes/Properties/AssemblyInfo.cs b/FuckToes/Properties/AssemblyInfo.cs
index cbba1cf..974265c 100644
--- a/FuckToes/Properties/AssemblyInfo.cs
+++ b/FuckToes/Properties/AssemblyInfo.cs
@@ -22,10 +22,11 @@ using System.Reflection;
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonOptionalDependencies("BTKUILib")]
+[assembly: HarmonyDontPatchAll]
namespace FuckToes.Properties;
internal static class AssemblyInfoParams
{
- public const string Version = "1.0.0";
+ public const string Version = "1.0.1";
public const string Author = "NotAKidoS";
}
\ No newline at end of file
diff --git a/FuckToes/format.json b/FuckToes/format.json
index a19b0a9..3d0f8e0 100644
--- a/FuckToes/format.json
+++ b/FuckToes/format.json
@@ -1,12 +1,12 @@
{
- "_id": -1,
+ "_id": 129,
"name": "FuckToes",
- "modversion": "1.0.0",
+ "modversion": "1.0.1",
"gameversion": "2022r170",
"loaderversion": "0.5.7",
"modtype": "Mod",
"author": "NotAKidoS",
- "description": "Prevents VRIK from using toe bones in VR & optionaly FBT.\n\nVRIK calculates weird center of mass when toes are mapped, so it is sometimes desired to unmap toes to prevent an avatars feet from resting far back.",
+ "description": "Prevents VRIK from using toe bones in VR & optionaly FBT.\n\nVRIK calculates weird center of mass when toes are mapped, so it is sometimes desired to unmap toes to prevent an avatars feet from resting far back.\n\nPlease see the README for relevant imagery detailing the problem.",
"searchtags": [
"toes",
"vrik",
@@ -16,8 +16,8 @@
"requirements": [
"None"
],
- "downloadlink": "https://github.com/NotAKidOnSteam/HalfbodyIKFixes/releases/download/v1.0.0/FuckToes.dll",
+ "downloadlink": "https://github.com/NotAKidOnSteam/FuckToes/releases/download/v1.0.1/FuckToes.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/FuckToes/",
- "changelog": "- Initial Release",
- "embedcolor": "9b59b6"
+ "changelog": "- Initial Release\n- No double patching. Bad. Stinky. Dont do it.",
+ "embedcolor": "#ffc700"
}
\ No newline at end of file