Hi,
I am playing EU2 v1.7, no beta patch.
I am experimenting with events about the war of religions in France.
I was having a try at making France FRA becomes FPR or FUC and then granting independence back to France.
So far, I have not created any other events than these ones:
The second event has the very strange effect of making the weird dummy.bmp appears on top right of my screen (this bmp could be found in Paradox Entertainment\Europa Universalis 2\GFX)...
Any clue why ?
I have not touch the revolt.txt file at all.
Cat
I am playing EU2 v1.7, no beta patch.
I am experimenting with events about the war of religions in France.
I was having a try at making France FRA becomes FPR or FUC and then granting independence back to France.
So far, I have not created any other events than these ones:
Code:
[COLOR=White]event = {
id = 100178
random = no
country = FRA
name = "La France"
desc = "Prologue"
style = 2
date = { day = 14 month = august year = 1555 }
offset = 0
deathdate = { day = 27 month = june year = 1629 } # La paix d'Alès
action_a ={ #OK !#
name = "Historique"
command = { type = country which = FRA }
command = { type = independence which = FUC }
command = { type = independence which = FPR }
}
action_b ={ #OK !#
name = "Guise"
command = { type = country which = FUC }
command = { type = independence which = FPR }
command = { type = trigger which = 100180 }
}
action_c ={ #OK !#
name = "Huguenots"
command = { type = country which = FPR }
command = { type = independence which = FUC }
command = { type = trigger which = 100180 }
}
}
event = {
id = 100180
random = no
name = "Test"
desc = "Test"
style = 2
action_a ={ #OK !#
name = "Voila"
command = { type = independence which = FRA }
}
}[/COLOR]
Any clue why ?
I have not touch the revolt.txt file at all.
Cat
Last edited: