I’ve made some good progress especially today. The item system is working wonderfully, I’ve added a new room and fixed many small bugs. The bugs are not easy to spot in the demo since everything is very limited, but they would cause major problems in future releases if I left them alone. One of the bugs was in the Magite equipping system. Every time you load the game you’d start off with all three Magites in your inventory no matter what.
I had a graphical error with the chests that I fixed. Before you couldn’t tell if a chest was empty or not just by looking at it. Now an empty chest will be opened. There are a total of three chests right now, but 4 treasures.
Due to a suggestion I’ve replaced all of the music with a selection from RPG Maker XP. I’ve also created 4 NPCs (non-playable characters) in the new room. Two of them walk around. I decided to allow your character to walk through them. It’s a lot simpler than creating some complicated code to freeze the NPC and have them continue walking when you move away. The moving NPCs go a bit transparent when you walk through them for better effects.
Dual Techniques now have a cost. Using Dual Techs will consume stamina. If you run out of stamina you can’t use Dual Techs. There are two main ways to recover stamina. One is to sleep and the other is to simply wait. Waiting takes much longer, however. You recover one stamina point after approximately 30 seconds which means it will take a total of 13.5 minutes to completely restore this way. Time in battles don’t count either. When using Dual Techs you’ve got to think about which one to use and use it at the right time.
I’ve added an interesting little feature that I’ve been thinking of for a while. Right now its purpose is to help me test the game faster, but it will be helpful for players as well. Pressing “Z” speeds up the game by 4 times the original speed. It doesn’t just speed up the character movements, it runs more code each second. This, of course, depends on what your computer can handle. Since it increases the game speed by so much it will cost more resources from your CPU. Simply letting go of “Z” will return the game to its original speed. So far I haven’t noticed any problems with speeding up the game. You’ll have to earn the ability to use “Z” in the game though.
Well, that’s it for now. Like always, if you’ve got a suggestion let me know.