Dragon Ball Xenoverse Modding Tools and Library.
Simple library to handle Dragon Ball Xenoverse's file formats. Supports both little endian (PC) and big endian (Xbox 360) files.
You can also integrate LibXenoverse into your own applications if you wish to add support for these files on a custom game engine, previewer, plugin, etc. Simply build LibXenoverse.lib and link it.
Win32 builds of the tools are provided on the /bin/ directory.
It's recommended to use the data folder inside of data2.cpk to override the files from data.cpk. It's much smaller and faster to repack than the main big data.cpk. Use the CPKPack tool to extract and repack Dragon Ball Xenoverse's CPK files.
WARNING: Repacking data2.cpk with the uncompressed files seem to just crash the game at the moment for some reason. Try extracting the files first with extract-data2.bat (leaves the files compressed) and repack those instead.
(todo)