• 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.
TB, I have taken receipt of your work on the USA. :)

I am going to compare event_text files and see what needs to be changed. I would rather not overwrite anything...
 
Does anyone know of a text editor of some sort which allows for either the removal of all of some type of symbols or that can remove columns of text?
Doing this (removing #s) manualy is less than entertaining.
 
In notepad, there is a "replace" function. To remove all #s, simply put it to remove # and replace it with a blankspace. The only problem with this is that it removes EVERY single #, including ones that you don´t wan´t removed.
 
Better than nothing.
I've figured out a way.
It's time consuming, but less so than manualy doing it.
Oh, by the way, I'm getting rid of the # in front of all the working events (so far the non working ones are the three Italian ones about Libyan revolts and the one about Mussolini, where everything works fine but the allignment command is not recognized) for people who want more events.
Since modders tend to take many things the wrong way I have to ask: can I release this here?
Event related question: there appears to be a problem with the German military mission in Afghanistan event which I can't find.
Whatever date I put as the start date it says "unknown in game lhs-event" or something along those lines.
 
Last edited:
I know your problem because I've done the Afghan Events and many other.
I think the problem is that the text is too long or so. After I've written the text in the event_text.csv file and replaced the original text with EVT_22003_DESC e.g. it worked fine.
 
Hm, really?
Because many of the events are having quite mundane problems in being accepted (i.e. command = { is not being recognized and the like).
Also, all the item pools had to be changed of obvious reasons.
I'll probably get this out later today, the only events I am going to miss (unless I can fix them) would be Japan demanding Manchuria (I had to make it so that China can only wage war) and Greece buying the pre Drednoughts.
Otherwise all is fine.
EDIT: apparently, due to my fault, all my work has been lost.
Will start again, but this time will use new experience to remake every event.
 
Last edited:
Hi i've made flavour event for the 1911 scenario about the sinking of the Titanic here it is:
event = {
id = xxx
random = no
style = 0
picture = "titanic"

trigger = { ai = no }

name = "EVT_xxx_NAME"
desc = "EVT_xxx_DESC"

date = { day = 14 month = april year = 1912 }

action_a = {
name = "ACTIONNAMExxxA"
command = { }
}
}

And for event_text.csv:
EVT_xxx_NAME;The sinking of the Titanic;;;;;;;;;;x
EVT_xxx_DESC;RMS Titanic was an Olympic class passenger liner that became infamous for its collision with an iceberg and dramatic sinking in 1912. The second of a trio of superliners, she and her sisters, RMS Olympic and HMHS Britannic, were designed to provide a three-ship weekly express service and dominate the transatlantic travel business for the White Star Line.[1] Built at the Harland and Wolff shipyard in Belfast, Ireland, Titanic was the largest passenger steamship in the world at the time of her sinking. During Titanic's maiden voyage (from Southampton, England, to Cherbourg, France, Queenstown (Cobh), Ireland, then New York), she struck an iceberg at 11:40 PM (ship's time) on Sunday evening April 14, 1912, broke into two pieces, and sank two hours and forty minutes later at 2:20 AM Monday morning.;;;;;;;;;;x
ACTIONNAMExxxA;Horrible!!!;;;;;;;;;;;x

It is purely a flavour event for all countries and this my first event that i've ever made :D

Oh! i almost forget it i've used this pic (sorry i don't know how to put over that green background )
titanicbn1.png
 
Last edited:
Seylanov: If you convert some events please notice that I have converted some countries, too. You can take a look on them.
The list of countries I have done is here:
Abyssinia
Albania
Afghanistan
AnFu
Argentina
Belgium
Bolivia
Brazil
Bulgaria
China
Greece
Japan
Kuomintang
Warlord
 
Please zip them up and send them to me (russkisoldat@gmail.com) or link to a place where I can download them immediately.
Seems to me that I've got most of those and then some converted, although a few not fully.
 
Hey, are the events codependent on each other?
Because when coverting the Abyssinian events, I noticed the ones that have to do with as of yet unconverted Ottoman ones make the game crash, while for Afghanistan events with Germany make it crash and vice versa.
 
Ah, ok.
Anyway, converting Germany and France is apparently a lot easier than converting some of the smaller nations. I expect to be done later today, at which point I will release my events folder on rapidshare, although this'll be just a preliminary version in which I intend to get help from others.
But if all goes well, every one of these events will be functional a week from now.
Oh, and I had to cut down on the descriptiveness for a lot of them so as to make them work (I could'v echanged the config file, but I've been having problems with that).
 
