Material Creation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added information on vtf file plugins)
(dupe page, now redir)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Here is a brief summary of the steps necessary to create a [[material]] for the [[Source]] engine from scratch:
#REDIRECT [[Creating a Material]]
 
[[Image:TextureFlowchart.jpg]]
 
There are vtf plugins available for some graphics software packages, such as Photoshop and Paint.NET. These can be used to replace the first three steps of the following process.
 
 
# Create the source texture as [[TGA|a valid targa (.tga) image]] (using graphics software such as Photoshop or the free Gimp. MSPaint CANNOT do this).
# (Optional) Write the [[Vtex compile parameters|compile parameters]] for [[Vtex]] to use.
# Use the [[Vtex]] tool to compile the targa image into a [[VTF|Valve Texture File (.vtf)]].
# Create a [[VMT|Valve Material (.vmt)]] file, where you refer to the Valve Texture File (.vtf) you've created. (See [[#Creating a Valve Material (.vmt) file|below]].)
# Launch the Hammer editor (or model viewer) and check that the new material works properly.
 
 
 
== See also ==
 
* [[Material]]
* [[TGA]]
* [[Vtex]]
* [[Vtex compile parameters]]
* [[VTF]]
* [[VMT]]
* [[Creating a Material]] - A longer tutorial on this process.
* [http://nemesis.thewavelength.net/index.php?p=39 VTF Plug-In for Photoshop]
* [http://nemesis.thewavelength.net/index.php?p=50 VTF Plug-In for Paint.NET]
 
 
 
[[Category: Tutorials]]
[[Category:Material System]]

Latest revision as of 07:20, 20 March 2008