• 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(196400)

Recruit
1 Badges
Feb 22, 2010
4
0
  • Arsenal of Democracy
I am interested in writing my own events for AOD..but I have no experience writing events myself or where to put them into the game files. I was wondering is there a guide to doing so? I looked at the HOI II Wiki about event creation, does it still apply to creating events in AOD? Is there any pages here on the AOD forum dedicated to explaining how to create events by any chance?.
 
The basic structure is just the same in AoD, but some triggers or commands might have changed. You can find a list of those in "db\events\event commands.txt". You should also watch the ID ranges, some IDs that were free in HoI II may be occupied in AoD.
 
I have been trying to increase the research speed of projects. How do I create an event that changes my enemies research efficiency? I have a little experience modding other games, however I have not played HOI series. Just AOD!
 
I have been trying to increase the research speed of projects. How do I create an event that changes my enemies research efficiency? I have a little experience modding other games, however I have not played HOI series. Just AOD!

Code:
event 		= {
id 		= 16000
tag		= GER

action_a 	= {
command 	= { type = research_mod value = 25 }
}
}

This is painfully barebone, but if triggered it would increase Germany's research efficiency by 25%.