Code updateAug 10, 2026, 11:52 PM UTC

CS2 Update (Aug 10, 2026)

A tiny CS2 maintenance build bumps the client/server version, tweaks internal audio schemas, and updates a VACNet-related client string, with no visible gameplay or content changes expected.

Quick read

  • Client and server versions were bumped to 2000883 with updated internal build identifiers, indicating a small maintenance build.
  • Server audio-related schema types `dynpitchvol_base_t` and `dynpitchvol_t` were lightly adjusted, likely for internal behavior or future tuning.
  • A VACNet-related client string changed from `VacNet.GetReviewerInfo` to `VacNet.GetReviewerInfo#1`, suggesting ongoing anti-cheat and review pipeline work without visible player impact.

A very small CS2 update has gone out with backend changes only, focused on build versioning, audio parameter schemas, and an internal VACNet-related client string. There are no visible gameplay, map, or UI changes tied to this build at this time.

Build and Version Bump

  • Client and server version incremented: ClientVersion and ServerVersion both moved from 2000882 to 2000883 in steam.inf, confirming a fresh game build for both players and servers.
  • Internal revision updated: The internal SourceRevision and built_from_cl identifiers were updated, which typically just marks this as a new compiled build rather than indicating a feature patch.

In practical terms, this looks like a maintenance build. Dedicated servers and clients should remain in sync as long as they are updated, but players should not expect content or balance differences from this bump alone.

Audio Schema Adjustments (Server-Side)

  • Audio-related server types touched: The server schemas for dynpitchvol_base_t and dynpitchvol_t were adjusted. These types are associated with dynamic pitch/volume behavior in the Source 2 audio system.

The changes are very small and likely internal. They may relate to how the server describes or synchronizes audio behavior (such as pitch or volume modifiers) to other systems. There is no direct indication of audible mix changes or new sound features from this alone, but it may be groundwork for future audio tuning or cleanup of edge cases.

VACNet String Update on Client

  • New VACNet-related string: A client runtime string changed from VacNet.GetReviewerInfo to VacNet.GetReviewerInfo#1.

This appears to be a low-level naming or versioning adjustment to an internal VACNet function identifier. VACNet is Valve’s automated anti-cheat and review assistance system; this kind of change typically helps internal tooling or protocol handling stay organized. It does not imply any immediate, visible change to how bans, overwatch-style reviews, or trust factors behave, but it suggests ongoing work on the anti-cheat and review pipeline.

Overall Impact

For players and creators, this build is best seen as a quiet maintenance step:

  • No new maps, weapon tweaks, or UI features are exposed by the changes observed here.
  • Audio-related server schemas received minor adjustments that could support future sound behavior refinements.
  • An internal VACNet string update suggests continued iteration on anti-cheat and review tooling.

Unless you run dedicated servers and need to stay version-matched, you likely will not notice any direct changes from this update in everyday play.

Back to updates

Recent updates

Code updateSep 25, 2026, 09:59 PM UTC

CS2 Update (Sep 25, 2026)

New CS2 patch adds a Major token reminder popup, refines pet book and popup behavior, overhauls chicken audio, and introduces infrastructure for better smoke lighting and weapon sound suppression.

  • New Major shop balance popup reminds players to spend remaining event tokens and links directly to the Major hub.
  • Main menu popup handling has been refactored, improving cleanup of notification callbacks and avoiding stuck popups.
  • Pet book and vanity pet systems received UX updates, including date-based labels for retired pet books.
  • Official LATAM map annotations for de_train were updated, likely refining in-game guide markers.
  • Smoke grenade lighting received new engine support and a server command, with a scripted map now requesting smoke lighting recomputation after room-light changes.
  • Chicken audio was expanded with new hen, pullet, panic, flap, and scratch sounds, plus tuned volumes and pitches in both game and UI.
  • Weapon handling and reload sounds across several guns now use standardized suppression settings to better control overlapping foley noise.
  • New month-only economy date formats and protocol/metadata tweaks prepare the UI and tools for cleaner time-period displays and updated command categorization.
View details
Official updateSep 25, 2026, 09:54 PM UTC

Counter-Strike 2 Update (Sep 25, 2026)

Various gap and clipping fixes, reload audio fixes, `sv_clantags_enabled` server option, and main menu egg placement changes.

  • Various gap fixes and clipping adjustments.
  • Fixed some cases where loud reloads would persist while trying to stealth reload.
  • Added `sv_clantags_enabled` option so custom servers can disable clan tags.
  • The eggs of background players in main menu lobbies now rest in nests.
View details