Rock Textures Creation

From Valve Developer Community
Jump to: navigation, search
Icon-broom.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

Overview

This tutorial will take you through a step by step explanation on how to create a rock texture, and producing a bumpmap/normal map that will bring out depth to the texture.

Requirements

Finding the right texture

Use any of the available online image search engines to find your texture source. Make sure to check if its publicly available and free to use.

Warning.pngWarning:You must ensure that the license behind the image of your choosing gives you the right to use it freely. If not, the original owner can bring on legal actions to your project. You can also check out the Material Download Sites here on VDC to download a texture pack or handpick a good seamless dirt texture from the links.

For tutorial purposes, use the following image:

Follow the image link to load its full, 512px version. Save a copy to your hard drive.
Note.pngNote:The image doesn't look a lot like a rock face, but this is intentional as it's best not to use a texture that has too many shadows or large depth to it. In other words, for now, this is just a seamless ground texture.

Putting the texture to use

Now that you have the dirt texture to use, you can either right click it to copy, or save it to the hard drive.

Start Photoshop, when the program has finished loading, either open the existing file, or go to file menu and click New, don't change anything then click OK, then Ctrl+V or click Edit at the top and click Paste.

Screen1.jpg

There, now the texture is in Photoshop. Now we are going to export it to VTF for use with HL2. Once you have the VTF plugin for Photoshop installed, this shouldn't be a problem, as the VTF save format is in the format list when saving. Click on File then down to Save As.

Screen2.jpg

Change the format to VTF and save the file as "rock_diffuse.vtf". Save this file into your Materials folder of your mod. Then click Save.

Screen3.jpg

If you get an error just like the image above, then you must convert the image into RGB format. To do this, click on Image at the top menu, then click Mode then RGB Color, then click OK. Now do the same step to save to VTF.

Creating the normal map

Now that the file has saved successfully, create a new image file with the same dimensions at the dirt image, then click New. See the image notes for additional steps:

Screen4.jpg

Now that you have an image with the clouds effect applied to it, now click Image, then Adjustments, then Levels. Here you can play around with the levels of the image. The left most arrow will make the darker colors darker when moved to the right. The right arrow will make light colors lighter when moved to the left. The middle will change the moderate colors to whatever direction you want (Left - lighter, Right - darker). By playing around with it, you may make an image looking like this, depending on how you played with the levels:

Screen5.jpg

Now you got a reasonable rock texture bumpmap, go to Filters, then nvTools, then NormalMapFilter. Now set all the settings to the following image.

Screen6.jpg

Click Ok, and the normal map is complete. Save the file in VTF format, similarly to the diffuse map. Save it as "rock_normal.vtf".

Putting it all together

Now that the diffuse and normal map are finished, you will need to create a VMT file which tells the game that the texture files are here. So now, open up notepad, and copy and paste the following into it:

"LightmappedGeneric"
{
	"$baseTexture" "rock_diffuse"
	"$bumpmap" "rock_normal"
}

Now save it as "rock_texture.vmt" in the same folder you saves the VTF's. Be sure that you have "All Files" instead of "Text Document" selected in the Notepad save dialog, otherwise, it may try to save it as "rock_texture.vmt.txt". Now it should be usable in-game. Open Hammer and add the texture to a wall or terrain surface to test it.

The end result

This is a sample of a map with water, a low saturated grayscale post process, HDR, and the rock texture added onto a cliff-side terrain map at 1:1 texture scale. Here is the outcome:

Screen7.jpg