This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:intro-to-elden-ring-emevd [2025/02/27 00:33] – admin | tutorial:intro-to-elden-ring-emevd [2026/05/25 15:58] (current) – added note about event flags jenovavirus | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| * Use ESDLang ([[https:// | * Use ESDLang ([[https:// | ||
| * Use Elden Ring Debug Tool ([[https:// | * Use Elden Ring Debug Tool ([[https:// | ||
| + | |||
| + | ===== Event Flags ===== | ||
| + | Event flags are IDs that determine the state of an action or an entity. That could be a boss already being defeated, a map/world state, a character being alive, an ItemLot already given to the player etc. \\ | ||
| + | [[https:// | ||
| + | |||
| ===== Tips for browsing maps and scripts ===== | ===== Tips for browsing maps and scripts ===== | ||
| Line 1324: | Line 1329: | ||
| ==== Map ids ==== | ==== Map ids ==== | ||
| * Where it's located: Maps are how most of the game world is split up, so finding a map id is critical to being able to search for something in a particular MSB (in '' | * Where it's located: Maps are how most of the game world is split up, so finding a map id is critical to being able to search for something in a particular MSB (in '' | ||
| - | * How to browse it: Use [[er-refmat: | + | * How to browse it: Use [[er-refmat: |
| * How to use it: Open the files in a map/event editor! | * How to use it: Open the files in a map/event editor! | ||
| * Example: You want to view/edit something in Roundtable Hold. Find that it's m11_10_00_00 in the map list, and open those files in DarkScript3/ | * Example: You want to view/edit something in Roundtable Hold. Find that it's m11_10_00_00 in the map list, and open those files in DarkScript3/ | ||
| Line 1332: | Line 1337: | ||
| * How to browse it: Use [[https:// | * How to browse it: Use [[https:// | ||
| * How to use it: In addition to or instead of the above reference, you can also use the [[https:// | * How to use it: In addition to or instead of the above reference, you can also use the [[https:// | ||
| - | * Example: You want to find Radahn. Use above references to see that he's c4730, and that his full name is m60_52_38_00-c4730_9002, | + | * Example: You want to find Radahn. Use above references to see that he's c4730, and that his full name is m60_52_38_00-c4730_9002, |
| ==== Entity ids ==== | ==== Entity ids ==== | ||