FlorianV85 / MBFastDialogueUpdated

Updated and fixed mod by Dallen. (Mount and Blade Bannerlord Mod to remove extra dialogue)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSharp

Fast Dialogue (UPDATED)

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.

Features

Removes loading screens from interactions with essentially all map interactions. Including lords, bandits, villagers, caravans, and small faction meetings.

Installation

  • 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

How unlock DDL ?

MBFastDialogue > bin > Win64_Shipping_Client > Right click on MBFastDialogue.dll > Propriety > If it is blocked, you will see "Unblock DLL", click on it.

Settings

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>

For modders

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".

Language support

The mod supports all languages available in the game.

Any issues or questions ?

Don't hesitate to open issue or use "posts" and "bugs" tabs on Nexus Mods.

Credits

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.

Contributions

All contributions are welcome!

About

Updated and fixed mod by Dallen. (Mount and Blade Bannerlord Mod to remove extra dialogue)


Languages

Language:C# 99.4%Language:Batchfile 0.6%