• 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.
He asked for the save game before. That would help all of us. :)

since I do not have those games saved anymore and have been using my changes for the consecration event, then the issue does not appear anymore.

Since you guys do not use my changes, then you can see from your own AI games , what the issue could be. But there is no event I could find, so, its something to do with the warscore from DAu to FRA while still at war with ENG
 
since I do not have those games saved anymore and have been using my changes for the consecration event, then the issue does not appear anymore.

You don´t use yearly autosave or have still the last "oldautosave"?
 
You don´t use yearly autosave or have still the last "oldautosave"?

no

Oh well, maybe you need to test as I am helping Therion ( and a few others ) fix Plvs Vltra

Besides , I use my new trigger and do not have this bizarre issue anymore
 
Dauphine ingame is supposed to survive the onslaught of the english-burgundian alliance, unite the french lands, win the HYW and as it´s final deed to become France. However Dauphine gains several cores early that should only be conquered decades later and not by DAU, but by FRA. FRA even has it´s own events to gain those cores after the end of the HYW (e.g. FRA171034, 171074, 171075, 170281 etc).

So I suggest to remove several addcore commands from Dauphine events so that DAU concentrates on conquering french culture provinces and Paris to become France:

Code:
#(1422) King Charles VI is dead (with Treaty of Orleans)
event = {
	id = 361014
	trigger = { event = 164167 } #ENG: The Dauphin Ratifies the Treaty of Orleans
	random = no
	country = DAU
	name = "EVENTNAME361014" #King Charles VI is Dead
	desc = "EVENTHIST361014"
	#-#Charles VI, Valois King of France has died. As his only remaining son, Charles, Dauphin of France, must claim the inheritance that is rightfully his.

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

	action_a = {
		name = "ACTIONNAME361014A" #It is mine through right!
		command = { type = treasury value = 50 }
		command = { type = INF which = -1 value = 5000 }
		command = { type = CAV which = -3 value = 2500 }
		command = { type = addcore which = 376 } #Champagne
		[color=red]command = { type = addcore_claim which = 379 } #Artois
		command = { type = addcore_claim which = 380 } #Flandern
		command = { type = addcore_claim which = 382 } #Calais
		command = { type = addcore_claim which = 383 } #Picardie[/color]
		command = { type = addcore which = 385 } #Ile de France
		command = { type = addcore which = 386 } #Nivernais
 		[color=red]command = { type = addcore_claim which = 409 } #Bourgogne[/color]
		command = { type = addcore which = 411 } #Orleanais
		[color=red]command = { type = addcore_claim which = 412 } #Maine[/color]
		command = { type = addcore which = 420 } #Auvergne
		command = { type = addcore which = 421 } #Cévennes
		[color=red]command = { type = addcore_claim which = 425 } #Béarn[/color]
	}
}
#(1422) King Charles VI is dead (without Treaty of Orleans)
event = {
	id = 361015
	trigger = {
		NOT = { event = 164167 } #ENG: The Dauphin Ratifies the Treaty of Orleans
	}
	random = no
	country = DAU
	name = "EVENTNAME361015" #King Charles VI is Dead
	desc = "EVENTHIST361015"
	#-#Charles VI, Valois King of France has died. As his only remaining son, Charles, Dauphin of France, must claim the inheritance that is rightfully his!

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

	action_a = {
		name = "ACTIONNAME361015A" #It is mine through right!
		command = { type = treasury value = 50 }
		command = { type = INF which = -1 value = 5000 }
		command = { type = CAV which = -3 value = 2500 }
		command = { type = addcore which = 376 } #Champagne
		[color=red]command = { type = addcore_claim which = 379 } #Artois
		command = { type = addcore_claim which = 380 } #Flandern
		command = { type = addcore_claim which = 382 } #Calais
		command = { type = addcore_claim which = 383 } #Picardie[/color]
		command = { type = addcore_claim which = 384 } #Caux
		command = { type = addcore which = 385 } #Ile de France
		command = { type = addcore which = 386 } #Nivernais
		[color=red]command = { type = addcore_claim which = 409 } #Bourgogne[/color]
		command = { type = addcore which = 411 } #Orleanais
		[color=red]command = { type = addcore_claim which = 412 } #Maine[/color]
		command = { type = addcore_claim which = 413 } #Normandie
 		command = { type = addcore which = 420 } #Auvergne
 		command = { type = addcore which = 421 } #Cévennes
		command = { type = addcore_claim which = 424 } #Gascogne
		[color=red]command = { type = addcore_claim which = 425 } #Béarn[/color]
	}
}
 
