• 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
i have an event based on the memel, i, germany, want to add extra national provinces. i saved everything but i get the normal memel event. what is wrong with this event?


#####################################
# 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 }
}
}
 
You need a trigger.
 
and what can i have as trigger?

i do the event in the cheat area, do i also than need it? because i dont want other countries and other scenarios get it.
 
Last edited:
Or you can just add a date...
 
how do i do that?

is there not someone that can make the event completly for me? that is just only have to add the province id? it will be really great:)
 
f.e.
date = { day = 1 month = january year = 1936 }


Make sure to put the event into an existing event file, cause otherwise you would also have to edit the events.txt and start a new game.
 
it still dont works, what is wrong with this thing? it is the event folder of germany.

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

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

date = { day = 1 month = january year = 9999 }

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:
Try now with this event:
P.S: AS you see I changed the event ID because I think that id was already i use...

Code:
#####################################
# German extra lands
#####################################

event = {
	id = 123456789
	random = no
	country = GER

	name = "EVT_2009_NAME"
	desc = "EVT_2009_DESC"
	style = 0
	picture = "Memel"

	date = { day = 1 month = january year = 1936 }

	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 }
}
}
 
dont works too, i add the provinces in the danzig or war event.
 
Last edited: