Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 995 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 995 Bytes

batch_vmt

batch .vmt generator (WIP)

Uses VTFLibWrapper by Ganonmaster, which provides python bindings for Nem's VTFLib (also used by the SourceIO blender addon)
See also: VTFCmd

Installation

Clone this repo:

git clone https://github.com/QtPyHammer-devs/batch_vmt.git

Install dependencies with pip

py -3.9 -m venv venv
call venv/scripts/activate
python -m pip --upgrade pip
python -m pip install -r requirements.txt

Run the Gooey GUI

python batch_vmt.py

Not Yet Implemented

  • Metadata Parsing (Use --template mode instead!)
    • VTF reader (via VTFLibWrapper)
  • PyInstaller standalone .exe builds (coming soonTM)