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

unmerged(119251)

Corporal
1 Badges
Oct 15, 2008
44
0
  • Mount & Blade: Warband
DOWNLOAD IT HERE!


EVM v1.01
click here!







Install instructions


1) Install VIC, Revolution 2.01

2) Extract the EVM.exe file to your VIC directory.

5) You can run Victoria NTL.exe




scenarios

1701 War of the Spanish Succession
1718 War of the Quadruple Alliance
1756 Seven Years' War
1776 United States War of Independence
1789 French Revolution
EVM 1836






v0.8 update 09.04.03
yet added 1701~1836 events

v0.9 update 09.04.25
some added VIP event
added random events
added Balkan conflict event
added Byzatine, Han Empire event
added WW1 start event


v0.95 update 09.05.01
added event The Anglo-German arms race
added event Entente Cordiale,Triple Entente,Dreikaiserbund, Three Emperors' League, Reinsurance Treaty ,Dual Alliance
Modify scenarios country cash
Modify Pop growth rate - Europe
added Pop growth rate -0.5 : Germany, Italy
Modify some Events

v1.0 update 09.05.18
added G.D event
Modify WW1 events

v1.01 update 09.06.06
added 1701~1836 invention 50
added Factory Events
Modify some Events
 
Last edited:
Mode Screenshot

2vum2pc.jpg

1zr2n2v.jpg

zuj9xx.jpg

5l6r9t.jpg

2q3bq0m.jpg

25yx5ib.jpg

25yx5ib.jpg

2s967ih.jpg

23ivszm.jpg

30suecx.jpg
 
This is really great - the amount of leaders for the early modern period is staggering!

EDIT: I have posted this in the "Elizabeth - A Victorian Europa Universalis" thread, maybe it can help you with your mod if you want them, zaen.

Here are some events (from EU2):

Oostende Company
Code:
#########################################################################
#  The Oostende Company
#########################################################################
#From EU2

event = {
	id = 1532
	random = no
	country = AUS

	trigger = {
			owned = { province = 276 data = AUS }	#Flemish coast
	}

	name = "The Oostende Company"
	desc = "The company was a highly successful colonial trading company, mostly active in the Chinese tea trade and also in the Bengals where it had a colony/fort factory. Its success was short-lived however because of Habsburg dynastic reasons when Maria Theresia came to the throne. The VOC was so annoyingly successful to the Dutch and the English that the abolishment of it was a demand to not oppose the ascending to the throne of Maria Theresia."
	style = 0

	date = { day = 1 month = january year = 1716 }
	offset = 100
	deathdate = { day = 1 month = january year = 1726 }


	action_a = {
		name = "We will exploit this!"
		command = { type = sleepevent which = 7000 }
		command = { type = treasury value = 200 }		#was 200 ducats, so amount should be converted
		command = { type = relation which = HOL value = -100 }
		command = { type = gain_building which = 276 value = -2 }		#in EU2 was a Refinery
	}
}


#########################################################################
#  The Oostende Company
#########################################################################
#From EU2

event = {
	id = 7000
	random = no
	country = FLA

	trigger = {
			owned = { province = 276 data = FLA }	#Flemish coast
	}

	name = "Foundation of the Verenigde Oostendse Compagnie"
	desc = "Held back by treaties imposed by the north, the south still managed to get involved in the colonial race and exert its mercantile nature overseas when the times were right."
	style = 0

	date = { day = 1 month = january year = 1716 }
	offset = 100
	deathdate = { day = 1 month = january year = 1726 }


	action_a = {
		name = "We will exploit this!"
		command = { type = sleepevent which = 1532 }
		command = { type = treasury value = 200 }		#was 200 ducats, so amount should be converted
		command = { type = relation which = HOL value = -100 }
		command = { type = gain_building which = 276 value = -2 }		#in EU2 was a Refinery
	}
}

Purge of the Archbishop of Salzburg:
Code:
#########################################################################
#  The Purge of the Archbishop of Salzburg
#########################################################################
#From EU2

