BobDoleOwndU / FMDL-Studio-v2

Unity Engine importer and exporter for Fox Engine models.
MIT License
46 stars 13 forks source link

FMDL Presetup (Question) #27

Closed Myrkie closed 4 years ago

Myrkie commented 4 years ago

What am I expected to use to get the files down to a FMDL format and DDS texture format? using GzsTool just converts them to their native FOXEngine models.

BobDoleOwndU commented 4 years ago

You use Fmdl Studio v2 to import the .fmdl files. To convert the textures from .ftex to .dds, use FtexTool.

Myrkie commented 4 years ago

You use Fmdl Studio v2 to import the .fmdl files. To convert the textures from .ftex to .dds, use FtexTool.

how would I extract FMDL files? GZSTool doesnt seem to be exporting any fmdl files for me

BobDoleOwndU commented 4 years ago

You use GzsTool to open the game's .dat files. Inside the extracted .dat files will be .fpk files (among a lot of other files). Some of the .fpk files will contain the .fmdl files.

Myrkie commented 4 years ago

ahh didnt know you had to run it through multiple times thanks ❤️