This is a fork of the Mount & Blade II: Bannerlord mod MBFastDialogue by DonaA. This repository contains an update for latest versions, patches and some improvements.
Removes loading screens from interactions with essentially all map interactions. Including lords, bandits, villagers, caravans, and small faction meetings.
- Install latest version of Harmony.
- Install the mod with Vortex manager, or extract manually in your Modules folder
- Load MBFastDialogue after Harmony and default modules on the launcher
- Check that the DLLs are not blocked
MBFastDialogue > bin > Win64_Shipping_Client > Right click on MBFastDialogue.dll > Propriety > If it is blocked, you will see "Unblock DLL", click on it.
You can choose which parties are affected by the mod by editing the settings.xml in the root of the mod folder.
By default, settings.xml looks like this and affects all parties :<MBFastDialogue.Settings>
<pattern_whitelist>
<!--pattern>looter</pattern-->
<!--pattern>bandit</pattern-->
</pattern_whitelist>
<toggle_key>X</toggle_key>
</MBFastDialogue.Settings>
For example, if you want the mod affect only looters and bandits, you can uncomment these lines :
<MBFastDialogue.Settings>
<pattern_whitelist>
<pattern>looter</pattern>
<pattern>bandit</pattern>
</pattern_whitelist>
<toggle_key>X</toggle_key>
</MBFastDialogue.Settings>
From version 2.5.9, menu options added to the native menu ID "encounter" by mods are automatically added to Fast Dialogue.
If you wish to add specific menu options to Fast Dialogue, add them to menu ID "fast_combat_menu".
The mod supports all languages available in the game.
Don't hesitate to open issue or use "posts" and "bugs" tabs on Nexus Mods.
All credits go to their original creators (Dallen1393 & Aragasas). Thanks to them!
The updated version includes improvements, minor fixes and compatibility patch for latest versions.
All contributions are welcome!