I´d just like to add that Ethiopia has a slept tech team at start, namely the Massawa Dockyards. If they conquer italian eritrea and gets it in the peace, this team should be activated.

Just a little message from the tech team maker. :)
 
Hi
I don't know if it has been done before but i have converted the events for ireland (ireland.txt).
Here it is


##########################
# IRELAND #
##########################

# A nation once again

event = {
country = IRE
id = 63001
random = no
style = 0

name = "EVT_63001_NAME"
desc = "EVT_63001_DESC"

date = { day = 0 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "ACTIONNAME63001A"
command = { type = relation which = ENG value = -20 }
command = { type = supplies value = 100 }
command = { type = oilpool value = 30 }
command = { type = metalpool value = 30 }
command = { type = energypool value = 30 }
command = { type = rarematerialspool value = 30 }
command = { type = add_division which = infantry }
command = { type = add_division which = militia }
command = { type = set_domestic which = democratic value = 6 }
command = { type = alliance which = ENG }
}
}

# Ireland independent

event = {
country = IRE
id = 63002
random = no
style = 0

name = "EVT_63002_NAME"
desc = "EVT_63002_DESC"

action_a = {
name = "ACTIONNAME63002A"
command = { type = relation which = ENG value = -20 }
command = { type = supplies value = 100 }
command = { type = oilpool value = 30 }
command = { type = metalpool value = 30 }
command = { type = energypool value = 30 }
command = { type = rarematerialspool value = 30 }
command = { type = add_division which = infantry }
command = { type = add_division which = militia }
command = { type = set_domestic which = democratic value = 4 }
command = { type = headofstate which = 63001 }
command = { type = headofgovernment which = 63039 }
command = { type = foreignminister which = 63040 }
command = { type = armamentminister which = 63042 }
command = { type = ministerofsecurity which = 63043 }
command = { type = ministerofintelligence which = 63006 }
command = { type = chiefofstaff which = 63044 }
command = { type = chiefofarmy which = 63045 }
command = { type = chiefofnavy which = 63009 }
command = { type = chiefofair which = 63010 }
command = { type = secedeprovince which = ENG value = 28 }
command = { type = secedeprovince which = ENG value = 29 }
}
}

# Ireland independent

event = {
country = IRE
id = 63003
random = no
style = 0

name = "EVT_63003_NAME"
desc = "EVT_63003_DESC"

action_a = {
name = "ACTIONNAME63003A"
command = { type = relation which = ENG value = -20 }
command = { type = supplies value = 100 }
command = { type = oilpool value = 30 }
command = { type = metalpool value = 30 }
command = { type = energypool value = 30 }
command = { type = rarematerialspool value = 30 }
command = { type = add_division which = infantry }
command = { type = add_division which = militia }
command = { type = set_domestic which = democratic value = 1 }
command = { type = headofstate which = 63047 }
command = { type = headofgovernment which = 63048 }
command = { type = foreignminister which = 63049 }
command = { type = armamentminister which = 63050 }
command = { type = ministerofsecurity which = 63051 }
command = { type = ministerofintelligence which = 63006 }
command = { type = chiefofstaff which = 63052 }
command = { type = chiefofarmy which = 63053 }
command = { type = chiefofnavy which = 63009 }
command = { type = chiefofair which = 63010 }
command = { type = secedeprovince which = ENG value = 28 }
command = { type = secedeprovince which = ENG value = 29 }
}
}

# Home Rule within Home Rule?

event = {
country = IRE
id = 63100
random = no
style = 0

name = "EVT_63100_NAME"
desc = "EVT_63100_DESC"

trigger = {
NOT = {
war = { country = GER country = ENG }
}
event = 63001
}

date = { day = 16 month = september year = 1914 }
offset = 15
deathdate = { day = 16 month = october year = 1914 }

action_a = {
name = "ACTIONNAME63100A"
command = { type = relation which = ENG value = -15 }
command = { type = construct which = ic where = 29 value = -6 }
command = { type = manpowerpool value = -6 }
command = { type = removecore which = 28 }
command = { type = removecore which = 29 }
command = { type = sleepevent which = 56324 } #Ulster or Ireland? (unlikely use of force)
command = { type = sleepevent which = 56328 } #Ulster or Ireland? (likely use of force)
}
action_b = {
name = "ACTIONNAME63100B"
command = { type = independence which = U18 value = 1 when = 1 }
#command = { type = trigger which = 56324 }
}
}

