Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions NewMod.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions NewMod/DiscordStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -34,8 +40,6 @@ public static bool StartPrefix(DiscordManager __instance)
}));
__instance.presence = discord;
__instance.SetInMenus();

return false;
}

[HarmonyPrefix]
Expand Down
15 changes: 3 additions & 12 deletions NewMod/NewMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<DebugType>embedded</DebugType>
<Configurations>Debug;Release;ANDROID</Configurations>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release' ">
<DefineConstants>TRACE;PC</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'ANDROID' And '$(BuildingInsideCI)' != 'true' ">
<DefineConstants>TRACE;ANDROID_BUILD</DefineConstants>
<Configurations>Debug;Release;</Configurations>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Reactor" Version="2.3.1" />
<PackageReference Include="AllOfUs.MiraAPI" Version="0.3.3" />
<PackageReference Condition="'$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release' " Include="AmongUs.GameLibs.Steam" Version="2025.10.14" PrivateAssets="all" />
<PackageReference Condition="'$(Configuration)' == 'ANDROID' " Include="AmongUs.GameLibs.Android" Version="2025.10.14" PrivateAssets="all" />
<PackageReference Include="AllOfUs.MiraAPI" Version="0.3.6" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2025.11.18" PrivateAssets="all" />
<PackageReference Include="BepInEx.AutoPlugin" Version="1.1.0" PrivateAssets="all" />
<PackageReference Include="BepInEx.IL2CPP.MSBuild" Version="2.1.0-rc.1" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.735" />
Expand Down
27 changes: 3 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</p>
<p align="center">
<a href="https://github.com/CallOfCreator/NewMod/stargazers">
<img src="https://img.shields.io/github/stars/CallOfCreator/NewMod?style=social" alt="GitHub stars">
<img src="https://img.shields.io/github/stars/CallOfCreator/NewMod" alt="GitHub stars">
</a>
<a href="https://github.com/CallOfCreator/NewMod/releases">
<img alt="Downloads" src="https://img.shields.io/github/downloads/CallOfCreator/NewMod/total?style=flat&logo=github&labelColor=%23800080&color=%23ff00ff">
<img alt="Downloads" src="https://img.shields.io/github/downloads/CallOfCreator/NewMod/total.svg?style=flat&logo=github&labelColor=%23800080&color=%23ff00ff">
</a>
<a href="https://github.com/CallOfCreator/NewMod/network/members">
<img src="https://img.shields.io/github/forks/CallOfCreator/NewMod?style=social" alt="GitHub forks">
Expand All @@ -30,7 +30,6 @@
- [🚀 Releases](#-releases)
- [📥 Installation](#-installation)
- [✨ Features](#-features)
- [🎂 Birthday Special](#-birthday-special)
- [🔗 Compatibility](#-compatibility)
- [🤝 Contributing](#-contributing)
- [📱 Android](#-android)
Expand All @@ -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) |

---

Expand All @@ -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:
<p align="center">
<img src=".github/assets/customLobby.png" alt="Birthday Custom Lobby Preview" width="600">
</p>
- **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)**
Expand Down