• 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.
what do you mean? in the last version of the twep there aren't that events!
however if you don't want my events don't mind, i play alone my 1919 campain with my new events :rofl: :D
hey , because i'm making events for greece and turkey about losanne treatry are them needed or you already done them??? thx you ;)
 
I made the Lausanne events a few hours ago, aswell as the war, all according to the instucrions posted in a thread somewhere...

Code:
########################################
# Turkish war of independance - Zucker #
########################################

event = { 
	id = 279501
	random = no
	country = GRE

	name = "1921 offensive"
	desc = "In February 1921 the Greeks were faced with a choice, withdraw from their advanced positions, remain on the defensive and negotiate a settlement with the Ottomans or attempt to take a larger part of Asia minor by force. Historically she chose to advance."
	style = 0

	date = { day = 1 month = february year = 1921 }

	action_a = {
		name = "Advance!"
		command = { type = war which = TUR }
                command = { type = trigger which = 279502 } #OE
		}
	action_b = {
		name = "Withdraw"
		command = { type = prestige value = -10 }
                command = { type = secedeprovince which = TUR value = 1351 }
                command = { type = secedeprovince which = TUR value = 1352 }
                command = { type = trigger which = 279503 }
	}
}

event = { 
	id = 279502
	random = no
	country = TUR

	name = "Turkish war of independance"
	desc = "Faced with the advance of the Greek Army the Nationalists under Mustafa Kemal Pasha organised the defence of the last free Muslim homeland. This struggle became known as the War of independence."
	style = 0

	action_a = {
		name = "Benim Vatanim"
		command = { type = add_division which = infantry }
                command = { type = add_division which = infantry }
                command = { type = add_division which = infantry }
                command = { type = pop_militancy which = 100 value = -3 }
                command = { type = trigger which = 279507 } #UK
	}
}

event = { 
	id = 279503
	random = no
	country = TUR

	name = "The greeks are withdrawing!"
	desc = "The greeks are withdrawing from North West Asia Minor. Should we attack and force them out of Izmir?"
	style = 0

	action_a = {
		name = "Attack!"
                command = { type = war which = GRE }
		command = { type = add_division which = infantry }
                command = { type = add_division which = infantry }
                command = { type = add_division which = infantry }
                command = { type = pop_militancy which = 100 value = -3 }
                command = { type = trigger which = 279507 } #UK
        }
        action_b = {
                name = "Not today"
                command = { }
	}
}

event = { 
	id = 279504
	random = no
	country = TUR

        trigger = {
               control = { province = 1032 data = GRE }
                         }

	name = "The Greeks take Ankara!"
	desc = "Sir, the Greeks have taken Ankara, the resistance has been broken!"
	style = 0

	date = { day = 1 month = february year = 1921 }
        offset = 2
        deathdate = { day = 1 month = january year = 1934 }

	action_a = {
		name = "We are defeated..."
                command = { type = trigger which = 279505 } #Greece
	}
}

event = { 
	id = 279505
	random = no
	country = GRE

	name = "We have taken Ankara!"
	desc = "Sir, we have taken Ankara, the turkish resistance has been broken!"
	style = 0

	action_a = {
		name = "They are defeated..."
                command = { type = inherit which = TUR }
	}
}

event = { 
	id = 279506
	random = no
	country = TUR

        trigger = {
               control = { province = 1360 data = TUR }
                         }

	name = "We have taken Izmir!"
	desc = "We have captured Izmir, we can now force the west to sign a new peace treaty, giving us back our natural borders!"
	style = 0

	date = { day = 1 month = february year = 1921 }
        offset = 2
        deathdate = { day = 1 month = january year = 1934 }

	action_a = {
		name = "We have won!"
                command = { type = trigger which = 279510 } #Greece
                command = { type = trigger which = 279508 } #Italy
                command = { type = trigger which = 279509 } #France
	}
}

event = { 
	id = 279507
	random = no
	country = ENG

        name = "Turkey remilitarizes the zone of the Straits"
	desc = "The turks have begun sending troops through the demilitarized zone of the Straits in order to attack the greek colonies in Asia minor."
	style = 0

	action_a = {
		name = "There is nothing we can do at this point"
                command = { type = secedeprovince which = TUR value = 997 } #Zone of the straits
                command = { type = secedeprovince which = TUR value = 996 } #Zone of the straits
                command = { type = secedeprovince which = TUR value = 994 } #Zone of the straits
                command = { type = secedeprovince which = TUR value = 995 } #Zone of the straits
	}
}

