Mount & Blade II: Bannerlord

Mount & Blade II: Bannerlord

Adjustable Leveling
Viser 21-26 af 26 forekomster
< 1  2  >
Opdatering: 14. dec. 2022 kl. 15:49

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

Opdatering: 14. dec. 2022 kl. 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

Opdatering: 11. dec. 2022 kl. 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.

Opdatering: 4. dec. 2022 kl. 7:47

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

Opdatering: 2. dec. 2022 kl. 9:01

Minor changes.

Opdatering: 2. dec. 2022 kl. 8:36

Minor changes.