💡
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. RPG Maker MV
  2. Common Notetags and Filename

Map Event Notetags

Common Note tags in event such as offset and hitbox resizing

PreviousCommon Notetags and FilenameNextRPG Maker Sprite Sheet Formats

Last updated 1 year ago

Here are some common plugin note tags used in events used in Omori.

Command
Notes
Plugin

Expand the hitbox upward, left, right, or down by x tiles. If used, makes the event immobile. Commonly used in teleports and walls

Offset sprite by n amount of pixels, in x or y direction.

Copies event, recommended to read more detail in wiki.

Commonly used in enemies.

Give activation range, activating certain events from a distance.

Square: x tiles from center in a square shape.

Radius: x tiles from center in a diamond shape. Row: Horizontal bar to whole map, with x thickness.

Column: Vertical bar to whole map, with x thickness.

🏰
🗒️
<Hitbox Up: x>
<Hitbox Left: x>
<Hitbox Right: x>
<Hitbox Down: x>
<Sprite Offset X: +n>
<Sprite Offset X: -n>
<Sprite Offset Y: +n>
<Sprite Offset Y: -n>
<Sprite Offset: +x, +y>
<Sprite Offset: -x, -y>
<Copy Event: Map x, Event y>
<Copy Event: mapId, eventId>
<Copy Event: template>
<Activation Square: x>
<Activation Radius: x>
<Activation Row: x>
<Activation Column: x>
Event Hitbox Resize (YEP)
Event Sprite Offset (YEP)
Event Copier (YEP)
Event Proximity Activate (YEP)