Bully Android .tex files

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
Drawken
ultra-n00b
Posts: 2
Joined: Wed Aug 19, 2015 10:33 pm
Has thanked: 2 times

Bully Android .tex files

Post by Drawken »

I was wondering if anyone can take a look into the file format used in the .tex files for the game Bully on Android.
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"}
http://www.mediafire.com/file/6h02n6kyu ... amples.zip
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 869 times

Re: Bully Android .tex files

Post by Acewell »

here is Noesis python script to open your samples :D
tex_Bully_Android_tex.zip
supports dxt1 and alpha 1/8
You do not have the required permissions to view the files attached to this post.
Drawken
ultra-n00b
Posts: 2
Joined: Wed Aug 19, 2015 10:33 pm
Has thanked: 2 times

Re: Bully Android .tex files

Post by Drawken »

Thanks so much for putting in the time to do this!
Unfortunately it doesn't open up all the .tex files.
But that's alright. I was able to figure out how to use NinjaRipper to extract the textures from Bluestacks.
(Too bad the fonts don't seem to be texture files like they are for the PC version. I was hoping to replace the font for the PC version with a higher res texture. Oh, well.)
Thanks again! :]
Post Reply