Hey guys!
Quick intro:
I'm a master thesis student (computer science) from TUDelft, The Netherlands. I'm currently doing my master thesis project on procedural dungeon generation. The project consists of a generic framework that allows the creation of a 'universal dungeon model', and showcasing how that model can be used in a commercial product. I'm considering singleplayer Minecraft as the commercial product to showcase it in
My wishes:
I would like your expert opinion on the feasability of my plans. I have seen some basic mods + tutorials but not so much core mods, and I hope an 'insider' can tell me whether what I want is possible (+ perhaps some directions). If you tell me this is not possible, I can start looking for another game asap.
My plans:
[*]The player can select some dungeon settings in a custom GUI menu.
[*]The player builds and enters a portal much similar to how you enter the Nether. It will obviously be different in required materials and visuals.
[*]A new world is being loaded, different from the overworld or the Nether.
[*]The universal dungeon model needs to be generated based on the settings and additional inputs from the generic system (from a database or file).
[*]An actual dungeon needs to be generated in Minecraft, based on the universal model and the settings. I will need to place 'rooms' and 'hallways' first (structures of blocks basically, preferably not predefined but generated on the fly), and then surround the dungeon with the solid block type you encounter at the lowest height of the map. Given equal seed and settings, the same dungeon should be generated (highly prefered).
[*]The player spawns at the start of the dungeon.
[*]The dungeon will contain tasks for the player [related to Minecraft]. I would like to guide the player through these in some way (a GUI log or something similar).
[*]The player will move through the dungeon completing tasks. At the end there is a portal again, which transports him back to the place he build the portal (or his 'home'). He can keep all the items he found.
While all items need to be possible in some way, the most important item for me is the actual dungeon generation in Minecraft [5]. Is it possible to place (on the fly generated) structures in an empty world?
My final question is whether someone knows about a mod where locks and keys are introduced. Otherwise, I will probably try to create one myself (it would be nice if I could block the player from touching certain content before he completed his tasks).
With kind regards,
Roland