From b010e91808915371584700c5195dc8ab655b29f7 Mon Sep 17 00:00:00 2001
From: CallOfCreator
Date: Sun, 2 Nov 2025 18:26:51 +0100
Subject: [PATCH 1/5] Update README.md
Removed the 'Birthday Special' section from the README.
---
README.md | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/README.md b/README.md
index 1fb8be0..b4d6ac5 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,6 @@
- [π Releases](#-releases)
- [π₯ Installation](#-installation)
- [β¨ Features](#-features)
-- [π Birthday Special](#-birthday-special)
- [π Compatibility](#-compatibility)
- [π€ Contributing](#-contributing)
- [π± Android](#-android)
@@ -61,26 +60,6 @@
---
-
-## π Birthday Special
-
-This year on **August 28th**, NewMod turns **1 year old**!
-A huge thanks to everyone who has supported the mod so far. π
-
-Hereβs what you can expect for the birthday update:
-
-- **Custom Player Tags**: Show off tags under your name like *Player*, *Dev*, etc.
-- **Custom Lobby**: Check it out:
-
-
-
-- **Custom Cursor (Permanent)**: A brand-new cursor style for NewMod, here to stay.
-- **Special Role: The Wraith Caller**: One of our best roles yet! Summon NPCs through walls to take down your opponents.
-
-You can enjoy all these birthday features from **August 28th, 16:00** until **September 4th** even on **Android via Starlight**!
-
----
-
# β¨ Features
### **1. Crewmate Cam Access (F2)**
From 261e213ec33f0cf68867a4b74ea12e38abce71e2 Mon Sep 17 00:00:00 2001
From: CallOfCreator
Date: Sat, 15 Nov 2025 16:42:02 +0100
Subject: [PATCH 2/5] Fix badge image links
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b4d6ac5..2270f81 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,10 @@
-
+
-
+
From 0923a198329c0b1d43982265b5c3c85065336255 Mon Sep 17 00:00:00 2001
From: CallOfCreator
Date: Fri, 28 Nov 2025 22:41:45 +0100
Subject: [PATCH 3/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2270f81..80c3c26 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@
| v1.2.5 | v16.1.0 (2025.6.10) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.5/NewMod.zip) |
| v1.2.6 | v16.1.0 (2025.6.10) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.6/NewMod.zip) |
| v1.2.7 | v17.0.0 (2025.9.9) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.7/NewMod.zip) |
-| v1.2.8 | v17.0.1 (2025.10.14) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.8/NewMod.zip) |
+| v1.2.8 | v17.0.1 (2025.10.14) & v17.1.0 (2025.11.18) | [Download](https://github.com/CallOfCreator/NewMod/releases/download/V1.2.8/NewMod.zip) |
---
From aba183352e127d0677cac0a246ec5780e1bf45d7 Mon Sep 17 00:00:00 2001
From: XtraCube <72575280+XtraCube@users.noreply.github.com>
Date: Wed, 21 Jan 2026 14:07:46 -0500
Subject: [PATCH 4/5] Adjust discord patch to be cross-platform
---
NewMod.sln | 3 ---
NewMod/DiscordStatus.cs | 8 ++++++--
NewMod/NewMod.csproj | 13 ++-----------
3 files changed, 8 insertions(+), 16 deletions(-)
diff --git a/NewMod.sln b/NewMod.sln
index e9228dc..214457f 100644
--- a/NewMod.sln
+++ b/NewMod.sln
@@ -8,15 +8,12 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
- ANDROID|Any CPU = ANDROID|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC05DD49-CE3A-41F4-8452-37686FE23D0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC05DD49-CE3A-41F4-8452-37686FE23D0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC05DD49-CE3A-41F4-8452-37686FE23D0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC05DD49-CE3A-41F4-8452-37686FE23D0A}.Release|Any CPU.Build.0 = Release|Any CPU
- {FC05DD49-CE3A-41F4-8452-37686FE23D0A}.ANDROID|Any CPU.ActiveCfg = ANDROID|Any CPU
- {FC05DD49-CE3A-41F4-8452-37686FE23D0A}.ANDROID|Any CPU.Build.0 = ANDROID|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/NewMod/DiscordStatus.cs b/NewMod/DiscordStatus.cs
index 68d7854..a8dde5a 100644
--- a/NewMod/DiscordStatus.cs
+++ b/NewMod/DiscordStatus.cs
@@ -20,6 +20,12 @@ public static bool StartPrefix(DiscordManager __instance)
{
if (Application.platform == RuntimePlatform.Android) return true;
+ InitializeDiscord(__instance);
+ return false;
+ }
+
+ private static void InitializeDiscord(DiscordManager __instance)
+ {
const long clientId = 1405946628115791933;
discord = new Discord.Discord(clientId, (ulong)CreateFlags.Default);
@@ -34,8 +40,6 @@ public static bool StartPrefix(DiscordManager __instance)
}));
__instance.presence = discord;
__instance.SetInMenus();
-
- return false;
}
[HarmonyPrefix]
diff --git a/NewMod/NewMod.csproj b/NewMod/NewMod.csproj
index 16f74ed..9f9a801 100644
--- a/NewMod/NewMod.csproj
+++ b/NewMod/NewMod.csproj
@@ -7,22 +7,13 @@
net6.0
latest
embedded
- Debug;Release;ANDROID
-
-
-
- TRACE;PC
-
-
-
- TRACE;ANDROID_BUILD
+ Debug;Release;
-
-
+
From f8221add8cbbf9760176477d8f8e7b5c6a74994e Mon Sep 17 00:00:00 2001
From: XtraCube <72575280+XtraCube@users.noreply.github.com>
Date: Wed, 21 Jan 2026 14:12:54 -0500
Subject: [PATCH 5/5] bump mira api version
---
NewMod/NewMod.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NewMod/NewMod.csproj b/NewMod/NewMod.csproj
index 9f9a801..2235e17 100644
--- a/NewMod/NewMod.csproj
+++ b/NewMod/NewMod.csproj
@@ -12,7 +12,7 @@
-
+