Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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.
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
thank you