Cannot convert .tex files from Skullgirls Mobile

Textures, recreate headers, conversions, algorithms and parsing of image files
SquiglyContiello
Posts: 2
Joined: Thu Sep 28, 2017 6:21 am

Cannot convert .tex files from Skullgirls Mobile

Post by SquiglyContiello »

Hello everyone! I have very limited ability with these things and have been hopping from tutorial to tutorial trying to view the files in this game. I am hoping you can help.
I have extracted the files from the APK of Skullgirls for Android https://play.google.com/store/apps/details?id=com.linecorp.LGGIRLS, but now that I have a folder of tex files I don't know what to do with them.
I used UnityAssetsExplorer to extract everything from a .assets file, and then tried several other programs to view the .tex files, but I get error messages every time including a blanket "Not an image file" from XnConvert. Ideally I want to convert the .tex into a .dds or .png that I can view in a picture editor.

It's not allowing me to attach an example .tex file here, but I uploaded one to my Drive if that's okay? https://drive.google.com/file/d/0B3PFTd ... sp=sharing
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Cannot convert .tex files from Skullgirls Mobile

Post by Acewell »

when it comes to mobile texture formats its best to leave conversion to the tools that are capable, such as
UnityAssetsBundleExtractor, Unity Studio or UnityEx. they can convert to usable format right from the .assets file. :)
SquiglyContiello
Posts: 2
Joined: Thu Sep 28, 2017 6:21 am

Re: Cannot convert .tex files from Skullgirls Mobile

Post by SquiglyContiello »

Acewell wrote: such as UnityAssetsBundleExtractor

Wow that worked perfectly! Thank you so much!