- Joined
- Oct 31, 2015
- Messages
- 7
- Reaction score
- 1
- First Language
- English
---Intro---
To keep things simple, I want to have a plugin that will randomly generate a dungeon in lieu of mystery dungeon games, rogue, and the like.
previous script example: http://www.rpgmakervxace.net/blog/121/entry-789-super-dungeon-demo-thing/#commentsStart
other programming example: http://donjon.bin.sh/code/dungeon/dungeon.pl
---Desired features---
1) being able to customise the over-all "shape" or "feel" of the dungeon
1) change the room density
2) change the coridor density
3) able to decorate the dungeon
4) map specific tile set
2) being able to set the wall height
3) enemy AI
4) forced dungeon regeneration
---Boiled down---
Basically, I love the way entities and such are handled in the script by KilloZapit, however, I prefer the actual algorithm to generating the dungeon in donjon
---Fin---
I wouldn't mind one bit to start to learn JS so I can work on this myself, so any help on how to reverse engineer code and convert it to another format, and I'd be equally happy to just pop on one day and have a link to a finished plugin
To keep things simple, I want to have a plugin that will randomly generate a dungeon in lieu of mystery dungeon games, rogue, and the like.
previous script example: http://www.rpgmakervxace.net/blog/121/entry-789-super-dungeon-demo-thing/#commentsStart
other programming example: http://donjon.bin.sh/code/dungeon/dungeon.pl
---Desired features---
1) being able to customise the over-all "shape" or "feel" of the dungeon
1) change the room density
2) change the coridor density
3) able to decorate the dungeon
4) map specific tile set
2) being able to set the wall height
3) enemy AI
4) forced dungeon regeneration
---Boiled down---
Basically, I love the way entities and such are handled in the script by KilloZapit, however, I prefer the actual algorithm to generating the dungeon in donjon
---Fin---
I wouldn't mind one bit to start to learn JS so I can work on this myself, so any help on how to reverse engineer code and convert it to another format, and I'd be equally happy to just pop on one day and have a link to a finished plugin

