0 of 0

File information

Last updated

Original upload

Created by

ShutUpMalfoy

Uploaded by

ShutUpMalfoy

Virus scan

Some manually verified files

Tags for this mod

Mod articles

  • How to modify config.xml

    The file config.xml can be found in the following directory:
    Mount & Blade II Bannerlord\Modules\ReinforcementSystem

    You can edit this file using Notepad or similar software to change the mod's settings.

    1. <Blah>Number</Blah> If a tag contains a number, you can change the value to a different number.
    2. <Blah>true or false</Blah> If a tag contains true or false, you can switch the value to the opposite (false to true, or true to false).
    3. There must be no whitespace, and true and false must be in lowercase.

    Examples
    <Blah>true</Blah> – ✓ (Correct format)
    <Blah>True</Blah> – ✗ (Uses uppercase)
    <Blah> true</Blah> – ✗ (Contains whites...