Counter-Strike 2/en

From Valve Developer Community
Jump to: navigation, search
Icon-broom.png
This article or section needs to be updated to include current information regarding the subject.
Remember to check for any notes left by the tagger at this article's talk page.

Counter-Strike 2 Counter-Strike 2 (also colloquially referred to as Counter-Strike Source 2 or CS:GO Source 2, and CS2 for short) is a video game developed by Valve. Announced on March 22, it was planned to be released around Summer 2023, but later it was delayed to September 27, 2023. The game is a remaster of Counter-Strike: Global Offensive Counter-Strike: Global Offensive with new graphics, new contents and technical improvements, including the sub-tick update. It is developed in Valve’s own Source 2 engine, the successor to Source. Prior to its release, Valve added users via CS:GO's game menu to the playtest.

This game was released on September 27th, 2023, completely replacing Counter-Strike: Global Offensive Counter-Strike: Global Offensive. However this does not apply to the console version of CS:GO (for PlayStation 3 and the Xbox 360), which remains available for purchase.

The game was generally positively received by critics. Player response to the game was however, mixed, primarily as a result of removed content (e.g. Danger Zone) and features that CS:GO had, CS:GO being delisted on the store, and the game being incompatible with older PC's and macOS, or having performance and other technical issues. The Metacritic user reviews were later review bombed, alongside with Steam, which caused the recent reviews to briefly drop to "Mixed".

Content

  • Counter-Strike 2 (game\csgo)
  • Counter-Strike 2 Windows binaries
  • Counter-Strike 2 Linux binaries

Game modes

Note.pngNote:Most information here are from CS:GO, which may also applies to CS2.
Official Game Mode Match length Penalties for
abandoning?
Description of official Gameplay
Csgo icon competitive.png Competitive 20-90 minutes Yes The classic game mode: Two teams of 5 players fight in a best of 24 rounds. In Bomb Defusal scenarios, Terrorists must plant a bomb at a target and defend it until it explodes - Counter-Terrorists must either stop them from planting or defuse the bomb before it detonates. In Hostage Rescue scenarios, Counter-Terrorists must find and escort a hostage - Terrorists must stop them. There are skill groups for ranked matchmaking so that ideally players are matched with enemies of a similar skill level. In unranked matchmaking, these skill groups are also regarded but not adjusted.
Csgo icon wingman.png Wingman 10-30 minutes Yes Like Competitive, but adjusted for 2v2 and for a smaller map or a map section, best of 16 rounds, rounds are shorter.
Csgo icon casual.png Casual 10-20 minutes No Like Competitive but not binding ("casual"), with simplified and shortened gameplay: best of 15 rounds, shorter freezetime per round, no friendly fire, no team collision, free armor and free defuse kit/cutters.
Csgo icon deathmatch.png Deathmatch
  • Team vs Team
  • Free For All
  • Classic
10 minutes No This is a single 10 minute round with instant respawns. The player's goal is to eliminate as many enemies as possible with whatever weapon they wish to use. Weapons are free and only rifles, SMGs, heavy weapons, pistols and the Zeus x27 may be bought. Players have a short invulnerability period to buy weapons before moving.
War Games
Csgo icon skirmish armsrace.png Arms Race 5-10 minutes No This is a single extended round with instant respawn. All players start with the same weapon and get a new one each time they kill an enemy. The progression of unlocked weapons ends with the knife. The first player to get two kills with every weapon plus a kill with the golden knife wins the match.

Built-in Maps

For the list of Counter-Strike 2 Counter-Strike 2 maps, see Counter-Strike 2/Maps.

Weapons

Main article:  Counter-Strike 2/Weapons

As of the release of Counter-Strike 2 Counter-Strike 2, there are currently no new weapons introduced. However, the smoke that comes from the smoke grenade now can be pushed by bullets, grenades to briefly clear sightlines or expand occlusion, plus can collides with the world objects, as smoke grenades are now dynamic volumetric objects compare to sprites used in previous games. Some weapons, such as all weapons from Danger Zone gamemode, were either removed or left unused as Counter-Strike 2 currently does not have Danger Zone.

Buy Menu

Pistol SMG Heavy Rifle Equipment Grenade

Other

Knives Miscellaneous CS:GO Co-op Strike Co-op Strike

Giving Weapons

Note.pngNote:This section contains info such as VScript (which is non-functional in CS2), and certain commands, that only applies to CS2 predecessor, CS:GO, and may not apply or works with CS2 as these were either removed or currently unused/non-functional.

To give yourself a weapon, you can use the cheat command give <entityname>, which should spawn a specified weapon inside the executing player, for example give weapon_awp. Knives and Danger Zone melees might instantly be removed by the game when they would spawn; To overcome this, one can use the command sequence give <entityname>; ent_fire <entityname> addoutput "classname weapon_knifegg" (in one line!) so that the entity "becomes" an entity that is not removed by the game in the same tick. Note that some weapons have a different classname after being given, e.g. give weapon_axe; ent_fire weapon_melee addoutput "classname weapon_knifegg".

Map driven item giving can be done with game_player_equip. To equip weapons using VScript, a game_player_equip entity can be created, used and removed.

Manipulating Weapons

Weapons can be manipulated via I/O, e.g. with ent_fire, and even more using VScript. All weapon entities support the inputs Kill, SetAmmoAmount <int>, SetReserveAmmoAmount <int>, ToggleCanBePickedUp, for example the command ent_fire weapon_ak47 kill removes all AK-47s in the map. To give some inspiration, if weapon is the VScript handle of a weapon entity, we can use weapon.Destroy() to kill it, weapon.GetOwner() == null to check whether it is dropped (true) or carried by a player (false), EntFireByHandle(weapon, "SetReserveAmmoAmount", "0", 0, null, null) to remove its reserve ammo and much more.

