TC01
Deity
Not sure about the screens- I like the current system of dungeons. The only thing I don't really like is that the game doesn't save your progress in one- you can't go directly from the surface to Level 9 after you fought down to Level 9 the first time. (But that would be fixed if the dynamic maps thing would work). Speaking of that...
I have gotten the Worldbuilder saving-and-loading of different scenarios to work. I made a WBS of the world map and then made the "go to World Map event" save the first map and load the world map over it.
There's only one real problem, which is that it's slower than it used to be. On my computer, it takes around 8 seconds to swap maps. (I timed it). I personally don't think that's too bad of a slowdown, but there is a noticeable pause between one map and the next.
The advantages of the system (which I think make up for the slow speed):
-You can have as many maps as you want
-It's pretty easy to swap between them, because I wrote a new function to do all map changes
-Data is saved when you leave a map and reloaded when you return to it
-It's easy to create or edit maps- you can just use the in-game Worldbuilder or another editing program that makes WBS files
I have gotten the Worldbuilder saving-and-loading of different scenarios to work. I made a WBS of the world map and then made the "go to World Map event" save the first map and load the world map over it.
There's only one real problem, which is that it's slower than it used to be. On my computer, it takes around 8 seconds to swap maps. (I timed it). I personally don't think that's too bad of a slowdown, but there is a noticeable pause between one map and the next.
The advantages of the system (which I think make up for the slow speed):
-You can have as many maps as you want
-It's pretty easy to swap between them, because I wrote a new function to do all map changes
-Data is saved when you leave a map and reloaded when you return to it
-It's easy to create or edit maps- you can just use the in-game Worldbuilder or another editing program that makes WBS files