info_map_region
Jump to navigation
Jump to search
Code classes:
CInfoMapRegion
CBaseEntity
(all ents)
info_map_region
is a point entity present in Counter-Strike: Global Offensive. In danger zone, this entity is used to add labels to areas of the map. These are shown on the deployment screen and on the compass HUD.
Keyvalues[edit | edit source]
- Radius
(radius)
<float>
- How big the area is. When outside this sphere, the player is considered "near" it (i.e. "north of X" or "southwest of X") until they are nearer to another region. Having a large radius will bias "nearness" more towards that region, even to the point that a player could be reported as near to a region which is physically separated from them by smaller regions.
- Name Token
(token)
<string>
- What to call the region. Any text can be entered, but it's best to take a string such as
#DeadTrees
fromcsgo/resource/csgo_english.txt
, as only these strings will be translated across languages, and appear on the deployment screen.