# FAQ

{% 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 %}

## Getting Started

<details>

<summary>Is OMO CEP a good choice for first-time players?</summary>

**Yes.** We've worked with the modding community to carefully select mods that create a "vanilla-plus" game experience.

The only mod that changes the game balance is **HERO Buff**, which can be easily disabled from the MODS Menu if you'd like to lean more into the "vanilla" than the "plus" side of things.

</details>

<details>

<summary>Can I use OMO CEP in the middle of my playthrough, without starting a new game?</summary>

**Yes.** OMO CEP is fully compatible with unmodded OMORI save data.

You will not need to start a new game should you choose to start or stop using OMO CEP.

</details>

<details>

<summary>Can I still earn Steam achievements while using OMO CEP?</summary>

**Yes.** You can still earn every achievement in the game.

</details>

<details>

<summary>Does OMO CEP add the console-exclusive content to OMORI on Steam?</summary>

**No.** The console content is copyrighted and we cannot host that online without permission.

The [**Xbox for Windows / Game Pass version of OMORI**](https://www.xbox.com/en-us/games/store/omori/9p8wmq1s4tf9) includes the console content, but keep in mind it does not support mods.

</details>

## Installation

<details>

<summary>Can I use OMO CEP Lite on any Linux PC, not just the Steam Deck?</summary>

In general, **if your Linux PC can run OMORI without mods, it can run OMO CEP Lite**.\
However, we will not be able to provide full support for your specific distro.

</details>

## Playing OMORI

<details>

<summary>What does the "Decrypt" option do in the MODS Menu?</summary>

This tool converts OMORI from a standalone executable to an editable RPGMaker project.

It's only useful if you want to rip the game assets or mod OMORI yourself.

</details>

## Other

<details>

<summary>Can I use this other mod I found with OMO CEP for Windows?</summary>

**It depends on the mod.**&#x20;

In general, the more core functionality a mod changes, the less likely it is to be compatible with OMO CEP.&#x20;

</details>


---

# 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/appendix/faq.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.
