Material Creation

From Valve Developer Community
Revision as of 15:06, 29 August 2007 by Andreasen (talk | contribs) (Moved from Material. (It's two different topics, really.))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:

TextureFlowchart.jpg

  1. Create the source texture as a valid targa (.tga) image (using graphics software such as MSPaint).
  2. (Optional) Write the compile parameters for Vtex to use.
  3. Use the Vtex tool to compile the targa image into a Valve Texture File (.vtf).
  4. Create a Valve Material (.vmt) file, where you refer to the Valve Texture File (.vtf) you've created. (See below.)
  5. Launch the Hammer editor (or model viewer) and check that the new material works properly.


See also