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

Dutchemperor

General
36 Badges
Jul 7, 2009
1.764
3
  • Crusader Kings II: Charlemagne
  • Cities: Skylines Deluxe Edition
  • Victoria 2: A House Divided
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II
  • Europa Universalis III Complete
  • Crusader Kings II: Sword of Islam
  • 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
  • Darkest Hour
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Death or Dishonor
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • 500k Club
  • Victoria 2: Heart of Darkness
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
1. Haiti and brazil have the event hispanic day but haiti was france and brazil portugal.

2. how do i make an event that i can add national provinces?
(if someone can make one completly and that i only have to add the province id it will be great)
 
This one is based on the "claim Memel"-event... Just change ID, country and add the provinces you wich to have - all as seperate lines as shown... Might want to put in a trigger as well. I´d put in a just a date or something to make it 100% to trigger, but you could put in more advanced thing. Check around the event-files for ideas of how to do it.

event = {
id = 2009
random = no
country = GER
trigger = ?
name = "EVT_2009_NAME"
desc = "EVT_2009_DESC"
style = 0
picture = "Memel"

action_a = {
name = "OK"
command = { type = addcore which = 206 }
command = { type = addcore which = X }
}
}
 
i have this, everything was saved and i did event 2009 and i get the normal memel claim succeded event, cheat is for germany so.
what is wrong?:

#####################################
# German extra lands
#####################################

event = {
id = 2009
random = no
country = GER
trigger = ?
name = "EVT_2009_NAME"
desc = "EVT_2009_DESC"
style = 0
picture = "Memel"

action_a = {
name = "OK"
command = { type = addcore which = 68 }
command = { type = addcore which = 69 }
command = { type = addcore which = 70 }
command = { type = addcore which = 479 }
command = { type = addcore which = 480 }
command = { type = addcore which = 481 }
command = { type = addcore which = 483 }
command = { type = addcore which = 484 }
command = { type = addcore which = 485 }
command = { type = addcore which = 486 }
command = { type = addcore which = 487 }
command = { type = addcore which = 488 }
command = { type = addcore which = 489 }
command = { type = addcore which = 509 }
command = { type = addcore which = 1063 }
}
}
 
Last edited:
Each event has to have a unique id. Try "id = 950950" or something like that.