Add 'The Procedural Generator'
parent
2589612966
commit
5cd52d8cfc
19
The-Procedural-Generator.md
Normal file
19
The-Procedural-Generator.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# The Level Generator
|
||||||
|
Just use https://github.com/BenPyton/ProceduralDungeon. It's better.
|
||||||
|
|
||||||
|
## Legacy Generator rundown:
|
||||||
|
|
||||||
|
1. Spawn Phase
|
||||||
|
1. Create a preset room with walls and 4 doorways. Needs to be square.
|
||||||
|
1. Populate with corner variations
|
||||||
|
1. Define 4 “Exit” markers at each Door, those have the doors parented.
|
||||||
|
1. Define Spawn Markers for spawns, bookshelves, hazards, and obstacles
|
||||||
|
1. Create different materials for each sublevel
|
||||||
|
1. Generator Rundown
|
||||||
|
1. Generate the base Room
|
||||||
|
1. Generate interior
|
||||||
|
1. Generate the Corners
|
||||||
|
1. Generate Item Displays, depositing areas OR hiding places
|
||||||
|
1. Generate the Bookshelves
|
||||||
|
1. Check the room list if adjacent rooms are existing
|
||||||
|
1. Generate Doors according to how many Doors are calculated in the room
|
Reference in New Issue
Block a user