For the first sample, 1stradar100.tex, I was successful in replacing the header (I replaced the first 26 lines in a hex editor, and with the 27th line I replaced up to 4 spaces after the } bracket) with that of a DXT1 .dds file.
But for the font_sabon.tex file, I can't seem to find the correct DDS header. (If it is in fact dds.)
Not sure if this is helpful, but each .tex file has a list of these properties at the top.
Contents of font_sabon.tex.:
Code: Select all
{width=1024,height=1024,mode=tm_distancefield,nomips=false,compressondisk=false,addressmodeu=tam_wrap,addressmodev=tam_wrap,samplerstate={minfilter=tfm_linear,magfilter=tfm_linear,mipfilter=tfm_linear},df_params={fieldscale=2,pixeldistance=0},pp_params={extrabrightness=0.000000,extracontrast=0.000000,gammamod=0.000000},importfilepath="D:\BullyMobile\Middleware\FontStuff\font_sabon.png"}
