Meta Maze Aerosys Blog
Meta Maze Aerosys Blog This add on sets up a virtual maze for you and helps you build a more giant dungeon that has exits in all directions. such mazes will be a massive game changer in your game but be aware they can raise your dungeon’s complexity a lot. Have you ever thought about making a rogue like game in rpg maker mz? or you just want to add some random generated content into your game?.
Meta Maze Aerosys Blog This update comes with a new game changer, the meta maze! this feature lets you choose from various layouts, for example, a tower with 10 floors, a forest having entrances from the north and east, etc. it helps you by placing exits to the directions north, south, west, and east accordingly. Given a width and a height, the grid builds connections to every adjacent cell. the plugin builds a perfect maze as layout, having only one solution to solve it. be aware, this option will raise the dungeon’s complexity a lot!. The meta maze is a powerful tool for making a dungeon more interesting to explore. maybe you have already set up your first dungeon and defined some objects, such as enemies or save points. Static map in the meta maze the static map is a simple but sometimes handy feature. because it’s simplified, it lacks certain functionalities, such as exits to the next room and automatic spawn locations for the player, which makes it challenging to combine this approach with the meta maze.
Meta Maze Aerosys Blog The meta maze is a powerful tool for making a dungeon more interesting to explore. maybe you have already set up your first dungeon and defined some objects, such as enemies or save points. Static map in the meta maze the static map is a simple but sometimes handy feature. because it’s simplified, it lacks certain functionalities, such as exits to the next room and automatic spawn locations for the player, which makes it challenging to combine this approach with the meta maze. In this article, we do a small game changer, a maze within a maze (maze ception), with the possibility to travel back to the main map. we will do secret underground ruins to explore beneath the forest. Create meta maze – layouts update dungeongenerator calls go to next map when the player touches the exit event, call this: $metamaze.goto(direction) direction: choose from „top“, „left“, „right“, or „bottom“ check if still in meta maze $metamaze.isinsidemetamaze() leave meta maze $metamaze.reset() additional functions. In this article, we do a small game changer, a maze within a maze (maze ception), with the possibility to travel back to the main map. we will do secret underground ruins to explore beneath the forest. When using the meta maze, you can now create additional (secret) randomized maps to explore. check it out here: random map within the meta maze – aerosys' blog. fixes & compatibility. it's now compatible with visustella eventsmovecore. hello game devs, it's a small update with some features, bug fixes, and compatibility patches!.
Meta Maze Layouts Aerosys Blog In this article, we do a small game changer, a maze within a maze (maze ception), with the possibility to travel back to the main map. we will do secret underground ruins to explore beneath the forest. Create meta maze – layouts update dungeongenerator calls go to next map when the player touches the exit event, call this: $metamaze.goto(direction) direction: choose from „top“, „left“, „right“, or „bottom“ check if still in meta maze $metamaze.isinsidemetamaze() leave meta maze $metamaze.reset() additional functions. In this article, we do a small game changer, a maze within a maze (maze ception), with the possibility to travel back to the main map. we will do secret underground ruins to explore beneath the forest. When using the meta maze, you can now create additional (secret) randomized maps to explore. check it out here: random map within the meta maze – aerosys' blog. fixes & compatibility. it's now compatible with visustella eventsmovecore. hello game devs, it's a small update with some features, bug fixes, and compatibility patches!.
Comments are closed.