Mount & Blade II: Bannerlord
0 of 0

File information

Last updated

Original upload

Created by

BoiZoi

Uploaded by

Kahchow

Virus scan

Safe to use

About this mod

Tired of units fleeing the battlefield all the time? This mod is for you!
Also contains an optional config file if you'd rather raise or lower battle morale gain/loss.

Requirements
Permissions and credits
Changelogs
Read the description if you intend to use the optional configurable version.

Hotfix 0.1.1 is released for the Main file! Check the changelog for fixes.


Fight to the End is a simple mod that stops units from fleeing while in battle. (Manual player retreat is still possible.)

There are two different files to choose from, the Main file, and the optional Configurable Alternate.

The Main file simply prevents all units fleeing entirely.

The optional file contains a config.json file that can be edited to modify multipliers for morale. Keep in mind that these changes affect both friendly AND enemy units.

OPTIONAL CONFIG SETTINGS
  • gainedMoraleMultiplier - (default 0) affects morale gained in battle (typically when a unit is close by when a unit from the opposite team has been killed.) A value of 0 will disable morale gain, a value between 0-1 will result in lower morale gain than vanilla Bannerlord, while a value higher than 1 will result in greater morale gain than vanilla Bannerlord.
  • lostMoraleMultiplier - (default 0) affects morale lost in battle (typically when a unit is close by when a unit from the same team has been killed or flees.) A value of 0 will disable morale loss, a value between 0-1 will result in lower morale loss than vanilla Bannerlord, while a value higher than 1 will result in greater morale loss than in vanilla Bannerlord.
  • If these variables are set to a negative value, they will do the opposite of their intended function. IE., negative gained morale will make units lose morale upon killing enemies, while negative lost morale will make units gain morale as allies die around them.

Examples:

Battle morale gain/loss is half as effective (in general, all units are 2 times less likely to flee, but gain morale slower as well)
{
"gainedMoraleMultiplier": 0.5,
"lostMoraleMultiplier": 0.5
}

Battle morale gain is twice as effective, while morale loss is slightly less than vanilla Bannerlord
{
"gainedMoraleMultiplier": 2,
"lostMoraleMultiplier": 0.9
}

Units immediately panic if a unit on the same team dies or panics near them, and there is no normal way to gain morale in battle
{
"gainedMoraleMultiplier": 0,
"lostMoraleMultiplier": 100
}


INSTALLATION
Unzip the file and place the FightToTheEndBoiZoi folder into the modules folder located in (..\steamapps\common\Mount & Blade II Bannerlord\Modules)
If you are experiencing crashes, ensure that you unblock the dll files in (..\FightToTheEndBoiZoi\bin\Win64_Shipping_Client)

Fight to the End shouldn't require any dependencies, but if you're having load order issues, let me know.