File information
Created by
ShutUpMalfoyUploaded by
ShutUpMalfoyVirus scan
Mod articles
-
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...