Skip to content

Instantly share code, notes, and snippets.

@hikari-no-yume
Last active August 29, 2015 14:24
Show Gist options
  • Save hikari-no-yume/d3c8d4c9146e78c94dd1 to your computer and use it in GitHub Desktop.
Save hikari-no-yume/d3c8d4c9146e78c94dd1 to your computer and use it in GitHub Desktop.
Counter-Strike: Source's win conditions

cs maps

On a cs_ (Counter-Strike) map, the Counter-Terrorist team can win by either

  1. rescuing (all) the living hostage(s), or
  2. eliminating the Terrorist team,

whereas the Terrorist team can win by either

  1. staying alive until the time is up, or
  2. eliminating the Counter-Terrorist team.

This has some interesting consequences:

  • If the Counter-Terrorist team rescue at least one hostage, they can kill the remainder of the hostages, and will win (FBI tactics).
  • If all the hostages have been killed, the Counter-Terrorist team's first way of winning (rescuing hostages) is now impossible, yet the Terrorist team still has both of its options available to it. The round is then essentially a timed deathmatch: the CTs must kill the Ts before the time is up, or before the Ts kill them.

de maps

On a cs_ (Destruct) map, the Counter-Terrorist team can win by either

  1. defusing the bomb,
  2. staying alive until the time is up, or
  3. eliminating the Terrorist team,

whereas the Terrorist team can win by either

  1. planting the bomb and having it detonate, or
  2. eliminating the Counter-Terrorist team.

This has one interesting consequence: if the bomb is disposed of somehow, the Counter-Terrorists' first way of winning (bomb defusal) is now impossible, as is the Terrorists' first way (planting the bomb and having it detonate). Like before, this makes the round into a timed deathmatch, only this time it is biased in favour of the CTs: the Ts must kill the CTs before the time is up, or before the CTs kill them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment