Floor Generation Overview

From PMDOWiki
Revision as of 02:00, 12 March 2023 by IDK (talk | contribs) (Created page with "This page goes over the steps of dungeon generation. All steps are ordered by the priority in which they are executed. A lower number means a step will execute earlier. While these priority numbers do not need to be obeyed for modding, they are the numbers that base PMDO uses. == Floor Data == Priority -6 == Grid Creation == Priority -5 == Grid Path Generation == Priority -4 == Room List Creation == Priority -3 == Room List Generation == Priority -2 == Tile...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page goes over the steps of dungeon generation. All steps are ordered by the priority in which they are executed. A lower number means a step will execute earlier. While these priority numbers do not need to be obeyed for modding, they are the numbers that base PMDO uses.

Floor Data

Priority -6

Grid Creation

Priority -5

Grid Path Generation

Priority -4

Room List Creation

Priority -3

Room List Generation

Priority -2

Tiles Creation

Priority -1

Tiles Generation

Priority 0

Spawn Tables

Priority 1

Exits

Priority 2

Water

Priority 3

Textures

Priority 4

Spawns

Priority 5

Money

Priority 6

Debug Checks

Priority 7