项目作者: webman

项目描述 :
VMF (Valve Map File) Parser. Tool helps to extract map material list.
高级语言: Go
项目地址: git://github.com/webman/vmf-parser.git
创建时间: 2020-11-07T17:22:49Z
项目社区:https://github.com/webman/vmf-parser

开源协议:

下载


Introducion

This software parse VMF (Valve Map File) files.

Features

  • Material list extracting
  • Model list extracting

How to use

  • Download executable file from Releases.
  • Create directory sources and put .vmf files in this folder.
  • Run executable file: vmfparser.exe (Windows), ./vmfparser in the terminal (Linux).
  • Output files will be created in results directory.

How to install (not required)

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.

Suggestions/troubleshooting

If you have any suggestions, ideas, troubles, please create new issue.