I made a slight mistake in the VMT files for one of my models. I need to redefine the location of the referenced VTF file, but I'm not sure what folder this is in relation to. (Not sure if I need to do "materials/models/..." or "models/..." or "mod_folder/materials/models/..." etc?)
Lol.
Here's what my VMTs look like.
[CODE]
"VertexlitGeneric"
{
"$basetexture" "Users/MyUserName/Desktop/texturename"
"$translucent" 1
}
[/CODE]
For example:
[CODE]"$baseTexture" "sprites/trails/bluelightning"[/CODE]
[editline]18th April 2017[/editline]
[QUOTE=Lavacoal123;52121569]I made a slight mistake in the VMT files for one of my models. I need to redefine the location of the referenced VTF file, but I'm not sure what folder this is in relation to. (Not sure if I need to do "materials/models/..." or "models/..." or "mod_folder/materials/models/..." etc?)
Lol.
Here's what my VMTs look like.
[CODE]
"VertexlitGeneric"
{
"$basetexture" "Users/MyUserName/Desktop/texturename"
"$translucent" 1
}
[/CODE][/QUOTE]
Needs to be in materials folder
[QUOTE=FiBzY;52121580]For example:
[CODE]"$baseTexture" "sprites/trails/bluelightning"[/CODE]
[editline]18th April 2017[/editline]
Needs to be in materials folder[/QUOTE]
I'm guessing something like this?
[CODE]
"$basetexture" "materials/models/modelfolder/texturename"
[/CODE]
Sorry, you need to Log In to post a reply to this thread.