event = {
	id = 1533
	random = no
	country = AUS

	trigger = {
			owned = { province = 765 data = AUS }	#Salzburg
	}

	name = "The Purge of the Archbishop of Salzburg"
	desc = "In 1731 the Archbishop of Salzburg purged his lands from Protestants. The Protestants had grown in number over the years and the archbishop had started to feel his powers threatened by their existence. More than 26000 ethnic German Protestants fled for their lives. 17000 of them were welcomed in Prussia in 1732 and most of them settle in East Prussia. Several protestant countries started nation-wide collections to help the fugitives."

	style = 0

	date = { day = 1 month = january year = 1731 }
	offset = 10
	deathdate = { day = 1 month = january year = 1732 }


	action_a = {
		name = "Let the Archbishop Purge the Protestants"
		command = { type = add_pop which = protestant value = -0.1 where = 765 }
		command = { type = trigger which = 4642 } #Prussian event where the protestant immigrate there
	}
	action_b = {
		name = "Stop the Archbishop's Purge"
		command = { type = convert_pop_type which = south_german value = protestant where = 765 when = 100 }	#protestant religious spread
	}
}

#########################################################################
#  Protestant Refugees from Salzburg
#########################################################################
#From EU2

event = {
	id = 4642
	random = no
	country = PRU

#Triggered by AUS1533

	name = "The Purge of the Archbishop of Salzburg"
	desc = "In 1731 the Archbishop of Salzburg purged his lands from Protestants. The Protestants had grown in number over the years and the archbishop had started to feel his powers threatened by their existence. More than 26000 ethnic German Protestants fled for their lives. 17000 of them were welcomed in Prussia in 1732 and most of them settle in East Prussia. Several protestant countries started nation-wide collections to help the fugitives."

	style = 0


	action_a = {
		name = "Incorporate them"
		command = { type = add_pop which = south_german value = 0.05 where = 398 }	#Memel
		command = { type = add_pop which = south_german value = 0.05 where = 396 }	#Königsberg
	}
}

The Methuen Treaty and Lisbon Earthquake:
Code:
#########################################################################
#  Earthquake destroys Lisboa
#########################################################################
event = { 
	id = 7500
	random = no
	country = POR
	
	trigger = {
			owned = { province = 655 data = POR }	#Lisbon
	}
	
	name = "Earthquake destroys Lisboa"
	desc = "EVENT7500D"
	style = 0
	
	date = { day = 1 month = january year = 1755 }
	offset = 10
	deathdate = { day = 1 month = january year = 1756 }
	
	action_a = {
		name = "OK"
		command = { type = add_pop which = craftsmen value = -0.3 where = 655 }	#Lisbon
	}
}	



#########################################################################
#  The Methuen Agreement
#########################################################################
event = { 
	id = 7501
	random = no
	country = POR
	
	trigger = {
				exists = ENG
	}
	
	name = "The Methuen Agreement"
	desc = "EVENT7501D"
	style = 0
	
	date = { day = 1 month = january year = 1703 }
	offset = 10
	deathdate = { day = 1 month = july year = 1706 }
	
	action_a = {
		name = "Offer the Agreement - become vassal of England"
		command = { type = trigger which = 6955 }
		command = { type = relation which = ENG value = 150 }
		command = { type = gain_building which = -1 value = winery }	
		command = { type = gain_building which = -1 value = winery }	
		command = { type = gain_building which = -1 value = winery }	
		command = { type = gain_building which = -1 value = -2 }	
	}
	action_b = {
		name = "Don't Offer the Agreement - remain independent"
		command = { type = relation which = ENG value = -100 }
	}
}	


#########################################################################
# The Methuen Agreement
#########################################################################

event = {
	id = 6955
	random = no
	persistent = no
	country = ENG


	name = "The Methuen Agreement"
	desc = "John Methuen was born in 1650. An accomplished diplomat, he is well remembered for the treaty signed in 1703 between England and Portugal. The main purpose of the treaty was to allow free introduction of English wool and cloths to Portugal in exchange of free entry of Portuguese wine into England (Port wine). The treaty made in effect Portugal an economic and political satellite of England, and was abrogated only in 1836. John Methuen died in 1706 shortly after his greatest success."

	style = 0


	action_a = {
		name = "Accept the Agreement"
		command = { type = make_satellite which = POR }
		command = { type = relation which = POR value = 150 }
	}
	action_b = {
		name = "Denounce the Agreement"
		command = { type = relation which = POR value = -100 }
	}
}

