#Need advice on a random level generator system.

6 messages · Page 1 of 1 (latest)

sinful island
#

Im working on a game that will require a level generator similar to enter the gungeon. I want to create multiple premade sections and generate a level by randomly placing them. Is it possible to create these sections in different rooms then retrieve and copy the room layouts for the actual level? Gamemaker forums are down so I was having a hard time finding info about this. Thanks!

surreal hare
#

I am in fact using it for this specifically in multiple projects.

sinful island
#

oh yeah this seems like exactly what i need, thanks! gonna have to do a lot of testing with this because this documentation is confusing so far lol

surreal hare
#

It should click right in.

sinful island
#

ive put it into a test project just to play around with it but i keep getting an error when trying to run the example code. it seems like it generated the script for the rooms correctly though