💡
Omori Modding Wiki
  • 🚩getting started
    • Overview
    • Installing Mods
    • Decryption and Playtest Generation
      • Resetting Installation
      • Dev Tools
    • Packaging Mods
      • mod.json File
    • Omori Files Guide
      • Common File Types
      • Omori Files Index
        • Data Files
  • 🏰RPG Maker MV
    • ⭐Intro to RPG Maker MV
    • 🗒️Common Notetags and Filename
      • Map Event Notetags
      • RPG Maker Sprite Sheet Formats
        • Sprite Sheet Filenames
      • Enemy Notetags
    • Custom Battles
      • Plot Armor
    • Map Creation
    • Event Plugin Commands
    • YAML Texts and Dialogues
      • Text Codes
      • Omori Text Color Convention
    • Shops
    • Quests
    • Bubbles / Balloons
  • 🎨Art Assets
    • Intro to Art Assets
      • Ex 1: Headspace Portrait
      • Art Specifications
      • Art Programs
    • Line Art
      • Preparations
      • Line Quality
      • Line Coloring
        • Direct Colored Brush
        • Blend Layers
        • Color Correction
          • Color Balance
          • Tone Curve
          • Gradient Maps
  • Community
    • Omori Mod Licensing Guide
  • Links
    • Mod Resources/Plugins
    • Omori Modding Hub (Server)
    • Omori Mod Site (Unofficial)
    • Original Masterdoc
    • Omori Data Archive
Powered by GitBook
On this page
  1. getting started

Decryption and Playtest Generation

A guide on how to decrypt game assets

PreviousInstalling ModsNextResetting Installation

Last updated 2 years ago

Omori's assets are decrypted by default, making them impossible to modify. The mod community has created tools to decrypt those assets and allow for modification.

The first step to decrypting the game is to make sure you have installed on your copy of the game.

Open the game and go to the options menu. You should see a new tab labeled "Mods". An image showing the tab is seen below.

modsettings

Here we are focusing on the "Decrypt" label. Here is an explanation of what everything here does:

Decryption Mode- Decides what the game will decrypt. "Everything" decrypts the base game with mods, "Base Game" only decrypts the vanilla assets, and "Only Mods" decrypts only the currently enabled mods.

Generate as Rpgmaker project?- Decides whether or not an Rpgmaker project file will be generated. Unless you're only doing basic asset editing, you will want to select "Yes" on this.

Start decryption- Clicking the button will start game decryption with the settings. It may take a while, so be patient! Progress is shown on a blue bar at the top of the screen. The decrypted assets will be in the OMORI game folder, under a new folder named "www_playtest_xxxxxx" or "www_decrypt_xxxxxx", depending on whether or not you chose to generate an RPG Maker project file.

Opening the Game in RPG Maker

Opening the game in RPG Maker MV is as simple as opening the project file found in the "www_playtest_xxxxxx" folder through the application. The project can be playtested normally, by clicking the green play button at the top.

🚩
Oneloader