💡
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

Omori Files Guide

Guide for what files in each folder are for

Image Folder

Each folder contains a series of image files, usually in a png format, that each serve the purpose indicated by the folder's name.

Under img you should find the following folders:

Folder name
Folder contents

animations

Frames that compose the animations appearing in combat

atlases

Miscellaneous images, themselves made out of images from other folders, mainly for ease of access and loading, editing those should not be required for anything

battlebacks1

Backgrounds that appear in battle

characters

Miscellaneous sprites that appear in the overworld

enemies

Images of the enemies that appear in FOE FACTS

faces

Faces of the various main characters, both in combat and out of combat

overlays

Images that appear overlaid on top of the game during certain story segments

parallaxes

Backgrounds that appear on certain maps, most notably in BLACKSPACE

pictures

Miscellaneous images used for all sorts of purposes

slotmachine

Images that appear in the slot machine minigame in the LAST RESORT

sv_actors

Images of the enemies that appear in combat, including emotion variations and animations

system

Images that form the game's user interface

tilesets

Tilesets that are used in maps throughout the game

Previousmod.json FileNextCommon File Types

Last updated 1 year ago

🚩