
I`m new here and I hope you guys can help.
So my goal ultimatly is to obtain graphical images from good old game called "Dragon Throne Battle battle of red cliffs" released back at 2002. This game doesnt have an extensive community and digging the internet yield no results on how to get the actual sprites from the game.
Here is a link to game data files (they are in fact dll files containing the actual game assests)
I`ve managed to unpack the dll`s down to binary files.
Here is a sample file if you just want to get gist of what the files are
The files seems to be an actual graphical images (hence the header contains the xbm and the biggest ones contain the 800 and 600 in hex).
Strange thing is xbm stands for nothing in this case as the files dont have anything related to xbm format.
I tried to calculate the ammount of bytes per pixel for the biggest file (the sample one) and got that each pixel holds 32 bytes of values which stands for 960000*16 values in total. But the whole file size is about 964864 * 16 meaning that there is 4864*16 loose values.
So I ask you to help me find out what the format actualy is because I`m no good at reverse engineering the stuff I know nothing about. At least an advice would be good.
If the game screenshot would help here it is (I`m not sure what the color pallete the game uses and it is probably very important)
Thanks in advance
