Events - SekiroResurrection/modding-wiki GitHub Wiki

Setup

In order to view and edit events, these requirements must be met.

  1. Unpack the Sekiro .exe with UXM.
  2. Have DarkScript 3 installed.

Download UXM and DarkScript 3 in the Tools page.

Getting started

Events are found in the event folder.

These files are already able to opened by DarkScript 3, so here's a table detailing what each event file is being used for.

Event file Usage
common.emevd.dcx Events that run all the time, regardless of area
common_func.emevd.dcx Event library that can be run in all .emevd files, with the exception of common.emevd
m10_00_00_00.emevd.dcx 🗺 Map: Hirata Estate
m10_00_50_60.emevd.dcx Reflection of Strength: Father Owl
m10_00_50_61.emevd.dcx Reflection of Strength: Inner Father
m10_00_50_90.emevd.dcx Reflection of Strength: Lady Butterfly
m11_00_00_00.emevd.dcx 🗺 Map: Ashina Outskirts
m11_00_50_80.emevd.dcx Reflection of Strength: Gyoubu Oniwa
m11_00_70_10.emevd.dcx Reflection of Strength: Demon of Hatred
m11_01_00_00.emevd.dcx 🗺 Map: Ashina Castle
m11_01_50_60.emevd.dcx Reflection of Strength: Great Shinobi
m11_01_54_10.emevd.dcx Reflection of Strength: Ashina Isshin
m11_01_71_00.emevd.dcx Reflection of Strength: Genichiro
m11_01_71_01.emevd.dcx Reflection of Strength: Inner Genichiro
m11_01_74_00.emevd.dcx Reflection of Strength: Emma
m11_02_00_00.emevd.dcx 🗺 Map: Ashina Reservoir
m11_02_54_00.emevd.dcx Reflection of Strength: Isshin, the Sword Saint
m11_02_54_01.emevd.dcx Reflection of Strength: Inner Isshin
m11_02_71_10.emevd.dcx Reflection of Strength: Genichiro, Way of Tomoe
m13_00_00_00.emevd.dcx 🗺 Map: Abandoned Dungeon
m15_00_00_00.emevd.dcx 🗺 Map: Ashina Depths
m15_00_50_00.emevd.dcx Reflection of Strength: Corrupted Monk (Illusion)
m17_00_00_00.emevd.dcx 🗺 Map: Sunken Valley
m17_00_51_00.emevd.dcx Reflection of Strength: Guardian Ape
m17_00_51_01.emevd.dcx Reflection of Strength: Headless Ape
m20_00_00_00.emevd.dcx 🗺 Map: Senpou Temple
m20_00_12_60.emevd.dcx Reflection of Strength: Folding Screen Monkeys
m25_00_00_00.emevd.dcx 🗺 Map: Fountainhead Palace
m25_00_50_00.emevd.dcx Reflection of Strength: Corrupted Monk (True)
m25_00_52_00.emevd.dcx Reflection of Strength: Divine Dragon

Understanding events

Because events are inherently advanced scripts that handle multiple, varied types of actions, all tutorials will be located in the Advanced Guides page, which is still being constructed.