We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
I know it happens because one of my outlying provinces just had the event to raise it's population. When I type in the event specifically it only works on my capital province. Could use some help figuring out what code I have to replace to make it any/all of my provinces. Thanks.
i think u need to find the number of the province and add it after the event number
event 4001 132
so it would look like that
u can find the number of a province by doing a search of the rome files with the province name
Yes I did that, spammed the code, changed the effect to 3600 months and now I have hundreds of people each province. I changed the code back to 1 month, but the population gain is still at 1300% I had to change the tax mods to lower the money I get or it'll roll over my game and crash it. :rofl:
And then made addition to one of the event files (any will do) under the "events" directory.
country_event = {
id = 111111
is_triggered_only = yes
title = "Breeding like bunnies!"
desc = " \o/ "
option = {
name = "Fill the land!"
add_country_modifier = {
name = "breedyoubastards"
duration = 3600
}
}
}
Oh, and that duration is in days, so basically that is 10 years long event for your country which increases population growth all around the empire by 100% and you can start it any moment you like by typing that "event 111111" in the console.
(oh ffs this is a bad bad forum, cant get the indents right even if i try to edit and turn the parsing off, what the hell is wrong with paradoxs servers anyway as this forum is so so so weak)