Did you start EU2 from the yellow shield on the desktop (you need to)? Did you try to play the fantasy scenario (it doesn't work)?
Originally posted by Count Six
2) This from my savegame history section:
"November 6, 1509 : Spain went with ACTIONNAME7156A in Supremacy in North Africa. " Looks like the text is screwed up, but I haven't identified the event.
[color=white]name = "January 27, 1431 : René I d'Anjou rose to the throne in Lorraine."
name = "January 27, 1431 : René I d'Anjou rose to the throne in Lorraine."
[COLOR=red]command = { type = monarch which = 04981 } #René d'Anjou
[/COLOR]
[color=white][quote]name = "January 1, 1446 : rose to the throne in Bohemia."
[color=white][quote]name = "August 30, 1526 : Ferdinand I rose to the throne in Bohemia."
Originally posted by Khephren
I believe it is because of this command in the relative events....Code:[COLOR=red]command = { type = monarch which = 04981 } #René d'Anjou [/COLOR]
He is not a dormant monarch, so he ascends to the throne and the event command causes him to ascend again.
IIRC correctly (earlier in this thread i think)
the problem is that Ile de France/Paris should be the capital from the start
Originally posted by Dild
I don't see why Paris should be the capital from the beginning, when it IRL wasn't? Why not correct the trigger that moves Paris when the 100 year war is over?
The problem was, as I remember it, that not having the capital in Paris made it possible for England to claim Ile de France in a peace deal. That wasn't what we wanted to happen.Originally posted by Dild
I don't see why Paris should be the capital from the beginning, when it IRL wasn't? Why not correct the trigger that moves Paris when the 100 year war is over?
Originally posted by mnorrefeldt
The problem was, as I remember it, that not having the capital in Paris made it possible for England to claim Ile de France in a peace deal. That wasn't what we wanted to happen.
Err... no. The actual point of not having the capital in Paris was to allow England or Burgundy to get it in a peace, since that is what - roughly - happened historically. Paris was in English/Burgundian hands for about 20 years. The problem with it was that the capital did not get moved back because the line in the End of the Hundred Years War that was supposed to move the capital had a #. Certainly a better solution wold have been a separate event that just moves the capital back as soon as Ile-de-France has been recaptured, or if France still owns it after 1430.Originally posted by mnorrefeldt
The problem was, as I remember it, that not having the capital in Paris made it possible for England to claim Ile de France in a peace deal. That wasn't what we wanted to happen.
[color=white]## Return to Paris ##
event = {
id = 999003
trigger = {
owned = { province = 385 data = FRA }
}
random = no
country = FRA
name = "The Return to Paris"
desc = "In May 1418 a Burgundian coup d'etat, an episode in the long Burgundian-Armagnac feud, drove the Dauphin from Paris. He and his court fled south to the Loire, where he established himself as the "King of Bourges", and waited for better days. At last, after nineteen years, the English and Burgundians were driven out and Charles VII returned victorious to the ancient capital."
style = 1
date = { day = 1 month = january year = 1429 }
deathdate = { day = 31 month = december year = 1560 }
action_a ={ #Move the capital#
name = "Vive le Roi!"
command = { type = capital which = 385 }
}
}