Mount & Blade II: Bannerlord mod that fixes trade XP gain across save/load.
Should be obsolete after Native v1.4.
Git clone, build (see below), run the game launcher and enable the module.
Just trade without fear that your progress will be lost.
Works fine with VS2019 Community Edition.
VSCode + .NET Core SDK + dotnet build
@ powershell should be fine too.
Copy env.example.xml
to env.xml
and edit the settings according to your environment. Watch out for the ampersand in XML files.
The PostBuild.ps1
script will auto execute on successful builds, and assemble the final distributable folder of the module inside the .\dist
directory as well as install it to the game dir.
To build using CLI:
PS C:\path-to-src\> dotnet build -c Debug # or Release
Project structure inspired by https://github.com/haggen/bannerlord-module-template & https://github.com/Tyler-IN/MnB2-Bannerlord-CommunityPatch.
ItemModifier and consumable fixes by Maegfaer: https://www.nexusmods.com/mountandblade2bannerlord/mods/747.
© 2020 alejandro-y
This modification is not created by, affiliated with or sponsored by TaleWorlds Entertainment or its affiliates. The Mount & Blade II Bannerlord API and related logos are intelectual property of TaleWorlds Entertainment. All rights reserved.