event = { 
	id = 279508
	random = no
	country = ITA

        name = "Treaty of Lausanne"
	desc = "At the defeat of greek arms in Smyrna, we have no choice but to sign a refined peace treaty with Turkey."
	style = 0

	action_a = {
		name = "Secede colonies in Asia minor"
                command = { type = secedeprovince which = TUR value = 1359 }
		command = { type = secedeprovince which = TUR value = 1353 }
		command = { type = secedeprovince which = TUR value = 1379 }
		command = { type = secedeprovince which = TUR value = 1378 }
                command = { type = secedeprovince which = TUR value = 1320 }
                command = { type = secedeprovince which = TUR value = 1354 }
                command = { type = secedeprovince which = TUR value = 1349 }
                command = { type = secedeprovince which = TUR value = 1358 }
                command = { type = secedeprovince which = TUR value = 1357 }
	}
}

event = { 
	id = 279509
	random = no
	country = FRA

        name = "Treaty of Lausanne"
	desc = "At the defeat of greek arms in Smyrna, we have no choice but to sign a refined peace treaty with Turkey."
	style = 0

	action_a = {
		name = "Secede colonies in Asia minor"
                command = { type = secedeprovince which = TUR value = 1380 }
                command = { type = secedeprovince which = TUR value = 1011 }
                command = { type = secedeprovince which = TUR value = 1035 }
                command = { type = secedeprovince which = TUR value = 1036 } 
	}
}

event = { 
	id = 279510
	random = no
	country = GRE

        name = "Treaty of Lausanne"
	desc = "At the defeat of our arms in Smyrna, we have no choice but to sign a refined peace treaty with Turkey."
	style = 0

	action_a = {
		name = "Secede colonies in Asia minor and Edirne"
                command = { type = secedeprovince which = TUR value = 970 }
                command = { type = secedeprovince which = TUR value = 1351 }
                command = { type = secedeprovince which = TUR value = 1352 }
                command = { type = secedeprovince which = TUR value = 1360 }
                command = { type = peace which = TUR value = 0 }
	}
}
 
Hello everyone :)

I am exceedingly happy to see that all has come so far with even with my lackluster-lassie fare dictator style :D I'd like to thank Strat and all you other guys for carrying on the project. I can finally really do my bit now and am getting to work on US and Japan events again. I cannot bear to see my beloved homelands (the US being my real one and Japan being my spiritual one :cool: ) go eventless. Keep up that energy and future generations shall thank you. :D

ET
 
Great to see you again ET :)

We have missed you for quite some time, however it didnt stop us to make some progress...

However, the last few weeks progress slowed down, and although I will create a new version this week, I am hoping that your comeback can speedup our work again...
 
I am sorry, but I did not receive any US events, can you send them again?
 
However that are my events:

##########
# Turkey #
##########

