> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/forge/layout/level-design/metrics.md).

# Metrics

Standardized measurements for player movement, geometry, and map dimensions in level design.

<figure><img src="https://692276616-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN06Vv6nlwviUQ4hI2Kkd%2Fuploads%2Fgit-blob-74e137057d6f7b94c14119a6cbc4254a8f2c8ecf%2Fcover-tsg-placeholder.jpg?alt=media" alt="Cover image"><figcaption></figcaption></figure>

In the context of level design, metrics refer to the proportions and distances within gameplay spaces. Maintaining a baseline knowledge of these standard values is important so that environment scaling and character movement feel correct during play.

## Level Geometry Metrics

The following measurements are key dimensions for designing geometry in Halo Infinite:

### Character and Jump Heights

* Player height: 11.25 units
* Crouch height: 9 units
* Jump height: 9.5 units
* Crouch jump height: 11.5 units
* Clamber height: 16 units
* Jump distance: 34 units
* Sprint jump distance: 40 units

### Navigation and Pathways

Because Halo features more "floaty" movement than other arena shooters, pathways on maps are usually a bit wider than usual, and doorways tend to be taller.

* Normal player pathway: 16 units
* Narrow player pathway: 8 units
* Vehicle pathway: 32 units

## Map Scaling Guidelines

Scaling is used as a guideline to determine the size of space required based on intended player counts. As maps that are too small or too large can be easily noticed during gameplay, the following dimensions have been universally tested as ideal sizes:

* **4v4:** `450 x 340 x 100`
* **8v8:** `900 x 600 x 160`
* **12v12:** `1100 x 750 x 200`

{% hint style="info" %}
While these guidelines assume rectangular boundaries, if the ratio of a map is changed (such as making it shorter), the width should be increased to maintain equivalent volume.
{% endhint %}

***

## Source Data

* Discord thread: [Metrics](https://discord.com/channels/220766496635224065/1534418014441570456/1534418014441570456)

#### <mark style="color:green;">Contributors</mark>

Okom


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.thescriptersguild.com/forge/layout/level-design/metrics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
