Europa Universalis IV

Europa Universalis IV

Colonial Partitioning
25 kommentarer
Crustys41 7. juni kl. 10:39 
my colony isn't getting partitioned
mat1432  [ophavsmand] 3. nov. 2023 kl. 2:16 
Only players can split their colonies.
Wodan 30. okt. 2023 kl. 16:29 
works with Ai?
udkudk 5. apr. 2023 kl. 12:05 
PART 2:


After which continue in released target scope, and transfer 10 random province in target Colonial Region to this opm, and add cores.

After which again continue in released target scope and delete other cores in those 10 random provinces via;

every_core_province = {
limit = {
NOT = {
OR = {
continent = africa
continent = europe
continent = asia
}
}
}
every_core_country = {
limit = {
NOT = {
tag = PREV_PREV #released opm
tag = ROOT #your country
}
}
remove_core = PREV
}
}

After which event or decision must wait colonies to form. Then when that happens, make your country annex opm. Colony will transfer to you.
udkudk 5. apr. 2023 kl. 12:05 
PART 1:

random_owned_province = {
limit = {
is_capital = no
OR = {
continent = africa
continent = europe
continent = asia
}
}
any_core_country = {
limit = {
NOT = { tag = ROOT} #can use PREV_PREV as well (works only as a target,
#do not use PREV_PREV = {}, it works like
#THIS scope)
exists = no
NOT = {
calc_true_if = {
all_core_province = {
exists = yes
}
amount = 2 #target must only have 1 core
}
}
}
ROOT = {
release = PREV
}
}
}
udkudk 5. apr. 2023 kl. 12:05 
@mat1432
Thanks for your consideration.
I have the idea to make an decision that becomes available once you control all territories in a Colonial Region. Ideally decision would properly partition with proper borders.

Of course there's a easy and dirty way:(border gore in colonial region will happen)


Have decision release an opm nation that's capital is not in new world and is annexed by player, targeting it works like this;
mat1432  [ophavsmand] 4. apr. 2023 kl. 13:41 
Cool suggestion, my strat to achieve this is full annex a small coloniser before their colonies declare for independence.

I might add that feature sometime, but not now; paradox code is a lot simpler than python or JS, so there's a lot of workarounds for things that are simple loops and variable management (i.e. no such thing as an array).

It would be a cool feature, but it would be a pain to code it.
udkudk 4. apr. 2023 kl. 8:19 
I wish there was a mod that partitions your colonies to 10 province colonies to get extra merchants. Currently only way is pu'ing big colonizers or annexing them to get their colonies as well.
mat1432  [ophavsmand] 28. mar. 2023 kl. 13:11 
Thanks @Zencerd, I updated my description of the mod.
mat1432  [ophavsmand] 28. mar. 2023 kl. 2:10 
DM. Not sure whats wrong from a chat, It'll help if I have your save.
Zencerd 27. mar. 2023 kl. 12:31 
can i say i seriously dont understand how this mod works like. i have a carribian colony that taked some place in mexico and i do the mod thing and pressed bein but it didnt do anything.
can you help me understand?
mat1432  [ophavsmand] 27. mar. 2023 kl. 0:08 
Apologies about that, testing the live version on my end and startup events wouldn't fire. I released a patch; menus and localisation loaded correctly on my end but I need to test the mod a bit more.
Mattix 26. mar. 2023 kl. 12:13 
all the menus say missing location
mat1432  [ophavsmand] 28. feb. 2023 kl. 13:33 
You could let some colonies grow to a size you want, then annex one of them and move your capital to the new world before you unpause.
This does mean abysmal envoy travel times in Europe/home territory.
udkudk 28. feb. 2023 kl. 11:43 
@mat1432

Thanks for the fast answer.
I'm really searching for a mod that does that. Unfortunately, except Subjects Expanded (Settler Colony subject) mod, there isn't anything. And that mod while is great, changes too much for my taste.
mat1432  [ophavsmand] 28. feb. 2023 kl. 11:27 
Not directly control. The Annex option cedes all their lands, and transfers their cores to you. Colonies should spawn normally from those provinces. (highest dev province becomes their capital, and highest total dev becomes their new religion except pagan).
udkudk 28. feb. 2023 kl. 10:27 
@mat1432

After you use annex option, does new colonies spawn in that colonial region?
In other words, can this mod be used for directly controlling colonial regions, without disabling colony spawning (via altering defines)
mat1432  [ophavsmand] 5. jan. 2023 kl. 15:41 
Thanks
Apo7292009 5. jan. 2023 kl. 10:19 
awesome work
mat1432  [ophavsmand] 28. dec. 2022 kl. 3:45 
Cheers! No worries!
Ariq20 28. dec. 2022 kl. 3:33 
THANK YOU YOUR A LIFE SAVER!
Gyuwaaz 24. dec. 2022 kl. 12:45 
ok that makes sense. I can just take over the AI's colonies
mat1432  [ophavsmand] 24. dec. 2022 kl. 12:39 
Also, you can only cut up your own colonies, I thought that would be the best as it seems more fair than say cutting up mexico to weaken them before a war
mat1432  [ophavsmand] 24. dec. 2022 kl. 12:37 
No. Only players.
Gyuwaaz 24. dec. 2022 kl. 12:22 
this is probably a stupid question but can an AI colonizer do this aswell? If not is it possible for a player to use this to split up an AI's colonies?