renegadechicken
Warlord
UPDATE: Done! Thanks to EmperorFool, who did all the coding (AND told me where to put everything!), this is no longer a work in progress, but a finished product! Enjoy, modders!
Download link: Events with Images mod
---------------------------------------------------------------
OLD STUFF
I am in the process of (what I consider to be) revolutionizing Events for all modders everywhere!
It all started with me wanting to include a popup with a picture just before events fired to give more visual appeal and atmosphere to events, like the one below:
However, the popup would not appear before the event fired, and it was just weird having it show up after you've already made a decision on how to handle the event, so I went to the forums for help on ideas on how to make the popup appear prior to the event. Willem, a fellow forum-goer, wondered why I didn't just add the picture to the event screen so I could have them both at once. I chuckled to myself and thought how wonderful that would be, but it's just not possible. Then I thought about it for a second, and realized that's EXACTLY what needs to be done!
At Willem's suggestion, I PMed EmperorFool, a renowned modder on this site, and asked him if he knew where the event screen was handled so I could add an option to include a .dds picture to the event screen. He found it with no problem, but sadly it's in the SDK, which I don't know anything about.
So I have come to you, modding community, in the hopes that one of you will have a few minutes (I suspect maybe 10-20) to devote to this small but significant task. According to EmperorFool, there are only two steps to do this: add a tag in EventInfos.xml to hold the image (which I can do, as long as someone does the next step!), and then modify a bit of SDK to insert a call to add the image.
If you are interested in doing this for the modding community, I will forward you the message from EmperorFool which contains the bit of code that needs modifying. Thanks in advance to anyone willing to do this for us all!
Download link: Events with Images mod
---------------------------------------------------------------
OLD STUFF
I am in the process of (what I consider to be) revolutionizing Events for all modders everywhere!

It all started with me wanting to include a popup with a picture just before events fired to give more visual appeal and atmosphere to events, like the one below:
Spoiler :
However, the popup would not appear before the event fired, and it was just weird having it show up after you've already made a decision on how to handle the event, so I went to the forums for help on ideas on how to make the popup appear prior to the event. Willem, a fellow forum-goer, wondered why I didn't just add the picture to the event screen so I could have them both at once. I chuckled to myself and thought how wonderful that would be, but it's just not possible. Then I thought about it for a second, and realized that's EXACTLY what needs to be done!
At Willem's suggestion, I PMed EmperorFool, a renowned modder on this site, and asked him if he knew where the event screen was handled so I could add an option to include a .dds picture to the event screen. He found it with no problem, but sadly it's in the SDK, which I don't know anything about.
So I have come to you, modding community, in the hopes that one of you will have a few minutes (I suspect maybe 10-20) to devote to this small but significant task. According to EmperorFool, there are only two steps to do this: add a tag in EventInfos.xml to hold the image (which I can do, as long as someone does the next step!), and then modify a bit of SDK to insert a call to add the image.
If you are interested in doing this for the modding community, I will forward you the message from EmperorFool which contains the bit of code that needs modifying. Thanks in advance to anyone willing to do this for us all!


Here they are:
Was it my formatting?
I eventually followed the directions.