Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 875 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 875 Bytes

Tales Of Tools

A collection of tools and resources for the Tales Of series (specifically: Xillia, Xillia 2, Zestiria and Berseria.)

ImHex Patterns

The hexpat directory contains pattern files for ImHex:

  • scpack.hexpat: .SCPACK script package files (.SCPACKR/.SCPACKD).
  • tofhdb.hexpat: Unencrypted TLDAT header files.

TLTool

A tool for unpacking and repacking .TLDAT and .SCPACK package files. .SCPACK files contain Lua scripts that implement UI and gameplay elements.

TO13NameDumper (Zestiria & Berseria Only)

A DLL (proxying winmm.dll) that will hook into the game's file loading routines and dump the name of anything it tries to load. It will store these names in a name_db.txt file next to the executable, which can be passed to TLTool as a name dictionary to unpack the TLDAT with proper file names.