Releases: Designer225/CustomTroopUpgrades
0.5.3.0
Minor Fix
Changelog:
- Fixed a possible issue where an unclosed stream might cause patching to fail.
Installation: unzip the file to Bannerlord game directory. Make sure to unblock every DLL.
Version 0.5.2 (Officially!)
Changelog:
- Updated for e1.5.4. Should still work for e1.5.3.
- Mod renamed. "TRF" makes more sense, though I've grown attached to the "CTURM" (still a stupid name though :P)
Installation: unzip the file to Bannerlord game directory. Make sure to unblock every DLL.
Version 0.5.2
Changelog:
- Experimental update for e1.5.4. Should still work for e1.5.3.
Field-splitting is annoying. Probably going to call this mod a framework from now on (not the GitHub repo name though).
Installation: unzip the file to Bannerlord game directory. Make sure to unblock every DLL.
Version 0.5.1
Changelog:
- Added
is_child_template
to a list of replaceable fields. This is tied to theIsTemplate
flag. - Fixed version number on SubModule.xml.
Installation: unzip the file to Bannerlord game directory. Make sure to unblock every DLL inside the Modules/CustomTroopUpgrades/bin/Win64_Shipping_Client folder.
Version 0.5.0
Changelog:
- Updated to e1.5.0.
- Added
is_template
and (maybe?)voice/persona
to a list of replaceable attributes. - Introduced
AllButUpgrades
combined flags. It'sAllFlags ^ UpgradeTargets
. - Rewrote replace flag mechanism - now you can use the flag name instead of having to write a number that could change after each update!
- Note:
AllFlags
has been changed to 33554431.
- Note:
Installation: unzip the file to Bannerlord game directory. Make sure to unblock every DLL inside the Modules/CustomTroopUpgrades/bin/Win64_Shipping_Client folder.
v0.4.0
Changelog:
- Added a way to directly replace upgrade paths by using the
Replaces
attribute in aCustomTroopUpgrade
. Using this attribute will cause the mod to ignore theDeleteUpgradePath
attribute. - Added troop upgrade target sanity checker. If this freaks out (check the logs at
ProgramData/Mount and Blade II Bannerlord
) folder, check your troop definitions; the problem is on your end. - Refactored code.
Installation: unzip the file to Bannerlord game directory. Make sure to unblock every DLL inside the Modules/CustomTroopUpgrades/bin/Win64_Shipping_Client folder.
v0.3.2 Recompile
Version 0.3.2.
Changelog:
- Recompiled to e1.3.0.
Installation: unzip the file to Bannerlord's Modules directory. Make sure to unblock every DLL inside the CustomTroopUpgrades/bin/Win64_Shipping_Client folder.
v0.3.2-rc1 Recompile
Version 0.3.2 release candidate 1 - Recompiled for e1.3
As I don't play on beta branch, I cannot test this version myself until e1.3 becomes stable. Until then, I need you to provide feedback so that I can do more fixes, if necessary.
Installation: unzip the file to Bannerlord's Modules directory. Make sure to unblock every DLL inside the CustomTroopUpgrades/bin/Win64_Shipping_Client folder.
v0.3.1 Hotfix
Version 0.3.1.
Fixed config loading to match wiki-specified behavior.
Installation: unzip the file to Bannerlord game directory. Make sure to unblock every DLL inside the Modules/CustomTroopUpgrades/bin/Win64_Shipping_Client folder.