• What is .vtx , .vtf and .vmt Format ?
    5 replies, posted
I downloaded some 3d models but all 3d models are .vtx and all materials are .vmt and .vtf format,how can i import them into 3dsmax ? If this place is wrong for this post,please warn me,and next time i can share in right place. [url=https://hizliresim.com/YN1dP2][img]https://i.hizliresim.com/YN1dP2.jpg[/img][/url] [url=https://hizliresim.com/8dG6nn][img]https://i.hizliresim.com/8dG6nn.jpg[/img][/url]
-snip- ninja'd
Use Crowbar to decompile the mdl, which you can download here: [url]http://steamcommunity.com/groups/CrowbarTool[/url] That'll turn the MDL + vtx's into SMDs. Download the SMD import/exporter for your version of 3DS Max and that'll let you import the model. Then to decompile the VTFs into TGAs use VTFEdit, which you can download here: [url]http://nemesis.thewavelength.net/index.php?c=238[/url] then you can use the TGAs for your material.
VTFs are textures -- they contain image data. VMTs are materials -- they contain plaintext parameters for the specified $basetexture. VTXs contain vertex data for models. You can import VTFs into 3ds Max by converting them into PNGs/TGAs with [URL="http://nemesis.thewavelength.net/index.php?c=178"]VTFEdit[/URL] and importing them from there. You cannot import VTX files alone as they are only part of a whole model, but you can use [URL="http://steamcommunity.com/groups/CrowbarTool"]Crowbar[/URL] to decompile models for importing. [editline]5th September 2017[/editline] Ninja'd
Basically: VTF: Texture images VMT: Texture parameters VTX: parts of a whole model you can use crowbar to get the .vtx files
Thank all of you people:)
Sorry, you need to Log In to post a reply to this thread.