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

Norrefeldt

Porphyrogenitus
Aug 1, 2001
7.433
2
Visit site
De-VILLARS said:
modifications proposed :
Code:
#Le Tellier and Louvois#
event = {
	id = 3114
	random = no
	country = FRA
	name = "EVENTNAME3114"
	desc = "EVENTHIST3114"
	date = { day = 1 month = january year = 1666 }
	offset = 30
	deathdate = { day = 1 month = january year = 1677 }

	action_a = { 
		name = "ACTIONNAME3114A" #These Excellent Military Specialists!
		command = { type = MIL which = 3 value = 576 }
		command = { type = land value = 1000 }
		command = { type = domestic which = OFFENSIVE value = -1 }
		command = { type = domestic which = QUALITY value = 1 }
		command = { type = domestic which = SERFDOM value = 1 }
	}
}

Code:
#Vauban#
event = {
	id = 5004
	trigger = { 
		owned = { province = 383 data = -1 } #Picardie
		owned = { province = 376 data = -1 } #Champagne
	}
	random = no
	country = FRA
	name = "EVENTNAME5004" #Sébastien le Prestre marquis de Vauban
	desc = "EVENTHIST5004"
	date = { day = 1 month = january year = 1667 }
	offset = 20
	deathdate = { day = 1 month = january year = 1670 }

	action_a = {				
		name = "ACTIONNAME5004A" #Appoint him 
		command = { type = land value = 250 }
		command = { type = domestic which = OFFENSIVE value = -1 } 
		command = { type = fortress which = 426 value = 1 } #Roussillon
		command = { type = fortress which = 383 value = 1 } #Picardie
		command = { type = fortress which = 376 value = 1 } #Champagne
		command = { type = treasury value = -400 }
	}
	action_b = {				
		name = "ACTIONNAME5004B" #Our strategy is offensive
		command = { type = land value = 750 }
		command = { type = domestic which = LAND value = 1 } 
		command = { type = ART which = -1 value = 30 }
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 170216 }
	}
}

#Vauban#
event = {
	id = 170216
	trigger = {
		owned = { province = 406 data = -1 } #Dauphiné
	}
	random = no
	country = FRA
	name = "EVENTNAME170216" #Sébastien le Prestre marquis de Vauban
	desc = "EVENTHIST170216"
	date = { day = 1 month = january year = 1672 }
	offset = 20
	deathdate = { day = 1 month = january year = 1685 }

	action_a = {				
		name = "ACTIONNAME170216A" #We trust him 
		command = { type = land value = 250 }
		command = { type = fortress which = 379 value = 1 } #Artois
		command = { type = fortress which = 407 value = 1 } #Dauphiné
		command = { type = treasury value = -250 }
	}
	action_b = {				
		name = "ACTIONNAME170216B" #Our strategy is offensive
		command = { type = land value = 750 } 
		command = { type = ART which = -1 value = 30 }
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 170217 }
	}
}

#Vauban#
event = {
	id = 170217
	trigger = {
		owned = { province = 406 data = -1 } #Provence
	}
	random = no
	country = FRA
	name = "EVENTNAME170217" #Sébastien le Prestre marquis de Vauban
	desc = "EVENTHIST170217"
	date = { day = 1 month = january year = 1685 }
	offset = 20
	deathdate = { day = 1 month = january year = 1700 }

	action_a ={				
		name = "ACTIONNAME170217A" #We trust him
		command = { type = land value = 250 }
		command = { type = fortress which = 374 value = 1 } #Alsace
		command = { type = fortress which = 406 value = 1 } #Provence
		command = { type = treasury value = -250 }
	}
	action_b = {				
		name = "ACTIONNAME170217B" #Our strategy is offensive
		command = { type = land value = 750 } 
		command = { type = ART which = -1 value = 30 }
		command = { type = stability value = -1 }
	}
}