####################
# Treaty of Sevres #
####################
event = {
id = 350001
random = no
country = TUR


name = "Treaty of Sevres"
desc = "Our weak and helpless government signed the Treaty of Sevres. Only Constantinople, with the strip of territory to the Chatalja lines and Anatolia remained Turkish territory."
style = 0

date = { day = 20 month = August year = 1920 }

action_a = {
name = "Accept!"
command = { type = trigger which = 451500 } #Triggers treaty of sevres ARM
command = { type = secedeprovince which = ARM value = 1029 } # Erzurum
command = { type = secedeprovince which = ARM value = 1027 } # Artvin
command = { type = secedeprovince which = ARM value = 1028 } # Trabzon
#command = { type = independence which = U11 } #Triggers treaty of sevres Syria
#command = { type = independence which = U13 } #Triggers treaty of sevres Transjordan
#command = { type = independence which = ADE } #Triggers treaty of sevres Yemen
#command = { type = independence which = U14 } #Triggers treaty of sevres Aden
#command = { type = independence which = U10 } #Triggers treaty of sevres Iraq
#command = { type = independence which = OMA } #Triggers treaty of sevres Oman
command = { type = trigger which = 185504 } #triggers the Treaty of Sevres ITALY
# Italy should receive western anatolia and Dodecanese while Rodos is still in his hand.
command = { type = secedeprovince which = ITA value = 1359 } #Mentese
command = { type = secedeprovince which = ITA value = 1353 } #Alaiye
command = { type = secedeprovince which = ITA value = 1352 } #Denizli
command = { type = secedeprovince which = ITA value = 1320 } #Hamidiye
command = { type = secedeprovince which = ITA value = 1354 } #Germiyan
command = { type = secedeprovince which = ITA value = 1351 } #Saruhan
command = { type = trigger which = 162509 } #triggers the Treaty of Sevres France
command = { type = secedeprovince which = FRA value = 1379 } #Mersin
command = { type = secedeprovince which = FRA value = 1380 } #Adana
command = { type = secedeprovince which = FRA value = 1011 } #Maras
command = { type = secedeprovince which = FRA value = 1038 } #Diyarbakr
command = { type = secedeprovince which = FRA value = 1037 } #Harput
command = { type = secedeprovince which = FRA value = 1042 } #Van
command = { type = trigger which = 166507 } #Triggers treaty of sevres GRE
command = { type = trigger which = 157502 } #Triggers treaty of sevres UK
command = { type = secedeprovince which = ENG value = 1397 }
command = { type = secedeprovince which = ENG value = 1399 }
command = { type = secedeprovince which = ENG value = 1400 }
command = { type = secedeprovince which = ENG value = 1401 }
command = { type = secedeprovince which = ENG value = 1402 }
command = { type = secedeprovince which = ENG value = 1403 }
#command = { type = secedeprovince which = ENG value = 1458 } #Koweit


}

}


######################
# Treaty of Lausanne #
######################
event = {
id = 350002
random = no
country = TUR


name = "Treaty of Lausanne"
desc = "The Turkish nationalists, under General Mustapha Kemal, have regained Eastern Thrace, Karagach, and the islands of Imbros and Tenedos in the Aegean. Greece gained the remainder of the Aegean Islands, Italy retained the Dodecanese, and Britain continued to govern Cyprus. However The Greeks governments and our governments agreed to exchange our nationals which resulted in the exodus of millions of Greeks and Turks. "
style = 0

date = { day = 24 month = July year = 1923 }

action_a = {
name = "Great!"
command = { type = prestige value = 50 }
command = { type = trigger which = 751000 } #Triggers treaty of sevres ALB
command = { type = trigger which = 166508 } #Triggers treaty of sevres GRE
command = { type = trigger which = 271503 } #Triggers treaty of sevres SWI

command = { type = receiveprovince which = 970 } #Edirne
command = { type = receiveprovince which = 1360 } #Izmir
command = { type = minority_emigration which = greek value = 10 } # The Greeks should emigrate from Turkey


}

}

#############################
# Offensive against Armenia #
#############################
event = {
id = 350003
random = no
country = TUR


name = "Offensive against Armenia"
desc = "The Turkish nationalists, under General Mustapha Kemal, refused to recognize the Treaty of Sevres. They built up their military power in Anatolia and organized a government opposed to Sultan Mohammed VI and the Allied Powers. What should we choose? "
style = 0

date = { day = 21 month = october year = 1920 }

action_a = {

name = "Declare War"
ai_chance = 90
command = { type = prestige value = 20 }
command = { type = war which = ARM } #Declare war on Armenia
command = { type = add_division which = cavalry }
command = { type = add_division which = cavalry }
command = { type = add_division which = cavalry }
command = { type = add_division which = infantry }
command = { type = add_division which = infantry }
command = { type = add_division which = infantry }
command = { type = add_division which = infantry }
command = { type = add_division which = infantry }
command = { type = add_division which = infantry }
command = { type = trigger which = 451501 } #Triggers war on armenia




}
action_b = {

name = "It's not time"
ai_chance = 10
command = { type = prestige value = -10 }
command = { type = relation which = ARM value = 100 }
command = { type = sleepevent which = 350004 } # TUR

}

}

#########################
# Peace of Alexandropol #
#########################

event = {
id = 350004
random = no
country = TUR



trigger = {

event = 350003
control = { province = 1026 data = TUR } # Kars
control = { province = 1039 data = TUR } # Ardahan
war = { country = ARM country = TUR }
}

name = "Peace of Alexandropol"
desc = "The Turks nationalist forced the Armenians to the peace table for the first revision of the Treaty of Sevres."
style = 0

date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1933 }


