Code updateSep 23, 2026, 03:09 AM UTC

CS2 Update (Sep 23, 2026)

Minor CS2 update tweaks the crosshair thickness slider, refreshes UI resources, and bumps build metadata while quietly adding a new map icon asset entry.

Quick read

  • Crosshair settings slider now caps `cl_crosshair_thickness` at 31 instead of 32 in the UI.
  • UI resource manifest updated with a new `map_icon_rush_001` image, likely for future map or menu usage.
  • Client and server builds bumped to version 2000914 with refreshed engine strings and metadata.

A small CS2 update quietly tunes the crosshair settings slider and refreshes some internal assets and build metadata, laying groundwork for future UI and map icon content.

Crosshair Settings Adjustment

  • Maximum thickness reduced: The in-game crosshair settings panel has been updated so the cl_crosshair_thickness slider now caps at 31 instead of 32.
    • This directly affects the Crosshair Thickness slider in the Settings menu.
    • Players who previously used the absolute maximum value may see a very small change or find their setting now limited to 31.
    • For most configurations this is a minor tweak, but it slightly tightens the valid range of thickness values exposed through the UI.

UI and Asset Packaging Updates

  • Crosshair settings layout recompiled: The crosshair settings layout file (settings_crosshair) was recompiled in the UI package.
    • This matches the slider change and suggests the crosshair settings page has been kept in sync with current convar ranges.
  • New map icon asset entry: A new UI image entry panorama/images/map_icons/map_icon_rush_001.vsvg_c was added to the resource manifest.
    • This appears to be a map icon graphic, which may be used for the main menu, map selection screen, or other UI elements.
    • The name suggests it could be related to a specific map or mode, but its exact use in-game is not yet visible and may come into play in a future content rollout.

Engine and Build Metadata

  • Version bump: The internal client and server version have been incremented to 2000914 in steam.inf, with an updated source revision.
    • This confirms a new build for both clients and dedicated servers, even though gameplay-facing changes in this snapshot are minimal.
  • Client strings refresh: The client_strings.txt bundle was updated with a number of low-level string changes.
    • These are highly technical and do not point to clear new features on their own, but they typically accompany regular engine or tooling maintenance.

Overall Impact

For players, this update is mostly invisible aside from the slightly tighter crosshair thickness range in the settings menu. Behind the scenes, the build bump, UI resource recompile, and new map icon asset suggest ongoing preparation for future UI or map-related content, but there are no obvious gameplay or balance changes tied to this snapshot yet.

Back to updates

Recent updates

CS2@CounterStrike
Sep 23, 2026, 11:58 PM UTC

The Cologne 2026 Major Shop will be available until September 29th. If you have unspent tokens, you have less than one week to spend them!

View details
CS2@CounterStrike
Sep 23, 2026, 11:50 PM UTC
View details
Code updateSep 23, 2026, 11:10 PM UTC

CS2 Update (Sep 23, 2026)

New Static Square crosshair style and outline options, Rush mode timing tweaks, upgraded pet photo JPEG pipeline with sticker limits, plus small map guide, animation, and UI polish.

  • New crosshair style 8 (Static Square) added, with expanded crosshair outline options and updated crosshair shaders on PC and Vulkan.
  • Rush mode adjusted with shorter freeze and warmup times plus refined elimination countdown logic that treats final rooms differently and tracks legitimate kills.
  • Pet photo booth now saves high-quality JPEGs instead of PNGs, with improved sticker inventory integration, placement limits, and more consistent pet book handling.
  • Player card Pet Book entry only appears for hatched pets or retired books, while crosshair and color picker UI text has been clarified and localized.
  • Official map guide data updated for de_train and the main worldmodel animation graph refreshed, alongside new tooling keybindings and backend JPEG/compression support.
View details