with the same text :
EVENTNAME3114;Le Tellier and Louvois;;;;;;;;;;
EVENTHIST3114;Michel Le Tellier (1603-1685) was the son of a counselor at the Account Chamber. Pinpointed by Prime Minister Cardinal Mazarin, he his named Secretary of War in 1643. He starts the needed reformation of the French army and war administration as minister till 1666 and Chancellor till 1677. His eldest son, Louvois, perfected his achievement and offered his master, Louis XIV, with the largest and best army of the last half of the 17th century.;;;;;;;;;;
ACTIONNAME3114A;These Excellent Military Specialists !;;;;;;;;;;

EVENTNAME5004;Vauban;;;;;;;;;;
EVENTHIST5004;Sébastien Le Prestre de Vauban was a French military engineer who revolutionized the art of siege craft and defensive fortifications. He fought in all of France's wars of Louix XIV's reign (1643-1715) and went on frequent tours around the frontiers redesigning and improving numerous fortifications. His design for the fortification of Landau in Bavaria is sometimes reckoned as his greatest work.;;;;;;;;;;
ACTIONNAME5004A;Appoint him ;;;;;;;;;;
ACTIONNAME5004B;Our strategy is offensive;;;;;;;;;;

EVENTNAME170216;Vauban;;;;;;;;;;
ACTIONNAME170216A;We trust him ;;;;;;;;;;
ACTIONNAME170216B;Our strategy is offensive;;;;;;;;;;

EVENTNAME170217;Vauban;;;;;;;;;;
ACTIONNAME170217A;We trust him ;;;;;;;;;;
ACTIONNAME170217B;Our strategy is offensive;;;;;;;;;;

@Yoda : pas de texte pour les trois dernier car c'est exactement la même chose que le premier event donc je pense qu'il n'y en a pas besoin
Since the MIL value wont last for 576 months, but only until the current monarch dies this should be reflected in the text, to not fool the player. Btw, did he improve the troops performance in combat, as now happen with MIL? If he only influenced fortification techs, it's better to raise the land tech addition. Next question: Why do you raise land under the options named "Our strategy is offensive"? You should probably raise Offensive instead. Raising Land will affect colonisation, and should be done with caution.
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Norrefeldt said:
Next question: Why do you raise land under the options named "Our strategy is offensive"? You should probably raise Offensive instead. Raising Land will affect colonisation, and should be done with caution.
yes indeed ;)

Since the MIL value wont last for 576 months, but only until the current monarch dies this should be reflected in the text, to not fool the player. Btw, did he improve the troops performance in combat, as now happen with MIL? If he only influenced fortification techs, it's better to raise the land tech addition
i don't know if i understand :D :(
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Since the MIL value wont last for 576 months, but only until the current monarch dies this should be reflected in the text, to not fool the player. Btw, did he improve the troops performance in combat, as now happen with MIL? If he only influenced fortification techs, it's better to raise the land tech addition.
thanks to yoda i have understood ;)
Le tellier and his son have improved the troops performance in movement and combat ("baïonette") so Mil is the good slider ;)
 

Norrefeldt

Porphyrogenitus
Aug 1, 2001
7.433
2
Visit site
De-VILLARS said:
thanks to yoda i have understood ;)
Le tellier and his son have improved the troops performance in movement and combat ("baïonette") so Mil is the good slider ;)
An the effect was only temporal? The timespan is correct (if the father and son lived that long), I forgot that it was Louis XIV, that will have MIL = 12 during all his reign!

Either the event text or Wikipedia is wrong (nothing odd with that though..)
http://en.wikipedia.org/wiki/François-Michel_le_Tellier

EVENTHIST3114;Michel Le Tellier (1603-1685) was the son of a counselor at the Account Chamber. Pinpointed by Prime Minister Cardinal Mazarin, he his named Secretary of War in 1643. He starts the needed reformation of the French army and war administration as minister till 1666 and Chancellor till 1677. His eldest son, Louvois, perfected his achievement and offered his master, Louis XIV, with the largest and best army of the last half of the 17th century.;;;;;;;;;;
In any case the son was hardly named Louvois, as this was the title of Michel Le Tellier?
 
