Vapu-VapuStats icon

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.

Last updated 19 hours ago
Total downloads 365
Total rating 1 
Categories Mods
Dependency string Vapu-VapuStats-1.1.0
Dependants 0 other packages depend on this package

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