Mount & Blade II: Bannerlord

Mount & Blade II: Bannerlord

Adjustable Leveling
21-26 van 26 items weergegeven
< 1  2  >
Update: 14 dec 2022 om 15:49

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

Update: 14 dec 2022 om 12:33

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: 11 dec 2022 om 11:47

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: 4 dec 2022 om 7:47

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

Update: 2 dec 2022 om 9:01

Minor changes.

Update: 2 dec 2022 om 8:36

Minor changes.