Aug 3, 2026
View on Steam↗Counter-Strike 2 Update
2/5 Minor
Grenade clipping fix, Cache map adjustments including removal of an Outside A boost, and a massive expansion of map scripting functions.
Key Changes
- 1Fixed grenades being thrown through level geometry
- 2Removed a boost spot in Outside A on Cache
- 3Added extensive new scripting functions for C4, grenades, and player pawns
- 4Updated Shelter to the latest Community Workshop version
- 5Fixed various collision and gap issues on Cache
- 6Fixed Instance.RegisterCheatCommand not working on script reload
All Changes
🎮Gameplay(1)
- fixGrenades: Fixed a case where grenades could be thrown through level geometry
🗺️Maps(5)
- fixCache: Fixed various gaps in map
- fixCache: Fixed collision in various spots across map
- fixCache: Fixed flickering on some assets
- removeCache: Removed boost spot in Outside A
- changeShelter: Updated to the latest version from the Community Workshop
🛠️Map Scripting(26)
- newInstance: Added Instance.TracePlayer
- newInstance: Added Instance.OnWeaponPickup
- newInstance: Added Instance.OnBombExplode
- newInstance: Added Instance.SpawnGrenadeProjectile
- changeInstance: Added dropper to Instance.OnWeaponDrop event
- changeInstance: Added hitEntity to Instance.OnGrenadeBounce event
- changeInstance: Added normal to Instance.OnGrenadeBounce event
- newCSGrenadeProjectileBase: Added CSGrenadeProjectileBase.GetGrenadeType
- newCSGrenadeProjectileBase: Added CSGrenadeProjectileBase.GetThrower
- newCSGrenadeProjectileBase: Added CSGrenadeProjectileBase.Detonate
- newCSPlantedC4: Added CSPlantedC4.IsBombsiteA
- newCSPlantedC4: Added CSPlantedC4.IsBombsiteB
- newCSPlantedC4: Added CSPlantedC4.GetPlanter
- newCSPlantedC4: Added CSPlantedC4.GetDefuser
- newCSPlantedC4: Added CSPlantedC4.IsActive
- newCSPlantedC4: Added CSPlantedC4.IsExploded
- newCSPlantedC4: Added CSPlantedC4.IsDefused
- newCSPlantedC4: Added CSPlantedC4.GetPlantTime
- newCSPlantedC4: Added CSPlantedC4.GetExplodeTime
- newCSPlantedC4: Added CSPlantedC4.GetDefuseStartTime
- newCSPlantedC4: Added CSPlantedC4.GetDefuseFinishTime
- newCSPlayerPawn: Added CSPlayerPawn.HasDefuser
- newCSPlayerPawn: Added CSPlayerPawn.SetHasDefuser
- newMap Scripting: Added CSGrenadeType enum
- fixInstance: Fixed a bug where Instance.RegisterCheatCommand would not work on script reload
- removeInstance: Deprecated bounces from Instance.OnGrenadeBounce event
Summary
This Counter-Strike 2 update focuses on technical refinements and map maintenance. Key gameplay fixes address grenades clipping through walls, while Cache receives several collision and visual fixes alongside the removal of a specific boost spot. The bulk of the update introduces a wide array of new scripting functions for map creators, particularly regarding C4 status, grenade projectiles, and player interactions.