Last edited:

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Norrefeldt said:
An the effect was only temporal?
after the death of Louvois the french army was less efficient, so i think that the effect was mainly temporal

In any case the son was hardly named Louvois, as this was the title of Michel Le Tellier?
no

Either the event text or Wikipedia is wrong (nothing odd with that though..)
what hurts you ?

EVENTHIST3114;Michel Le Tellier (1603-1685) was the son of a counselor at the Account Chamber. Pinpointed by Prime Minister Cardinal Mazarin, he his named Secretary of War in 1643. He starts the needed reformation of the French army and war administration as minister till 1666 and Chancellor till 1677. His eldest son, Louvois (1641-1691), perfected his achievement and offered his master, Louis XIV, with the largest and best army of the last half of the 17th century.;;;;;;;;;;
i heve added the date of louvois.
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Norrefeldt said:
So, the first name of the son was Louvois, and his title Marquis de Louvois? Odd that.
his name was François-Michel le Tellier, Marquis de Louvois, his father's name was Michel le Tellier without title :) , it's a little complicated
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
YodaMaster said:
Why don't you replace "Louvois" with "François-Michel le Tellier, Marquis de Louvois, also known as 'Louvois'" in EVENTHIST3114 then? ;)
because it's too long :D , edited ;)
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Norrefeldt said:
;) That's the reason I was so confused. The new version is better.
OK :p
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
YodaMaster said:
Not OK, dates for Louvois are missing in EVENTHIST3114: (1641-1691) :D