# War with Ulster

event = {
country = IRE
id = 63101
random = no
style = 0

name = "EVT_63101_NAME"
desc = "EVT_63101_DESC"

# Triggered by British 56324

action_a = {
name = "ACTIONNAME63101A"
command = { type = war which = U18 }
}
}
 
Ah, the game doesn't run :(
Apparently the event_text file is a problem, as are some events.
Documentation of errors (filled in as it goes)
event_text causes game not to start
ABC pact text too long-shortened (fixed)
In two Bolivian events the name "HANS KUNDT" is written instead of a number- he is number 6105 (fixed)

Bolivian event 6006 there are leader names in caps instead of numbers-
They are as follows:
BAUTISTA SAAVEDRA-6041
FELIPE GUZMAN- not found on head of government list, replaced with black shadow
Alberto Guitterez- not found, replaced with Daryo Guitterez (Carlos Guitterez a possiblity)
Armaments minister- Escalier, not found and replaced with Red Shadow
minister of security- Ramirez, number 6057
cheif of staff and cheif of army- Balvidieso not found and replaced with Black Shadow
cheif of air- Bilbaro Rioja replaced with black shadow
head of intel- blanco, replaced with black shadow
Either I missed an update or most of these ministers don't exist in the game.

Similiar problem with Chile and Peru

Says democracy instead of democratic and peace_lobby instead of defense_lobby in monarchist coup events for Sweden.

Abyssinia's joining the Entente event is broken.
And that's it!

Now I have to figure out how to make event_text not crash the game.
 
