• 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.
A savegame consists always of 2 files. An .eeg file and a .cfg file.

In the history section of your savegame event 319002 (the partition of Leipzig) is listed both in the list of events that happened AND in the list of slept events. Is that normal or should a slept event appear ONLY in the list of slept events? The other slept events are in the history of events too.

Edit: I just ran two handsoff games (using the Ney cheat). The first on the fasted gamespeed until 1485 and then on normal speed. Nothing unusal happened and Meissen and Saxony had the correct monarchs.

The 2nd on the fasted gamespeed until it crashed in 1486. The autosave has two Animosus.

Could it be that the error only happens under certain conditions or on the fastest gamespeed?
 
Last edited:
As noticed in the Plus Vltra mod
http://forum.paradoxplaza.com/forum...Vltra-Bugs&p=18522522&viewfull=1#post18522522
there is a bug in an event that originates in the AGCEEP mod:

Code:
#(1485-1566) Fall of the Mamluk Empire -I-
event = {
	id = 219001
	trigger = {
		war = { country = TUR country = MAM }
		neighbour = TUR
		NOT = { countrysize = 22 }
		NOT = { control = { province = 485 data = MAM } } #Aleppo
		NOT = { control = { province = 490 data = MAM } } #Syria
		NOT = { control = { province = 746 data = MAM } } #Egypt
		someof = {
			number = 3
			control = { province = 491 data = TUR } #Lebanon
			control = { province = 492 data = TUR } #Samaria
			control = { province = 493 data = TUR } #Judea
			control = { province = 744 data = TUR } #Alexandria
			control = { province = 745 data = TUR } #Delta
			control = { province = 747 data = TUR } #Nile
			control = { province = 746 data = TUR } #Egypt
		}
		OR = {
			[color=yellow]TUR = { [/color]monarch = 0139006 [color=yellow]}[/color] #Selim I #historical Sultan to conquer MAM
			NOT = { stability = 0 }
		}
	}
	random = no
	country = MAM
	name = "EVENTNAME219001" #Fall of the Mamluk Empire
	desc = "EVENTHIST219001"
	#-#The Ottoman Sultan Selim I was determined to eliminate all potential enemies in the east in order to be able to overrun Europe without fearing an attack from the other direction. Having defeated Safavid Persia, he turned to the Mamluk Empire. At that time, the Mamluk state already was in a state of anarchy and its armies hopelessly inferior to those of the Ottomans, and thus Selim's armies rushed through its defenses at an incredible speed. On August 24th the Syrian army led by the Sultan himself who got killed in that battle was destroyed near Aleppo, the city of Damaskus conquered on October 12th and the rest of Syria and Palestina quickly overrun. After wintering in Damaskus, Selim progressed to Egypt. On January 21st, the last remaining Mamluk army engaged for the final battle near Radania and was decisively defeated. This battle marked the end of the Mamluk Empire. Selim offered vassal status to the last Sultan Tumanbeg...

	date = { day = 1 month = january year = 1485 }
	offset = 1
	deathdate = { day = 29 month = december year = 1566 }

	action_a = {
		name = "ACTIONNAME219001A" #Tumanbeg refuses vassal status and is executed (End Game)
		command = { type = secedeprovince which = TUR value = 485 } #Aleppo
		command = { type = secedeprovince which = TUR value = 486 } #Nuyssaybin
		command = { type = secedeprovince which = TUR value = 488 } #Kirkuk
		command = { type = secedeprovince which = TUR value = 489 } #Iraq
		command = { type = secedeprovince which = TUR value = 490 } #Syria
		command = { type = secedeprovince which = TUR value = 491 } #Lebanon
		command = { type = secedeprovince which = TUR value = 492 } #Samaria
		command = { type = secedeprovince which = TUR value = 493 } #Judea
		command = { type = secedeprovince which = TUR value = 494 } #Sinai
		command = { type = secedeprovince which = TUR value = 495 } #Jordan
		command = { type = secedeprovince which = TUR value = 483 } #Adana
		command = { type = secedeprovince which = TUR value = 474 } #Sivas
		command = { type = independence which = ARA }
		command = { type = independence which = TRI }
		command = { type = trigger which = 219011 } #MAM: The Ottoman subjugation
		command = { type = trigger which = 301022 } #TUR: Annexation of the Mamluk Empire
	}
	action_b = {
		name = "ACTIONNAME219001B" #Tumanbeg accepts vassal status
		command = { type = vp value = -200 }
		command = { type = secedeprovince which = TUR value = 485 } #Aleppo
		command = { type = secedeprovince which = TUR value = 486 } #Nuyssaybin
		command = { type = secedeprovince which = TUR value = 488 } #Kirkuk
		command = { type = secedeprovince which = TUR value = 489 } #Iraq
		command = { type = secedeprovince which = TUR value = 490 } #Syria
		command = { type = secedeprovince which = TUR value = 491 } #Lebanon
		command = { type = secedeprovince which = TUR value = 492 } #Samaria
		command = { type = secedeprovince which = TUR value = 493 } #Judea
		command = { type = secedeprovince which = TUR value = 494 } #Sinai
		command = { type = secedeprovince which = TUR value = 495 } #Jordan
		command = { type = secedeprovince which = TUR value = 483 } #Adana
		command = { type = secedeprovince which = TUR value = 474 } #Sivas
		command = { type = independence which = ARA }
		command = { type = independence which = TRI }
		command = { type = trigger which = 219012 } #MAM: The Ottoman vassalization
		command = { type = trigger which = 110000 } #ARA: Fall of the Mamluk Empire
		command = { type = trigger which = 301023 } #TUR: Submission of the Mamluk Sultan
	}
	action_c = {
		name = "ACTIONNAME219001C" #Continue to fight the Ottomans
		command = { type = stability value = -5 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = secedeprovince which = TUR value = 485 } #Aleppo
		command = { type = secedeprovince which = TUR value = 486 } #Nuyssaybin
		command = { type = secedeprovince which = TUR value = 488 } #Kirkuk
		command = { type = secedeprovince which = TUR value = 489 } #Iraq
		command = { type = secedeprovince which = TUR value = 490 } #Syria
		command = { type = secedeprovince which = TUR value = 491 } #Lebanon
		command = { type = secedeprovince which = TUR value = 492 } #Samaria
		command = { type = secedeprovince which = TUR value = 493 } #Judea
		command = { type = secedeprovince which = TUR value = 495 } #Jordan
		command = { type = secedeprovince which = TUR value = 483 } #Adana
		command = { type = secedeprovince which = TUR value = 474 } #Sivas
		command = { type = independence which = ARA }
		command = { type = trigger which = 219013 } #MAM: The Ottoman invasion
	}
}
 
