Travel back to a Britain full of mirth, myth and magic, in this top-down fantasy adventure RPG! A world is overcome by dark forces, the wheel of the seasons no longer turns, and it's down to you, a true adventurer, to uncover the secrets of the Ley Lines... Wield the wand of light! Throw ghostly <checks notes> gloves..? Attack enemies! Or simply explore, catch bugs, make potions and spend the rest of the day fishing! Maenhîr's beautiful, but deadly, open world lets you explore at your own pace!

Post article RSS Articles

On a Roll!

Feature

Monday 21.02.2022

I’ve wanted the player character to have facial expressions for a long, long time. Since I did the dungeon entrance cut-scene in Ytene. It’s always annoyed me that they’ve got a neutral expression as they’re being warped in, so today’s the day.

I could do a straight material swap in this cut-scene, but I’ve gone a little further.

The eyes and mouth were always setup as separate quads, with their own material, off the main mesh of the character. Unfortunately, the eyebrows were burned into main texture, so I needed to fix that, split out some new brow polygons, and make a new material.

I re-drew the original eye / mouth and eyebrows in Affintiy Designer, so I have them as vectors, and then had a pop at doing a surprised / shocked expression. Took me a while to work out the correct offsets and rotations, but I think I’m there.

I’ve setup a master material with sub UV co-ords driven from a material parameter collection that I can then update in code, to change the UV offset on the eye, mouth and eyebrow textures, depending on the “emotion”.

The code can take a timer, so an emotion can be set for a given number of seconds before reverting to neutral. And I’ve hooked this up to the dungeon entrance cut-scene to see how it looks!

I think the main use of this will be daft expressions for You Tube thumbnails.

Tuesday 22.02.2022

Today I experimented with the combat. I’ve been tempted to go back to the three-hit combo system that I original implemented, way back when. Death’s Door got me thinking about it again, so this morning I did a quick test. And, yeah. It’s definitely wrong for this game.

I’ve been playing Oracle of Seasons on the Pocket recently, and honestly, I do really like the “mash the button” combat of the old 2D Zelda’s. It’s easy. It’s accessible... and maenhir isn’t a game that’s meant to stretch anyone’s twitch reactions. In fact, the more I work on it, the more chill I want it to be.

What I have added, today, is a dodge-roll. Between this and the Z-Target system, the player has ample tools. They can strafe, roll, and mash the button and nothing’s going to present much of a problem once they have that down. I think that’s how it should be.

The basic roll implementation is in. It’s working with the follow camera (more fiddly than expected, because everything was modulated by the player’s input, and rolls don’t need any input). Z-Targets remain active. But it’s not hooked up to the stamina system.

I also need to add an instant breakout – for ceremonies, or when someone starts dialog – and fix how a rolling player interacts with triggers on things like Doorways.

But I don’t think any of that will take too long.

Thursday 24.02.2022

I spent most of the day finessing the combat roll. It’s a bit late in the day to be adding something like this, so it touched on quite a lot of things. But, with the exception of the camera, which could do with a few extra movement checks, I think every thing gameplay-wise is accounted for:

  • It cancels sword chage
  • You can no longer roll off moving platforms
  • Debuffs (webs) cancel it
  • Player camera and movement speeds are changed per/post roll correctly, and previous states like z-target / strafing are respected
  • Identity ceremonies / dialog and forced NPC interactions all cancel it immediately
  • Catchable NPCs can be spooked by a roll
  • And combat roll is unlocked after you’ve done your wepons training in the quest timeline

I also hooked it up to the stamina system, which means you can’t spam it, but I’ll also be able to add some buffs to improve it as you play through the game.

Here’s a little vid of me running around the Dojo, testing things out. Like I say, the camera’s not as tidy as it could be, but everything else is good.

Previous Post: "The Net"

Steam Page Live

Steam Page Live

News

I've finally hit the big green button, you can now add Maenhîr to your wishlist!

The Net

The Net

Feature 1 comment

This week I've added in a net, and refactored all the code so little NPCs can be caught!

Gameplay Tease

Gameplay Tease

Feature

The game finally has a website. I've posted a new gameplay tease trailer. And I've fixed a lot bugs!

Interiorize...

Interiorize...

Feature

Two new caves, some new interiors, additional NPCs and new dialog!

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

X