Material Creation
Jump to navigation
Jump to search
Here is a brief summary of the steps necessary to create a material for the Source engine from scratch:

- Create the source texture as a valid targa (.tga) image (using graphics software such as Photoshop or the free Gimp. MSPaint cannot do this).
- (Optional) Write the compile parameters for Vtex to use.
- Use the Vtex tool to compile the targa image into a Valve Texture File (.vtf).
- Create a Valve Material (.vmt) file, where you refer to the Valve Texture File (.vtf) you've created.
- Launch the Hammer editor (or model viewer) and check that the new material works properly.
See also
- Creating a Material - A longer tutorial on this process.
- TGA
- Vtex
- Vtex compile parameters
- VMT
- VTF