# Overview

*Omori is a psychological horror RPG Maker game created and published on Steam in 2020. Through custom tools, it is possible to mod the Steam version of the game.*

## Mature Content Description

*This game contains depictions of depression, anxiety, and suicide, and may not be suitable for all audiences. It also contains bright flashing imagery that may cause discomfort and/or seizures for those with photosensitive epilepsy. Viewer discretion is advised.*

## Disclaimer

*OMORI is a registered trademark of OMOCAT LLC. This wiki is an unofficial, fan-made resource and has no association with OMOCAT LLC.*

## Modding Tools

### OMORI

Having OMORI is a given, but in case you forgot you can get it [here](https://store.steampowered.com/app/1150690/OMORI/).

### Oneloader

Get Oneloader, the mod loader [here](https://github.com/rphsoftware/OneLoader/releases). **This is required to create and install mods.** Learn how to install here.

### Bundletool

[Bundletool](https://mods.one/mod/bt) allows for the creation of mod zips for mods built off of a playtest folder. Created by Rph.

### Data Editing

Get RPGMAKER MV [here](https://store.steampowered.com/app/363890/RPG_Maker_MV/). **This is required to edit OMORI's data, map events, enemies, etc.** It's expensive but goes on sale often, you can see if it's on sale [here](https://isthereanydeal.com/game/rpgmakermv/info/).

### Map Editing

Get Tiled [here](https://www.mapeditor.org/2017/08/29/tiled-1-0-3-released.html). **This is required to edit OMORI's map sprites and tilesets.**

### Dialogue and Plugin Editing

While you can use just about any text editor to edit OMORI's dialogue and plugins, VSCode is recommended. It can be found [here](https://code.visualstudio.com/).

### Sprite Editing

Any digital art software will work for this. You can use [Medibang](https://medibangpaint.com/en/) for free for all purposes, but [Aseprite](https://www.aseprite.org/) is a good paid option for pixel sprites/tilesets.

## Additional Resources

[Omori Community Discord Server](https://discord.gg/28KyGYvHCG)- A discord server to discuss OMORI and mod content, as well as ask for support on mod-related issues.

[The Omori Modding Masterdoc](https://docs.google.com/document/d/15UAzmwPaECVOfprx5xpaTPKrtwF69kSa2etuP6EqkaU/edit?usp=sharing)- A document containing information on creating mods. Less organized than the wiki but at the moment contains more info.

[Omori Text Formatting Guide](https://github.com/Gilbert142/gomori/wiki/Text-Formatting)- Contains and explains all of the commands used in Omori's dialogue/yaml files.

[RPGMAKER MV Script Calls](https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/edit#gid=1514267595)- A handy spreadsheet containing script calls for RPGMAKER MV.

[Omori Script Tricks](https://docs.google.com/document/d/1ORpl6Ykxtm-_K2ak3GsH5nATyF7BjraQv6p8Q607FPQ/edit)- Contains some Omori-specific script calls, goes hand in hand with the RPG Maker MV document.

[RPG Maker MV Forums](https://forums.rpgmakerweb.com/index.php?forums/rpg-maker-mv-support.129/)- A support forum for everything RPG Maker related.

[Omori Data Archive](https://goats.dev/omori/maps.html)- An archive containing every map, dialogue, variable, and switch in the game.

[Omori Utilities](https://github.com/rphsoftware/omori-utils)- Contains several handy plugins for adding or fixing minor things in your mods.


---

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