Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 611 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 611 Bytes

tts_decode

A simple tool to read the 7 Days to Die prefab format. Prefab files have the extension tts.

A description of the tts file format can be found here.

Written for Python 3. Uses pygame to generate prefab images.

Usage

Run the python and enter the path to a tts file relative to the current directory. The tool will output an image of the prefab with air blocks invisible and every other block given a random color.