Last edited:
Oh, and I converted all the Soviet events.
Didn't know what to do with the allignment part, so I left that #ed out.
Code:
	########################## 		
	# SOVIET RUSSIA          # 		
	########################## 		
			
	# The world's first communist state 		
			
	event = { 		
	    country = SOV 			    
	    id = 74001 		
	    random = no
	    #picture = 		

	    style = 0 		
			
	    name = "EVT_74001_NAME" 		
	    desc = "EVT_74001_DESC" 		
			
	    # Triggered by Russian 48105 		
			
	    date = { day = 0 month = august year = 1914 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME74001A" 		
	        command = { type = dissent value = 20 } 		
	        command = { type = manpowerpool value = 100 } 		
	        command = { type = set_domestic which = democratic value = -8 }
	        command = { type = domestic which = political_left value = 10 }
	        command = { type = domestic which = free_market = -10 }
	        command = { type = domestic which = freedom = -10 }
	        command = { type = add_division value = infantry } 		
	        command = { type = add_division value = infantry } 		
	        command = { type = add_division value = militia } 		
	        command = { type = add_division value = militia } 		
	        command = { type = add_division value = militia } 		
	        command = { type = add_division value = militia } 		
	        command = { type = add_division value = militia } 		
	        command = { type = add_division value = militia } 		
	        command = { type = removecore which = 637 } # Poland		
	        command = { type = removecore which = 638 }		
	        command = { type = removecore which = 639 }		
	        command = { type = removecore which = 640 }		
	        command = { type = removecore which = 642 }		
	        command = { type = removecore which = 643 }		
	        command = { type = removecore which = 648 }		
	        command = { type = removecore which = 649 }		
	        command = { type = removecore which = 720 }		
	        command = { type = removecore which = 723 }		
	        command = { type = removecore which = 707 } # Estonia		
	        command = { type = removecore which = 708 } # Latvia		
	        command = { type = removecore which = 709 }		
	        command = { type = removecore which = 712 }		
	        command = { type = removecore which = 713 }		
	        command = { type = removecore which = 714 } # Lithuania		
	        command = { type = removecore which = 715 }		
	        command = { type = removecore which = 716 }		
	        command = { type = removecore which = 717 }		
	        command = { type = removecore which = 718 }		
	        command = { type = removecore which = 721 }		
	        command = { type = removecore which = 722 }		
#	        command = { type = ai which = "soviet.ai" }		
		} 	
	}		
			
	# Germany wants peace		
			
	event = { 		
	    country = SOV 		
	    id = 74002		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_74002_NAME" 		
	    desc = "EVT_74002_DESC" 		
			
	# triggered by German 21110 action a		
			
	    action_a = { 		
	        name = "ACTIONNAME74002A"		
		command = { type = leave_alliance } 	
	        command = { type = peace which = GER value = 1 }		
		command = { type = access which = GER }	
	 	command = { type = access which = U11 }	
		command = { type = access which = OTT }	
	        command = { type = independence which = SIB value = 0 }		
	        command = { type = trigger which = 73001 } 		
	        command = { type = independence which = U15 value = 0 }		
	        command = { type = trigger which = 87001 } 		
	        command = { type = trigger which = 74004 } 		
	        command = { type = dissent value = -70 }	
	    } 		
	} 		
			
	# Germany wants war		
			
	event = { 		
	    country = SOV 		
	    id = 74003		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_74003_NAME" 		
	    desc = "EVT_74003_DESC" 		
			
	# triggered by German 21110 action b		
			
	    action_a = { 		
	        name = "ACTIONNAME74003A" 		
	        command = { type = dissent value = -10 } 		
	        command = { type = manpowerpool value = 200 } 		
	        command = { type = domestic which = political_left value = 1 }
	        command = { type = domestic which = free_market = -1 }
	        command = { type = domestic which = freedom = -1 }		
	    } 		
	} 		
			
	##################################################  #		
	event = { 		
	    country = SOV 		
	    id =74004 		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_74004_NAME" 		
	    desc = "EVT_74004_DESC" 		
			
	# triggered by 74002		
			
	    action_a = { 		
	        name = "ACTIONNAME74004A" 		
			command = { type = war which = U15 }
			command = { type = addcore which = 805 } # Whites
			command = { type = addcore which = 807 }
			command = { type = addcore which = 811 }
			command = { type = addcore which = 821 }
			command = { type = addcore which = 822 }
			command = { type = addcore which = 834 }
			command = { type = addcore which = 838 }
			command = { type = addcore which = 839 }
			command = { type = addcore which = 859 }
			command = { type = addcore which = 862 }
			command = { type = addcore which = 1222 }
			command = { type = addcore which = 1223 }
			command = { type = addcore which = 1224 }
			command = { type = addcore which = 1230 }
			command = { type = addcore which = 1235 }
			command = { type = addcore which = 1252 }
			command = { type = addcore which = 1255 }
			command = { type = addcore which = 1256 }
			command = { type = addcore which = 1257 }
			command = { type = addcore which = 1259 }
			command = { type = addcore which = 1366 }
			command = { type = addcore which = 1369 }
			command = { type = addcore which = 1370 }
			command = { type = addcore which = 1399 }
			command = { type = addcore which = 1402 }
			command = { type = addcore which = 1405 }
			command = { type = addcore which = 1409 }
			command = { type = addcore which = 1424 }
			command = { type = addcore which = 1425 }
			command = { type = addcore which = 1426 }
			command = { type = addcore which = 1429 }
			command = { type = addcore which = 1430 }
			command = { type = addcore which = 1515 }
			command = { type = addcore which = 1519 }
			command = { type = addcore which = 1648 }
			command = { type = addcore which = 1663 }
			command = { type = addcore which = 1847 }
			command = { type = addcore which = 719 } # Ukraine
			command = { type = addcore which = 721 }
			command = { type = addcore which = 763 }
			command = { type = addcore which = 764 }
			command = { type = addcore which = 766 }
			command = { type = addcore which = 767 }
			command = { type = addcore which = 769 }
			command = { type = addcore which = 770 }
			command = { type = addcore which = 774 }
			command = { type = addcore which = 775 }
			command = { type = addcore which = 776 }
			command = { type = addcore which = 857 }
			command = { type = addcore which = 863 }
			command = { type = addcore which = 864 }
			command = { type = addcore which = 865 }
			command = { type = addcore which = 772 } # Belarus
			command = { type = addcore which = 773 }
			command = { type = addcore which = 778 }
			command = { type = addcore which = 779 }
			command = { type = addcore which = 780 }
			command = { type = addcore which = 1359 } # Azerbaijan
			command = { type = addcore which = 1360 }
			command = { type = addcore which = 1220 } # Georgia
			command = { type = addcore which = 1258 }
			command = { type = addcore which = 1260 } # Armenia
			command = { type = addcore which = 1263 }
			command = { type = addcore which = 1239 } # Siberia
			command = { type = addcore which = 1240 }
			command = { type = addcore which = 1241 }
			command = { type = addcore which = 1242 }
			command = { type = addcore which = 1243 }
			command = { type = addcore which = 1246 }
			command = { type = addcore which = 1250 }
			command = { type = addcore which = 1371 }
			command = { type = addcore which = 1372 }
			command = { type = addcore which = 1373 }
			command = { type = addcore which = 1374 }
			command = { type = addcore which = 1375 }
			command = { type = addcore which = 1376 }
			command = { type = addcore which = 1377 }
			command = { type = addcore which = 1378 }
			command = { type = addcore which = 1379 }
			command = { type = addcore which = 1380 }
			command = { type = addcore which = 1381 }
			command = { type = addcore which = 1382 }
			command = { type = addcore which = 1383 }
			command = { type = addcore which = 1385 }
			command = { type = addcore which = 1386 }
			command = { type = addcore which = 1387 }
			command = { type = addcore which = 1388 }
			command = { type = addcore which = 1389 }
			command = { type = addcore which = 1391 }
			command = { type = addcore which = 1392 }
			command = { type = addcore which = 1393 }
			command = { type = addcore which = 1394 }
			command = { type = addcore which = 1395 }
			command = { type = addcore which = 1396 }
			command = { type = addcore which = 1397 }
			command = { type = addcore which = 1517 }
			command = { type = addcore which = 1518 }
			command = { type = addcore which = 1521 }
			command = { type = addcore which = 1522 }
			command = { type = addcore which = 1523 }
			command = { type = addcore which = 1524 }
			command = { type = addcore which = 1525 }
			command = { type = addcore which = 1527 }
			command = { type = addcore which = 1529 }
			command = { type = addcore which = 1530 }
			command = { type = addcore which = 1533 }
			command = { type = addcore which = 1537 }
			command = { type = addcore which = 1538 }
			command = { type = addcore which = 1540 }
			command = { type = addcore which = 1553 }
			command = { type = addcore which = 1628 }
			command = { type = addcore which = 1630 }
			command = { type = addcore which = 1631 }
			command = { type = addcore which = 1632 }
			command = { type = addcore which = 1633 }
			command = { type = addcore which = 1634 }
			command = { type = addcore which = 1636 }
			command = { type = addcore which = 1637 }
			command = { type = addcore which = 1638 }
			command = { type = addcore which = 1639 }
			command = { type = addcore which = 1640 }
			command = { type = addcore which = 1641 }
			command = { type = addcore which = 1644 }
			command = { type = addcore which = 1645 }
			command = { type = addcore which = 1659 }
			command = { type = addcore which = 1843 }
			command = { type = addcore which = 1846 }
			command = { type = addcore which = 1850 }
			command = { type = addcore which = 1855 }
	     } 		
	}		
			
	event = { 		
	    country = SOV 		
	    id = 74005 		
	    random = no 		
	    style = 0 		
			
	    name = "Western intervention" 		
	    desc = "For all their talk of democracy, the capitalist running dogs of the 		
	West have shown their true colours, by sending their hirelings to strangle the 		
	Revolution in its cradle. The People must unite to win their freedom!" 		
			
	    trigger = { 		
	        OR = { 		
			event = 87002
			event = 87003
			event = 87004
			event = 73003
			event = 73004
			}
	        atwar = yes		
	    } 		
			
	    date = { day = 0 month = march year = 1918 } 		
	    offset = 75 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "Arise, ye wretched of the Earth!" 		
	        command = { type = dissent value = -20 } 		
	        command = { type = manpowerpool value = 700 }		
	    } 		
	}		
			
