Zh/Counter-Strike: Global Offensive/Game Modes/Demolition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{lang|title=创建一张爆破模式地图|CS:GO Game Modes/Demolition}}
<noinclude>{{Language subpage}}</noinclude>
{{updatetranslation:zh-cn}}
{{Translate}}
{{back|Counter-Strike: Global Offensive Level Creation:zh-cn}}
[[File:csgo icon demolition.png|left|link=]]
[[File:csgo icon demolition.png|left|link=]]
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 '''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.
Line 10: Line 9:
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.
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==
== 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.
As in every other game mode, Demolition uses the {{Ent|info_player_counterterrorist}} and {{Ent|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.
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 ==
Bomb sites work the same way as in other Defuse maps. Make a brush textured with <code>tools/toolstrigger</code>, and with it selected, press {{Key|Ctrl}}+{{Key|T}} and change the entity to [[func_bomb_target]].
Bomb sites work the same way as in other Defuse maps. Make a brush textured with <code>tools/toolstrigger</code>, and with it selected, press {{Key|Ctrl}}+{{Key|T}} and change the entity to [[func_bomb_target]].
{{warning|The property <code>Heist Mode bomb Target</code> is an unused value and should be ignored.}}
{{warning|The property <code>Heist Mode bomb Target</code> is an unused value and should be ignored.}}
Line 24: Line 23:
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.
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==
== Testing your map ==
The Demolition game mode is selected by setting the server-side connvar <code>game_type</code> to 1, and <code>game_mode</code> to 1. To properly test your Demolition map, include <code>+game_type 1 +game_mode 1</code> in the launch options before compiling and running the map.
The Demolition game mode is selected by setting the server-side connvar <code>game_type</code> to 1, and <code>game_mode</code> to 1. To properly test your Demolition map, include <code>+game_type 1 +game_mode 1</code> in the launch options before compiling and running the map.
[[Category:Counter-Strike: Global Offensive:zh-cn]]
[[Category:Level Design:zh-cn]]

Revision as of 05:08, 30 March 2023

English (en)中文 (zh)Translate (Translate)
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 complies with the alternate languages guide.(en)
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.