安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
root_realm_succession_gender_chance = {
if = {
limit = { root.primary_title = { has_realm_law = male_only_law } }
add = 0
}
else_if = {
limit = { root.primary_title = { has_realm_law = female_only_law } }
add = 100
}
else_if = {
limit = { root.primary_title = { has_realm_law = male_preference_law } }
add = 15
}
else_if = {
limit = { root.primary_title = { has_realm_law = female_preference_law } }
add = 85
}
else = {
add = 50
}
}
then, in your advancedvassalmanager_character_templates.txt, change all root_faith_dominant_gender_adjusted_female_chance to root_realm_succession_gender_chance (you might want to not modify the temple holder template. You choose.)
This change makes it so that if your lands' gender laws differ slightly from those of your faith, it is reflected in the vassals that are generated.
To help make your work accessible to a wider audience, I have created and published a full Simplified Chinese localization patch for the mod.
Here is the link to the workshop item:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3403925213
I was hoping you might consider adding this link to your main mod description, It would be a huge help for the Chinese-speaking player community to find it.
@fedcba That's kind of the point. It's to get out of pesky situations you find yourself in. It also spawns people with loyal trait and good stats when you giveout titles with it. So you should decide when to use it.
Oh you almost finished off your rival inside kingdom and wanna get titles? Unlucky bro, he is also in 20 wars with other retards, please wait 200 years untill they finished so you can actualy press button to revoke titles.
Oh you started a war for kingdom? Too bad, Olaf the Monkeyfucker with 300 peasants managed to capture kings capital while you fighting his legions, so he gets kingdom and you never ever can dec on kingdoms again ahahaha.
Oh you changed your goverment? Now we gona transfer all your titles to some random fucks on the map, skipping altogether your kids,grandkids, and grandgrandkids and all their granted duchies, enjoy fighting price Mabumba from Mozambick for your scandinavian crown.
Honestly would stoped playing ck3 alltogether if not your mod.
Manually give the titles you want to keep to one specific person, All except your capital, Then pin that character and make sure they are the only one pinned.
Then use the mod to hand out all counties/duchy/kingdoms whatever you want to do and afterwards go into the revoke menu and use the revoke all titles of pinned characters.
That's how I do it, If there's an easier way I've not found it.
is it possible to add an additional option to grant counties to dynasty members?
[14:26:53][jomini_script_system.cpp:276]: Script system error!
Error: change_title_holder effect [ Trying to change ownership of a capital barony; change the ownership of the county instead ]
Script location: file: common/decisions/advancedvassalmanager_decisions.txt line: 989
[14:26:53][jomini_effect_impl.cpp:360]: Warning: while loop with no specified max aborted after executing 1000 times at file: common/decisions/advancedvassalmanager_decisions.txt line: 969
For the grant duchies thing, I don't play the game anymore so I just can't be bothered, lol.
Probably better to use Irony Mod Manager anyhow...
game issue, not mod. is working. i just had issues with the game itself not loading right.
@noted bones haver You're good. It's ok to ask but I'm only updating my mods to the current game version. I literally have no desire to add new features. To any of my mods. Character templates was a think that I was working on before so I just finished it. What you're asking is a whole thing and needs dedication to implement.
For iterating, though, I suggest adding a flag and creating a trigger for it. TBH, CK3 modding community Discord can provide more help.
I've noticed a tendency for the game to "dump" all remaining titles on the final dynast. Is there any way to do a second pass to avoid this? I can read enough code to tweak it, but I couldn't figure out how to put together an iterator or something, lol. Even though I tried to modify your mod myself, I only managed to get redistributing counties to work, which replaced the duchy dynasty option. I'd appreciate any help you can give. Thanks for taking the time to read this!
<3