SteamDB now detects best suggested prices category instead of always using the nuanced category.
Latest Posts by Pavel Djundik
Schema Explorer showing the class CNmGraphDocVariationDataNode in Counter-Strike 2 from the animdoclib module in dark mode. The class inherits from CNmGraphDocNode and CNmGraphDocFlowNode, with inherited fields shown expanded (m_ID, m_name, m_floatingComment, m_position, m_pChildGraph, m_pSecondaryGraph, m_inputPins, m_outputPins) along with their types and offsets. Its own fields include m_pDefaultVariationData, m_overrides, and m_defaultResourceName, each with MPropertySuppressField metadata. A "Referenced By" section lists 10 other classes that reference this one. An "Also In" section shows the class exists in Dota 2 and Deadlock as well. Footer notes offsets are from Windows, source revision 10527048 built on Mar 16 2026.
GitHub view of the raw schema dump file CNmGraphDocVariationDataNode.h from the GameTracking-CS2 repository under DumpSource2/schemas/animdoclib. Shows two C++ header-style code blocks: the first defines class CNmGraphDocVariationDataNode inheriting from CNmGraphDocFlowNode with three fields (m_pDefaultVariationData, m_overrides, m_defaultResourceName), and the second defines its parent class CNmGraphDocNode with fields like m_ID, m_name, m_floatingComment, m_position, m_pChildGraph, and m_pSecondaryGraph — the same raw data that the Schema Explorer renders interactively.
Source 2 Schema Explorer, generated from automatic game dumps: cross references, search by name, metadata, offsets, switch between games.
s2v.app/SchemaExplor...
Image source: https://www.facebook.com/rivaLxfactor/posts/arc-raiders-community-is-awesome-there-are-players-who-are-wiping-which-means-th/1486375333058226/
Inventory management in Arc Raiders is severely lacking. Since everything outside of the match in this game is managed with HTTP calls, it definitely would be possible to make a third-party app for managing it. Automatic crafting/buying, loadouts, etc…
I've tried using the 'for you' feed, and pressed a bunch show less like this, but the feed is still completely bad showing zero content I would have any interest in.
rip deck
still works, i haven't really looked
is it time to go back to IRC?
You can now walk in Source 2 Viewer.
Full release notes: github.com/ValveResourc...
is the game also doing it wrong?
It only depends on opengl bindings being available, and should work on any platform. Our shader validator in CI now runs on Linux with mesa llvmpipe drivers.
We've been slowly refactoring the S2V renderer to be self contained and now it's reached a point where it lives a separate package (and published to nuget). This opens the road to use the renderer for things like automating screenshots or implementing other viewers on top.
modern multiplayer games start sucking as soon as people start going for metas which ruins any fun. for example everyone now runs trigger nades in arc raiders, which can kill an entire squad in less than a second.
devs already confirmed a nerf is coming, but they took their sweet time
As I've been saying for a while now, the software quality has been degrading for a long time.
Steam(DB) has so many states a game can be in, a discord style tri-state toggles seemed like a good idea for filtering.
SteamDB has a new experimental filter on the sales page.
Highlight rarer new historical lows where either:
- Previous low was 1.5+ years ago, OR
- 50%+ price drop from previous low
Disk dying?
Next Source 2 Viewer update will be lovely
There's always a person that figure out how to fix a bug in winforms two decades ago (and the bug is still not fixed two decades later...)
www.codeproject.com/articles/Add...
it's still winforms, which is why it looks wonky in places
current release for comparison
source 2 viewer had a glow up
The bug I had was incorrect unzigzag16 simd version, so this is something that is not being tested by the current test cases I could find and copy from the meshopt codebase.
So valve's deadlock finally updated to use meshopt 1, and my decoder was failing to decode it correctly, but only in the SIMD path. So these small unit tests are not enough to cover everything 😭
Depends on how you look at it, but 4k games released this year had the AI content disclosure on the store page
Steam Game Releases by Review Count, 2016-2025.
Over 19,000 games have released on Steam in 2025.
Almost half of them have fewer than ten reviews.
Steam now warns if an item in your cart can be purchased cheaper as part of a bundle.
Any time you interact with Windows apis, you have to write a novel.
A lot of this work should help us eventually move to a better UI framework like www.pangui.io or something, I hope.