Crusader Kings III

Crusader Kings III

No More Wandering
 This topic has been pinned, so it's probably important
エーイオン  [developer] 29 Sep, 2022 @ 4:41pm
Problems and bugs
If you have any problems or bugs in the mod pls tell me here so i can fix it .❤
< >
Showing 1-4 of 4 comments
matthias 13 Dec, 2022 @ 7:42am 
This mod is not working for me. I select it under decisions and i can tag people with "no wandering" what make the "i dont want you" option available on them. But they still go wnadering. I dont mean they go to court somewhere else in kind of a duty. They go wandering.

Maybe there is something messed up with my load order or with incompability in general. So i uploaded a picture of my load order here: https://imgur.com/a/Y5A1jmr
エーイオン  [developer] 13 Dec, 2022 @ 1:26pm 
Originally posted by matthias:
This mod is not working for me. I select it under decisions and i can tag people with "no wandering" what make the "i dont want you" option available on them. But they still go wnadering. I dont mean they go to court somewhere else in kind of a duty. They go wandering.

Maybe there is something messed up with my load order or with incompability in general. So i uploaded a picture of my load order here: https://imgur.com/a/Y5A1jmr
Thanks for telling me will make sure to fix it soon if there is a problem. ❤
エーイオン  [developer] 13 Dec, 2022 @ 2:01pm 
Originally posted by matthias:
This mod is not working for me. I select it under decisions and i can tag people with "no wandering" what make the "i dont want you" option available on them. But they still go wnadering. I dont mean they go to court somewhere else in kind of a duty. They go wandering.

Maybe there is something messed up with my load order or with incompability in general. So i uploaded a picture of my load order here: https://imgur.com/a/Y5A1jmr
Hello Again friend i fixed the problem with and updated the mod to 1.8.1v it should work without any problems if there is i hope you can tell me have fun. ❤
Harry the Unlucky 2 Jun, 2024 @ 12:36pm 
  • enable_stay_home_decision has ai_check_interval that's negative or unset. Setting to 0 instead
  • disable_stay_home_decision has ai_check_interval that's negative or unset. Setting to 0 instead

Solution:

enable_stay_home_decision = {
picture = "gfx/interface/illustrations/decisions/stay_home.dds"
desc = enable_stay_home_decision_desc
selection_tooltip = enable_stay_home_decision_tooltip

ai_check_interval = 0 # How many months to go between each check of this decision. An interval of 0 means the AI will never check this decision

is_shown = {
NOT = {
has_character_flag = stay_home
}
save_temporary_scope_as = liege
any_courtier = {
courtier_might_leave = yes
}
}

effect = {
custom_tooltip = enable_stay_home_decision_effect
hidden_effect = {
add_character_flag = stay_home
}
}

ai_potential = {
always = no
}

ai_will_do = {
base = 0
}
}

disable_stay_home_decision = {
picture = "gfx/interface/illustrations/decisions/stay_home.dds"
desc = disable_stay_home_decision_desc
selection_tooltip = disable_stay_home_decision_tooltip

ai_check_interval = 0 # How many months to go between each check of this decision. An interval of 0 means the AI will never check this decision

is_shown = {
has_character_flag = stay_home

save_temporary_scope_as = liege
any_courtier = {
courtier_might_leave = yes
}
}

effect = {
custom_tooltip = disable_stay_home_decision_effect
hidden_effect = {
remove_character_flag = stay_home
}
}

ai_potential = {
always = no
}

ai_will_do = {
base = 0
}
}
< >
Showing 1-4 of 4 comments
Per page: 1530 50