Info map region: Difference between revisions
Jump to navigation
Jump to search
Note:Using localized names such as
Note:Localized names can be found in
(Created page with "thumb|Example use of [[info_map_region in Hammer.]] {{csgo point|info_map_region}} {{DZupdate}} This entity is used for specifying area name within it...") |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[File:dzmapinfo.png|thumb|Example use of [[info_map_region]] in Hammer.]] | [[File:dzmapinfo.png|thumb|Example use of [[info_map_region]] in Hammer.]] | ||
{{ | {{this is a|point entity|game=Counter-Strike: Global Offensive|name=info_map_region}} {{DZupdate}} | ||
Line 8: | Line 8: | ||
{{KV|Radius|float|The area of the map within this sphere will be named according to this entity.}} | {{KV|Radius|float|The area of the map within this sphere will be named according to this entity.}} | ||
{{KV|Name Token|string|Name for this regions name.}} | {{KV|Name Token|string|Name for this regions name.}} | ||
{{note|Using localized names such as <code># | {{note|Using localized names such as <code>#Airplane</code> will make the location name show up on deployment map.}} | ||
{{note|Localized names can be found in <code>csgo\resource\csgo_english.txt</code> starting at line 977.}} | {{note|Localized names can be found in <code>csgo\resource\csgo_english.txt</code> starting at line 977.}} |
Latest revision as of 19:08, 17 May 2024

Example use of info_map_region in Hammer.
info_map_region
is a point entity available in Counter-Strike: Global Offensive. It's one of many new entities added with the
Danger Zone update.
This entity is used for specifying area name within its radius during Survival mode.
Keyvalues
- Radius ([todo internal name (i)]) <float>
- The area of the map within this sphere will be named according to this entity.

#Airplane
will make the location name show up on deployment map.
csgo\resource\csgo_english.txt
starting at line 977.