Oh, man. I wish I had something of note to say here, but I don't, really. I'm still working on the same 10-12 projects all at once and therefore none of them will ever be done.
Having dropped out of school this semester to raise Moving Out money is helping give me time to work, though.The resource tree in Chaos Weapon cannot be tamed.Being in the content generation phase of any project is a strange feeling. Doubly so when the game isn't even ready for content generation, but you're foolishly soldiering on creating maps and event scripting anyway.Today, I've added the 50th location map and data for the 20th generic enemy. Right now, about half of the scenes for the first game day have been implemented, and them alongside the first dungeon comprise about 45 minutes of gameplay time.But.I still have not implemented summoning familiars, or those fancy-shmancy Holy Shit Moves that warrant animesque hand-drawn cut-ins flashing on the screen.So much to do.One can draw parallels perhaps, between how I'm tackling the development of this game (and others), and how I'm taking care of my life.(*Looks around bedroom.)Perhaps I should spare some attention elsewhere for once.In other news, Oklahoma recently had a small round of tornadoes and that asshole [furry] didn't do anything to warn me about it. How dare they.Casualties include some of the glass on my car and its previously neat, undented body. Insurance wants me to cover $500 on it, which is coming out of my GTFO of the Nest fund.We'll see if I'm still good on my promise to leave mom and dad's house by this July.Right, have some more screencaps of the actual battle stuff.
Motherfucker that is an achievement to have such a huge game.
I remember criticising Charlie's sprites and he got mad as fuck. But they're awesome. My only thought is why are you hiding the characters, make them spread out so you can see them all. Visual interest and shitYou had me at "this is a school bus".
1)
2) Summoning system3) A more streamlined UI for the party menu (Because what's not to love about unorganized spell learning lists or a strict "add" and "remove" submenu to swap out PCs, among other things)4) In-battle party switching (flavor: not breaking everything)5) A more refined inventory handling code that doesn't crash when I try to shop (More difficult than it sounds because I programmed in items shittier than man can imagine)6) The 97% of the event scripts that don't exist yet7) Reaching back out and retrieving the rest of the game's VASince 1-5 are mechanical, and– honestly, probably among the very last things that need to be done (assuming i haven't forgotten anything), you're looking close to the list of things that are needed before the game is… done done.What is this strange feelingLimit breaksHoly Shit MovesOut of curiosity, how long does it take the game to load with internal resources vs externals in a project like this?
About 4 seconds.
http://puu.sh/hS5DN/a9791057a4.gifWorth noting is that the music and voice files are externally loaded, while all the images and SE are not.At the moment, the editable is a hair under 9MB, and the compiled EXE is 13.2.There are currently 28 megabytes of VA (I project it will comprise about 250MB by completion) and the whole soundtrack that will be packaged within is 115, but the game doesn't load all of them at once.Save files are loaded instantly. I could make them save instantly as well but I went through the trouble of installing a saving progress bar because I underestimated how quickly the process would go. In retrospect, 45KB is not all that large a file to be saving.@TC: Thanks for that information. I'm building a game downloader / self-updater so I'm interested in how games would typically be packaged.