> 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/cameras.md).

# Cameras

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

Cameras are utilized to provide cinematic perspectives during the beginning and end of a match. These camera sequences are relatively simple in nature and offer limited opportunities for creative manipulation.

## Map Intro Cameras

Map Intro Cameras are used at the very start of a match to present a sequence of fade-in shots showcasing the map. To create one complete sequence, a pair of two Map Intro Camera objects is required; it is standard practice to use at least three pairs (six objects total) to display three distinct views of the map during the intro.

The camera perspectives play in order according to the Sequence Order property. Once all assigned camera pairs have been displayed, the order restarts from the beginning. Note that timing for these sequences is local to each individual player; consequently, it is not feasible to time global events (such as scripted map elements) with the camera movement. Additionally, cameras cannot display different views for different teams, meaning every team will see the same sequence.

### Properties

The standard properties for a Map Intro Camera are straightforward:

* **Sequence Order:** (increasing order, first camera is 1.00)
* **Camera Blend:** Start/End

To achieve the intended transition pattern, the first camera should have a Sequence Order of 1.00 and a Camera Blend set to Start. The second camera should have a Sequence Order of 2.00 and a Camera Blend set to End. Subsequent cameras follow this alternating pattern with increasing Sequence Order values.

{% hint style="info" %}
When placing Map Intro Cameras, it is useful to set your Field of View (FOV) to 73 to match the FOV used in camera shots. To mimic an angle accurately, spawn a Map Intro Camera object and move it close enough so that the position gizmo is at the center of your screen; you can then use Object-space rotation to match the desired perspective.
{% endhint %}

## Winning Team Outro

The Winning Team Outro object provides a camera view at the conclusion of a match, featuring four members of the winning team in their own stances.

Because the camera perspective uses a very low FOV, it cannot be quickly previewed in-editor. To ensure that players fit within the framed scene and do not appear incorrectly against the background, ensure the Winning Team Outro object is placed sufficiently far away from the intended backdrop. While some creators use this feature to frame parts of the map elegantly behind players, others choose to build a custom scene specifically around the camera view.

{% hint style="success" %}
To enhance the visual quality of the final shot, forgers occasionally use 3-point lighting around the four players to improve the presentation of the winning team.
{% endhint %}

### Orientation

The orientation of the Winnging Team Outro should be limited to rotation on the Yaw axis, which determines the direction the camera faces.

{% hint style="warning" %}
Avoid applying rotation to the Pitch or Roll axes on Winning Team Outro objects. Doing so can cause significant offsets in the camera view, often resulting in players appearing underneath the map.
{% endhint %}

***

## Source Data

* Discord thread: [Cameras](https://discord.com/channels/220766496635224065/1536633993116651520/1536633993116651520)

#### <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/cameras.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.
