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

unmerged(16159)

Eldermann
Apr 10, 2003
508
0
Visit site
Just a quickie.

I have been fixing the Hansa file, (after proofing thanks to Matty.. :rolleyes: ) and have found some quirks.

At some point, the hanseatic traders transform various city-states like Florence and London and Novgorod, that they change province_culture to hanseatic.

If the Hansa lose these provinces, and are retaken, then the cultures change back to their original one.

Could the authors or the ROY file, and the YOR file please insert the following codes into their event files? Could both of you please review your events for London in light of the existing Hansa file.

Lovely.

####################################################
# Cultural changes as the League leave London
####################################################

event = {
id = xxxxxx
trigger = {
owned = { province = 247 data = ROY }
}
random = no
province = 247
name = "London is Anglo-Saxon!"
desc = "With the Hanseatic traders declining in influence, and possession of
London coming under English control, the culture of the province reverts it's anglo-saxon roots.)"

action_a = {
name = "OK"
command = { type = provinceculture which = 247 value = anglosaxon }
}
}




####################################################
# Cultural changes as the League leave London
####################################################


event = {
id = xxxxxx
trigger = {
owned = { province = 247 data = YOR }
}
random = no
province = 247
name = "London is Anglo-Saxon!"
desc = "With the Hanseatic traders declining in influence, and with the possession of
London coming under Yorkist control, the culture of the province reverts it's anglo-saxon roots.)"

action_a = {
name = "OK"
command = { type = provinceculture which = 247 value = anglosaxon }
}
}

Taa.
 
Mikl,

You could always simply have them in the Hansa file.

However, I will insert them in the final version if the other two do not.

Matty
 
MattyG said:
Mikl,

You could always simply have them in the Hansa file.

However, I will insert them in the final version if the other two do not.

Matty

Granted. But I am not keen on having files concerning a nation sitting in the event file of another nation. Others may and do disagree. It would please my anally retentive soul if you would all indulge me.

Many thanks.
 
The important thing is that there are references.

If the events go in the YOR file, but can be triggered by PUR and effect something that happened in the HSA file originally, then all three files need to know about it.

eg. a note in the Hansa file following the original conversion event ...

"# See event xxxxxx in the YOR file for an event that reconverts London to Anglo-Saxon culture. Can trigger also for PUR."
 
MattyG said:
The important thing is that there are references.

If the events go in the YOR file, but can be triggered by PUR and effect something that happened in the HSA file originally, then all three files need to know about it.

eg. a note in the Hansa file following the original conversion event ...

"# See event xxxxxx in the YOR file for an event that reconverts London to Anglo-Saxon culture. Can trigger also for PUR."

Will do.