Category: Development

Reworked Conversation System

Last week, I reworked the way conversations work in GearHead Caramel. Originally, the conversation generator gathered conversation bits from every plot in which the NPC may be involved and arranged them into a conversation tree. Unfortunately, this means that certain dialogue paths might get hidden in the maze. For instance, if you wanted to ask …

Continue reading

Competing Goods: Cavalier Virtues

GearHead Caramel will not feature the Heroic/Villainous morality scale used in previous GearHead games. Typically, games that feature a good/evil scale use it to divide up the content: play a hero and you get one story, play a villain and you get a slightly different story. The moral choices you get to make tend to …

Continue reading

GearHead Caramel One Week Update

Thanks to everyone who has provided feedback on GearHead Caramel so far. If you haven’t tried it yet, you can download the release or the latest commit from GitHub. I’ve heard one report of fullscreen mode not working properly on a laptop computer. I haven’t managed to replicate that problem, but I did find that …

Continue reading

New Style Portraits: Step by Step

As you can see from the above picture, GearHead Caramel uses much bigger portraits than previous GearHead games, and the color switcher can handle subtler shading. Plus, there are now five recoloring channels to work with instead of just three. Here’s a quick tutorial on how I’ve been making portraits for the new system. I …

Continue reading

GearHead Caramel Exploration and Combat Working

Both exploration and combat are now working in GearHead Caramel… if you can forgive the fact that the enemy pilots fight like they’re drunk. Right now they just pick a random weapon, try to attack a random target, and if that doesn’t work out they walk randomly. I am hoping to release a playable demo …

Continue reading

All The Missiles

It’s a bit hard to see the shot animations on the video (especially since I only fired one missile), so here’s a gif of a BuruBuru launching (and hitting with!) all 20 of its missiles at once. In GearHead Caramel the missiles anim shows how many missiles were fired, letting you know at once just …

Continue reading

Another Caramel Update: Attack UI working

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 …

Continue reading

GearHead Caramel Tactics Movement

Today I got the tactics movement system running for GearHead Caramel. I think it works pretty well. Next steps: get vision working properly, and after that attacks. With any luck there’ll be a playable demo before December 25th.

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 …

Continue reading

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.