the link to the Guide to Modding: Useful Tools and List of Mods DH one is broken and hoi2 doesnt work well anyone want ot tell me how to make events that work and create a scenario with different alliances and provinces?
You should find a guide to darkest hour which contains the modding guide in your Modding documentation folder of your game installation.
That aside, we are working on an addendum to the guide for 1.02->1.03.
EDIT: AND for multiple commands string.... such as this:
command = { trigger = { NOT = { OR = { participant = { country = CHC value = 3 } puppet = { country = CHC country = SOV } alliance = { country = CHC country = SOV } } } } type = alliance which = CHC }
There's got to be something wrong with the triggers. I've written some events using that "TAG" mechanism for a number of countries and it worked as intended.
Take another look at the triggers , maybe you forgot something ?![]()
offset = 1
Do you want this to fire for only 1 nation? Because this is what it does. If you want it to fire for all these nations, you have to set it to persistent = yes, make it set a local flag and add in the trigger that the local flag should not be set.
You should find a guide to darkest hour which contains the modding guide in your Modding documentation folder of your game installation.
That aside, we are working on an addendum to the guide for 1.02->1.03.