Updates1 分钟阅读
CS2 Update, September 9, 2026: Cache fixes and map scripting changes
作者 skins.inc Team
MAPS
Cache
- Fixed various gaps in the map.
- Fixed a wallbang spot on B site.
- Added a missing competitive CT spawn point.
- Added additional T spawn points.
MAP SCRIPTING
- Reworked
CSPlayerCamera:- Renamed it to
CustomPlayerCamera. - Added
GetPlayer,GetMode,SetMode, andSetFollowConfig. - Deprecated
IsEnabled,SetEnabled, andSetIsControllingAngles.
- Renamed it to
- Added an
observableproperty tocustom_hud_layoutthat controls whether an observer sees the UI as the spectated player sees it. Defaults tofalse. - Fixed several bugs related to stale
custom_hud_layoutstate when changing spectator targets. - Added top-level
custom_hud_layoutclasses driven by client state:HUD_BUYMENU_VISIBLEHUD_SCOREBOARD_VISIBLE
custom_hud_layoutnow always draws on top of the base HUD.
MISC
- Chat is now encrypted in demo files using the same rules as CS:GO:
- Team chat is no longer readable when playing back demo files.
- Global chat is only readable in demo files when played back via the in-game Watch UI.
Source: Official Announcement