Help me to disable console or remap buttons

I’m glad I could help.

I made a simple AutoHotKey script for that! I press F4 to auto-sprint and then I can press Shift to cancel the sprint part and keep auto-running if I want. Pressing W cancels the auto-movement.

Script
F4::
Send {MButton down} ; Auto run key
Send {Shift down} ; Sprint key
return

I use a couple quality-of-life scripts like that and one to auto relearn all feats after using a yellow lotus potion. This game definitely needs some QoL updates.

Try this:
\steamapps\common\Conan Exiles\ConanSandbox\Config\DefaultInput.ini
Scroll to the bottom. Change the two ConsoleKeys=Insert entries to ConsoleKeys=None.

2 Likes