Uexptool - Texture / JSON conversion tool for SoulCalibur VI
Added 2020-09-03 19:21:50 +0000 UTCUpdate: Did a quick update making it support 3DC / ATI2 DDS textures. Download link is the same.
Download: http://www.fluffyquack.com/tools/uexptool.rar
Source code download: http://www.fluffyquack.com/tools/source/uexptool.rar
Usage:
- Drag'n'drop uexp, dds, or json file onto the corresponding batch files.
This tool lets you convert certain uasset/uexp fies containing DDS and JSON data. This is created specifically for SC6, but it's possible it will work for some other Unreal Engine 4 games too.
When converting textures, you only need the uexp file. When converting JSON data, you need both the uasset and uexp files. Json data can be edited to any size, but DDS textures need to be exactly the same size and type.
Here's a list of every file in SC6 containing JSON data. Some of these define story mode battles and various UI data: https://cdn.discordapp.com/attachments/484488156994076693/615620827555168480/json-files.txt
Thanks to Andrew for figuring out how JSON data is stored in uexp files.