Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
As a feudal Vassal of King of Lotharingia i had no problem modifying it.
Same if start with the Duke of Gascogne, a vassal of King Charles the Bald.
Next i tried Duke Bernat of Barcelona. He is also a vassal of King Charles in 867. But heres where the problem hit. He had Marches added to his Contract and, as you wrote...
My only explanation is its caused by the Iberian Struggle, since Duke Bernat is part of the Struggle (Barcelona) & Duke of Gascogne is NOT (and obviously neither is the Lotharingian)
I see you mentioned Castille. Another Realm involved in the Struggle. Look at your Contract to see if you have Marches or any other type of modification to yours that normally wasnt there before the patch.
ed-I noticed this last week starting in Barcelona, which ive done a few times before prior to the patch and Modify worked as expected.
Your post prompted my experiment when i saw "Castillian".
Then when he died. Tried to make let me declare war for more troops.
And yep sorry you changed three things won't let me so it.
Thought it was one of the brokern mods doing it.
Maybe it's a new bug
Ahh, no you've misunderstood the 'Castillian' thing. I think the spell checker got me there, and it's 'Castellan'.
It's a special contract option, apparently only available to counts. It lowered taxes and increased levies by a % and also lowers MaA maintenance by 20%, so worth it if you're a count. I think it is new (or recent to RtP at least), as dont remember seeing it before It's found in the same box as you see Scutage & March - and it looks like March is only available to duchy and higher tier now also.
Funny enough though, although I'm not playing in Iberia, I am a vassal to the Kingdom of Lotharingia - the count of Aachen (custom character).
It's interesting that you didn't have the problem when playing as a vassal there, but did in other parts. That it's not consistent leads me to think it is most likely a super annoying , campaign borking, bug, rather than a super annoying campaign borking intentional change by the devs.
https://ck3.paradoxwikis.com/Vassals#Special_contract
That wasn't the problem - Castellan is available. The issue is with modifying contracts now bizarrely counting the standing terms as new changes
Open file (for example with Notepad):
C:\Program Files (x86)\Steam\steamapps\common\Crusader Kings III\game\common\script_values\00_goverment_values.txt
Search for: "max_contract_changes"
Change this from
max_contract_changes = 3 to
max_contract_changes = 5
This allows for 5 Changes to Vassal-Contracts at once (obvious), so because 2 are blocked we have the standard 3 left and it works ;)
If you change one of the blocked ones, you can change now more than 3 at once, I suppose, but, hey, that is up to you to do it or not :)
No Jizya, no Ghazi, etc.
That sounds like additional problems to the one I've encountered lol
1. your liege faith must have the doctrine of tenet_tax_nonbelievers OR special_doctrine_jizya
2. You can not have the faith of your liege
3. You can not be religiously_protected OR if your are religiously_protected, you must have vassal_contract_cannot_revoke_titles too
No idea if this information helps anyone, but I thought I share it ;)
is_shown = {
scope:liege.faith = {
OR = {
has_doctrine = tenet_tax_nonbelievers
has_doctrine = special_doctrine_jizya
}
}
NOT = { scope:vassal.faith = scope:liege.faith }
scope:vassal = {
OR = {
NOT = {
vassal_contract_has_flag = religiously_protected
}
AND = {
vassal_contract_has_flag = religiously_protected
vassal_contract_has_flag = vassal_contract_cannot_revoke_titles
}
}
}
}