Demolition

From Valve Developer Community
Jump to: navigation, search
English (en)中文 (zh)
Counter-Strike: Global Offensive Level Creation
Icon-delisted.png
本页记录了游戏, 反恐精英:全球攻势 反恐精英:全球攻势,,该游戏已无法通过数字方式购买或下载
在此介绍,供历史和技术参考
Info content.png
This page needs to be translated.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article tries to comply with thealternate languages guide.
Csgo icon demolition.png

The Arsenal: Demolition game mode is a fast paced mix of bomb planting and gun progression. You begin with a rifle and progress through different weapons every time you get a kill.


The Demolition game mode only requires spawn points for each team.

Most Demolition maps have at least one bomb site, but if you don't include a bomb site in your map, the game will not give a bomb to any of the terrorist players, making the bomb site strictly optional.

Spawn points

As in every other game mode, Demolition uses the info_player_counterterrorist and info_player_terrorist entities to decide where to spawn players. You should aim to include at least 16 spawn points for each team, so your map will work correctly with up to 32 players on a server.

Demolition is a team game mode, so you will want to group your spawn points by team, and place them roughly equidistant from the bomb site.

Bomb sites

Bomb sites work the same way as in other Defuse maps. Make a brush textured with tools/toolstrigger, and with it selected, press Ctrl+T and change the entity to func_bomb_target(en).

Warning.png警告:The property Heist Mode bomb Target is an unused value and should be ignored.

Though the official Demolition maps only have one bomb site, 2 bomb sites will work fine.


Consider using overlays to indicate the location of the bomb site, and to mark it's extents so players can easily identify where they can plant the bomb.

Testing your map

The Demolition game mode is selected by setting the server-side connvar game_type to 1, and game_mode to 1. To properly test your Demolition map, include +game_type 1 +game_mode 1 in the launch options before compiling and running the map.