We manage the source code in a private repository because we do not want this to be exploited for cheating.
So, this repository is simply for updating releases and game addresses.
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.
We will try to prepare more documentation and tutorials as soon as possible.
- Custom moveset injection
- Customization slots injection
After extracting, place the asi file, dinput8.dll (see above) and PolarisTkdataModLoader folders in the following path:
TEKKEN 8\Polaris\Binaries\Win64
Do you have sufficient knowledge of binary files and reverse engineering?
If so, please come to our Discord server and help us!
UMIN - Tool development
Ali - Game reversing
dawc17 - Game reversing / Tool development