I hope I'm not tired of event proposals yet?

When Catholic France expelled the Protestants in 1681, they arrived in reformed countries (yes, Brandenburg was ruled by a Calvinist). And when Protestant France expels the Catholics, they disappear! This is corrected by three developments in Spain, Poland, and Bavaria, as these countries take a tough counterreform stance. Although the latter can be replaced by Austria:

action_a = {
name = "ACTIONNAME3129A" #Expel the Traitors
command = { type = trigger which = 285339 } #SPA: Catholics expelled from France
command = { type = trigger which = 258181 } #POL: Catholics expelled from France
command = { type = trigger which = 125045 } #BAY: Catholics expelled from France

command = { type = conversion which = -1 }
command = { type = population which = -3 value = -10000 }
command = { type = provincetax which = -3 value = -2 }
command = { type = conversion which = -1 }
command = { type = population which = -3 value = -10000 }
command = { type = provincetax which = -3 value = -2 }
command = { type = conversion which = -1 }
command = { type = population which = -3 value = -10000 }
command = { type = provincetax which = -3 value = -2 }
command = { type = conversion which = -1 }
command = { type = population which = -3 value = -10000 }
command = { type = provincetax which = -3 value = -2 }
command = { type = conversion which = -1 }
command = { type = population which = -3 value = -10000 }
command = { type = provincetax which = -3 value = -2 }
command = { type = stability value = 2 }
}

Code:
#(1681-1688) Catholics expelled from France
event = {
    id = 285339 #triggered by FRA_3129 A
    random = no
    country = SPA
    name = "EVENTNAME285339" #Catholics expelled from France
    desc = "EVENTHIST285339"
    #-#In April 13 1598 Henry IV of France announced a new law called Йdit De Nantes which granted the Catholics a large portion of religious and civil rights. Almost a hundred years later his grandson, Louis XIV, striving for unity and stability in the realm, views the co-existence of the two churches as a potential source of disturbances. Having already allowed the persecution of Protestants and the burning of their churches, he in 1785 revokes the Йdit De Nantes. Within a few years, more than 3,000,000 Catholics emigrated to Bavaria, Poland, Spain, and America - depriving France of most of its numerous rural class.

    action_a = {
        name = "ACTIONNAME3509A" #We welcome them with open arms
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = stability value = 1 }
    }

#(1681-1688) Catholics expelled from France
event = {
    id = 258181 #triggered by FRA_3129 A
    random = no
    country = POL
    name = "EVENTNAME258181" #Catholics expelled from France
    desc = "EVENTHIST258181"
    #-#The cancellation of the religious freedom of Catholics in France by Louis the XIVs and the ensuing prosecution and force conversion back to the catholic faith made literally millions of the French Catholics to flee into neighboring countries. French Catholics are a valuable agricultural and military resource, most countries where more then happy to welcome these refugees into their society.

    action_a = {
        name = "ACTIONNAME3509A" #Welcome with open arms
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = stability value = 1 }
    }

#(1681-1688) Catholics expelled from France
event = {
    id = 125045 #triggered by FRA_3129 A
    random = no
    country = BAY
    name = "EVENTNAME125045" #Catholics expelled from France
    desc = "EVENTHIST125045"
    #-#Louis XIV embarked on a policy of persecuting the Catholics. Finally, in 1685, he declared that the majority of Catholics had been converted to Reformed Faith and that the Edict of Nantes of 1598, having thus become superfluous, was revoked. Thousands of French Catholics fled abroad to escape the violent persecutions which followed immediately. Bavaria, like Poland, Spain and other Catholic states, appealed to many faithful people, who strenghtened her army.

    action_a = {
        name = "ACTIONNAME3509A" #We welcome them with open arms
        command = { type = population which = -2 value = 5000 }
        command = { type = provincetax which = -2 value = 1 }
        command = { type = population which = -1 value = 5000 }
        command = { type = provincetax which = -3 value = 1 }
        command = { type = land value = 1000 }
        command = { type = manpower value = 10 }
    }
}

I also have events to change the culture in Brittany to make it more historical:

