The patch Valve never announced: five Ranked changes
Two updates this week, no patch notes. The game files, however, reveal a shortened idle timeout, reconfigured rank points and a stronger Doorman.
Deadlock got two updates this week, on August 4 and August 6. Neither came with patch notes. The community wiki has nothing on record either. Yet reading through the game files turns up changes that directly affect anyone playing Ranked.
Idle players are now dropped after 3 minutes instead of 5
This is the most concrete change. The server setting that decides how long a motionless player is tolerated before counting as disconnected went from 300 to 180 seconds. A teammate who walks away now flips to abandoned 40% faster than before.
The same build adds a development command that forces a bot into the "abandon" state. That kind of tool exists for one reason: testing how the game behaves when a player drops out. Valve is clearly working on the problem, and the timing — a few days after the wave of complaints about Ranked — is unlikely to be a coincidence.
Rank point gains become configurable season by season
The ranked season definition gained a new parameter, m_unBaseWinLossPointGrant, set to 300 for both the beta and season 1.
The value itself is not new: it is the one Valve quietly shipped on August 2, also without patch notes. What changed is that it is no longer buried in the code — it now sits in each season's configuration. In practice, Valve has given itself the means to tune rank gains from one season to the next without touching the game.
Meanwhile, the in-game text had been wrong for five days
On August 4 we pointed out that the Ranked explanation screen still advertised "+/- 250 points" while the real value had been 300 since August 2. It has now been fixed: the hardcoded line was replaced by a variable that reads the current season's actual value.
The gap lasted five days. It explains why a number of online guides still quote 250 points per win today — they were copying a figure the game itself was displaying.
Doorman was buffed, and nobody said so
This is the only genuine balance change in the batch, and it went completely unnoticed. All three modifiers on his ultimate, Hotel, now carry the attribute that keeps an effect applying to an invulnerable target.
In plain terms: going invulnerable should no longer let you escape Hotel. Valve has not commented, so the exact scope still needs testing in game — but the direction is unambiguous, and it affects a hero who is already the second most banned in Ranked.
Plus a handful of interface tweaks
The rest is minor, but it completes the picture: the rank 3 badge was redrawn, the rank badge stylesheet changed, the match history on the season page realigned, and a King of the Hill meter now only shows during a capture.
Why this matters
None of these changes is dramatic on its own. But a Ranked player trying to work out why their AFK teammate got flagged sooner, why their escape from Doorman stopped working, or how many points a win is really worth, will not find the answer anywhere. They have to go read the game files.
This is not a one-off: over the past two months, three updates out of four shipped with no patch notes at all. We counted.
Methodology. Changes identified on August 7, 2026 in the file diffs of builds 6668 (August 4) and 6670 (August 6), published by the SteamTracking/GameTracking-Deadlock tracking repository, which decompiles the game files on every shipped version. The quoted values come from convars.txt, ranked_seasons.vdata, abilities.vdata and the official localization files.