# Getting Started

{% hint style="info" %}
**OMORI Community Enhancement Pack was finalized on 14 October 2024.**

The pack still works, but it will no longer receive updates or support.\
Information on these pages may be outdated.

See the [**Final Release FAQ**](/final-release.md) for more information.
{% endhint %}

{% hint style="danger" %}
**omo.cep.one will go offline on 31 December 2026.**

**OMO CEP will still be available for download on mods.one.** \
**A complete archive of this site is now included with the project.**
{% endhint %}

## Requirements&#x20;

{% hint style="danger" %}
We do not provide support for pirated copies of the game.
{% endhint %}

{% tabs %}
{% tab title="OMO CEP for Windows" %}

* A registered installation of **64-bit Windows 11** or newer
  * [**Windows 10** will no longer be supported **October 2025**](https://www.microsoft.com/en-us/windows/end-of-support)
* An unmodified installation of [**OMORI**](https://store.steampowered.com/app/1150690/OMORI/) from Steam
* At least **1 GB of free space** on your drive

{% hint style="warning" %}
The **Microsoft Store / PC Game Pass** version of OMORI is not supported.

It uses a different engine that doesn't let us add plugins.
{% endhint %}
{% endtab %}

{% tab title="OMO CEP Lite for Steam Deck" %}

* A **Steam Deck** running the latest version of the SteamOS software
* An unmodified installation of [**OMORI**](https://store.steampowered.com/app/1150690/OMORI/) from Steam
* A connected keyboard and mouse (wired or wireless)
* At least **1 GB of free space** on your system

{% hint style="success" %}
An external display connected via a USB-C hub is highly recommended.
{% endhint %}
{% endtab %}
{% endtabs %}

<details>

<summary>What are the differences between OMO CEP and OMO CEP Lite?</summary>

### **OMO CEP**

* The complete OMORI modding setup for **Windows**
* Includes over 25 enhancement mods
* Includes the **OneLoader** mod loader
* Mods in the pack can be enabled or disabled
* More mods can be installed from **mods.one**

### **OMO CEP Lite**

* The all-in-one OMORI modpack for **Steam Deck**
* Includes all of the enhancement mods in OMO CEP for Windows
* OneLoader is NOT included - mods directly replace game files
* Mod loadout CANNOT be customized
* More mods CANNOT be added

</details>

## Show File Extensions

By default, Windows Explorer hides the extensions of file types it recognizes (.EXE, .PNG, etc.). It's important that these be visible when setting up mods or asking for support, so we will make sure Windows always shows file extensions for all file types.

{% tabs %}
{% tab title="Windows 11" %}

* Open a **File Explorer** window (it doesn't matter where).
* Click the **View** button at the top of the window.
* Click **Show > File name extensions**.

![](/files/vsb9v2v7ODcFLXi1VPMS)
{% endtab %}

{% tab title="Windows 10" %}

* Open a **Windows Explorer** window (it doesn't matter where).
* Click the **View** tab at the top of the window.
* Check the box labelled **File name extensions** if it is not checked already.

![](/files/-MlVnF9kSXrvDYErxItv)
{% endtab %}

{% tab title="Steam Deck" %}
File extensions are automatically shown in SteamOS Desktop Mode.

Move onto the next step!
{% endtab %}
{% endtabs %}

## Download OMO CEP

{% hint style="success" %}
If you've already downloaded OMO CEP, skip this step.
{% endhint %}

* Open the page for OMO CEP at [**mods.one/mod/cep**](https://mods.one/mod/cep).
* Scroll to **Available releases** at the bottom of the page and click the download arrow next to either **OMO CEP** **for Windows** or **OMO CEP Lite for Steam Deck**.

<details>

<summary>What's mods.one?</summary>

**mods.one** (formerly OmoriMods) is the fan-made hub for OMORI mods.

If you're setting up OMO CEP for Windows (and if you're okay with seeing **unmarked story spoiilers**), this is where you can go after you're done to find even more cool mods!

</details>

## Next Steps

Have you modded OMORI before?

{% tabs %}
{% tab title="This is my first time modding OMORI" %}
You're all set! Move on to the next page.

{% content-ref url="/pages/-MlVww0wiRGI-Km7AoUm" %}
[Steam and OMORI](/install/steam-and-omori.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="I'm using OneLoader" %}
Sounds good. Move on to the next page.

{% hint style="warning" %}
Some of the mods you've already installed may not be compatible with OMO CEP.
{% endhint %}

{% content-ref url="/pages/-MlVww0wiRGI-Km7AoUm" %}
[Steam and OMORI](/install/steam-and-omori.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="I'm using GOMORI" %}
You will need to reset your game files before continuing.

* Open your **OMORI\www** folder.
* Back up the **save** folder inside by copying it to another location on your computer.
* Delete every folder inside the **www** directory except the folder named **save**.

{% hint style="danger" %}
**Make sure not to delete the save folder!**

It contains your save data, and OMORI does not have cloud save support!
{% endhint %}

* Once you're done, move on to the next page.

{% content-ref url="/pages/-MlVww0wiRGI-Km7AoUm" %}
[Steam and OMORI](/install/steam-and-omori.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}


---

# 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://omo.cep.one/install/getting-started.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.
