Counter-Strike: Global Offensive/Mapper's Reference: Difference between revisions
Jump to navigation
Jump to search
Warning: In Hammer, the bounding box of all player spawn entities (except info_player_start and info_player_logo) do not have the correct width and depth of 32 units, instead using 26 units.
Note: A corridor must be wider (!) than 32 units to be accessible to players.
Idea: To test in Hammer if a player fits in a narrow/angled corridor, you can make a temporary
m (removed stub tag) |
m (added category) |
||
Line 322: | Line 322: | ||
== Map Prefixes == | == Map Prefixes == | ||
See [[Map_prefixes#Counter-Strike.2C_Counter-Strike:_Condition_Zero.2C_Counter-Strike:_Source_and_Counter-Strike:_Global_Offensive|Map prefixes]]. | See [[Map_prefixes#Counter-Strike.2C_Counter-Strike:_Condition_Zero.2C_Counter-Strike:_Source_and_Counter-Strike:_Global_Offensive|Map prefixes]]. | ||
[[Category:Counter-Strike: Global Offensive]] |
Revision as of 13:29, 29 April 2021
![]() |
![]() |
Dimensions of a player standing. | Dimensions of a player crouching. |
Here is a reference page for any Counter-Strike: Global Offensive mapper looking for dimensions or numbers that are used for level and map creation.
For other tutorials go to the Counter-Strike: Global Offensive Level Creation page.
Measurements
Brush | Height | Recommended Depth |
Recommended Width |
---|---|---|---|
Stair step | ≤ 18 | ≥ 16 | > 32 |
Thin Wall | ≥ 128 | 16 | 64 |
Thick Wall | ≥ 128 | 32 | 64 |
- Slopes are walkable if they are at most 45° steep.
Player Dimensions
Player Posture | Height | Width/Depth | Feet Level | Eye Level |
---|---|---|---|---|
Standing | 72 | 32 | 0.031250 | 64.093811 |
Crouching | 54 | 46.076218 |



32 x 32 x 72
(or 32 x 32 x 54
) block representing the dimensions of a player and move it to various locations inside the corridor. It is traversable if the volume of the block and surrounding geometry (including vertices and edges) do not intersect. Hold Alt while dragging to prevent the block from snapping to the grid.
Reachable Heights
|
![]()
![]()
|
Fall Damage
|
![]()
![]()
|
Grenades
- The smoke grenade diameter is 288 units. The height is a little under 128 units.
- Molotov / Incendiary grenades have a diameter similar if not the same as a smoke grenade.
Map Prefixes
See Map prefixes.