Three new functions #8
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added support for New Create Game Menu.
2025-09-25.18-46-03.mp4
The server drop-down menu patch has been improved.

Security Logger Support.

CreateGameOptions has been removed because it is unnecessary.
PingTracker has been removed, but replaced with the ReactorCredits. (If you don't want this, you can undo it.)
String
[BepInDependency("com.slushiegoose.townofus", BepInDependency.DependencyFlags.SoftDependency)] // load after town of ushas removed, because Town Of Us and its similar versions will start normally.In version 1.0.5, there was a problem with creating a lobby for 35 people, but in version 1.0.6, I fixed it by changing the value to
MaxPlayers = 36. I had to roll back this fix by returning the value to 35. While reviewing the CrowdedMod source code, I came across another method of creating a larger lobby without the screen freezing when creating a game with 35 people whenMaxPlayers = 35is set.Tested on versions Among Us: 16.0.0 - 17.1.0. Everything works correctly.
Thanks to this patch, you can create larger lobbies without using programs.
Patch Source: CrowdedMods/CrowdedMod#65