VMF (Valve Map File) Parser. Tool helps to extract map material list.
This software parse VMF (Valve Map File) files.
sources
and put .vmf
files in this folder.vmfparser.exe
(Windows), ./vmfparser
in the terminal (Linux).results
directory.If you want to build software from sources, you need to install Golang, install dependencies (go install
) and run go build
in project root directory.
If you have any suggestions, ideas, troubles, please create new issue.