logo
en
English

Bannerlord Software Extender (BLSE)

Creator: Aragas
Updated:18/09/2025 02:43:52
5.3MB
mcafee
Authentification
Trusted by 200,000,000+ Users

Pre-required Mods

will be automatically installed when you use Bannerlord Software Extender (BLSE)

About this Mod

The Bannerlord Software Extender (BLSE) is a tool for Bannerlord mods that expands modding capabilities and adds additional functionality to the game.

The Bannerlord Software Extender (BLSE) is a tool for Bannerlord mods that expands modding capabilities and adds additional functionality to the game.

Once installed, no additional steps are needed to launch Bannerlord with BLSE's added functionality.
You can start the game using Bannerlord.BLSE.Launcher.exe for the Vanilla Launcher or Bannerlord.BLSE.LauncherEx.exe for the Extended Launcher (BUTRLoader).
Mod Developers can use Bannerlord.BLSE.Standalone.exe to use the CLI to launch the game.

If you were a previous user of BUTRLoader, run Bannerlord.BLSE.LauncherEx.exe to get the same experience!

Sources available at GitHub!
Credits to Pickysaurus for the BLSE and BUTR Logos!

If you were searching for the following mods:
  • BLSE.LoadingInterceptor
  • BLSE.AssemblyResolver

Installing this will resolve your inability to select the mod. The following mod id's are not real mods, but BLSE 'Features' that advanced mods may require to work. We are marking them as mods so the vanilla launcher would block selecting the mod. BLSE disables this block.

Xbox Warning!
  • On Xbox, Harmony 2.2 will slow down the game due to JIT optimization disabling
  • On Xbox, Harmony 2.3 beta and beyond will keep native speed


