> 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/forge-basics-and-ui/saving-assets.md).

# Saving Assets

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

Retaining progress through the creation of assets is essential for any creator working within the Forge editor.

## Saving Maps

To save a map, users have two primary options: performing a quicksave or creating a save with a custom note. A quicksave can be performed using **Ctrl+S** or by holding **Y (Hold) → Quicksave**, which adds an entry to the version history labeled "Quicksave." To create a save with a custom description, users must open the start menu, select "Save Map," input a version note (up to 265 characters), and press Confirm.

The Start Menu can be accessed at any time using **Esc**/**Menu**, unless while in the node graph on keyboard, when the start menu can be opened with **F1**.

### File Size Constraints

Maps have a maximum file size limit of 10.00 MB. If an attempt is made to save a map that exceeds this limit, a "Maximum file size exceeded" error message will appear. This notification displays the current file size and instructs the player to reduce either the object or scripting content on the map.

<figure><img src="/files/Y3xdHM5e28pYIbEIiZVL" alt="Map save failed error message"><figcaption></figcaption></figure>

## Prefabs and Modes

### Saving Prefabs

To save a prefab, the user must select an existing prefab while in Monitor Mode and use **E (Hold)** or **X (Hold) → Save Prefab**. Like maps, prefabs are limited to a maximum file size of 10.00 MB. If the limit is exceeded, the saving process will not complete, though no error message is communicated to the player.

### Saving Modes

The process for saving modes is similar to that of prefabs with one specific requirement: all objects making up the mode must be dynamic and contain a Mode Brain. When these conditions are met, the "Save Prefab" option changes to "**Save Mode Prefab**."

{% hint style="info" %}
Modes created in Forge are frequently referred to as "Forge Modes" or even "Mode Prefabs."
{% endhint %}

Modes also have a maximum file size limit of 10.00 MB; if this is exceeded, the save will fail without an error notification. When saving particularly large modes, the process may take tens of seconds and can trigger server-side lag that results in multiple identical versions being saved (sometimes upwards of 15). In these instances, the latest version after the surge should be utilized.

***

## Source Data

* Discord thread: [Saving Assets](https://discord.com/channels/220766496635224065/1534024671568334978/1534024671568334978)

#### <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/forge-basics-and-ui/saving-assets.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.
