Hamumu Games, Inc. Hamumu Games, Inc.
 - Home - Games - Blog - Halloween - About - 
  The Future Adventures of Bouapha 10:39 AM -- Fri August 20, 2021  


Thanks to Ben Rose (aka HSB) for creating a tiny bit of art for me. It was just an idea I had and wanted to see. My elevator pitch was "Dark Souls Bouapha". I did not suggest the Yerfdog shoulder tattoo, but now that I see it, I feel like I may finally have to get my first real tattoo. Maybe. Not the no-pumpkins one though, because I have no problem with pumpkins.

I had it printed out on canvas, and it looks amazing on canvas. I have not managed to get it framed yet, but I'll share that when I do.

While this picture does not represent any actual development plans, it can be assumed that if Bouapha returns in a 3D adventure, his hammer will be at least this big.
5 commentsBack to top!
  Old Hamumu Flash Games! 03:02 PM -- Fri August 13, 2021  

Hey folks! Someone was asking me about playing the old games, and I looked in my files, and there is indeed a way to play my old flash games (not all of them, for various reasons, but a lot)!

You will need this tool: Adobe Flash Player Projector

Download that (don't even need to install it!), and then download the flash games from here: Hamumu.com/sourcecode. Drag them onto the projector EXE, and blammo, you're playing! I included Mia's Happy Day here, but it's fairly broken without internet stuff. You can still play the original levels at least. Others might have some minor issues as well.

I got sucked into these all morning, and not to toot my own horn, but those Boy's Life games are awesome. Super addictive. Pardon me while I continue my Scouts vs. Aliens build.
5 commentsBack to top!
  Meet My Pain 10:31 AM -- Fri August 6, 2021  

Well friends, I thought I should update more often, and here I am. But this week's update is the update of pain. I started straight in this week on making the Cryolaser Tower functional, and it is straight up pretty awesome (will show in the future). A slicey icy beam of destruction, which currently doesn't freeze anybody but does seem to rake in the damage, probably faster than it should since freezing is its purpose.

Well friends, there was a little hiccup. On a level with a large number of enemies, suddenly the second the beam starts firing, the framerate drops. HARD. In fact, in the debug build, it reached the point where the game actually quit out, reporting an infinite loop. There was no infinite loop, it's just that it had gotten slowed down so badly that it assumed there must be one (as far as I can tell, anyway). Like 1 FPS. So obviously before I could do anything else, I had to root out this issue.

Well friends, the issue is still there, and I found more issues. The first thing I tried was to see if this is a debug-only problem, which is quite likely - dealing with lists of enemies (actually, the issue is the cubes the enemies are made of - each one is its own entity, and there are a lot of them) is inevitably going to be massively slower in a debug build than a final build where it may be effectively instant, if the optimization is good. So let's see how the final build runs. It'll be good to see how to even make a final build, which I haven't done yet.

Well friends, we do not have a working final build. After a few hours of getting through a bunch of errors that only showed up in the release build (UE4 bugs/limitations, really - you have to manually recompile every blueprint that uses a structure if you change anything about that structure. They work fine in debug, but somehow it requires that manual recompile to get the release version working), I got it running, only to find that the aliens are invisible in the release build. Not only invisible, but the towers won't fire at them (understandable, you can't shoot what you can't see!), although they do wind up their firing animations. That's where I currently sit because I do not know how to resolve this. Something quite strange is going on with these items that are only visible/functional in a debug build. I'm sure it's solvable, but I don't really know where to begin since the code clearly works fine, as long as it's a debug build. It's gonna be a long long string of rebuilds with slight changes until I can pinpoint the issue, and building for release takes a long time each time. This is my least favorite kind of bug, and it's a real issue when working with somebody else's engine where you can't know what's going on inside.

Well friends, I've had a few days off doing other important life projects, and I'm glad for the break! So yeah, that's the update. Sometimes you hit these brick walls, but I will bash my head against it until something breaks, and I'm hoping it's the wall.


Well friends

6 commentsBack to top!
Copyright 2021-2023, Hamumu Games Inc.