custom textures not appearing in hammer

custom textures not appearing in hammer

Re: custom textures not appearing in hammer Posted by Hurricane on Thu Jul 7th 2005 at 12:38am
Hurricane
2 posts
Posted 2005-07-07 12:38am
2 posts 0 snarkmarks Registered: Dec 20th 2004 Occupation: ???? Location: Canada
I have followed CORRECT steps to make a custom texture. Now it doesn't appear in hammer. what should i do? :leper:
Re: custom textures not appearing in hammer Posted by Campaignjunkie on Thu Jul 7th 2005 at 1:14am
Campaignjunkie
1309 posts
Posted 2005-07-07 1:14am
1309 posts 329 snarkmarks Registered: Feb 12th 2002 Occupation: Student Location: West Coast, USA
I (or, "we") need more information. Where did you put the .VMT files?
(those are the text files that accompany each .vtf) Also, copy and
paste the contents of a .vmt file that won't work.

And if you aren't using one already, I recommend using
VTFTool
to help compile your custom textures.
Re: custom textures not appearing in hammer Posted by Windows 98 on Thu Jul 7th 2005 at 1:16am
Windows 98
757 posts
Posted 2005-07-07 1:16am
757 posts 86 snarkmarks Registered: Apr 25th 2005 Occupation: Student Location: USA
I'm assuming this is Counter Strike Source here

First of all, you 100% need photoshop for a custom texture. Then just
google "VTF Pulggin Photoshop" and download the plugin and install it.
Then make your texture (make sure the size is a mutiple of 8 on each
side, 128x128,256x256,64x128,etc.).

Now I guess while photoshop is open (because i forgot to add this
before that step), Go to C:\Program
Files\Valve\Steam\SteamApps\*******\counter-strike
source\cstrike\materials

and make a new foler named whatever your map name is. Then go back into
photoshop and save the file as a VTF in the new map folder in the
materials folder. Then go back to materials and click sample and copy a
sample VMT and then paste it in the new map folder. Open up the VMT
and change it to this...

"LightmappedGeneric"

{

"$basetexture" "foldername/texturename"

"$surfaceprop" "concrete"

}

Then just go down to Save, NOT SAVE AS! Go into Hammer and open the
texture browser and then type the beggining of the folder name. You
should see your texture in there. Put your texture where needed.

If done correctly everything should work fine
http://img362.imageshack.us/img362/8521/windows981dk.jpg

Nickelplate is my dad
Re: custom textures not appearing in hammer Posted by Hurricane on Fri Jul 29th 2005 at 10:41pm
Hurricane
2 posts
Posted 2005-07-29 10:41pm
2 posts 0 snarkmarks Registered: Dec 20th 2004 Occupation: ???? Location: Canada
Thanks for replying.