SkaceKamen / wot-model-converter

Converts World of Tanks models to wavefront obj format.
35 stars 16 forks source link

Textures don't export if you use the GUI mode #10

Open red1134 opened 4 years ago

red1134 commented 4 years ago

Can't figure out how to use the command line mode and the GUI mode doesn't dump any textures in the output folder but the models convert just fine, why is this? Do I HAVE to use the command line to get textures? It's too hard!

Also, are textures contained in VISUAL_PROCESSED files?

atacms commented 4 years ago

no, all textures are inside res/packages/*.pkg therefore it's not possible to dump texture with the given files. merely a material lib specifying which subset of mesh belongs to which material slot, and from what virtual file system path the texture is supposed to be located.

atacms commented 4 years ago

as for the command line, write a bat file to invoke the script in a manner that converts .primitives and .primitives_processed. that's how I use this script in a normal day.