Regarding the UI, I found this post on reddit from user Erewego on how he made his PS4 button prompt UI mod:
Quote:
I used CriPakTools to unpack CPK files and DTT2DDS (old tool by Haoose, made for Metal Gear Rising) to get DDS textures and pack them back into DTT. It refused to repack .dtt if new .dds file size was less than the original though, padding file with zeroes at end fixed the issue. And editing DDS is rather straight forward - there's a GIMP plugin, but I imagine any converter will work as long as it preserves alpha channel and can export with BC3/DXT5 compression.
Here's the links that were in the post:
https://github.com/wmltogether/CriPakToolshttps://forum.xentax.com/viewtopic.php?p=91558#p91558https://code.google.com/archive/p/gimp-dds/This let's us know that the UI is moddable, and how we can get those files. In theory, for 21:9 UI files, could one reduce the width of each UI image to 66%, so when the game stretches them they'll be at 100% size? This may result in the quality of the images being reduced, but should work, or am I mistaken? I'm currently trying this with the button prompts, and I'll let you guys know how it works once I'm done repacking them.
Note: to pad the files, I'm using
https://github.com/dbat/truncate to resize them to be larger than the original.
EDIT: So, I just managed to scale down all the buttons as a test, and repacked the DTT, but when I launched the game all the button prompts were just black squares. I can upload the .dds file with the modified button sizes if anyone else wants to give it a shot. Not sure if the issue was with the .dds I edited, or if the .dtt got messed up somehow when repacking :/
EDIT 2: I've uploaded the .dds's that I've modified, as well as the GIMP file I used to edit the buttons, in case anyone else wants to take a look at it.
EDIT 3: None of this works pls ignore, dl the fix from the post below mine.