Expand Empire CB Fix

If you liked this item, please rate it up on Steam Workshop page.

Author: Manubs

Last revision: 2 May, 2023 at 10:43 UTC

File size: 547.84 KB

On Steam Workshop

Description:

A simple mod to fix Expand Empire CB

War declaration interface dont show the EE CB?

This is your mod bro…

Hello, I have been going through the game files and I have come to this conclusion
File: 00_cb_types.txt
Definition: cb_force_join_hre
Line: prerequisites

This command produces the error
prerequisites = {
can_use_peace_treaty = {
who = FROM
treaty = po_join_empire
}

If you delete it, the casus belli begins to appear in the war interface, but the problem is that this seems to be the command that prevents it from being used against large nations or vassals, this code can be a solution until paradox fixes it….

cb_force_join_hre = {
valid_for_subject = no

prerequisites = {
has_dlc = "Emperor"
ROOT = {
is_emperor = yes
hre_reform_passed = emperor_reichsstabilitaet
}
FROM = {
is_subject = no
NOT = { num_of_cities = 7 }

religion_group = ROOT
capital_scope = {
same_continent = ROOT
is_part_of_hre = no
}
any_owned_province = {
any_neighbor_province = {
is_part_of_hre = yes
}
}
}
}

war_goal = take_capital_force_join_hre
}

*** You can’t use it against subject nations or nations that have 7 or more regions.

>>>> ACHIEVEMENTS NOT ALLOWED <<<<<