Atvaark / FtexTool

Fox Engine Texture (.ftex) to DDS converter
MIT License
30 stars 9 forks source link

[MGS:GZ] FtexTool repack font in *dds problem #17

Open eHerbaciarz opened 3 years ago

eHerbaciarz commented 3 years ago

I have a problem with one font in dds. Name of this font is "Font_RodinProN_DB_32p_gz_alp" (locacted in Metal Gear Solid Ground Zeroes\data_01\Assets\tpp\ui\Font\Gz).

When I repack dds file to Font_RodinProN_DB_32p_gz_alp.ftex file - i've got only 3 ftexs file, but shoud be 4 ftexs file.

I using BC1 format with no alpha to save that dds, whats going wrog? orginal_files png After repack png

eHerbaciarz commented 3 years ago

Ok I've got it - I shoud use BC5 not BC1. It works now.