• 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.

hopper2002

3% er
73 Badges
Nov 18, 2003
49
0
www.georgiacarry.org
  • Hearts of Iron IV: Colonel
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Knights of Pen and Paper 2
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • War of the Vikings
  • Hearts of Iron IV: Field Marshal
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Hearts of Iron IV: Death or Dishonor
  • Crusader Kings III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Cities in Motion 2
  • Hearts of Iron III
  • Europa Universalis III Complete
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Victoria 2
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
 
alright I found 'prov###' codes but when I try to example enter

'event 7004 ###' it just gives the event to my capital province


if I go event 7004 'name of province' it says invalid target

it says invalid target if I type in 'event 7004 PROV134 (or even prov134)'
 
Last edited:
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. :p :rofl:
 
I made small addition to "event_modifiers" file in "common" directory.

breedyoubastards = {
name = "Bunnies!"
global_population_growth = 1.0
icon = 1
}

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)
 
Last edited: