> 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/gameplay/named-location-volumes.md).

# Named Location Volumes

<figure><img src="/files/kFsqDSFNa3XnlNitRwNU" alt="Cover image"><figcaption></figcaption></figure>

Named Location Volumes allow players to assign specific names to designated areas of a map. It is standard practice for all sections of the gameplay area to have an assigned callout name, as no gameplay areas should be left without one.

Additionally, it can be beneficial to extend Named Location Volume coverage outside the physical boundaries of the map in areas where players might look or mark a spot. Marking a location reveals its associated name, so extending these volumes ensures that such markings are informative. It is not necessary to assign names to areas strictly outside the gameplay space.

## Selectable Location Names

The following list contains all the location names available for selection within the Named Location Volume object in Halo Infinite Forge:

{% file src="/files/SZBwBFNuaOaFiMVZLSxu" %}

## Area Coverage and Boundary Limits

The Named Location Volume adheres to standard boundary limits for Forge objects. Users can choose between Box or Cylinder shapes to define these boundaries.

### Shape-Specific Dimensions

* **Box Boundaries:** 1,250 (Width) x 1,250 (Length) with a limit of 1,250 for both Top and Bottom dimensions.
* **Cylinder Boundaries:** The Top and Bottom limits remain at 1,250. However, the Width and Length parameters are replaced by Radius, which has its own limit of 1,250.

{% hint style="info" %}
A cylinder with a radius of 1,250 covers more surface area than a box with width and length limits of 1,250. Changing the volume type to a cylinder is an effective way to cover a larger area.
{% endhint %}

***

## Source Data

* Discord thread: [Named Location Volumes](https://discord.com/channels/220766496635224065/1538508315003330560/1538508315003330560)

#### <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/gameplay/named-location-volumes.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.