#	##################################################  		
#	# These events check for control of non-Russian territories during the Revolution		
#	##################################################  		
#	# Germany		
#	# 74100 Poland		
#	# 74101 Byelorussia		
#	# 74102 Ukraine		
#	# 74103 Lithuania		
#	# 74104 Latvia		
#	# 74105 Estonia		
#	# 74106 Finland		
#	#############		
#	 Poland		
			
	event = { 		
	    country = SOV 		
	    id = 74100 		
	    random = no 		
	    style = 0 		
			
	    name = "Germany controls Warszawa" 		
	    desc = "The capital of Poland is under German control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 643 data = GER } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = sleepevent which = 74107 } 		
	    } 		
	} 		
			
#	 Byelorussia		
			
	event = { 		
	    country = SOV 		
	    id = 74101 		
	    random = no 		
	    style = 0 		
			
	    name = "Germany controls Minsk" 		
	    desc = "The capital of Byelorussia is under German control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 778 data = GER } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = sleepevent which = 74108 } 		
	    } 		
	} 		
			
#	 Ukraine		
			
	event = { 		
	    country = SOV 		
	    id = 74102 		
	    random = no 		
	    style = 0 		
			
	    name = "Germany controls Kiev" 		
	    desc = "The capital of Ukraine is under German control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 775 data = GER } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = sleepevent which = 74109 } 		
	    } 		
	} 		
			