Installation (Manual)
  • Download BLSE from the Files tab.
  • Download and install Harmony from the Requirements section in the Description tab.
  • Extract all files inside the top-level folder in the ZIP to your game folder (where Bannerlord.Launcher.exe is located).
  • Run the game using Bannerlord.BLSE.Launcher.exe or Bannerlord.BLSE.LauncherEx.exe.
  • To confirm it is working, open the console with the ALT+` (tilde) key and type blse.version. This will display the version of the installed BLSE build.


Installation with Vortex
  • Click the "Vortex" button in the top-right of this page.
  • Once installed and enabled, ensure you have deployed it by clicking "Deploy Mods" on the Mods toolbar.
  • Mark it as an 'Engine Inject' mod
  • Use the shortcut on the dashboard to start the game with BLSE. (Here's How To)


Features
  • Unblocking Files
    • Launcher and LauncherEx will automatically unblock files on launch.
      Can be opted-out via passing /nounblock in command-line args.
    • Standalone will not automatically unblock files on launch.
      Can opted-in by passing /unblock in command-line args.
  • Continue Save File - Allows to specify the save file to load when launching the game.
    • Can be used by passing /continuesave mysavegame in command-line args.
    • (Standalone Only) Passing the save file without the module list is also supported. The game will check all modules from the save file and load them automatically.
  • DPI Aware - Removes the blurry MessageBoxes and Crash Reports.
  • Game Pass PC - Support of modding on the Xbox platform. BLSE disabled Xbox integration, replacing Cloud Saves with saves stored like on Steam/GOG/Epic
  • Assembly Resolver (BLSE.AssemblyResolver) - Changes the game's assembly loading priority.
    • If an assembly is available in one of the loaded modules, it will be loaded from there instead, even if the assembly is available in the main /bin folder.
  • Interceptor (BLSE.LoadingInterceptor) - BLSE checks if the is a class with a custom attribute named BLSEInterceptorAttribute. If it's found it checks if there are the following signatures:
    • static void OnInitializeSubModulesPrefix() - will execute just before the game starts to initialize the SubModules. This gives us the ability to add SubModules declared in other programming languages like Python and Lua
    • static void OnLoadSubModulesPostfix() - will execute just after all SubModules were initialized
  • Exception Interceptor - BLSE intercepts unhandled exceptions and patches all managed (C#) entrypoints that the native (C/C++) game code calls, thus ensuring that all exceptions are catched
    • Can be opted-out with settings in LauncherEx or via command-line args /enablecrashhandlerwhendebuggerisattached to enable the interceptor when a debugger is attached or /disableautogenexceptions to disable the managed entrypoints patching.
  • Watchdog Disabler - Disables TaleWorlds tool that intercepts game exceptions, thus blocking BLSE's Exception Interceptor.
    • Can be opted-out with settings in LauncherEx or via command-line args /enablevanillacrashhandler
  • ReShade Support - ReShade is manually loaded if it's installed even with Launcher and LauncherEx. Use the DirectX 10/11/12 installation for ReShade.
  • Special K Support - Rename the installed dxgi.dll to SpecialK64.dll. When ReShade is installed, Special K won't work. Use SKIF to launch BLSE or run the Special K service and launch BLSE as usual.

Launcher
Launcher is the native UI module, without LauncherEx features. It enables the following optional features, configurable in LauncherEx:
  • DPI Aware
  • Exception Interceptor
  • Watchdog Disabler
  • ReShade Support
  • Special K Support

LauncherEx
LauncherEx is the UI module. It expands the native launcher with the following features:
  • Option Tab - provides Game and Engine options, plus the following Launcher options.
    • Extended Sorting - the launcher now respects the community metadata when sorting. Enabled by default.
    • Compact Module List - allows a more compact display of the Module List. Disabled by default.
    • Fix Common Issues - the launcher checks if 0Harmony.dll is present in the main /bin folder. If there is one, will prompt the user whether to delete it.
    • File Unblocking - the launcher will unblock the .dll's if they are locked itself. Enabled by default.
    • Beta Sorting - uses the new algorithm for sorting modules. Tries to respect existing load order when applying a new load order.
    • Big Mode - extends the height of the Native Launcher window.
  • Save Sub Tab - shows all available saves, some metadata, plus their load order. Allows to continue a specific save and to import/export a save's load order.
  • Scrollbar - the launcher before e1.7.2 didn't had a way to scroll without the mouse wheel. We added a scrollbar to fix this.
  • Enable/Disable All Mods Checkbox - added the ability to enable and disable all mods with one click.
  • Resort Modules Button - will forcefully reset the module list and force the raw loaded list to be sorted.
  • Expanded Dependencies Hint - added our community metadata to be displayed in the Hints added in e1.7.0.
  • Issue Hint System - the launcher displays an arrow that when expanded, will display why a mod can't be enabled. The issue can be a wrong dependency module version, binary incompatibility with the current game version
  • Binary Compatibility Check - the launcher will check whether the are ABI issues in the module with the current game version. ABI issues mean the module won't work in the game and will need a new updated version.
  • Import/Export Mod List - provides a way to export and import Mod Lists with the correct load order and module versions. If a module version is incorrect, with highlight that.
  • Supports Mod Organizer 2 - full support for MO2 with its virtual FS. Here's how to add BLSE to MO2.

Community Dependency Metadata
BLSE adds support for a new tag DependedModuleMetadatas that allows you to better define your load order, see the example below



















FAQ
I have installation issues!
Spoiler:  
Show

Xbox Game Pass PC
You need to copy content of '/bin/Gaming.Desktop.x64_Shipping_Client' from BLSE to 'Mount & Blade II- Bannerlord/Content/bin/Gaming.Desktop.x64_Shipping_Client'

You need to copy content of 'Modules/Bannerlord.Harmony' from Harmony to 'Mount & Blade II- Bannerlord/Content/Modules/Bannerlord.Harmony'


Spoiler:  
Show

Steam
You need to copy content of '/bin/Win64_Shipping_Client' from BLSE to 'Mount & Blade II Bannerlord/bin/Win64_Shipping_Client'

You need to copy content of 'Modules/Bannerlord.Harmony' from Harmony to 'Mount & Blade II Bannerlord/Modules/Bannerlord.Harmony'


Spoiler:  
Show

GOG
You need to copy content of '/bin/Win64_Shipping_Client' from BLSE to 'Mount & Blade II Bannerlord/bin/Win64_Shipping_Client'

You need to copy content of 'Modules/Bannerlord.Harmony' from Harmony to 'Mount & Blade II Bannerlord/Modules/Bannerlord.Harmony'



Do I need to include both Win64_Shipping_Client and Gaming.Desktop.x64_Shipping_Client directories?
No!
For Xbox Game Pass PC you need only Gaming.Desktop.x64_Shipping_Client
For Steam/GOG/Epic you need only Win64_Shipping_Client
I don't see my old saves on Xbox Game Pass PC!
BLSE uses a storage that Steam/GOG/Epic versions of the game use. We do not support Xbox's Saves!
PC Games has an article for save migration.
BLSE is not shown in Vortex's Tools!
You need to add it manually for now!
Steam Workshop mods are not visible!
Try to launch the game once and exit, we have reports that it might help!

Top Mods for Mount & Blade 2: Bannerlord

Explore the best mods for Mount & Blade 2: Bannerlord that bring new features, upgraded visuals, and exciting ways to transform your gameplay experience.
Mod Configuration Menu
Aragas02/06/2024 16:45:30
MCM is a Mod Options screen library designed to let modders use its API for defining the options.
Fourberie
26/09/2025 11:51:42
Develop into a rogue character, or simply use dirty tactics and plans to rule the world of Calradia... After installing this Mod, enter the game and check the corresponding Mod in the Mods section to activate it.
Harmony
Aragas17/04/2025 20:58:37
A library for patching, replacing and decorating .NET and Mono methods during runtime.Intended to ensure that all mods in a player's modlist are using the latest version of Harmony to minimize conflicts.We also added a Debug UI! Available
Three Kingdoms Generals Armor
方大叔哟22/07/2025 20:27:12
ButterLib
Aragas16/09/2025 04:26:21
Extension library for Mount & Blade II: Bannerlord containing common functions for modification development.
UIExtenderEx
Aragas18/09/2025 02:00:54
Rewritten fork of UIExtenderLib with the similar goal of enabling multiple mods to alter standard game interface.
Improved Garrisons
Sidiess14/09/2024 04:00:18
Customize your fief management with recruiters, advanced troop training with templates, automatic garrison recruitment, a standalone UI, custom parties with orders and more!
Diplomacy
Katarn200022/06/2024 18:54:26
A vanilla-friendly mod for the campaign and sandbox modes of Bannerlord. Diplomacy's goal is to provide balanced, fun, and creative options for characters to have an impact on the world, including both the player and NPCs. Diplomacy creates

Unlock the full potential of Mount & Blade 2: Bannerlord with Xmod—explore these top mods today!

mcafee
Authentification
Trusted by 200,000,000+ Users

Need help with download or installation? Join our Discord community for support.

logo

Gaming solutions

Resources

Follow us on

discordfacebooktwitteryoutube
Terms and Conditions
Privacy Policy
Support
Email: cathy@business.xmodhub.com
Discord: catherine_79237
Language

LARVAS LIMITED

ROOM 1201,12/F TAI SANG BANK BUILDING 130-132 DES VOEUX ROAD CENTRAL HK