BetterCasino Table Games Fix
🟢 Updated this monthPreview

🔍 Analysis
- 🏆 #222 of 224 Miscellaneous mods in this game by downloads
📋 About This Mod
Unofficial compatibility patch for BetterCasino that fixes Blackjack and Ride The Bus bet limits being stuck at $1000 regardless of config.
What this fixes
BetterCasino v3. 0. 0 raises the Blackjack/RTB bet limit in its config (e.g. to $5000),
but the actual bet slider in-game stays capped at ~$1000 no matter what you set. This
patch fixes that.
Root cause (for the curious)
Two separate problems combine to cause this:
1. BetterCasino's SetLocalPlayerBet patch targets a method that's actually declared on
an abstract base class (CasinoGameController), not on BlackjackGameController/
RTBGameController directly. Harmony's attribute-based patching can't see through
inheritance like that, so it throws "Undefined target method" when the mod loads.
2. BetterCasino applies all of its patches in a single harmony. PatchAll() call, which
aborts entirely the moment ANY patch in it throws - silently skipping every other
patch declared after the broken one, including the one that actually controls the
bet slider's range.
3. On top of that, the current game version moved the actual slider logic into a new
shared UI component (CasinoGameBetPanel) that didn't exist when BetterCasino v3. 0. 0
was written, so even a fixed version of BetterCasino's own patches wouldn't find
their targets anymore.
This patch works around all of that by finding the real slider component directly and
setting its range from BetterCasino's own config values every time the bet panel opens.
Requirements
- BetterCasino v3. 0. 0 (install and enable it FIRST)
Installation
1. Make sure BetterCasino is installed and working.
2. Extract the DLL into your Schedule I Mods folder. Then just launch the game.
Configuration
This patch reads BetterCasino's own settings directly - there is nothing to configure
separately. Edit UserData/MelonPreferences.cfg, under the section:
BlackjackMinBet = 10
BlackjackMaxBet = 5000
RTBMinBet = 10
RTBMaxBet = 5000
Change the numbers (whole dollars only) and restart the game.
Known issues / limitations
- Tested in single-player only. This patch only touches the local bet-slider UI, so
multiplayer behavior depends on whether Schedule I's netcode validates bet amounts
server-side. If you play in multiplayer, make sure every player (especially the
host) has both BetterCasino and this patch installed with matching config values,
and please report back if you see any mismatch between what different players see.
- This patch depends on the current UI structure of Schedule I (CasinoGameBetPanel).
If a future game update reorganizes the casino UI again, this may need an update.
- Unofficial, community-made. Not affiliated with BetterCasino's original author.
Credits
- Zyhloh - original BetterCasino mod, all core casino features and config system
- ShueiMo - this compatibility patch
📊 Mod Details
- Game
- Schedule1 Mods
- Author
- ShueiMo
- Version
- 3.1.0
- Downloads
- 3
- Endorsements
- 0
- Category
- Miscellaneous
- Created
- 9/4/2026
- Updated
- 9/4/2026
🔧 How to Install Schedule I Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Schedule I →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Schedule I commands, item IDs, and more.
Keep browsing — more Schedule I mods await