Mount & Blade II: Bannerlord

Mount & Blade II: Bannerlord

Kingdom Annexation
 此主题已被置顶,因此可能具有重要性
Piotr Sulej  [开发者] 2022 年 11 月 21 日 上午 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.
最后由 Piotr Sulej 编辑于; 2022 年 11 月 21 日 上午 8:44
< >
正在显示第 1 - 6 条,共 6 条留言
Puls3 2023 年 1 月 24 日 下午 10: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 2024 年 8 月 30 日 上午 9:12 
If you wouldn't mind updating this mod to the current version of Bannerlord, I would be INCREDIBLY grateful!:KneelingBow:
Mrdk 1 月 8 日 上午 8:54 
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 1 月 23 日 下午 10:56 
引用自 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 1 月 25 日 上午 8:20 
引用自 MadoX
引用自 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 1 月 26 日 上午 10:35 
引用自 Mrdk
引用自 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
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50