You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that it's impossible make a complete randomized map because you only see glitched maps,
but based in each area can be made some iterations that let you has new experience in
stages and continue the playthrough.
I can help making some new layouts from maps
An example of I talk:
The text was updated successfully, but these errors were encountered:
I have considered some kind of tilemap randomness like this. However, I think any implementation of this would be incredibly time consuming. For example, let's consider your method. Nearly every screen in the game would need multiple redesigns, including the tilemap and placement of enemies/items. Since there are well over 100 screens in the entire game, to implement a good variety there would have to be hundreds of manually designed screens. The algorithm to piece them together would be relatively simple, but we would likely need a larger team dedicated to creating tilemaps to make this reasonable.
Also, your method of random tilemaps is only one possibility. It is also possible to change the scroll directions of rooms, allowing stages to have completely different layouts. Also, instead of manually designing each screen in the game, it should be possible to procedurally generate the content of each screen by defining groups of tiles to place and how they link together. However, these ideas would also likely require a large amount of effort.
I'm willing to assist you or anyone in implementing algorithms for this, but I am not going to commit to manually designing hundreds of additional maps for the game myself. I would rather develop a Mega Man 2 clone from scratch with randomization in mind using modern tools - even with the process of creating the entire game from scratch, it would likely take less effort than what we are proposing here.
I know that it's impossible make a complete randomized map because you only see glitched maps,
but based in each area can be made some iterations that let you has new experience in
stages and continue the playthrough.
I can help making some new layouts from maps
An example of I talk:
The text was updated successfully, but these errors were encountered: