Crusader Kings III

Crusader Kings III

Manor Domicile (Feudal/Clan/Tribal)
240 kommentarer
One Proud Brazilian  [skapare] 9 timmar sedan 
replaced "ruler_designer.txt" with the hotfix
T it does fix the issue indeed. Thank you for your time
T 12 timmar sedan 
Can confirm that using ruler designer on a feudal/clan/tribal realm will convert it to admin; tracked it down to this file:
common\on_action\ruler_designer.txt

the `else_if = {` block that starts on line 50 of that file is what's causing this, as commenting that block out prevents the government change.

After some testing, I found that putting the line:
location.county.holder = { government_allows = administrative }
into the else_if block's limit fixes the issue.

So starting from line 50, the file wants to look like:

# ... the start of the file ...
else_if = {
limit = {
scope:ruler_designer = flag:landless_noble_family
location.county.holder = { government_allows = administrative } # THIS LINE ADDED
}
# ... the rest of the file ...
Hi. At the moment when creating a new ruler mod changes type of government to random, any chance for fix?
One Proud Brazilian  [skapare] 17 timmar sedan 
UPDATE:
Thanks to @T, many issues related to the domiciles beeing dependent on a "Nomadic Title" may be solved. The domiciles are now "Family Titles"

On a future update, after proper testing, I may allow lower rank AI to also create these domiciles. This may come along with a rework to the domiciles modifiers, since many things changed since the release of Roads to Power (when this mod was created)

The change seems functional! Please, report any issues you find while playing :)

Thanks!
T 22 nov @ 13:36 
/sharedfiles/filedetails/?id=3603710000
that's my code share mod id, I threw my changed files into that mod under the Manor Domiciles subfolder of the mod (the mod doesn't technically work, don't run the mod; it's only for code sharing!)
I marked any change with a "T CHANGED" comment at the end of the line or as START/END comments
One Proud Brazilian  [skapare] 22 nov @ 13:06 
OH! Thanks for taking your time to help with this!

It would help if you upload a version of this mod with all your fixes and changes (or a submod wxclusivelly with all files that were replaced), for an easier way to test, compare, copy and paste the files

Thanks!
T 22 nov @ 11:47 
I'll do those changes on my local copy and report back if anything seems to break after some playtime (though I'm over in china, so I might not notice issues lol)

on the bright side, if this works, you'd be able to remove your override on three_year_playable_pulse

....which, by the way, since I'm already commenting, I'll be more of a bother and tell you that according to my understanding of the .info file as well as my own testing, only the effect = { ... } portion of on_actions are overwritten, meaning I believe both your events and random_events blocks in your overwritten three_year_playable_pulse are effectively firing twice
T 22 nov @ 11:41 
yeah, it seems to work for clan and tribe as well, at least after only 5 mins testing
also (maybe obviously but I'll point it out anyway just in case) change feudal to clan or tribe when adding the give_noble_family_title block to each decision
T 22 nov @ 11:36 
Well, since you're already overriding the government types, you could throw into the government_rules part "noble_families = yes", e.g.:

feudal_government = {
government_rules = {
noble_families = yes
...

, then put into the decisions to found the manor, in place of your create_nomad_title and remove yurt buildings the following:

give_noble_family_title = {
name = noble_family_name
tier = county
article = DEFAULT_TITLE_NAME_ARTICLE
government = feudal_government
save_scope_as = new_title
}
domicile ?= { gptm_feudal_domicile_set_up_effect = yes }

That gives a landless county-level noble title that comes with a manor with noble_family_succession_law, and it properly inherits, even without using the other mod's decision; I don't know what other effects adding noble_families to each government might have (aside from making the admin tab for noble families appear, but it's blank), but it doesn't seem to crash the game at least haha
One Proud Brazilian  [skapare] 22 nov @ 9:03 
Lack of skill and the motivation to work on this particular mod. ;/

If you know how to fix this issue, I would gladly implement the solution on the mod :)
T 22 nov @ 8:47 
Is there a reason you don't add noble_family_succession_law to the domicile?
One Proud Brazilian  [skapare] 22 nov @ 5:04 
The domicile is a title, and the partition sucession distributes titles to different heirs (to prevent a single heir hoarding to much titles). Probably this is the reason.
Jick Magger 22 nov @ 2:13 
@T subscribed to it, placed it above this one in the playset, enabled it in-game, still unfortunately is not working.
T 21 nov @ 12:25 
"Subscribe and activate [RIT]Simple Manager - Auto-Appoint Vassal Successor (through a decision) "
Did either of you use the decision by chance? I assume yes, but worth checking! I think the decision tells you what will happen when you click confirm, and so the auto-appoint isn't enabled by default?
nate 20 nov @ 8:42 
have the auto appoint mod installed but i'm not inheriting the manor like previous commenter noted
haerin~ 19 nov @ 18:40 
does this work with AGOT?
sokotofalcon 13 nov @ 5:58 
@forth eorlingas you need to download the mod "[RIT]Simple Manager - Auto-Appoint Vassal Successor" and place it above this one in the playset
forth eorlingas 6 nov @ 2:46 
For some reason on succession the Manor is not inherited along with the county/duchy where its located...
forth eorlingas 6 nov @ 2:43 
How to give the manor county title to primary heir? It randomly goes to other heirs in confederate partition...:steamfacepalm:
Rykhath 6 nov @ 0:09 
Is there plans for this to work for Mandala and Wauna goverment types too?
pedrobuil_psn 5 nov @ 13:47 
amazing mod! could you make a version with more slots? there are a lot of buildings for only 4 slots
Is Simpada, yes 5 nov @ 13:08 
Would also love this being available to mandala <3 Even if it is just the feudal or tribal one
Berry 4 nov @ 4:41 
will you be able to make all the buildings and improvements?
GrimoireODS 3 nov @ 13:41 
Ahh oke, yeahh sad I can't have both, cus dont work together all :CC
One Proud Brazilian  [skapare] 3 nov @ 12:57 
@i like big titties (i like too!) - Well done! I will add a link to your mod in the description.

@GrimoireODS - Sure its possible. There is no major incompatibility. But I dont use these mods ;/
i like big titties 3 nov @ 11:55 
I figured it out! The mod should be fully functional with house blocs, aspirations, manors, and you can play as a landless feudal lord.
prusbartek 3 nov @ 8:34 
...and this is only one mod. So i testing clear game 1.18.1 ad only this mod and still doeasn't work...
prusbartek 3 nov @ 8:23 
doesn't work...i playing house head and still doesn't work. Maybe i must change in option panel?
One Proud Brazilian  [skapare] 3 nov @ 6:59 
Nice concept! The blocks sure have potential

But unfortunatelly I still do not have any experience with the new japanese govs and their mechanics to offer any assistance, nor opinion ;/
i like big titties 3 nov @ 6:50 
Trying to make a personal mod for myself that takes the mechanics from Japan's feudalism and applies them to all feudal governments. I used your mod as baseline to get manors and restrict domain limit. I also made house aspirations available. However, I can't figure out how to allow house blocs to form in feudal governments. I was hoping maybe you had some idea or could even implement all of this into your mod.

https://steamproxy.com/sharedfiles/filedetails/?id=3599026048
Rilia 3 nov @ 0:34 
tribal variant would be nice, yes. mandala has smaller domain limit (almost like khans), and there's nowhere to build, really :(
One Proud Brazilian  [skapare] 2 nov @ 12:11 
I never tested without the dlcs.

What I know is that: RTP adds camp/estate domiciles. KOTS adds nomatic titles that are used as a base to create custom domicile titles for other governments.

If anynone is willing do to a proper testing, we can update the description removing the requirements :)
Johnny 5 2 nov @ 10:49 
for me it works fine without khans
One Proud Brazilian  [skapare] 2 nov @ 5:29 
No new content was added.

Maybe I can allow mandala to use the tribal variant. I need to play with the mandala first, to understand them.
Rilia 2 nov @ 5:26 
will it include manors for mandala governments?
Lyk 29 okt @ 8:02 
@BlueberryJush

It does, I was crashing using the mod without Khans and it fixed itself when I got it
BlueberryJush 21 okt @ 8:42 
Does this mod truly require Khans of the Steppe? I don't have the latest chapter yet so I don't have that DLC. Many thanks.
Imporio 30 sep @ 2:01 
Switched from tribal to feudal and wanted to build a manor, but when I activate the decision, nothing happens
Filthycasual 28 sep @ 15:47 
load order for rit simple manager before or after this mod?
ifchan 25 sep @ 5:52 
hey, don't have much experience, but it's hard to make more slots? i don't find any updated mod for that. file _domicile_types.info is just documentation about file, right?
This works for me under tribal and administration, but under feudal i can´t build it (only get the decision to do so, but doesnt work).
One Proud Brazilian  [skapare] 23 sep @ 18:35 
Vai desabilitando 1 por 1 até identificar o responsável. O que posso garantir é que os meus mods funcionam uns com os outros. Uso todos eles juntos.
Cfblackwell 23 sep @ 18:34 
Estou usando esse mod + simple manager + immersive laws e meu jogo dá crash. Alguma incompatibilidade conhecida que gera isso?
One Proud Brazilian  [skapare] 21 sep @ 22:34 
https://steamproxy.com/sharedfiles/filedetails/?id=3459041118 - [RIT]Simple Manager - Auto-Appoint Vassal Successor

This is an annoying bug i am not able to fix. Subscribe and active this mod above.
psimmons3 21 sep @ 22:29 
I have a bug where when I inherit any titles from my vassals, my feudal domicile will get reset as if I just took the decision to get one. The same goes for clan and probably for tribal too but I don't know because I've never done tribal before.
One Proud Brazilian  [skapare] 20 sep @ 12:19 
go on, i am also curious about the changes :)
s1tam 20 sep @ 11:52 
Hi, first of all, I'd like to thank the author for this great modification. For my own purposes, I've made a few changes to the code, such as changing the building cost from prestige to gold and adding more building slots. I'd like to ask the author for permission to publish my version of the mod, with a link to the original.
One Proud Brazilian  [skapare] 17 sep @ 7:11 
Sorry for the LONG delay, the hotfix for the perk issue was uploaded.