Probably because there is no (flag_ and) shield_spaBourbon.bmp in the gfx/map/ folders of agceep mod? Is it correct? Have you chosen enhanced shields?
...Here are my enhanced flag and shield from the EU2 AGCEEP files (v158 beta 12):

There is a flag_spaBourbon.bmp in the flags folder but there are no shield and smallshield named Bourbon in the shields folder.
However the shields you posted look to me identical to those that are in the shields folder named shield_spaModern.bmp?
 
Paid attention to this: https://forum.paradoxplaza.com/foru...-become-france-in-agceep.131734/post-26923039
The reason was simple - Dauphin Charles dies 5 years earlier than in RL, breaking the possibility of a Burgundy-France transition. Events are tied to the presence of the ruler.

#monarchs_dau.txt
historicalmonarch = {
id = { type = 6 id = 042500 }

startdate = {
day = 29
month = may
year = 1417
}
deathdate = {
day = 22
month = july
year = 1456 1461
}
name = "Charles"
DIP = 5
ADM = 6
MIL = 5
dormant = no
}
historicalmonarch = {
id = { type = 6 id = 042501 }
startdate = {
day = 22
month = july
year = 1456 1461
}
deathdate = {
day = 29
month = august
year = 1483
}
name = "Louis *"
DIP = 6
ADM = 7
MIL = 5
dormant = no
}
 
042500 Dauphin Charles does not die 5 years earlier than in real life. He is in a historical game supposed to have taken over France after the death of Charles VI. and his struggle with Burgundy and England and there becomes Charles VII. of France and there to rule until his death in 1461:

historicalmonarch = {
id = { type = 6 id = 049501 }
startdate = {
day = 21
month = october
year = 1422
}
deathdate = {
day = 22
month = july
year = 1461
}
name = "Charles VII"
DIP = 4
ADM = 6
MIL = 6
dormant = no
remark = "le Victorieux"
}

That is why he "dies" as ruler of DAU and his son Louis in the monarch list of DAUphine is marked with an * as ahistorical. Dauphine is supposed to have become FRA so that DAU and it´s monarchs no longer exist. All of them are in a historical game then in the FRA monarchs file.