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
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
- Metadata Parsing (Use --template mode instead!)
- VTF reader (via VTFLibWrapper)
- PyInstaller standalone .exe builds (coming soonTM)