VMF: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Note on keyvalues format)
mNo edit summary
Line 1: Line 1:
{{stub}}
'''''V'''alve '''M'''ap '''F'''ile''


'''''V'''alve '''M'''ap '''F'''ile''
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.


Proprietary map source format read by the [[Valve Hammer Editor]]. Contains information on all brushes and entities in a script format.
Full documentation on a vmf file's contents can be found at the [[VMF documentation]] page.


VMF files are written in the same [[KeyValues]] text format that the engine uses to parse external configuration files.


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

Revision as of 20:48, 3 January 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.