Screw the cataclysm that people think is going to end the world and mankind. The only thing that'll end the world on my watch is THE TERMINYS.
YEAHSo you can probably tell what this blog is going to be about. But first things first, a little life story. The anxiety I was talking about before? Yeah, I had to extend the deadline on my novel for health reasons (not that I'm in bad health, but when you get palpitations every few minutes, you get even more stressed. It's your heart we're talking about). So I've been placing my focus elsewhere.Also, with a pretty big storm the other day, my room (in the basement) is flooding.A LOTI literally spend hours with a POS mop, throwing down towels and redrying them.Only to find that it REFUSES TO STOP LEAKING.I've wanted to post some Terminys updates for a while now, as I've made significant progress with the party system. The only thing slowing me down (as usual) would be the many character sprites I have left, which totals to more than 64 (attacking, casting, walking, running, etc, and four directional sprites of each). Of course half of them are done already, but two characters don't have much on them.But (there's always a BIG BUTT), most of the changes I've made are things you can't see in screenshots, but have to experience yourself, or watch in a video. If I wasn't writing this at work, I'd be making one right now, but that'll be for a later blog.Here are the features I have so far:Spell Quick-SelectQuite time-consuming, surprisingly, mostly because I had to do it for all of the characters and check what spells they had and hadn't learned (through a simple but tedious method of course). But now all spells can be selected with the number keys and cast with the cast key. I didn't use keybinds because it was actually pretty difficult, and there are only ten spells per character anyway. Let me know if this gets to be an issue.CommandsAs of now, the commands hardly work, but the interface that you all helped so much with last blog looks good. By holding shift (PY's suggestion), a bar extends on the right (you can't use black and blend modes), which has a list of possible commands. The bottom two are dependent on your current party, and that took me some time to do.Forgive the fonts in these screenshots. Working from a different computer gives consistency issues, though this won't be a problem with releases if GM stores the fonts with the EXE.


Well, by time-consuming and tedious, I just meant that whatever I did, I had to copy and change it nine more times. And I couldn't use the handy find-replace tool because there is other stuff (the commands) in the event.
I'm pretty sure you did the last demo, Spectre. You and Cesque were the ones who gave the most input, and probably the only ones who actually sat down and played it.
I'm not really sure why you want to see my code, but here it is anyway, just for the spell selection.I try to keep my demos far apart so people aren't playing the same game over and over again.
And believe me, I tried to take shortcuts via loops when I wrote those, but all characters have different variables, so it wasn't really possible. I realize I could have made the variables arrays, but that would take a LOT of editing, which would be far more time-consuming than just a little copy-pasting.I like efficiency, but if it doesn't hinder gameplay, I don't want to put in too much work just to make it efficient. I appreciate the suggestions though (it's a hell of a lot easier to read), and I'll be a little more attentive to that in the future.But for now, I basically changed the whole game by allowing party member switching. The battle system was previously a lot to look at even with just one character and two AI members, so that's why it's taken me a week to make these little changes.Normally I do go for efficiency, but as I said, I had other plans for Terminys before. This change was pretty big, and in order to avoid having to go back and redo everything, I decided to take what I had.
I have to give it to you, that was kind of a cool analogy. Even now I go back to some of my old projects and say, "Dear God, did I really code like this?" But the projects are too far along and I've got too many to consider restarting. Even if I devoted all my time to Terminys, it'd still take months to finish entirely. I don't want to know how far I'd be if I decided to restart.
I've restarted two projects already, and though they're loads better, they don't even match with percentage of completion.Just like what I say about graphics. If you spend too much time prettying things up, the mechanics don't get attention, and the game doesn't get finished. That's why I do most of my sprites last and only polish when I plan to present (even though these screenshots are far from polished).Well, each character has a portrait, so I'll need those too, but surprisingly enough, those take me less time than animating several sprites. I also thought about doing 8-directional sprites but that is a TON of work that will only act as a hurdle for me right now.