Note.pngNote:When the weapon is killed that a player has deployed, their viewmodel will be broken until they deploy another weapon.
Tip.pngTip:There are weapon classes whose entities initially have an identical classname keyvalue after being spawned, even though they were created from different classnames. This makes it impossible to target only one of these weapon classes in the I/O system such as MP5-SD and MP7 entities, because entities of both classes will have the classname "weapon_mp7" after being spawned, so firing I/O events to weapon_mp5sd won't have any effect because there is no entity with that classname. This problem can be bypassed in VScript: If we find an entity with the classname "weapon_mp7", we can identify whether it is actually an MP5-SD or an MP7 by checking whether entity.GetModelName() returns either "models/weapons/w_smg_mp5sd_dropped.mdl" or "models/weapons/w_smg_mp7_dropped.mdl". Other entities whose classname changes on spawn are the USP-S, CZ75-Auto, R8 Revolver, M4A1-S, Rescue Kit, Wrench, Hammer, Axe and all knives except weapon_knife and weapon_knifegg.

Gallery

See more screenshots

Limitations/Bugs

Icon-Important.pngImportant:Counter-Strike 2 Counter-Strike 2 is not available for macOS macOS. As a result, since Oct 10, 2023, users may receive (CS:GO), via the csgo_legacy branch instead of CS2. Prior to that date, users will have the Windows version of CS2 downloaded to the Mac systems, which is non-functional without using Game Porting Toolkit (or Wine), running Windows on Mac via Boot Camp (Intel Macs only) or using virtualization software.

Later it is confirmed that Valve has dropped support for macOS entirely, users who cannot run Counter-Strike 2 on Mac systems will be offered for Prime Status Upgrade refund[1], which is no longer available as of December 2, 2023.

At the moment, to report a CS2 bug, visit this GitHub issue page.

Note.pngNote:The link above leads to CS:GO Bug Report for Mac/Linux, but as of around 2017-2020, this applies to all platforms (including Windows), and both CS:GO & CS2.

System Requirements

Windows Windows
Windows Windows
Minimum Recommended
Operating system (OS) Windows Windows 10, Windows Windows 11 64-bit
Processor (CPU) 4 hardware CPU threads - Intel® Core™ i5 750 or higher, or AMD equivalent
SSE 4.2 required (since September 29, 2023 update)
System memory (RAM) 8 GB
Hard disk drive (HDD/SSD) 85 GB
Video card (GPU) Video card must be 1 GB or more and should be a DirectX 11-compatible with support for Shader Model 5.0
Note.pngNote:Unofficially works on Windows Windows 7 and Windows Windows 8 & Windows Windows 8.1 until Steam drops support for these operating systems along with the Steam API update with the game in 2024. Support will not be provided for these operating systems however.
Please note that using these operating systems may cause issues related to VAC VAC.
Note.pngNote:Requires CPU with SSE4.2 support, 64-bit OS and DirectX 11 (or optionally, Vulkan) compatible card, systems with 32-bit or DirectX 9 only card may chose to download the Legacy version of CS:GO instead if their hardware is incompatible, via the Beta tab on Steam Library.
macOS macOS
  • This game is currently not available for macOS macOS. As a result, since Oct 10, 2023, users may receive (CS:GO), via the csgo_legacy branch instead of CS2. Prior to that date, users will have the Windows version of CS2 downloaded to the Mac systems, which is non-functional without using Game Porting Toolkit (or Wine), running Windows on Mac via Boot Camp (Intel Macs only) or using virtualization software.

Later it is confirmed that Valve has dropped support for macOS entirely, users who cannot run Counter-Strike 2 on Mac systems will be offered for Prime Status Upgrade refund[1], which is no longer available as of December 2, 2023.

Linux Linux
Linux Linux
Minimum Recommended
Operating system (OS) Ubuntu 20.04, SteamOS 3.0 or
other Linux distros.
Processor (CPU) 4 hardware CPU threads - Intel® Core™ i5 750 or higher, or AMD equivalent
SSE 4.2 required (since September 29, 2023 update)
System memory (RAM) 8 GB
Hard disk drive (HDD/SSD) 85 GB
Video card (GPU) AMD GCN+ or NVIDIA Kepler+ with up-to-date Vulkan drivers.
Support for VK_EXT_graphics_pipeline_library highly recommended.
Sound (audio device) Any
Note.pngNote:Requires CPU with SSE4.2 support and Vulkan-compatible card, systems with 32-bit or OpenGL only card may chose to download the Legacy version of CS:GO instead if their hardware is incompatible, via the Beta tab on Steam Library.

See also

External links

References

  1. Steam Support - Legacy CS:GO Version
    I can't run CS2 because I run DirectX 9 or a 32-bit version of Windows. Am I eligible for a Prime Status Upgrade refund?
    DirectX 9 and/or 32-bit Windows users are eligible for a Prime Status Upgrade refund if their purchase was made on Steam between the announcement of the Counter-Strike 2 Limited Test (March 22, 2023) and the launch of Counter-Strike 2 (September 27, 2023).
    I can't run CS2 because I play on a Mac. Am I eligible for a Prime Status Upgrade refund?
    macOS users are eligible for a refund if most of their CS:GO playtime was on macOS and they played CS:GO on a Mac between the announcement of the Counter-Strike 2 Limited Test (March 22, 2023) and the launch of Counter-Strike 2 (September 27, 2023), regardless of when they purchased their Prime Status Upgrade.
    CD keys, gifts, and accounts with bans are not eligible for a refund. Refunds will be offered until December 1, 2023.