Skip to content

A batch generator for .vmt files, for use with VTFEdit's batch convert feature

License

Notifications You must be signed in to change notification settings

QtPyHammer-devs/batch_vmt

Repository files navigation

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)

About

A batch generator for .vmt files, for use with VTFEdit's batch convert feature

Resources

License

Stars

Watchers

Forks

Packages

No packages published