minimum = [b]([/b] 164 165 166 167 168 169 170 171 172 173 }
minimum = [b]{[/b] 164 165 166 167 168 169 170 171 172 173 }
idont said:You want to create those events by hand? You people are not nearly lazy enough.
In case you're interested in using it, you'll probably want to tell me some more details about how you want the events. Currently:
The ids start at 90000, and are incremented by 5 for each event, so all release events end in 0, all AI events in 5
The events are based on revolt.txt. Do you want some more?
The start and end dates are based on the start and end dates in revolt.txt
If there is more than one entry in revolt.txt, there will be more than one set of events, eg the Blue Horde can revolt from 1433 to 1467, from 1513 to 1517 and from 1552 to 1569
There is no support for the idea of not having close countries revolt. You'll have to give me some more details on how this is supposed to work.
The events are province events for the capital, and require you to own all the minimum province for the revolter
The events are missing proper text
There is a problem in the revolt.txt file. The entry for PEU has the line
which should beCode:minimum = [b]([/b] }
You'll have to fix this if you want to use the script yourselfCode:minimum = [b]{[/b] }
Ah, you shouldn't underestimate yourself, it's not that different to writing events. Still, it's probably not worth learning just to automate some event writing, which is why I also included the output.MattyG said:No, I am not nearly smart enough to know how to make a computer program.
So that would be starting at 875001. Should there still be some gap between each set of events?The 900000 numbers are set aside for another purpose, it would need to be those numbers posted. And better to have the events in direct number sequence.
It has a normal bracket when it should be a curly one ( vs {Ah ... I can't see the difference. Maybe my eyes are too old. Please explain.
I agree, the same text for all events would be easiest. Considering how often the same text will be displayed, it would probably be better to put the text in text.csvWhen it comes to event text I'm just going to leave it at something generic for all of them, if someone wants something more "dramatic" or "individual" they can do it themselves. In addition reffering to different text for all them in config is just one more thing to do
idont said:I tried the events as well, and they didn't all trigger at the same time for me. However, they still seem completely broken, as the war command didn't work. I just released a vassal, who stayed at +200 relations.
Also, should the random and non random events sleep each other? Currently each country will try to revolt twice.