gomtuu / import_valkyria

Blender import script for Valkyria Chronicles 3D model files
GNU General Public License v3.0
20 stars 12 forks source link

Support more MLX files #4

Open gomtuu opened 5 years ago

gomtuu commented 5 years ago

MLX files normally contain HMDL (model) blocks paired with HTEX (texture) blocks, so the models and the textures they need are all together in a self-contained file.

Some MLX files, however, only contain either HMDL or HTEX blocks, and it's not clear how they're supposed to be associated with each other.

Examples include:

Game File Block Type
VC4 vl_vc001.mlx HMDL
VC4 vl_vc001_a.mlx HTEX
VC4 vl_vc001_b.mlx HTEX
VC4 vl_vc001_s*.mlx HTEX
VC4 vl_mp001.mlx HMDL
VC4 vl_mp001a.mlx HTEX
VC4 vl_mp001b.mlx HTEX