Re: DomII maps in Dom3, and fixing that Alpha chan
why does it necessarily require windows? you could just use a generic c++ fstream, read the original tga in and write the new one out.
iirc, dom2 only uses 24 bit tgas. the only complication is rle , which is something that i have not really gotten straightened out myself. i have a tga library i wrote that uses windows for file manipulation, but i need to get it to use fstream any way. it's been on the back burner but i can bump it up on my priority list if you think you can use it
|