This goes in event_text.csv:
Code:
EVENT7500D;The Earthquake that destroyed Lisboa was a catastrophe of huge proportions that resounded all across Europe and even into the new world. 1st of November, 1755, a beautiful day, when next to everyone was in the churches celebrating a holiday the ground suddenly started to shake and the churches started caving in, crushing the visitors. For those that escaped it was far from over as a heavy breeze of wind suddenly started to come in over the area beating the small fires into a virtual inferno incinerating thousands. But yet thousands of people would fall victim for the grand tidal wave reaching land just a few minutes later. The death count was estimated to 20.000-40.000 people at the time and given all four elements (wind, fire, earth & water) the explanation ''punishment by god'' was a view widely spread both in Portugal and elsewhere.;;;;;;;;;;x
EVENT7501D;John Methuen was born in 1650. An accomplished diplomat, he is well remembered for the treaty signed in 1703 between England and Portugal. The main purpose of the treaty was to allow free introduction of English wool and cloths to Portugal in exchange of free entry of Portuguese wine into England (Port wine). The treaty made in effect Portugal an economic and political satellite of England, was effectively in place all the way to 1750, when King D José I choose to ignore it, even while it was still formally in effect until 1836. John Methuen died in 1706 shortly after his greatest success.;;;;;;;;;;x
 
Last edited:
It adds a pop of a certain culture/workforce/religion. It can also remove a pop if a negative value is used.
 
v0.95 update 09.05.01

added event The Anglo-German arms race
added event Entente Cordiale,Triple Entente,Dreikaiserbund, Three Emperors' League, Reinsurance Treaty ,Dual Alliance
Modify scenarios country cash
Modify Pop growth rate - Europe
added Pop growth rate -0.5 : Germany, Italy
Modify some Events
 
maybe we could see a screenshot of europe map at 1701 ? :)
 
Well this is nice Zaen.

EDIT

Does this overwrite original Victoria in any way?
 
Yes

This Mode is compose : 1701, 1718, 1756, 1776, 1789. 1836 (EVM)

and all scenarios embbed 1836~1936 go to WW1 events


I'm sure I'll get to it :) I always thought Vicky was better suited for the 17th and 18th centuries, despite the existance of the EU series.
 
Can someone please verify this download is safe. It has a very weird pop up screen when I go to run the exe.
 
The thing you're mentioning is probably because of the unrecognized characters (that appear as "?"s) which I think are actually cyrillic.
 
The thing you're mentioning is probably because of the unrecognized characters (that appear as "?"s) which I think are actually cyrillic.


Yes. Very unrecognized. Is the exe ok then?
 
G.D concept

1 1920s 1920~1924 Between coutries/ Between industries - dislocation
misoction of resources 1920s
The magnitude of the real shock originating in WW1

2 1920s 1925~1929 no longer London, not yet Washington
U.K was unable, U.S was unwilling to play a role of international LOLR

The absence of clear int'nl economic leadership
-> The postwar chaos, the poor policies


3 1930~ 1935
Sustained deflationtry policies after WW1
Abherence to incorrect or outcomoded economic theories

4 No int'l cooperation

20s 1920~1929 30s 1930~1936
1933 WMC

The absence of international cooperation
-> policy mistakes


Ref
Debt-deflation , financial fragility , credit - cycle
1920s over-indebtedness (Fisher, Minsky, Kindleberger)
non-monetary effect of bank failures (Bernanke)

Chaos, catastrophe , the age of crisis , the age of experiments


WW1 hyperinf . mid inf . -> depreciation
short postwar boom -> a slump -> serious banking crises in 1920s
Inter-Allied debts & reparations


1920s Dawes plan (1924), France Rhur

1931 AUS, GER,USA serious banking crises

Financial crisis Steeply falling prices Collapse in output Collapse in employment


The Great Depression = a world-wide cyclical decline


1930s
1931.9 ENG off-gold -> USA 1933
gold bloc : pre - 1931 parities
 
Yes. Very unrecognized. Is the exe ok then?

I didn't actually scan it, but it extracted fine, and the files in it all were functional Victoria files, so yeah, I would say it's safe.
 
I didn't actually scan it, but it extracted fine, and the files in it all were functional Victoria files, so yeah, I would say it's safe.

I'll have to take your word on it. Besides I was dying for an 18th century Victoria mod... :D