action_a = {
name = "Annex our national territory"
command = { type = peace which = ARM } # ARM
command = { type = trigger which = 451502 } # ARM

}


}

###############################
# Franklin-Bouillon Agreement #
###############################

event = {
id = 350005
random = no
country = TUR



name = "Franklin-Bouillon Agreement"
desc = "France signed a peace treaty with national Turkish government, ending the fighting in Cilicia."
style = 0

date = { day = 20 month = October year = 1921 }



action_a = {
name = "Annex our national territory"
command = { type = relation which = FRA value = 10 } # Turkey could annex it's provs
command = { type = trigger which = 162510 } # FRA

}


}

#############################################################
# Grand National Assembly proclaimed the Republic of Turkey #
#############################################################

event = {
id = 350006
random = no
country = TUR



name = "Grand National Assembly proclaimed the Republic of Turkey"
desc = "The Grand National Assembly proclaimed the Republic of Turkey. Atatürk was named its president and Ankara its capital, and the modern state of Turkey was born.
"
style = 0

date = { day = 29 month = October year = 1923 }



action_a = {
name = "A new era for Turkey!"
command = { type = constitution which = democracy }
command = { type = add_countryculture which = Kurdish }
command = { type = add_countryculture which = Armenian }
command = { type = prestige value = 50 }
command = { type = executive_designation which = parliamentarism }
command = { type = establishment which = banker_science }
command = { type = party_system which = multi_party }
command = { type = political_parties which = all_allowed }
command = { type = set_ruling_party which = 1106 } #ID of Democratic Front
command = { type = press_rights which = free_press }
command = { type = public_meetings value = yes }
command = { type = pop_consciousness which = conservative value = 1 }
command = { type = pop_militancy which = conservative value = 1 }


}

action_b = {
name = "Refuse all of this!"

command = { type = prestige value = -50 }
command = { type = pop_consciousness which = Turkish value = 4 }
command = { type = pop_consciousness which = Armenian value = 4 }
command = { type = pop_consciousness which = Kurdish value = 4 }

}

}



##########
# Greece #
##########

####################################################
# Italo-Greek Treaty/Venizelos-Tittoni Agreement. #
####################################################
event = {
id = 166504
random = no
country = GRE

#Triggered by ITA

name = "Venizelos-Tittoni Agreement"
desc = "While Our Troops occupied North Epirus the Italian and our governments signed a treaty over the future division of Turkey. The Italians agreed to support our claims in Thrace and Epirus, while we agreed to support an Italian protectorate over Albania and Italian claims in Anatolia. "
style = 0



action_a = {
name = "Agree"
command = { type = prestige value = 10 }
command = { type = relation which = ITA value = 20 }
command = { type = relation which = ALB value = -50 }
command = { type = trigger which = 751001 } # Triggers Greek troops occupied north epirus ALB
}

}

##########################
# Italo-Greek Agreement #
##########################
event = {
id = 166505
random = no
country = GRE

#Triggered by ITA

name = "Italo-Greek Agreement"
desc = "Italo-Greek Agreement The Italian and Greek governments signed an agreement which determined the status of territory in the eastern Mediterranean. The Italian government confirmed its cession of the Dodecanese Islands to Greece with the exception of Rodos."
style = 0



action_a = {
name = "Agree"
command = { type = prestige value = 10 }
command = { type = relation which = ITA value = 50 }
command = { type = receiveprovince which = 1358 }
}

}

###################
#Treaty of Neuilly#
###################
event = {
id = 166506
random = no
country = GRE

#triggered by BUL 195010

name = "Treaty of Neuilly"
desc = "The Bulgarian delegates signed the Treaty of Neuilly, which deprived the kingdom of an Aegean coastline and provided the Bulgarians only an economic outlet to the Mediterranean."
style = 0



action_a = {
name = "We agree!"
#Greek should receive western Thrace
command = { type = receiveprovince which = 969 } #Alexandroupolis


}
}

##################
#Treaty of Sevres#
##################
event = {
id = 166507
random = no
country = GRE

#triggered by TUR 350001

name = "Treaty of Sevres"
desc = "The weak and helpless government of Sultan Mohammed VI signed the Treaty of Sevres."
style = 0



action_a = {
name = "We agree!"#Greek should receive Eastern Thrace and Western Anatolia

command = { type = receiveprovince which = 970 } #Edirne
command = { type = receiveprovince which = 1360 } #Izmir



}
}

