08-14-2014, 07:04 AM
Ah OK, that's what the sprites have as well. I thought maybe the SMKs had a different way of showing transparency that required masks but apparently not.
Anyway, here's BRGConvert. You can use in one of two ways; the first is to double-click on it, it'll open up and show a dialogue where you choose the files to convert, and then another one to choose the folder to save the files in (this file must exist beforehand.
The second way to use it is with the command-line:
Using this method, outDir doesn't have to exist.
If the file doesn't contain any graphics data (like the locXXmsk files) it'll tell you that and just go on to the next one.
Enjoy! Tell me if you get any strange errors or weirdly extracted files and I'll try and fix it.
Anyway, here's BRGConvert. You can use in one of two ways; the first is to double-click on it, it'll open up and show a dialogue where you choose the files to convert, and then another one to choose the folder to save the files in (this file must exist beforehand.
The second way to use it is with the command-line:
Code:
Command line usage: BRGConvert inDir outDir
inDir: Directory containing the files to convert
outDir: Directory where converted images will be saved
Using this method, outDir doesn't have to exist.
If the file doesn't contain any graphics data (like the locXXmsk files) it'll tell you that and just go on to the next one.
Enjoy! Tell me if you get any strange errors or weirdly extracted files and I'll try and fix it.