VMF: Difference between revisions
Jump to navigation
Jump to search
Brandished (talk | contribs) mNo edit summary |
|||
Line 5: | Line 5: | ||
== See also == | == See also == | ||
* [[VMF documentation]] - information on the contents of a VMF file. | * [[VMF documentation]] - information on the contents of a VMF file. | ||
* [[User:Knizz/Tools]] - tool to analyze VMF files. | |||
[[Category:Level Design]] | [[Category:Level Design]] | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 06:00, 28 January 2010
Valve Map File, or VMF, is a proprietary format that stores raw (pre-compile) map data, used by the Valve Hammer Editor to save production-stage maps and prefabs. It contains information on all map brushes and entities in a script format stored with a ".vmf" extension.
VMF files are written in the same keyvalue text format that the engine uses to parse external configuration files, thus allowing them to be opened and edited in plain text.
See also
- VMF documentation - information on the contents of a VMF file.
- User:Knizz/Tools - tool to analyze VMF files.