The attack interface is now working for GearHead Caramel. It doesn’t have a lot of bells and whistles yet- it’d be nice to have hotkeys, and if the interface would remember your preferred attack modes- but it seems to be fully functional. Also, notice that the different attacks use different shot animations. With attacks and …
Category: News
Dec 04
GearHead2 at itch.io
I just wanted to let you know that GearHead2 has been uploaded to itch.io, as has GearHead 1. I’m hoping to get a few tips so that I can pick up AssetForge, which looks like it would make a lot of the stuff I’m currently doing much easier. I promise that any donations to GearHead …
Dec 03
Emergency Bugfix: GearHead2 v0.701
Turns out there were some problems with GearHead2 version 0.700, uploaded yesterday. It crashes on Windows, contains a spelling error, and I even forgot to update the version number on the title screen again. A new release that fixes all of these problems has been uploaded to GitHub. Sorry for the inconvenience.
Sep 23
GearHead Caramel Effect System
This week, I got the modular effect system working in GearHead: Caramel. This is pretty much the same effect system as used by Dungeon Monkey Eternal, but generalized and expanded to handle the GearHead rule system. The two effects needed for a basic attack (AttackRoll and DoDamage) work, and there is a new option to …
Sep 06
GearHead Caramel Damage Update
Work continues on the GearHead Caramel damage handler. Today I added damage animations; the more damage done, the bigger the explosion. There’s a special extra big explosion for the shot that destroys a target (pictured in the animation). I think everything is more or less ready to get the effect system working.
Aug 16
Troubles with Iconic Life
The Troubles with Iconic Life was an adventure game I started working on during university. The player character is an icon living inside a computer world- sort of like a low-fi Tron. Your mission was to solve some sort of crisis by traveling through this world and playing a bunch of buggy minigames. In each …
Jul 31
Shooting Anim Working
Jul 26
GearHead: Caramel Combat System
Today I tried to figure out how attacks and other such effects are going to be modeled in GearHead: Caramel. If you’ve ever checked the GH1/GH2 source code, you’ll know that the old GearHead attack routine is a confusing mess of spaghetti that handles everything from beamswords to smoke bombs all in the same place. …