Faster updates will be released on Github.
Introduction
This is a mod loader designed to mod the tkdata.bin file located at the following path in TEKKEN 8: TEKKEN 8\Polaris\Content\Binary\pak\tkdata.bin
This file contains a large amount of data that cannot be modified through regular Unreal Engine modding. It includes very important data such as character movesets, the character list, and the list of customization items. We created this tool in order to make modding this data possible.
Extracting the entire contents of tkdata.bin and repackaging it again is a very heavy and unstable process. With this tool, only the modified files can be injected at runtime. Currently, only moveset data can be injected, and there are still many things we need to discover and research.
We will try to prepare more documentation and tutorials as soon as possible.
Requirements
Installation
After extracting, place the asi and PolarisTkdataModLoader folders in the following path: TEKKEN 8\Polaris\Binaries\Win64
