Hello,
It seems that items in IWDEE don't have description images. So when you examine an item, it looks like this:
![]()
Where in BGEE, it looks like this:
![]()
Looking at the game files, the images are there but in bmp instead of bam and the description image on the itm is not set.
Can a weidu wizard write a code that loops over all itms (maybe only the dropable ones), check if there is a bmp with a matching names (prefix 'C' + the name of the itm). And if it exists, convert the BMP to a BAM and patch the ITM to use this BAM as its description image?
For example, manually fixing STAF01.itm, converting CSTAF01.BMP into a BAM and tweaking the UI, gives this:
![]()
It seems that items in IWDEE don't have description images. So when you examine an item, it looks like this:

Where in BGEE, it looks like this:

Looking at the game files, the images are there but in bmp instead of bam and the description image on the itm is not set.
Can a weidu wizard write a code that loops over all itms (maybe only the dropable ones), check if there is a bmp with a matching names (prefix 'C' + the name of the itm). And if it exists, convert the BMP to a BAM and patch the ITM to use this BAM as its description image?
For example, manually fixing STAF01.itm, converting CSTAF01.BMP into a BAM and tweaking the UI, gives this:











