Counter-Strike: Global Offensive/Game Modes/Demolition/zh

From Valve Developer Community
Jump to: navigation, search
Info content.png
This page needs to be translated.

本页面或包含不完全的翻译、不正确的翻译,或未有翻译。
如果本页面出于某些原因无法被翻译,或长时间地处于未翻译的状态,则应予删除。

另外,请确保文章在尽量遵守 多语言指导。
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.

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.