Unable to locate some material texture files

  • Site Migration: See bugs? Report them here. Want something changed or have an idea? Suggest it here.

Defcon

L3: Member
Jun 28, 2017
122
170
Hi. I'm trying to make a custom blend material using two stock textures. My issue is that the textures i'm trying to create a blend material for are themselves part of two other blend materials. In hammer these are called "blendgroundgrass008" and "blendgraveltograss001". Theoretically the textures that make up the blends should be found somewhere in the materials folder but so far I haven't been able to find them. If someone knows what these individual textures are called and where to find them I would greatly appreciate the help.
texturetrouble.JPG
 
Last edited:

Crowbar

Spiritual preprocessor
aa
Dec 19, 2015
1,460
1,281
What you're probably looking for is packed within the .VPK files in your /tf folder. If you need to get any files from a .VPK, you need software called GCFScape.
Open the file called tf2_misc_dir.vpk to get access to .VMT files. For textures (the actual .VTF images) you'd need to open tf_textures_dir.vpk.
Of course you're not supposed to put your newly created blend material in the .VPK's, you can put it in /tf/materials, or /tf/custom/[whatever]/materials (the latter is usually preferable). You can reference stock VTFs from VPK's in your custom material without unpacking any of them, so technically you don't need to open tf2_textures_dir.
 

Defcon

L3: Member
Jun 28, 2017
122
170
I found the .vmt files I needed and was able to create my custom blend vmt using the textures they listed. Thanks!