Rollerblade96

Results 5 comments of Rollerblade96

I have a working branch with a MC_PRE_LEVEL_LAYOUT_GENERATED callback which returns the number of rooms that will be generated on the floor using the vanilla generator. It should also be...

Also might be okay to pass just the source index here as theres no real need to recompute the grid index?

Hmm. Thanks for your reply. Yes, it would be tricky to handle how the rooms connect for sure given the unique room shapes. If I had to make an educated...

I have a new branch im working on from my end with a few small changes that could aid in handling the level generation. Namely, I've added in MC_PRE_LEVEL_LAYOUT_GENERATED which...

Also I started working on the level generator class as well. Looks like `ComputeSafeConnection` will need some serious rehauling for it to work with the adjusted link direction.