Quote:
Originally Posted by Vinen I defined my maps as XML files. Once I get it cleaned up a little I will turn it into a Game Component and share it... it's still pretty buggy.
My battle system is currently a clusterfuck of bad code. I would never share it out of embarrassment lol. Going to refactor it heavily... but I don't think it will ever be what I want it to be. What issues are you haveing with the battle system? The largest issue I personally hit was dealing with the placement of menus, etc... got so sick of calculating shit out. |
after fucking around with the battle engine pretty much for the last few hours, I have everything placed where I want them to be. Instead of doing a dragon warrior 1 style battle engine, its more of a final fantasy 1 (i know, big upgrade right? lol)
I have all the rectangles where I want them, and it draws the sprites great... and I have done a ton of the logic in psudo code, i just need to actually write the code for it now.
Its actually a great learning experience doing this, besides being really interesting and fun...

When the entire battle engine is done and built, I'll post it on the google site, would love some feedback on it (how you guys would do things differently, etc)