#	 Lithuania		
			
	event = { 		
	    country = SOV 		
	    id = 74103 		
	    random = no 		
	    style = 0 		
			
	    name = "Germany controls Kaunas" 		
	    desc = "The capital of Lithuania is under German control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 715 data = GER } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { } 		
	    } 		
	} 		
			
#	 Latvia		
			
	event = { 		
	    country = SOV 		
	    id = 74104 		
	    random = no 		
	    style = 0 		
			
	    name = "Germany controls Riga" 		
	    desc = "The capital of Latvia is under German control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 709 data = GER } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { } 		
	    } 		
	} 		
			
#	 Estonia		
			
	event = { 		
	    country = SOV 		
	    id = 74105 		
	    random = no 		
	    style = 0 		
			
	    name = "Germany controls Tallinn"		
	    desc = "The capital of Estonia is under German control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 707 data = GER } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { } 		
	    } 		
	} 		
			
#	 Finland		
			
	event = { 		
	    country = SOV 		
	    id = 74106 		
	    random = no 		
	    style = 0 		
			
	    name = "Germany controls Helsinki" 		
	    desc = "The capital of Finland is under German control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 706 data = GER } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { } 		
	    } 		
	} 		
#	##############		
#	# Austria-Hungary		
#	# 74107 Poland		
#	# 74108 Byelorussia		
#	# 74109 Ukraine		
#	#############		
#	# Poland		
	event = { 		
	    country = SOV 		
	    id = 74107 		
	    random = no 		
	    style = 0 		
			
	    name = "Austria-Hungary controls Warszawa" 		
	    desc = "The capital of Poland is under the control of the Dual Monarchy, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 643 data = U11 } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = sleepevent which = 74100 } 		
	    } 		
	} 		
			
#	 Byelorussia		
			
	event = { 		
	    country = SOV 		
	    id = 74108 		
	    random = no 		
	    style = 0 		
			
	    name = "Austria-Hungary controls Minsk" 		
	    desc = "The capital of Byelorussia is under the control of the Dual Monarchy, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 778 data = U11 } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = sleepevent which = 74101 } 		
	    } 		
	} 		
			
#	 Ukraine		
			
	event = { 		
	    country = SOV 		
	    id = 74109 		
	    random = no 		
	    style = 0 		
			
	    name = "Austria-Hungary controls Kiev" 		
	    desc = "The capital of Ukraine is under the control of the Dual Monarchy, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 775 data = U11 } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = sleepevent which = 74102 } 		
	    } 		
	} 		
#	##############		
#	# Ottoman Empire		
#	# 74110 Georgia		
#	# 74111 Armenia		
#	# 74112 Azerbaijan		
#	#############		
#	# Georgia		
	event = { 		
	    country = SOV 		
	    id = 74110 		
	    random = no 		
	    style = 0 		
			
	    name = "The Ottoman Empire controls Tbilisi" 		
	    desc = "The capital of Georgia is under Turkish control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 1258 data = TUR } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { } 		
	    } 		
	} 		
			
#	 Armenia		
			
	event = { 		
	    country = SOV 		
	    id = 74111 		
	    random = no 		
	    style = 0 		
			
	    name = "The Ottoman Empire controls Jerevan" 		
	    desc = "The capital of Armenia is under Turkish control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 1260 data = TUR } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { } 		
	    } 		
	} 		
			
#	 Azerbaijan		
			
	event = { 		
	    country = SOV 		
	    id = 74112 		
	    random = no 		
	    style = 0 		
			
	    name = "The Ottoman Empire controls Baku" 		
	    desc = "The capital of Azerbaijan is under Turkish control, and they are considering the installation of a puppet regime there." 		
			
	    trigger = { 		
	        event = 48105		
		event = 74001	
	        control = { province = 1359 data = TUR } 		
	    } 		
			
	    date = { day = 7 month = november year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { } 		
	    } 		
	} 		
			