Code:
#(1532-1580) Armor is French
event = {
    id = 170008
    trigger = {
        core_national = { province = 414 data = FRA } #Armor
        owned = { province = 414 data = FRA }
        control = { province = 414 data = FRA }
        atwar = no
    }
    random = no
    country = FRA
    name = "EVENTNAME170008" #Armor is French
    desc = "EVENTHIST170008"
    #-#Brittany has historically had two autochthonous languages. In the west, Breton is spoken, which belongs to the Celtic languages. In the east - Gallo, which is one of the langues d'oil. The linguistic border is gradually shifting in favour of the latter, although both languages will be widely used until the 20th century.

    date = { day = 1 month = january year = 1532 }
    offset = 200
    deathdate = { day = 1 month = january year = 1580 }

    action_a = {
        name = "ACTIONNAME12023A" #Bien
        command = { type = provinceculture which = 414 value = french } #Armor
    }
}


#(1532-1580) Morbihan is French
event = {
    id = 170009
    trigger = {
        core_national = { province = 416 data = FRA } #Morbihan
        owned = { province = 416 data = FRA }
        control = { province = 416 data = FRA }
        atwar = no
    }
    random = no
    country = FRA
    name = "EVENTNAME170009" #Morbihan is French
    desc = "EVENTHIST170008"
    #-#Brittany has historically had two autochthonous languages. In the west, Breton is spoken, which belongs to the Celtic languages. In the east - Gallo, which is one of the langues d'oil. The linguistic border is gradually shifting in favour of the latter, although both languages will be widely used until the 20th century.

    date = { day = 1 month = january year = 1532 }
    offset = 200
    deathdate = { day = 1 month = january year = 1580 }

    action_a = {
        name = "ACTIONNAME12023A" #Bien
        command = { type = provinceculture which = 416 value = french } #Morbihan
    }
}
 
The events that turn brittnys provinces to french: As France gains only claimcores on Brittany it takes 30 years of ownership for them to turn those into national cores so they have to actually wait and rule the lands which I agree too.

IMO I would suggest to use an even later death date. Bretonic local resistance to France did quell up during the revolution again and historically the change from breton to french might happen until 1820.

Edit: The french event to gain claimcores on the 3 provinces of Brittany happens earliest 1524 (170213 or 170215) and turning the claimcore to a nationalcore takes 30 years.
So it has no effect at all to use a startdate of 1532 as then the claim can´t possibly have become a national core - it will only mean lost computing time for an event that can´t fire. I suggest to move the starting date to 1554 (1524+30).
 
Last edited:
Sounds reasonable.

Code:
#(1524-1820) Armor is French
event = {
    id = 170008
    trigger = {
        core_national = { province = 414 data = FRA } #Armor
        owned = { province = 414 data = FRA }
        control = { province = 414 data = FRA }
        atwar = no
    }
    random = no
    country = FRA
    name = "EVENTNAME170008" #Armor is French
    desc = "EVENTHIST170008"
    #-#Brittany has historically had two autochthonous languages. In the west, Breton is spoken, which belongs to the Celtic languages. In the east - Gallo, which is one of the langues d'oil. The linguistic border is gradually shifting in favour of the latter, although both languages will be widely used until the 20th century.

    date = { day = 1 month = january year = 1524 }
    offset = 200
    deathdate = { year = 1820 }

    action_a = {
        name = "ACTIONNAME12023A" #Bien
        command = { type = provinceculture which = 414 value = french } #Armor
    }
}


#(1524-1820) Morbihan is French
event = {
    id = 170009
    trigger = {
        core_national = { province = 416 data = FRA } #Morbihan
        owned = { province = 416 data = FRA }
        control = { province = 416 data = FRA }
        atwar = no
    }
    random = no
    country = FRA
    name = "EVENTNAME170009" #Morbihan is French
    desc = "EVENTHIST170008"
    #-#Brittany has historically had two autochthonous languages. In the west, Breton is spoken, which belongs to the Celtic languages. In the east - Gallo, which is one of the langues d'oil. The linguistic border is gradually shifting in favour of the latter, although both languages will be widely used until the 20th century.

    date = { day = 1 month = january year = 1524 }
    offset = 200
    deathdate = { year = 1820 }

    action_a = {
        name = "ACTIONNAME12023A" #Bien
        command = { type = provinceculture which = 416 value = french } #Morbihan
    }
}