# OneMaker Installation

OneMaker is a project that adds UI modifications to RPG Maker MV, bringing its functionality to the level of which was used during OMORI development.

Features:

* Resizable window sizes, such as the Database and Event Viewer.
* Event Page Conditions now have variable operator selection, Self Variables, and Self Switches E-Z are available.
* Conditional Branches can now use check Self Variables, you also get access to Control Self Variable event commands.
* Map image files in the `render` folder will now automatically be displayed onto maps, using a stretch format so they don't have to be resized to match MV's 48x48 tile sizes.
* Event Block Selection screen can be made into one giant tab instead of having three tabs.
* The Show Text command is now formatted correctly to fit OMORI's face images. Comments and Script Commands can now have way more lines.

<figure><img src="https://private-user-images.githubusercontent.com/104705517/419626906-9db921e9-ba18-47b8-8620-fce1f37f6f7a.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjAwMjI3NTIsIm5iZiI6MTc2MDAyMjQ1MiwicGF0aCI6Ii8xMDQ3MDU1MTcvNDE5NjI2OTA2LTlkYjkyMWU5LWJhMTgtNDdiOC04NjIwLWZjZTFmMzdmNmY3YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUxMDA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MTAwOVQxNTA3MzJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wZjZjODFlZGVhNmRjMDVlZTQzNTI3NjRjOGIzOTE2MDMzNWU2YjIzOWQwMDA3MWMwNzNkZGE3NWNmYTAyZmJhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.V8R95C9s2V7vwUCYAneTnobqsCB17izhE0QxKjpiocM" alt=""><figcaption></figcaption></figure>

To start installation, you will want to download this:

* On Windows: [Download Here](https://github.com/FoGsesipod/OneMaker-MV/releases/download/1.2.2/Installer.7z) (Extract the zip and run the .bat file)
* On Linux (Or just manually): [Download Here](https://github.com/FoGsesipod/OneMaker-MV/releases/download/1.2.2/OneMaker-MV.zip) (Extract the zip, then copy the contents to `steam/steamapps/common/RPGMaker MV/`

You may need to disable antivirus if you are choosing to run the .bat. Do not worry, as this is a safe file developed by a trusted source.

Some features are disabled until a compatibility plugin is added to the Plugin Manager ("puzzle" icon in the top bar.) [Download this,](https://github.com/FoGsesipod/OneMaker-MV/releases/download/1.2.2/Plugins.7z) and then extract the zip. Copy the js plugin into the `js/plugins/` folder, and add it through the plugin manager at the top.

The github for the project can be found here: <https://github.com/FoGsesipod/OneMaker-MV>

&#x20;


---

# 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/rpgmaker/onemaker-installation.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.
