Skip to content

zgibberish/rwtextool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rotwood TEX Tool

KTEX texture packer+converter for Rotwood.

Requirements

  • Python 3.12+
  • PyTexturePacker and Wand Python modules

Usage

Packing PNGs into TEX+XML

usage: img2tex.py [-h] [-v] source_path

Packs a directory of PNG images into Rotwood Klei TEX textures and atlases.

positional arguments:
  source_path    Directory of PNG files

options:
  -h, --help     show this help message and exit
  -v, --verbose  Output verbosity level (can stack) (warnings, info, all info)

Unpacking TEX+XML to PNGs

usage: tex2img.py [-h] [-A] [-a ATLAS_PATH] [-v] tex_path

Unpacks a Rotwood Klei TEX file (and XML atlas) to PNG images.

positional arguments:
  tex_path              TEX texture file

options:
  -h, --help            show this help message and exit
  -A, --auto-atlas      Automatically find and use the XML atlas matching the texture file name
  -a ATLAS_PATH, --atlas ATLAS_PATH
                        XML atlas file, the result unpacked images will be placed in a new directory
  -v, --verbose         Output verbosity level (can stack) (warnings, info, all info)

About

KTEX texture packer+converter for Rotwood

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages