Bad Design: Conan Exiles keybinds

Conan Exiles is a survival/crafting game that is sort of like an MMO, with servers, private and public, in which you create a barbarian (complete with endowment if you like) and go forth into the desert and jungle terrain, building, hunting and gathering. You can even craft a wheel of death. It’s very pretty and there is always satisfaction in making stuff.

But the UI is not great. The crafting part of it tries to be so helpful it actually confused me, because it includes a non-interactive “demo” of the crafting UI next to the actual crafting UI and I tried interacting with both until I realized that only one worked. Sure, I was being a bit of a noob, but at the same time it’s a cluttered mess.

But the worst part are the keybindings.

You can rebind most keys to your liking, which is good. Way back in 2001 I switched from the classic WASD layout to the default used in the game Tribes 2, ESDF. You can argue over which is better, but WASD is still the default for moving around, and so it is in Conan Exiles. I changed it to ESDF and called it good.

Then I discovered that when you open a box or container, there are certain shortcut keys to do things, like Loot the selected object or Loot All to take everything.

The Loot All key is set to F by default. You see the problem here. If I looked into a box filled with a dozen items and then stepped to the right, I would grab everything as I shifted slightly over. I did this a few times before wondering why my barbarian was becoming spontaneously over-encumbered.

I went into the keybindings to change this and, oddly, could not find a key for Loot All. Because there isn’t one.

I could not believe there was no way to re-bind the key, so I hit the internet and DuckDuckGo led me to a Steam Community Forum post that gave me the info I needed–buried deep within the game’s subfolders is an input.ini file, and you can manually edit it to change these otherwise un-bindable keys. The Loot All key looks like this. I set mine to P for Please Don’t Loot All Anymore:

https://cdn.discordapp.com/attachments/589323104271073284/759643990000926720/unknown.png

This is bad design for two reasons:

  1. Burying some of the keybindings in an ini file that must be edited manually
  2. Allowing the player to re-bind a key to one that can only be changed through the method described above

The Solution: Add another section to keybindings, titled Containers or something to that effect, and allow players to easily change these keys–and when you use a key that is already bound to something, tell the player and then unbind it if they confirm the new binding.

Any other way is barbaric.