Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 385 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 385 Bytes

TPack Command-Line Interface

Command-line tool to convert .BMP images to .TXL Genesis 3D texture pack format easily.

Usage

Set the input folder path that contains the .BMP images and set the output path for the .TXL file.

> tpack-cli.exe --input <folder> --output <name.txl>

Example

> tpack-cli.exe --input "C:/textures-g3d/" --output "new-textures.txl"