# Final Release FAQ

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

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

### After three years, OMORI Community Enhancement Pack has been finalized.

The pack will continue to work (even if the game updates, you can roll it back to v1.0.8), but it will no longer get updates and support.

We'd like to thank [**all of the mod and tool creators who made this pack possible**](/credits.md), as well as all of our wonderful users who provided feedback and encouragement over the years.

## Why end support?

* OMO CEP is in an incredibly stable state—we receive fewer than one support ticket per month.
* After four years, most of the OMORI modding community (both creators and users) are more interested in large overhaul mods with fantastic new stories and worlds instead of quality-of-life mods for the base game. Additions to the pack slowed down because there's not much to add!

## Where should I go from here?

OMO CEP is still working great. if you're happy with it, you can keep using it!

If you're using OMO CEP for Windows and are interested in those story overhaul mods we mentioned above, you can browse and download them at [**mods.one**](https://mods.one). You'll want to delete every mod except **oneloader** from your **www\mods** folder before installing an overhaul mod.

## How did you create the OMO CEP Lite releases?

{% hint style="warning" %}
This is not a universal guide for making any mod Steam Deck-compatible!\
We are including this here because it wasn't documented anywhere else.
{% endhint %}

* Install OMO CEP for Windows.
* Add the `--dump-overlay` launch option to OMORI.
* Launch the game and select OK to the OneLoader prompt.
  * OneLoader will name the folder it outputs your modified files to when it is done.
* In the dump folder, rename the **www\img\system\input** folder to **Input** with a capital I.
  * This is a bug with OneLoader's dump tool, but it's important to fix because directory paths are case-sensitive on Linux systems.
* Remove any files related to OneLoader from your dump.


---

# 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/final-release.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.
