Unusual .dds
Posted: Tue Jun 18, 2013 12:49 am
I have some .dds files, but can't figure out, how to open them. They have unusual header. Here are some examples: <snip>
Code: Select all
get ZSIZE asize
set SIZE 0
if SIZE <= 0
math SIZE = ZSIZE
math SIZE *= 20
endif
comtype snappy
get NAME filename
string NAME += ".new.dds"
clog NAME 0 ZSIZE SIZE
