PatchDiff
newsabout
WM

Workshop Maps

MapScripting · Workshop · Developer · Custom Maps
2 patcheslast touched 2mo ago▲ +3

Power trajectory

Up = buffed, down = nerfed
0+3Dec 19, 2023Feb 25, 2026Dec 19, 2023 — Release Notes for 12/18/23 +0 / -0 (cum 0)Feb 25, 2026 — Counter-Strike 2 Update +3 / -0 (cum +3)
Zoom into one ability:1 abilities tracked
Filter by change type:4 types in this subject

Patch history

  1. Feb 25, 2026·Counter-Strike 2 Update+3
    • Newsave data1MB MB

      Workshop maps can now save and load up to 1MB of data via Steam Cloud, allowing for persistent progress across sessions.

      Added Instance.SetSaveData and Instance.GetSaveData

    • 🔁Reworkdamage event handlingInstance.OnBeforePlayerDamageInstance.OnModifyPlayerDamage

      Replaced OnBeforePlayerDamage with OnModifyPlayerDamage, providing hitgroup data and triggering after damage calculations but before health modification.

      Replaces old damage event

    • Newdamage flagsIGNORE_ARMOR

      Added a new damage flag to allow scripts to ignore player armor when calculating damage.

      Added CSDamageFlags.IGNORE_ARMOR

    • Newinput detectionAdded

      New scripting functions allow map creators to detect specific player input presses and releases.

      Added IsInputPressed, WasInputJustPressed, and WasInputJustReleased

    • 🐛Bug fixCSDamageTypes exportCSDamageTypeCSDamageTypes

      Fixed a bug where CSDamageTypes was incorrectly exported as CSDamageType.

      Fixed naming bug

    • 🎯Behaviortrigger behavior

      Fixed inconsistent trigger behavior when players are crouching in workshop maps.

      behavior