####################
#Treaty of Lausanne#
####################
event = {
id = 166508
random = no
country = GRE

#triggered by TUR 350002

name = "Treaty of Lausanne"
desc = "The Turkish nationalists, under General Mustapha Kemal, have regained Eastern Thrace, Karagach, and the islands of Imbros and Tenedos in the Aegean. However The Turkish governments and our governments agreed to exchange our nationals which resulted in the exodus of millions of Greeks and Turks. "
style = 0



action_a = {
name = "Agree!"#Greek should secede North Epirus, Edirne and Izmir

command = { type = secedeprovince which = ALB value = 894 } #Vlore
command = { type = minority_emigration which = turkish value = 10 } # The Turks should emigrate from Greece


}
}





##########
# Armenia #
##########

####################
# Treaty of Sevres #
####################
event = {
id = 451500
random = no
country = ARM

#triggered by 350001 TUR

name = "Treaty of Sevres"
desc = "Turkey government signed the Treaty of Sevres. Only Constantinople, with the strip of territory to the Chatalja lines and Anatolia remained Turkish territory."
style = 0



action_a = {
name = "Accept!"
command = { } #


}

}

################
# Turks attack #
################
event = {
id = 451501
random = no
country = ARM

#triggered by 350003 TUR

name = "Turks attack"
desc = "The Turkish nationalists, under General Mustapha Kemal, launched an offensive against us claiming turkish territory. What should we do?"
style = 0



action_a = {
name = "Defend our state!"
ai_chance = 80
command = { type = prestige value = 20 }


}

action_b = {
name = "Secede turkish province"
ai_chance = 20
command = { type = prestige value = -10 }
command = { type = peace which = TUR value = 0 } # TUR
command = { type = secedeprovince which = ARM value = 1029 } # Erzurum
command = { type = secedeprovince which = ARM value = 1027 } # Artvin
command = { type = secedeprovince which = ARM value = 1028 } # Trabzon
command = { type = secedeprovince which = ARM value = 1039 } # Kars
command = { type = secedeprovince which = ARM value = 1026 } # Ardahan

}
}

#########################
# Peace of Alexandropol #
#########################

event = {
id = 451502
random = no
country = ARM


# triggered by 350004 TUR

name = "Peace of Alexandropol"
desc = "The Turks forced us to the peace table for the first revision of the Treaty of Sevres. "
style = 0



action_a = {
name = "Secede our national province"
command = { type = secedeprovince which = ARM value = 1029 } # Erzurum
command = { type = secedeprovince which = ARM value = 1027 } # Artvin
command = { type = secedeprovince which = ARM value = 1028 } # Trabzon
command = { type = secedeprovince which = ARM value = 1039 } # Kars
command = { type = secedeprovince which = ARM value = 1026 } # Ardahan

}


}

###########################################################
# Establishment of the Armenian Soviet Socialist Republic #
###########################################################

event = {
id = 451503
random = no
country = ARM


date = { day = 2 month = april year = 1921 }

name = "Establishment of the Armenian Soviet Socialist Republic"
desc = "As a result of the Red Army offensive into the Caucasus region, our government collapsed and the Bolsheviks established the Armenian Soviet Socialist Republic."
style = 0



action_a = {
name = "Let Bolsheviks rule"
#command = { type = flagname which = "communist" }
command = { type = set_ruling_party which = 19005 } #ID of Bolsheviks party
command = { type = relation which = U12 value = 50 }
command = { type = establishment which = industrialist_science }
command = { type = pop_consciousness which = communist value = -1 }
command = { type = pop_consciousness which = liberal value = 2 }
command = { type = pop_consciousness which = conservative value = 2 }


}


}


Now we must unify our events ( however the map of 1919 must change because armenia ,georgia and adzerbaijan are indipendent states and some minor changes of italy prov it's already done ...)
now we must add asir (in the south of hedjaz) and add events of war for nejd (historically it annexed asir and hedjaz)
 
Were Nejd involved in a war?
Against Hedjaz, right?

You can do them, I see no problem with it, now, I´m going to move on with German dominance over Europe...