Hi!
So tesed the model in gmod but he has no textures:
https://files.facepunch.com/forum/upload/152522/6dd54fcc-a561-428d-878d-fa5f2afb949f/im1.png
I'v tryed everything, I checked every folder directory but still didnt work:
(May materials folder in the addon folder):
https://files.facepunch.com/forum/upload/152522/13de8714-0072-4170-8451-ff68e148434d/im2.png
(May qc file (just the first segment)):
https://files.facepunch.com/forum/upload/152522/037064fc-31e7-4d33-b859-ac6e4910dfb7/im3.png
Can someone give me ideas about what can be this issue?
You need VMTs (Valve Material Texture) that redirects to the VTFs (Valve Texture Format), this is how it works: The $CDMaterials (Command Directory for Materials) will redirect to the path file, where the VMTs will be read, they will give instructions on how to show the material, the VMT themselves use VTFs as images, they can be more than just a single image (can also be animated or contain various channels), but most of the times they are used as textures.
The most basic VMT (in your case) just uses a texture, it's a simple notepad text that says:
"VertexlitGeneric"
{
$basetexture "snoopydog/rc/rc_ratchet_body"
}
You can put that in the folder as a note pad file, then you do "save it as", select the option "all formats" and you type in the name, adding ".VMT" at the end, in your case it will be named: "rc_ratchet_body.vmt"
Repeat this for all the other materials changing the name in the basetexture, if you need more info on this subject feel free to use the Valve Dev wiki: Material
Well that did the thing:
https://files.facepunch.com/forum/upload/152522/25f7582d-00c4-44e4-82c0-fda0cec456e8/im1.png
Thaks!!:)
ps: Sorry if was suposed to post in a question thread. I didnt found any.
Jesus Christ what in the name of God is that
A ratchet on crack player model.
Sorry, you need to Log In to post a reply to this thread.