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..2235e17 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; - - - + + diff --git a/README.md b/README.md index 1fb8be0..80c3c26 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@

- GitHub stars + GitHub stars - Downloads + Downloads GitHub forks @@ -30,7 +30,6 @@ - [πŸš€ Releases](#-releases) - [πŸ“₯ Installation](#-installation) - [✨ Features](#-features) -- [πŸŽ‚ Birthday Special](#-birthday-special) - [πŸ”— Compatibility](#-compatibility) - [🀝 Contributing](#-contributing) - [πŸ“± Android](#-android) @@ -51,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) | --- @@ -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: -

- Birthday Custom Lobby Preview -

-- **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)**