(from post #1305, to be added in post #1283)
arghhh :eek:o :D, added
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Propositions of modified files for french colony names

Code:
FRA;Bâton rouge;44     [COLOR=Yellow]#Natchitoches[/COLOR]
FRA;Nouvelle Orléans;45
FRA;Dauphine;46     [COLOR=Yellow]#Biloxi[/COLOR]
FRA;Mobile;47
FRA;Saint Marcel;48
FRA;Fort Caroline;49
FRA;La Floride;50
FRA;nouvelle limoge;51     [COLOR=Yellow]#Poste des Arkansas[/COLOR]
FRA;Fort prudhomme;52     [COLOR=Yellow]#Poste des Yazous or Fort Tombecté[/COLOR]
[COLOR=Yellow]FRA;Fort Toulouse; 53 #added[/COLOR] 
FRA;Saint Louis;57     [COLOR=Yellow]#or Fort de Chartres[/COLOR]
FRA;Fort Charletraine;58
FRA;Cahoque;59    [COLOR=Yellow]#Cahokia[/COLOR]
FRA;Fort Vincennes;60
[COLOR=Yellow]FRA;Fort Duquesne;70 #added[/COLOR] 
FRA;Fort Saint Joseph;72
[COLOR=Yellow]FRA;Fort Ouiatanon;73 #added[/COLOR] 
FRA;Sainte-Saéns;74     [COLOR=Yellow]#Fort Saint-Louis is better IMO[/COLOR]
FRA;Dubuque;75
FRA;La Crosse;76
FRA;Mechiabée;77
FRA;Fort Duluthe;78     [COLOR=Yellow]#Fort Saint-Pierre or Fort Saint-Charles[/COLOR]
FRA;Fort Sainte Croix;79     [COLOR=Yellow]#Fort Beauharnois[/COLOR]
FRA;Baie Vert;80     [COLOR=Yellow]#Fort la Baie is better IMO[/COLOR]
[COLOR=Yellow]FRA;Fort Michillimakinac;81 #added[/COLOR] 
FRA;Fort Pontchartrain;82     [COLOR=Yellow]#or Détroit (but same name that the province) [/COLOR] 
FRA;Fort Duquesne;83     [COLOR=Yellow]"Fort Presqu'ile[/COLOR]
FRA;Nouvelle Paris;87 
FRA;Onandague;91
FRA;Fort Niagara;92
FRA;Fort Aux Boeufs;93
FRA;Fort Kaministiquia;94
FRA;Fort Michipicton;95     [COLOR=Yellow]#Fort Nipigon[/COLOR]
[COLOR=Yellow]FRA;Fort Témiscamingue;96 #added[/COLOR] 
FRA;Fort Rouillé;97     [COLOR=Yellow]#Fort Frontenac[/COLOR]
FRA;Fort Frontenac;98     [COLOR=Yellow]"Fort de la Présentation[/COLOR]
[COLOR=Yellow]FRA;Fort Carillon;101 #added [/COLOR] 
FRA;Chambly;105
FRA;Montréal;106
FRA;Trois Rivières;109
FRA;Québec;110
FRA;Rivière du Loup;111
FRA;Fort des Pentagouets;112
FRA;Île Sainte Croix;113
FRA;La Gaspé;114
FRA;Fort Beauséjour;115
FRA;Port Royale;116     [COLOR=Yellow]#without e for royale[/COLOR]
FRA;Louisbourg;117
FRA;Plaisance;119
FRA;Saint Jean du Terre Neuve;120     [COLOR=Yellow]#de is better[/COLOR]
FRA;Tadoussac;121
FRA;Sept Îles;122
FRA;Fort de Croix;123
FRA;Sainte Anne;124
FRA;Javelot Rouge;125
FRA;Ville de Glace;126
FRA;Fort du Renard;127
FRA;La Nuélte;136
FRA;Jamaïque;140
FRA;Port au Prince;141
FRA;La Tortue;142
FRA;Saint Domingue;143
FRA;Saint Jean;144
FRA;Saint Thomé;145
FRA;Port-Richelieu;146
FRA;Saint Christophe;147
FRA;Roseau;148
FRA;Pointe à Pitre;149
FRA;Fort de France;150
[COLOR=Yellow]FRA;Trinidad;151 #Owed by france during a certain period[/COLOR]
FRA;Castries;152
FRA;Cayenne;182
FRA;Maquape;183
FRA;Valle des Rivières;184
FRA;Îles Nouvelles;230
FRA;Chandernagore;558     [COLOR=Yellow]#Chandernagor[/COLOR]
FRA;Tellichérrie;569
FRA;Yanaon;571
FRA;Pondichérrie;572     [COLOR=Yellow]#Pondichéry[/COLOR]
FRA;Cochinée;573
FRA;Quilonne;574
FRA;Karikal;575
FRA;Battéquale;576
FRA;Trincomalie;577
FRA;Crescent Bleu;689
FRA;Gallia;702
FRA;Pierreville;776
FRA;Bantue;777
FRA;Ville de le Cap;778     [COLOR=Yellow]#Ville du Cap is better[/COLOR]
FRA;Saint Henri;779
FRA;Damarre;780
FRA;Ovamme;781
FRA;Côte d'Or;796
FRA;Fort Minogue;797
FRA;Île de Rais;798 #Un-intentional pun!
FRA;La Cacheu;799
FRA;Saint Louis du Sénégal;800
FRA;Île de Gorée;801
FRA;Île Arguin;802
FRA;Cap D'Ambre;807
FRA;Fort Dauphin;808
FRA;Saint Pierre;809
FRA;Port Louis;810
FRA;L'Étoile Vespere;811
FRA;Le Draque;Carribean
FRA;Saint Barthélémy;Carribean
FRA;Marie Galante;Carribean
FRA;Sainte Croix;Carribean
FRA;Cap Français;Carribean
FRA;Jonquières;North America
FRA;Lachine;North America
FRA;Chibougameau;North America
FRA;La Ronge;North America
FRA;Havre de Paix;Any
FRA;Vizille;Any
FRA;Sainte Hélène;Any
FRA;Sainte Claire;Any
FRA;Sainte Marie;Any
FRA;Saint Joseph;Any
FRA;Fort Castries;Any
FRA;Fort Brégançon;Any
FRA;Fort de Vaudreuil;Any
FRA;Fort d'Auvergne;Any
FRA;Fort Champagne;Any
FRA;Fort du Mestre;Any
FRA;Fort Coligny;Any
FRA;Fort de Berny;Any
FRA;Fort Choiseul;Any
FRA;Fort Marsac;Any
FRA;Fort Clairac;Any
FRA;Fort Varihlles;Any
FRA;Fort Tavaux;Any
FRA;Fort Verdun;Any
FRA;Nouvelle Toulouse;Any
FRA;Nouvelle Aix;Any
FRA;Nouvelle France;Any

Source : Havard and Vidal, History of french america (in french :p )
 
Last edited:

unmerged(1385)

AGCEEP French Translator
Mar 1, 2001
2.903
0
Visit site
De-VILLARS said:
Code:
event = {
	id = 170083
	trigger = { flag = richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170083" #The Michau code
	desc = "EVENTHIST170083"
	
	date = { day = 0 month = january year = 1629 }
	offset = 360
	deathdate = { day = 29 month = december year = 1629 }

	action_a = {
		name = "ACTIONNAME170083A" #Accept the new code
		command = { type = infra value = 2000 } #taxes and legal reforms
		command = { type = domestic which = centralization value = 1 }
		command = { type = provincetax which = -1 value = 1 } 
		command = { type = provincetax which = -1 value = 1 } 
		command = { type = trade value = 1000 } #economical reforms
		command = { type = domestic which = mercantilism value = 2 }
		command = { type = domestic which = aristocraty value = -1 }
		command = { type = warships which = -1 value = 2 }
		command = { type = galleys which = -3 value = 3 }
		command = { type = merchants value = 5 }
		command = { type = land value = 1500 } #military reforms
		command = { type = treasury value = -250 }
		[COLOR=Yellow]command = { type = fortress which = -1 value = -1 }
		command = { type = fortress which = -1 value = -1 }
		command = { type = fortress which = -1 value = -1 }[/COLOR]		
		command = { type = domestic which = serfdom value = 1 } #censorship
	}
	action_b = {
		name = "ACTIONNAME170083B" #Reject the code
		command = { type = domestic which = mercantilism value = -1 }
		command = { type = domestic which = centralization value = -2 }
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = treasury value = 150 } 
	}
}

i think that random province for the removal of fortress isn't the better solution because the fortress that have been destroyed weren't important one but old or useless one so i think that you schould put precise province if it's possible :)

Sure, these fortress weren't important because they couldn't resist to artillery, but there were about 2000 fortress that had been destroyed. It's impossible to target a specific province.
And this event is so much beneficial that it must have some compensation.
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Aegnor, i agree with you :) but if the fortress of champagne or roussillon or bourgogne (and so on) disapeared this event have very big consequences in case of war (in peculiar about the warscore...). but if in am alone to say that keep the event as it i now ;)
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
proposition of new leader for france :

Code:
historicalleader = {
	id = { type = 6 id =  }
	category = general
	name = "F. de Lesdiguières"
	startdate = {
		year = 1606
	}
	deathdate = {
		day = 28
		month = september
		year = 1626
	}
	rank = 1
	movement = 3
	fire = 3
	shock = 3
	siege = 0
	dormant = no
	remark = "Last constable"
}

he had the higher level in army hierarchy
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Norrefeldt said:
Did he lead an army in any victorious battles?
yes, he won a war against Savoy in 1595-1600 that had for results to give to france several lands between lyonnais ans switzerland, it was a major defeat for savoy (excuse me for my english :D )
 

Norrefeldt

Porphyrogenitus
Aug 1, 2001
7.433
2
Visit site
De-VILLARS said:
Modified leaders for france :
Will all these long names really fit the box? The rule is:

Length of leader names: If the name is too long it wont fit the army window. Maximum length is 18 for vanilla standard font and 17 for the agceep more legible font, always according to the use of capital letters and of spaces.
If you want to try some name, just make 1519 the start year, and start 1520 as France and have a look yourself.