VMF: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (fixed category syntax)
Line 8: Line 8:




[[Category:Level Design|Level Design]] [[Category:Glossary]]
[[Category:Level Design]][[Category:Glossary]]

Revision as of 19:06, 28 November 2006

Valve Map File

A proprietary map source format used by the Valve Hammer Editor. It contains information on all brushes and entities in a script format.

VMF files are written in the same KeyValues text format that the engine uses to parse external configuration files, this allows them to be opened and edited in plain text.

Full documentation on a vmf file's contents can be found at the VMF documentation page.