@j7512 I made my own. Roughly it's a recursive process that works on a binary matrix. Starting from an empty tile (a zero) it extends the empty space in rooms or hallways. Walls are represented by ones. A second phase follows where the binary matrix is converted into an RPG Maker map by selecting the proper tiles from a tileset. I believe I have another video that shows the second part, but with an hand drawn map.
E bravo il nostro Charlie
Rayquaza895 10 months ago
@j7512 I made my own. Roughly it's a recursive process that works on a binary matrix. Starting from an empty tile (a zero) it extends the empty space in rooms or hallways. Walls are represented by ones. A second phase follows where the binary matrix is converted into an RPG Maker map by selecting the proper tiles from a tileset. I believe I have another video that shows the second part, but with an hand drawn map.
CharlieFleed 1 year ago
@CharlieFleed What algorithm did you use or did you make your own?
j7512 1 year ago
@j7512 I wrote the script. It's not for public use, sorry.
CharlieFleed 1 year ago
What script did you use? Could you link it for us please?
j7512 1 year ago