VapuStats
End-of-day and game-over stats modals (Tab key). Per-player table with longest win/loss streaks and per-game-type breakdown. Host-side run history persisted across sessions.
CHANGELOG
Changelog
1.2.0
- Compatibility with the July 2026 game update, which moved money to the game's BigNumber type — the previous version could not read bets or payouts at all and showed nothing
- All money in the stats tables (net, total bet, group net, biggest win) is now BigNumber-based, so values beyond the old 64-bit limit display correctly on later floors
- Existing
history.jsonfiles are upgraded automatically on first load; the old file is left untouched until the next successful save - Three new game types (Poker, Coin Flip, Baccarat) show up in the per-game-type breakdown
1.1.0
- Game-over stats: Tab/Stats-button opens a full-run summary on the game-over screen
- Host persists per-day records under
BepInEx/config/VapuStats/<saveName>/history.jsonso runs survive game restarts; previous runs are archived underarchive/when a new run begins - Stats are wiped automatically when the host deletes the corresponding save in-game
- Fallback modal: if another mod skips the game-over screen entirely (e.g. NoPitStops), a standalone "Run Over" modal still shows the run's stats to the host (Continue with Enter/Space/click)
- Clients render the game-over modal from the in-memory PayoutTracker sync, no local files are written
1.0.0
- Initial release
- Independent rewrite inspired by Nicks_Team's unmaintained ExtraDayStats
- Stats accessed via a togglable modal window opened with the Stats button or Tab key
- Player summary table includes longest win and loss streak columns
- Game type breakdown table shows hands, group net, and biggest single-hand win per game
- Compatible with the current game version