#	##################################################  		
#	# These events give independence to the non-Russian territories		
#	##################################################  		
#	# 74130 Poland		
#	# 74131 Byelorussia		
#	# 74132 Ukraine		
#	# 74133 Lithuania		
#	# 74134 Latvia		
#	# 74135 Estonia		
#	# 74136 Finland		
#	# 74136 Georgia		
#	# 74136 Armenia		
#	# 74136 Azerbaijan		
#	##################		
#	# Poland		
			
	event = { 		
	    country = SOV 		
	    id = 74130		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Poland" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Poland have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = POL value = 1 } 		
	        command = { type = trigger which = 67001 } 		
	        command = { type = trigger which = 21200 } 		
	        command = { type = trigger which = 3200 } 		
	        command = { type = sleepevent which = 74100 } 		
	        command = { type = sleepevent which = 74107 }		
	        command = { type = secedeprovince which = POL value = 637 }  		
	        command = { type = secedeprovince which = POL value = 638 } 		
	        command = { type = secedeprovince which = POL value = 639 }		
	        command = { type = secedeprovince which = POL value = 640 }		
	        command = { type = secedeprovince which = POL value = 642 }		
	        command = { type = secedeprovince which = POL value = 643 }		
	        command = { type = secedeprovince which = POL value = 648 }		
	        command = { type = secedeprovince which = POL value = 649 }		
	        command = { type = secedeprovince which = POL value = 720 }		
	        command = { type = secedeprovince which = POL value = 723 }		
	        command = { type = secedeprovince which = POL value = 635 }		
	        command = { type = secedeprovince which = POL value = 724 }		
	        command = { type = secedeprovince which = POL value = 725 }		
	    } 		
	} 		
			

#	# Byelorussia		
	event = { 		
	    country = SOV 		
	    id = 74131		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Byelorussia" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Byelorussia have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = BLR value = 1 } 		
	        command = { type = trigger which = 68001 } 		
	        command = { type = trigger which = 21201 } 		
	        command = { type = trigger which = 3201 } 		
	        command = { type = sleepevent which = 74101 } 		
	        command = { type = sleepevent which = 74108 } 		
	    } 		
	} 		
			
#	 Ukraine		
			
	event = { 		
	    country = SOV 		
	    id = 74132		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Ukraine" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Ukraine have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = UKR value = 1 } 		
	        command = { type = trigger which = 69001 } 		
	        command = { type = trigger which = 21202 } 		
	        command = { type = trigger which = 3202 } 		
	        command = { type = sleepevent which = 74102 } 		
	        command = { type = sleepevent which = 74109 } 		
	    } 		
	} 		
			
#	 Lithuania		
			
	event = { 		
	    country = SOV 		
	    id = 74133		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Lithuania" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Lithuania have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = LIT value = 1 } 		
	        command = { type = trigger which = 66001 } 		
	        command = { type = trigger which = 21203 } 		
	    } 		
	} 		
			
#	 Latvia		
			
	event = { 		
	    country = SOV 		
	    id = 74134		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Latvia" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Latvia have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = LAT value = 1 } 		
	        command = { type = trigger which = 65001 } 		
	        command = { type = trigger which = 21204 } 		
	    } 		
	} 		
			
#	 Estonia		
			
	event = { 		
	    country = SOV 		
	    id = 74135		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Estonia" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Estonia have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = EST value = 1 } 		
	        command = { type = trigger which = 64001 } 		
	        command = { type = trigger which = 21205 } 		
	    } 		
	} 		
			
#	 Finland		
			
	event = { 		
	    country = SOV 		
	    id = 74136		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Finland" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Finland have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = FIN value = 1 } 		
	        command = { type = trigger which = 19001 } 		
	        command = { type = trigger which = 21206 } 		
	    } 		
	} 		
			
#	 Georgia		
			
	event = { 		
	    country = SOV 		
	    id = 74137		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Georgia" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Georgia have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = GEO value = 1 } 		
	        command = { type = trigger which = 70001 } 		
	        command = { type = trigger which = 41207 } 		
	    } 		
	} 		
			
#	 Armenia		
			
	event = { 		
	    country = SOV 		
	    id = 74138		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Armenia" 		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Armenia have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = ARM value = 1 } 		
	        command = { type = trigger which = 71001 } 		
	        command = { type = trigger which = 41208 } 		
	    } 		
	} 		
			
#	 Azerbaijan		
			
	event = { 		
	    country = SOV 		
	    id = 74139		
	    random = no 		
	    style = 0 		
			
	    name = "National uprising in Azerbaijan"		
	    desc = "Taking advantage of the turmoil in Russia following the Revolution, the people of Azerbaijan have proclaimed their independence." 		
			
	    trigger = { 		
	        event = 48105		
	    } 		
			
	    date = { day = 1 month = december year = 1917 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "OK" 		
	        command = { type = independence which = AZB value = 1 } 		
	        command = { type = trigger which = 72001 } 		
	        command = { type = trigger which = 41209 } 		
	    } 		
	} 		
			
