Hi.

I've been modding Rome.lnt to modify some of the menus.
I'm able to eliminate or move elements of the menu, but I wonder if it is possible to add new elements.

In my case I'm trying to include a snapshot image in the historical battles.
In custom battles menu, we have this piece of menu:
Code:
    <UI piece>empty_art
      <identifier>UIP_CUSTOM_TERRAIN_PIC</identifier>
      <Parameters>
        <x>704</x>
        <y>158</y>
        <width>256</width>
        <height>152</height>
      </Parameters>
      <object_id>empty_art</object_id>
    </UI piece>
In the case of custom maps (those with their own folder, not only locations in campaign map), the image that appears in such square is snapshot.tga, inside the corresponding custom battle folder.

When I include a snapshot.tga in a historical battle folder, and I copy the UI_piece in the historical battle page, the empty square appears but the snapshot is not shown.

Does anybody know how to show this image?