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

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Multipage removal)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{otherlang2
{{LanguageBar}}
|title=创建一张爆破模式地图
{{back|Counter-Strike: Global Offensive Level Creation}}{{Delisted|csgo}}
|en=Creating a Arsenal: Demolition Map
<noinclude></noinclude>
}}
{{Translate}}
 
[[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 11: Line 11:
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 {{L|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 25: Line 25:
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.{{csgo-navbox}}
 
{{ACategory|Counter-Strike: Global Offensive}}
[[Category:Counter-Strike: Global Offensive]]
{{ACategory|Level_Design}}
[[Category:Level Design Tutorials]]

Latest revision as of 05:46, 12 July 2024

English (en)中文 (zh)Translate (Translate)
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 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(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.