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

Katapraktoi

Captain
73 Badges
Jan 15, 2005
304
3
  • 500k Club
  • Magicka
  • March of the Eagles
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Lead and Gold
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Victoria 3 Sign Up
  • Divine Wind
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III Complete
  • A Game of Dwarves
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
Hi everyone I have a new problem. I'm trying to implement some oil in a country's province through an event, since I don't want it to exist from the beginning but only appear much much later in the game play.

So far when I've edited things I've been looking at this page. http://web.telia.com/~u87538946/event_commands.htm

It has worked so far, but now that I am looking at this command...:

command = { type = oilpool value = 50 where = 551 }

... it doesn't work. =(

According to the description of the webpage it says that if you just use oilpool and value the valued oil will go straight into the national oilpool. Fair enough. But, it says that if you add "where = xzy" with a province number, it should add the oil to that specific province.

Either I am misunderstanding this description, or something is wrong when the event is supposed to add the value to daily production in province xzy.

When the event fires, nothing happens to the province's oil production, and when I open up the trade window with the nation they still don't have the oil in their reserves even added to it.

Anyone who knows of some other command, or what I am doing wrong with the current one?

As always, thank you very much in advance.
 
I've found the answer to my own question! I'm writing it here for future reference to others wondering the same thing:

command = { type = add_prov_resource which = 300 value = 5 where = oil }

Exchange which with province id, value with how much you want and where with preferred resource type.