# Omori Files Guide

## Image Folder

Each folder contains a series of image files, usually in a `png` format, that each serve the purpose indicated by the folder's name.

Under `img` you should find the following folders:

<table><thead><tr><th width="185.5">Folder name</th><th>Folder contents</th></tr></thead><tbody><tr><td><code>animations</code></td><td>Frames that compose the animations appearing in combat</td></tr><tr><td><code>atlases</code></td><td>Miscellaneous images, themselves made out of images from other folders, mainly for ease of access and loading, editing those should not be required for anything</td></tr><tr><td><code>battlebacks1</code></td><td>Backgrounds that appear in battle</td></tr><tr><td><code>characters</code></td><td>Miscellaneous sprites that appear in the overworld</td></tr><tr><td><code>enemies</code></td><td>Images of the enemies that appear in FOE FACTS</td></tr><tr><td><code>faces</code></td><td>Faces of the various main characters, both in combat and out of combat</td></tr><tr><td><code>overlays</code></td><td>Images that appear overlaid on top of the game during certain story segments</td></tr><tr><td><code>parallaxes</code></td><td>Backgrounds that appear on certain maps, most notably in BLACKSPACE</td></tr><tr><td><code>pictures</code></td><td>Miscellaneous images used for all sorts of purposes</td></tr><tr><td><code>slotmachine</code></td><td>Images that appear in the slot machine minigame in the LAST RESORT</td></tr><tr><td><code>sv_actors</code></td><td>Images of the enemies that appear in combat, including emotion variations and animations</td></tr><tr><td><code>system</code></td><td>Images that form the game's user interface</td></tr><tr><td><code>tilesets</code></td><td>Tilesets that are used in maps throughout the game</td></tr></tbody></table>

<br>


---

# Agent Instructions: 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:

```
GET https://omori-modding.gitbook.io/wiki/getting-started/omori-files-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
