Description: There are two programs, bmp2spritesheet and spritesheet2bmp. bmp2spritesheet takes dumped eo gfx files and converts them to sprite sheets, spritesheet2bmp takes full sheets and converts them to individual bmps. To use these programs just read the readme.txt files follow their
directions and adjust the config.ini to fit each situation.
I've only tested on my windows 8,but the programs should be compatible with other windows operating systems, if not I'll try and make it so!
Download Link
Edit: I just noticed a mess up in the config.ini
## FolderName (string)
# Contains the bitmaps to convert to sheets
FolderName = gfx
it should be opposite in spritesheet2bmp
# Contains the sheets to convert to bitmaps
This wont cause a problem just might be confusing for some people!