• 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.
Showing developer posts only. Show all posts in this thread.

Darkrenown

Star marshal
142 Badges
Jan 8, 2002
24.761
16.975
no
  • Leviathan: Warships
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: Wealth of Nations
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Rome Gold
  • Hearts of Iron IV: No Step Back
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • 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
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Dungeonland
  • East India Company
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
For 2 you could change Holland's first event to:
Code:
#########################################################################
#  The Recognition of Belgian Independence
#########################################################################
event = {
	id = 7400
	random = no
	country = HOL

	trigger = {
		exists = BEL
		random = 10
		war = { country = HOL country = BEL }
		NOT = { won_war = { country = BEL country = HOL } }
		NOT = { won_war = { country = HOL country = BEL } }
	}

	name = "EVT_6700_NAME"
	desc = "EVT_1505_DESC"
	style = 0

	date = { day = 8 month = january year = 1836 }
	offset = 14
	deathdate = { day = 30 month = december year = 1920 }

	action_a = {
		name = "ACTIONNAME7400A" # Recognize them
		command = { type = peace which = BEL }
		command = { type = trigger which = 6700 }
		command = { type = secedeprovince which = BEL  value = 781 }
		command = { type = secedeprovince which = BEL  value = 745 }
		command = { type = removecore which = 781 }
		command = { type = removecore which = 745 }
	}
	action_b = {
		name = "ACTIONNAME7400B" # Grant them semi-autonomy
		command = { type = peace which = BEL }
		command = { type = make_satellite which = BEL }
		command = { type = trigger which = 6701 }
		command = { type = secedeprovince which = BEL  value = 781 }
		command = { type = secedeprovince which = BEL  value = 745 }
		command = { type = removecore which = 781 }
		command = { type = removecore which = 745 }
	}
	action_c = {
		name = "ACTIONNAME7400C" # Refuse them independence
		command = { type = trigger which = 6702 }
	}
}
 
Last edited:

Darkrenown

Star marshal
142 Badges
Jan 8, 2002
24.761
16.975
no
  • Leviathan: Warships
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: Wealth of Nations
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Rome Gold
  • Hearts of Iron IV: No Step Back
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • 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
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Dungeonland
  • East India Company
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
Seelmeister said:
I have played as Prussia, and I seem to be able to survive and unify germany, get my industry up to the no2 status and usually become the top country for a few years, but then I find myself cruelly partitioned between the revenge seeking French and Austrians, the Russians and the multitude of revolts that spring up in my home provinces!

Sounds like you need my German unification mod! It slices! It dices! It reduces the badboy from unification!