Mount & Blade II: Bannerlord

Mount & Blade II: Bannerlord

Adjustable Leveling
Showing 21-26 of 26 entries
< 1  2  >
Update: Dec 14, 2022 @ 3:49pm

Version 1.0.2.2
Fixed a crash when hitting max level
Increased max setting for max level from 120 to 200

Update: Dec 14, 2022 @ 12:33pm

Version 1.0.2.1
Reworked internals to use a modified CharacterDevelopmentModel instead of patches to modify values.
Added Max Character Level, Focus Points per Level, Max Attribute Points, Max Focus Points, Attribute Points at Start and Focus Points at Start settings
Added option for a faster leveling curve, using 500*LEVEL^2 instead of 25*LEVEL^3, slower at lower levels, faster at later levels

Update: Dec 11, 2022 @ 11:47am

Version 1.0.2.0
Reworked learning rate curve; calculation is now:
-- before learning limit (FP * 50):
(0.25 + 0.5 * (1 - (skill / limit))) * attribute_points
+ (0.5 + 1.0 * (1 - (skill / limit)) * focus_points
-- after learning limit, before attribute points modified learning limit:
0.25 * (1 - (skill - limit) / (attribute_points * limit_inc_per_attribute_point)) * attribute_points
+ 0.5 * (1 - (skill - limit) / (attribute_points * limit_inc_per_attribute_point)) * focus_points
-- after both the rate drops to 0 (I just added a -1 modifier to show the "over limit" text)
Increased possible multiplier to 100x (10000%) for anyone wanting to go crazy, even if that makes the sliders useless, just type in the numbers instead.
Removed patches that lowered the point where the 275-skill perks gave their bonus, they are now back to vanilla.
Removed patch which limited smithing orders to skill level 299.

Update: Dec 4, 2022 @ 7:47am

Version 1.0.1
Removed "initialized" message, added error message on initialize instead
Fixed dependencies

Update: Dec 2, 2022 @ 9:01am

Minor changes.

Update: Dec 2, 2022 @ 8:36am

Minor changes.