Controls

As I’ve mentioned before, I’m working on a new control system for Knights.

Right now, I have set up a system where you have the four movement keys, plus three separate “action” keys: one for melee combat, one for ranged combat (daggers, thrown axes, or crossbows), and one for interacting with the dungeon (which means opening or closing doors, picking up items, and the like). There is also a separate key to open the menu, which is still needed for the lesser-used actions (like setting chest traps or picking locks).

This works reasonably well, but I found it a bit confusing, especially when combined with the “approach” feature of Knights (i.e., where you have to approach a chest or door, by holding down the movement key, before you can open it).

So, I tried removing the approach feature completely. For example, to pick up an item from a chest, you now just face towards the chest, and press the interact button; you don’t have to “approach” the chest first. Similarly for opening doors. This does seem to have improved things, and is also probably simpler to explain to new players. It does lead to one or two quirks (like picking up an object in front of a door: if you’re facing the door, you can’t pick up the object, because pressing “interact” will open the door instead); but on balance, I think the advantages outweigh the disadvantages.

However, even with that change, I am still finding the new controls a bit confusing. Sometimes I press “interact” when I meant to press “attack”, or vice versa. No doubt this is just because I’m not used to it, but it’s still a bit annoying.

My brother has suggested a World of Warcraft style “action bar”. In other words, we would use WASD for movement, and then have little icons that you click on to perform actions (like attacking, opening doors, and so on). We would also allow players to map keyboard shortcuts to the actions if they wish.

I’m going to try to this out and see how it feels. If it works then it could be quite a nice system, because it means new players can use a friendly mouse-based interface, while experienced players can still use keyboard controls if they wish. It also means we can get rid of that irritating 4-way menu once and for all 🙂

Controls are an important thing to get right, so I’m going to keep experimenting until I get something that feels right. I don’t know how much more time that is going to take; but I’ll try to keep people informed via this blog.

Leave a Reply

Your email address will not be published. Required fields are marked *