#	######################################################################################		
#			
#	# Liberation of Byelorussia		
#			
	event = { 		
	    country = SOV 		
	    id = 74140		
	    random = no 		
	    style = 0 		
			
	    name = "Liberation of Byelorussia"		
	    desc = "The Byelorussian People's Republic has been proclaimed at Minsk by the Rada.  In response, the Byelorussian Provisional Revolutionary Workers' and Peasants' Government has been established in Smolensk, a demonstration that Byelorussian communists are prepared to take control of the government in Minsk.  Shall the Red Army be sent to liberate Byelorussia from the Rada?" 		
			
	    trigger = { 		
	        exists = BLR		
		NOT = { alliance = { country = GER country = BLR } }	
		NOT = { alliance = { country = FRA country = BLR } }	
		NOT = { alliance = { country = ENG country = BLR } }	
	    } 		
			
	    date = { day = 1 month = january year = 1919 } 		
	    offset = 3		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "For the revolution!" 		
	        command = { type = trigger which = 68001 }		
	        command = { type = supplies value = -1000 }		
	    }		
			
	    action_b = { 		
	        name = "Leave them" 		
	        command = { }		
	    }		
	}		
#				
#			
#			
#	# Help the Chinese nationalist movement? 		
	event = { 		
	    country = SOV 		
	    id = 74333 		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_74333_NAME" 		
	    desc = "EVT_74333_DESC" 		
			
	    trigger = { 		
	        exists = SOV 		
	        exists = CHI 		
	        NOT = { 		
	            exists = RUS 		
	            exists = SIB 		
	            war = { country = CHI country = SOV } 		
	        } 		
	    } 		
			
	    date = { day = 0 month = july year = 1920 } 		
	    offset = 1420		
	    deathdate = { day = 0 month = january year = 1924 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME74333A" 		
	        command = { type = supplies value = -1000 } 		
	        command = { type = manpowerpool = -100 } 		
	        command = { type = dissent value = -3 } 		
	        command = { type = trigger which = 81002 } 		
	        command = { type = trigger which = 10022 } 		
	    } 		
	    action_b = { 		
	        name = "ACTIONNAME74333B" 		
	        command = { type = dissent value = 2 } 		
	    } 		
	} 		
			
#	###############################################################		
#	# COMINTERN		
#	###############################################################		
#			
#	# Soviet Russia leads the Comintern		
	event = {		
	    country = U19		
	    id = 74334		
	    random = no		
	    style = 0		
	    name = "The Comintern is founded"		
	    desc = "The Comintern is founded"		
			
	    trigger = { 		
	        exists = SOV		
		NOT = { 	
		alliance = { country = SOV country = FRA }	
		alliance = { country = SOV country = ENG }	
		alliance = { country = SOV country = GER }	
		}	
		}	
			
	    date = { day = 0 month = january year = 1914 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 }		
	    		
	    action_a = { 		
	        name = "The Comintern is founded" 		
	        command = { type = alliance which = SOV }		
		command = { type = dissent value = 2 }	
		}	
	}		
			
#	# Comintern		
#			
	event = {		
	    country = USA		
	    id = 58334		
	    random = no		
	    style = 0		
	    name = "The Comintern is founded"		
	    desc = "The Comintern is founded"		
			
	    trigger = { 		
	        event = 74334		
		}	
			
	    date = { day = 0 month = january year = 1914 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 }		
	    		
	    action_a = { 		
	        name = "The Comintern is founded" 		
	        command = { type = inherit which = U19 }		
		}	
	}
 
Though few people seem to care, I have almost converted every as of yet unconverted event in the game (meaning those that people didn't post in this thread).
I will most likely finish tommorow, and as such every event here can be included in v0.2 if the modding team sees it fit.
Keep in mind just because they're converted, does not mean they don't need tuning up.
In particular, industry and infrastructure tags seem to be misread by the game (if anyone knows why, I'd be glad to change them) and I left allignment system intact.
I don't know whether that's an as of yet unincorporated feature or fragments from the original HoI coding, but at the moment it is #ed out due to causing game crashes if left intact.
EDIT: also, I want that picture of Lenin, but it's edited out.
Can someone PM me the link?
 
Last edited: