Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
TurboCrapsNewsv1.0.0.4
Game update

v1.0.0.4

TurboCraps · published 23 May 2026, 08:36 UTC

All newsPlayers around this dateRead on Steam

Features:
-Optionally run a simulation from a play-along file, instead of from random values.
-Optionally make all script simulations use the same random dice roll values.
-Export the current game as a play-along file.
-Add a round length frequency graph to the RNG checker window.

Appearance:
-Properly style all context menus.
-Change some control text coloring to be more consistent.
-Better spacing in the axes for run/round frequency graphs.

Bug fixes:
-Select next label when deleting rather than selecting Default.
-Get key navigation working again in Log window.
-No longer drag the whole window when dragging in the Log window editor.

More from TurboCraps

Other announcements

All news
Game update11 Sep 2026v1.0.10.0Features: -Consume less memory when running simulations. -Provide an option to not graph the simulation results. --This can help conserve memory when running many simulations. -Add an entry for 200 to the # of rolls combo box. -Change the Sims per bankroll spinner to have a step of 1 for values between 1-5, and 50 otherwise. -Show the percentage won/lost in the tooltips for both the Bankroll an…Game update1 Sep 2026v1.0.9.0Bug fixes: -The concurrency examples in the documentation showing lock(this) were wrong and would not prevent data from being written to by multiple threads at once during simulation. -Added a new static property named GlobalLock on every script object that can be used to ensure safe reads and writes across threads by using lock(GlobalLock) instead. The documentation has been updated to reflect…Game update1 Aug 2026v1.0.8.0Features: -Add new virtual methods to scripting which can be used to collect information beyond what the program displays in the simulation results. · Started() · BankrollStarted() · BankrollRunStarted() · BankrollRunFinished() · BankrollFinished() · Finished() -Add new properties for scripting: · ScriptName · FileFriendlyScriptName Appearance: -Make editor tabs be the equivalent width of 4 spa…