VMAT: Difference between revisions
Jump to navigation
Jump to search

(Expanded the first paragraph to denote the difference between a .vmat file and a .vmat_c file, as described in this page: https://developer.valvesoftware.com/wiki/Source_2/Docs/Porting_Legacy_Content) |
No edit summary |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
'''VMAT''' (short for '''Valve | {{Source 2 topicon}} | ||
{{Stub}} | |||
'''VMAT''' (short for '''Valve MATerial'''), is a file format used to designate [[material]]s in {{Source 2|4.1}}. The VMAT format includes a {{mono|.vmat}} source file that describes how to compile the material, and the actual compiled {{mono|.vmat_c}} file used by the game proper. Materials are created with the {{MatEdit|4}}. | |||
{{Todo|Lots of documentations, such as Attributes (successor to [[Material Map Compile Flags]] in Source 1.}} | |||
[[Category:Source 2]] | |||
[[Category:File formats|V]] | |||
[[Category:Files|V]] |
Latest revision as of 07:38, 10 February 2025


VMAT (short for Valve MATerial), is a file format used to designate materials in Source 2. The VMAT format includes a .vmat source file that describes how to compile the material, and the actual compiled .vmat_c file used by the game proper. Materials are created with the
Material Editor.
Todo: Lots of documentations, such as Attributes (successor to Material Map Compile Flags in Source 1.