Kingdom Come: Deliverance
0 of 0

File information

Last updated

Original upload

Created by

MadHoek

Uploaded by

MadHoek

Virus scan

Safe to use

About this mod

This mod splits the "mount/dismount horse" from the "call horse" action and makes it possible to map different keys to it.

Permissions and credits
Changelogs
About:

I wanted to mount my horse by pressing the "e" key but preserve the "x" key to call for it.
By default the key to mount a horse is "e" but you can bind it to every key you want.

The mod is localized english/german/czech (thx Mazii)

It is compatible with Perkaholic and Loot info as I use them myself and I have not noticed
any negative effects by leaving the entries for their localization in the "localization.xml" if these mods are not present.



Installation:

Extract the content of the downloaded zip-file to the "Mods" folder of your game.
If you don't have one, just create it.

It should look like this: ...\KingdomComeDeliverance\Mods
Full default path for a steam-installation: C:\Program Files (x86)\Steam\steamapps\common\KingdomComeDeliverance\Mods


Changed files:
\Libs\Config\keybindSuperactions.xml
\Libs\Localization\localization.xml



Notes:


I also created a combined version of my hide and show the HUD by a single bindable key and this one, it is called "MadCont" and you will find it in Optional Files.
Also created combined versions for MadHUDext and MadSilver. They are called "MadContExt" and "MadContSilver".

If you want to merge this with any other mod or add it to your own mod, feel free to do so. But give credits.



How to merge:


keybindSuperactions.xml:

1: Open keybindSuperactions.xml in your favourite editor
2: Search for "mount"
3: Delete <action name="mount_horse" map="player" /> and <action name="horse_dismount" map="horse" />
4: Paste the following above <superaction name="horse_interaction":

<superaction name="mad_horse" ui_group="movement" ui_name="@ui_text_madhorse" ui_tooltip="" keyboard="writeable">
<action name="mount_horse" map="player" />
<action name="horse_dismount" map="horse" />
<control input="e" controller="keyboard" />
</superaction>

localization.xml:

1: Open localization.xml in your favourite editor
2: Add <entry>text_ui_madhorse.xml</entry> below the last entry of the <localization> block



Credits:

Thanks to dimasnik and his great More Functions for Mouse Right Button mod which taught me to do this.
Thanks to Mazii for the Czech translation