This software parse VMF (Valve Map File) files.
- Material list extracting
- Model list extracting
- Download executable file from Releases.
- Create directory
sourcesand put.vmffiles in this folder. - Run executable file:
vmfparser.exe(Windows),./vmfparserin the terminal (Linux). - Output files will be created in
resultsdirectory.
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.