You are viewing a potentially older version of this package. View all versions.
Vapu-VapuStats-1.0.0 icon

VapuStats

End-of-day stats modal (Tab key) with longest win/loss streaks. Independent rewrite inspired by Nicks_Team-ExtraDayStats.

Date uploaded 3 months ago
Version 1.0.0
Download link Vapu-VapuStats-1.0.0.zip
Downloads 326
Dependency string Vapu-VapuStats-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

Vapu Stats

Adds a Stats button (also opens with the Tab key) to the end-of-day screen in Gamble With Your Friends. Clicking it opens a modal window showing detailed per-player and per-game statistics for the day, including longest win and loss streaks.

The idea — showing per-day stats on the summary screen — was inspired by Nicks_Team's ExtraDayStats. When that mod broke after a game update and was no longer maintained, Vapu Stats was built as a clean rewrite: different architecture, new features (longest win/loss streaks, togglable modal window), and compatibility with the current game version.

What it shows

Press Tab (or click the Stats button) on the day summary screen:

Player Summary

  • PLAYER — name
  • # BETS — total hands that day
  • WIN % — colored green > 50%, red < 50%
  • NET — net profit/loss
  • TOTAL BET — total wagered
  • WIN STK — longest consecutive-win streak that day (green if 3+)
  • LOSS STK — longest consecutive-loss streak that day (red if 3+)

Pushes are neutral and do not break a streak.

Game Type Breakdown

  • GAME — game type, sorted by hands played
  • # HANDS — hands across all players
  • GROUP NET — combined profit/loss for the group
  • BIGGEST WIN — largest single-hand net win and the player who got it

Close the modal with Tab or click the dark background (if mouse is available on the day summary screen).

Source

github.com/Metroseksuaali/GWYF-VapuStats

Credits

  • Concept inspired by Nicks_Team's ExtraDayStats (now unmaintained)
  • Vapu Stats by Metroseksuaali / Vapu — independent rewrite

Changelog

1.0.0

  • Initial release; independent rewrite inspired by Nicks_Team-ExtraDayStats
  • Stats accessed via a togglable modal (Stats button or Tab key)
  • Added longest win/loss streak columns to the player summary
  • Compatible with the current game version

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.json files 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.json so runs survive game restarts; previous runs are archived under archive/ 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