diff --git a/README.md b/README.md index 791abac..9906dd9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Tales of Berseria Tools -A collection of tools and resources for Tales of Berseria. +# 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](https://github.com/WerWolv/ImHex): @@ -9,5 +9,5 @@ The `hexpat` directory contains pattern files for [ImHex](https://github.com/Wer # TLTool A tool for unpacking and repacking `.TLDAT` and `.SCPACK` package files. Support for encrypted TLDAT packages (those that have a FILEHEADER.TOFHDA file) is not yet implemented. `.SCPACK` files contain Lua scripts that implement UI and gameplay elements. -# TO13NameDumper +# TO13NameDumper (Berseria Only) A DLL (proxying `version.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.