Page 1 of 1

Blue Estate Font (*.Texture2D)

Posted: Thu Jan 07, 2016 11:33 am
by GhostSpy
Hi.
Font file from blue estate have texture2d format.
Extractable with umodel but this time can't import-able.
By the way extracable file is not seen by the game. I searching to open and close tool/script for texture2d file.
Thanks a lot!

same files enclosed

Re: Blue Estate Font (*.Texture2D)

Posted: Sun Jan 31, 2016 5:23 pm
by GRiNDERKILLER
You need decent HEX editor and some knowledge.

Open font file in HEX editor and remove first 305 bytes, then go to on end of file and again remove 52 bytes from end. Now you have sorted RAW data of font.
Now you must put valid DDS header on start of file and save it as dds.

All those textures are DXT5.

And for reimport, if this game loads uncompressed files you can "simply" put edited fonts into the upk through HEX. But you must again remove DDS header and put back previously removed data.

EDiT: I convert them for you see attachment.

Re: Blue Estate Font (*.Texture2D)

Posted: Thu Jul 21, 2016 7:36 pm
by Acewell
i made a Noesis script to open those *.Texture2D samples :D
tex_BlueEstateFont_Texture2D.zip