Mount & Blade II: Bannerlord

Mount & Blade II: Bannerlord

Kingdom Annexation
 Denna tråd har blivit fäst, så den är troligtvis viktig
Piotr Sulej  [utvecklare] 21 nov, 2022 @ 8:34
Future development suggestions
Wanted to ask about your ideas for future of this modification. I am mostly considering two options:
1) Improving annexation mechanism with other options like some of the lords on annexed empire starting a rebellion (and you can execute them with way smaller relationship penalties as for standard lords) or defecting to other kingdoms and afterwards just trying to keep the mod stable.
2) After polishing annexation mechanism starting work on adding other mechanism for rulers to make the late game more interesting, mostly through more interaction with other rulers and your own nobles. In this case I would include configuration menu, so that people that are e.g. only interested in annexation could ignore other features.

Any feedback will be really appreciated.
Senast ändrad av Piotr Sulej; 21 nov, 2022 @ 8:44
< >
Visar 1-6 av 6 kommentarer
Puls3 24 jan, 2023 @ 22:32 
Hey, so the slider for max fiefs maxes out at 5 inside the MCM, and I didn't see a text config file.

So if you could let us raise that even further (20+) or provide an option to disable the max fiefs check completely that'd be great.

There's no reason to set a limit on a user's choice customization option. Currently as it is, annexing an entire country is a PITA even if you own half the map.
Magnus 30 aug, 2024 @ 9:12 
If you wouldn't mind updating this mod to the current version of Bannerlord, I would be INCREDIBLY grateful!:KneelingBow:
all you have to do to make this work again is go to:

PlayerControllingCultureTownsClickableCondition()

and change

var cultureName = Hero.OneToOneConversationHero?.Clan?.Kingdom?.Culture?.Name ?? TextObject.Empty;

to

var cultureName = Hero.OneToOneConversationHero?.Clan?.Kingdom?.Culture?.Name ?? new TextObject(string.Empty);


I downloaded your code and fixed it myself and it works fine.

everything else seems to be fine.
MadoX 23 jan @ 22:56 
Ursprungligen skrivet av Mrdk:
all you have to do to make this work again is go to:

PlayerControllingCultureTownsClickableCondition()

and change

var cultureName = Hero.OneToOneConversationHero?.Clan?.Kingdom?.Culture?.Name ?? TextObject.Empty;

to

var cultureName = Hero.OneToOneConversationHero?.Clan?.Kingdom?.Culture?.Name ?? new TextObject(string.Empty);


I downloaded your code and fixed it myself and it works fine.

everything else seems to be fine.

can you post you corrected version by any chance?
Mrdk 25 jan @ 8:20 
Ursprungligen skrivet av MadoX:
Ursprungligen skrivet av Mrdk:
all you have to do to make this work again is go to:

PlayerControllingCultureTownsClickableCondition()

and change

var cultureName = Hero.OneToOneConversationHero?.Clan?.Kingdom?.Culture?.Name ?? TextObject.Empty;

to

var cultureName = Hero.OneToOneConversationHero?.Clan?.Kingdom?.Culture?.Name ?? new TextObject(string.Empty);


I downloaded your code and fixed it myself and it works fine.

everything else seems to be fine.

can you post you corrected version by any chance?


i wont take over this mod but here this hopefully works.

https://drive.google.com/file/d/1KpX3HTV07N5jRYt4L_9sJM5Qxd-F-qtA/view?usp=sharing
MadoX 26 jan @ 10:35 
Ursprungligen skrivet av Mrdk:
Ursprungligen skrivet av MadoX:

can you post you corrected version by any chance?


i wont take over this mod but here this hopefully works.

https://drive.google.com/file/d/1KpX3HTV07N5jRYt4L_9sJM5Qxd-F-qtA/view?usp=sharing

thank you
< >
Visar 1-6 av 6 kommentarer
Per sida: 1530 50