VMF: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
A proprietary map source format used by the [[Valve Hammer Editor]]. It contains information on all brushes and entities in a script format.
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.
VMF files are written in the same [[Keyvalue|KeyValue]]s 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.
Full documentation on a vmf file's contents can be found at the [[VMF documentation]] page.

Revision as of 06:11, 4 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.