Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
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
EventsSteam's own events 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 festsUpcomingPatchesEventsRecordsTrendingSignals
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
Hunter's Hand DemoEventsThe Gathering Dark v0.15 Live!
In-game event

The Gathering Dark v0.15 Live!

Hunter's Hand Demo · published 31 Jul 2026, 20:15 UTC · build 23266906

All eventsPlayers around this dateRead on Steam

This one's a shorter stretch than usual, about six days since the last post, so it's mostly shop and feel work plus one bigger system change under the hood.

The shop got a major pass. There's now a reroll button under the shop title, gold cost starts at 50 and goes up 50 each time you reroll in a visit, and it plays out with a fancy animation: the current wares get swept off the table with a random spin, fresh ones generate, and they drop back in from the top one at a time with a bit of wobble.
First version had a bug where the new items could fly clean off screen after a reroll (a top-level/global-position mixup), that's fixed now, along with a two-frame layout timing issue in the same flow. Shop card slots also got a "?" info button explaining colourless vs. subclass cards, and cards are now colour-coded by subclass in the shop. There's a new hand-painted wooden table render behind the whole scene too.
Hits now ripple the screen. There's a new heat-distortion shader that fires at a marker on the player or enemy on every hit, scaled by how much damage landed - bigger hits, bigger ripple, floored so chip damage still reads and capped so massive hits don't spiral. This is a scoped port of a screen-space effect from a side project, kept deliberately small (no global bloom pass, just this one effect at the hit point) after the full glow/bloom route didn't pan out earlier this year.
While I was in the player's hit-reaction code I also ripped out the old per-character hurt-animation state machine (it had been janky for a while) in favour of a proper white-flash that re-asserts itself every frame instead of getting stomped by whatever animation is playing, plus a short hit-stop/screen-flash punch on every hit.
Also fixed: the artefact picker's "Take" button could go missing entirely once the tooltip's fly-in animation added a second argument to its signal - the mismatched argument count made Godot silently skip the handler, so the button never got pulled into the open tooltip. Same bug existed in the hometown screen's artefact tooltip and got the same fix.
On the map side, biome transitions are generalized now - one function walks the guardian boundaries for any number of biomes, replacing four hardcoded forest/desert helpers. There's a new fog veil across the top of the map that recedes as each guardian falls, and the branch-choice buttons are dynamic now (one per available room) instead of a fixed set of three, so real branching paths can actually display properly.

Alongside that, first groundwork went in for a new biome, The City, which runs will open into as a short single-path trunk before branching off into the usual biomes. It's stand-in only right now - no unique art or music yet, and it's not visible in builds - but the structure's in.
Smaller stuff: the post-processing pipeline is down to one shader now (darker baseline, more glow headroom), a letterbox colour bug (0–255 vs 0–1 misuse) got fixed, and an unused leftover scene got deleted.
What's new:

  • Shop reroll: sweeps and restocks the shop's wares with a throw-off/drop-in animation, gold cost escalating per reroll

  • Fixed: rerolled shop items could fly off screen instead of landing in their slots

  • New "?" info buttons on shop slots explaining colourless vs. subclass cards, with colour-coded card backgrounds per subclass

  • New hand-painted wooden table render in the shop scene

  • New heat-distortion hit VFX: screen ripples at the hit point, scaled by damage, on every player/enemy hit

  • Player hit-reaction rework: old per-character hurt-animation state machine replaced with a reliable white-flash + hit-stop/screen-flash punch

  • Fixed: Artefact picker's Take button could vanish entirely (tooltip signal argument mismatch); same fix applied in the hometown screen

  • Map biome-transition logic generalized to support any number of biomes instead of hardcoded forest/desert cases

  • New fog veil at the top of the map that recedes as guardians are defeated

  • Map branch-choice buttons are now dynamic (one per available room) instead of a fixed three

  • First groundwork for a new biome, The City, as the run's opening trunk (placeholder, not yet visible in builds)

  • Post-processing merged down to a single shader; darker baseline, more glow headroom

  • Fixed a letterbox colour bug; removed an unused leftover scene


Catching up: the full month at a glance

Since a few people won't have seen the mid-month post, here's everything that's landed since the last full release:

  • Menagerie pet system: 7 pets, 35 new cards (base + 2 upgrade tiers each), with portraits and placeholder sprite sheets

  • Essence Altar event room fully built, with unique icons/colours for essence upgrades

  • New Mirror Barrier status, reworked Ignite

  • Enemy kits rebalanced: every enemy now runs 1 power + 3 unique cards, base attack/defend/charge cards doubled

  • Gambler scene got a real dice-roll animation; mysterious stranger's face animation updated

  • Outer World Portal reworked from a button to dragging cards in

  • Reward screen got a radial redesign

  • Forest Guardian card art finished (Briarthorn Behemoth, Shade of Sylvan Vengeance, Wraithwood Guardian)

  • Diegetic juice pass across several event rooms: payoff particle bursts, honest tooltips, real SFX, glowing interactive buttons

  • New shuffle/discard/tenuous-burn SFX; several status and UI bugfixes (wrong statuses applying, mislabeled map room, shuffle SFX firing on every draw)

  • Debug auto-marketing-capture tool got more triggers

  • Shop reroll button, shop info buttons, and new shop table art

  • New heat-distortion hit VFX and a reworked player hit-reaction system

  • Artefact picker "Take" button bug fixed (and the same bug in the hometown screen)

  • Map system generalized for any number of biomes, new fog veil, dynamic branch buttons

  • First groundwork laid for a new biome, The City

  • Post-processing consolidated into a single shader

More from Hunter's Hand Demo

Other announcements

All events
In-game event31 Aug 2026The Rite of Sharpening v0.16 - Essence overhaul & Forest enemy reworkIt's been a heavy few weeks of mostly-invisible work. A forest playtest threw up a long list of things that were broken, and most of this update is me working through that list. The one of the biggest fixes was the Ancient reveal , the cinematic where an Ancient wakes up and marches onto the map. It turned out the roll that triggers it never actually fired in a normal run (three separate bugs s…Community30 Aug 2026The Rite of Sharpening v0.16 TeaserThreat used to be a number ticking up in the corner. Now the dark moves with it, the edges of the screen pull inward, the light thins, and past a certain point the map drops into full eclipse. When it lifts, the biome's Ancient has dragged itself onto the path. And it's marching toward you. You do not want to still be there when it arrives. Full patch notes 31/08/26 .In-game event14 Aug 2026The Gathering Dark v0.15.1 - Enemy re-works & big visual update!Two weeks of mostly forest-biome and combat-feel work. The headline is the battle visuals rework finally landing on main; new impact camera work, scene lighting, and an enemy death crescendo, alongside a real pass on making the forest enemies feel distinct from each other instead of reading as the same fight in different skins. Also fixed a genuinely embarrassing bug: enemy AI was drawing from…