Cleaner Casino UX
A BepInEx 5 mod for Gamble With Your Friends that gets two specific kinds of clutter out of your way during a co-op run.
Features
- Friends' money popups go to the bottom-left. When a friend bets, wins, or loses, the colored
+$X / -$X chip with their name no longer pops up across the upper-center of the screen — it stacks neatly in the bottom-left corner. Same logic, same animation, just out of your sightline.
- Roaming NPCs are removed. No more pedestrians wandering between you and a reaction-based cash-out button. Empty casino floor, every click lands.
- Optional alternative for NPCs: keep them around for atmosphere but make them invisible to the player-interact raycast, so clicks pass through them.
Multiplayer
- Popup relocation is per-client — every player who wants their popups in the bottom-left corner needs the mod.
- NPC removal is host-only — Mirror replicates the empty NPC list to all connected clients, so friends without the mod also see no NPCs as long as the host has it.
Installation
If you're using a mod manager (Thunderstore Mod Manager / r2modman), just hit Install — BepInEx and the DLL are placed for you.
For a manual install:
- Install BepInEx 5.4.23.5 (win x64) by extracting the zip into your game folder. Launch once and quit so it generates
BepInEx/config/.
- Extract this package into the same game folder. The DLL lands in
BepInEx/plugins/CleanerCasinoUX/.
- Launch the game and check
BepInEx/LogOutput.log for Harmony patches applied: 6/6.
Configuration
After your first launch with the mod, edit <game>/BepInEx/config/com.saltedbyte.cleanercasinoux.cfg to toggle each feature, tune popup margins, or switch between DisableRoaming and IgnoreInteractRays for NPCs.
Links
Built with AI assistance (Claude).