Load Generation

From PMDOWiki
Revision as of 20:10, 10 August 2025 by Imbion (talk | contribs) (Created page with "'''Load Generation''', known internally as <code>LoadGen</code>, is a type of FloorGen. It loads a pre-existing map into a floor. == Usage == Pre-made maps are directly loaded to be used as a dungeon map. Using the step MappedRoomStep, the map can be loaded as a floor. These maps are often used for fixed dungeon floors, such as reward rooms at the end of a dungeon, or secret rooms. Category:FloorGenCategory:LoadGen")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Load Generation, known internally as LoadGen, is a type of FloorGen. It loads a pre-existing map into a floor.

Usage

Pre-made maps are directly loaded to be used as a dungeon map. Using the step MappedRoomStep, the map can be loaded as a floor.

These maps are often used for fixed dungeon floors, such as reward rooms at the end of a dungeon, or secret rooms.