Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.
Ok, Well I made a demo, but the Battle system isn't done yet. So please ignore the Second Link Sprite, and the number 15 as these are appearing bacause of an unfinished system.
Looks good so far, you've set up the invisible wall system and keyboard movement. Once you get the walking sprite animation in there it'll look great. BTW, when I quit the game, the process continues running, along with the loud music (hopefully there'll be an option to turn that off), and I have to kill it with Win2000 task manager. Progress is always good though! Keep us updated.
I need to make a game to complete this class. This is a project for a class. Anyway, yeah, the animations of Walking will be implemented soon. Next Build probably. I still can't seem to figure this battle system out...
EDIT: Also, how would i go about a Save/Load System? Kinda pointless if you need to start over all the time
Save/load system would save/load a set of stats/vars that you read from a file. You could make it plain text file format for ease of manual editing, or something more cryptic like a hex file
EG:
makes sense, I'll look into that. I should probably not make it a .txt file so that people can't cheat The average person wouldnt know that a .sav file is just a renamed .txt file would they....
This might come a bit late but a use rpg tool kit to make my rpgs you should try it just google rpg toolkit. there is a battle syste built in. Hope that this helps for future game that you might make.
dragon wrote:This might come a bit late but a use rpg tool kit to make my rpgs you should try it just google rpg toolkit. there is a battle syste built in. Hope that this helps for future game that you might make.
Did you read the front page at all? THIS GAME IS FOR A VISUAL BASIC CLASS