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

Don Calzone

Captain
67 Badges
Jul 20, 2003
462
5
www.stonyroad.de
  • Surviving Mars
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Necroids
  • Semper Fi
  • Europa Universalis III: Chronicles
  • Divine Wind
  • 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 IV: Res Publica
  • Europa Universalis III
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Hearts of Iron II: Beta
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
Hi guys,

i like your idea to create a scenario to play the great campaign in an battle mod. I ve got to tell you i saw this in an atemp of Paradox. They startet to make a campaign out of parts of scenarios. This means you play one battlescenario and start after your successful the next. Or depending on your success an alternative scenario. I hope some of you rember the Panzer General serie. It's like that. So i present you this events founded in my betaversion. I hope you will use this system.

Here we go:
Code:
#
# Campaign Events
#

#########################################################################
#  German Victory in test scenario
#########################################################################
event = { 
	id = 666666
	random = no
	country = GER
	
	trigger = {
		control = { province = 586 data = GER }
		control = { province = 596 data = GER }
		control = { province = 594 data = GER }
		control = { province = 655 data = GER }
		control = { province = 595 data = GER }
	}
	
	date = { day = 0 month = january year = 1936 }
	offset = 5	
	deathdate = { day = 0 month = june year = 1947 }
	
	
	
	name = "Germany has WON!"
	desc = "We have defeated all the danish oppopsition. We must now carry on towards Norway!"
	
	action_a = {
		name = "Norway is Next!"
		command = { type = songs which = "norge.txt" }
		command = { type = switch which = "test.eug" when = GER value = 1 }
	}
}



#########################################################################
#  German Victory in test scenario part 2
#########################################################################
event = { 
	id = 667
	random = no
	country = GER
	
	trigger = {
		control = { province = 664 data = GER }
	}
	
	date = { day = 0 month = january year = 1936 }
	offset = 5	
	deathdate = { day = 0 month = june year = 1947 }
	
	
	
	name = "Norway has surrendered!"
	desc = "From the halls of Montezuma to the shores of Drammen...."
	
	action_a = {
		name = "We have won everything possible!"
		command = { type = endgame }
	}
}
 
Oh, Thanks, Perhpas we will use that :)

Intrested in joining the MOD?

P.S It's two S and one P in Persson :) (Thinking on your signature!)