Mount & Blade II: Bannerlord

File information

Last updated

Original upload

Created by

shadowglaze

Uploaded by

cnedwin

Virus scan

Safe to use

Tags for this mod

About this mod

The author hasn’t updated for a long time, I fixed the source code, this mod only supports 1.5.2 Beta

Permissions and credits
Fixed for the original Mod, only 1.5.2 Beta is supported.
https://www.nexusmods.com/mountandblade2bannerlord/mods/1547

Saddled Edge Editor

This is an Editor for Mount & Blade II: Bannerlord for Party, Inventory, Troops, NPCs, Settlements, Factions, Crafted Weapons, Workshops.

Installation:
  • Unzip the zip file to Modules subfolder under installed game location.
  • Check Saddled Edge Editor under Mods section when starting Single Player game in

Using:
  • Change Video to Borderless Fullscreen or Windowed Mode.  Fullscreen mode does not play well with the dialog.
  • Type F8 after reaching the game.  I recommend going to Quest/Journal (J) page to minimize issues before opening editor.
  • Key can be rebound by editing the Commands.json file in the MB2 Documents folder

Changing Key Bindings:
  • Create or Edit "%USERPROFILE%\Documents\Mount and Blade II Bannerlord\SaddledEdgeEditor\Commands.json"
  • Paste the following json. Change the Code to Key of interest as well as key modifiers. 
    (This maps to TaleWorlds.InputSystem.InputKey in the game.  List in the KeyCodes.txt file)
{
  "Open": {
"Code": "E",
"Control": true,
"Alt": true,
"Shift": false
  }
}