this is my first time trying to open psp game files for sprites, but i'm unsure of where they would be located. i've opened the iso file with garbro and the only photos it shows me are the loading screen and the icon of the game. there's a lot of bin files and a few cpks, but i'm not sure how to access those either. here's some pics for reference.
#PSP sweet fuse sprites
10 messages · Page 1 of 1 (latest)
You could search up that file extension and see if you find something.
Alternatively you could try this method: https://www.vg-resource.com/thread-33248.html
thanks! i'll try that
For .cpk files, I always use CriPakGUI to extract them: https://github.com/wmltogether/CriPakTools/releases/tag/v20190920
thanks! this helped me open it, but it looks like it's just more bin files
Did you manage to get the sprites since then? I've been digging into Sweet Fuse's files myself, so if you still need help, I can share some information here
i havent been able to figure out the bin files, so i've just been using the debug menu in ppsspp which is a little tedious
i did manage to find audio files, the intro credits and the end credits
If you'd like to try a different method, I've written two scripts that can be used to convert the .bin files to .pngs. You'd need QuickBMS and GFXtract to use these scripts. The sprites are located in UNION.CPK.
The QuickBMS script (SweetFuseBin.bms) should be used on the .bin files. The outputs will have their proper filenames (when possible), and the 'art2' extension. But the main reason this script must be used is because it corrects the palette data.
Then, the GFXtract script (SweetFuseArt2.gsl) should be used on the resulting .art2 files. That'll convert them to PNGs.
Another thing to mention: while the sprites are located in UNION.CPK, most of the files there aren't sprites. If you want to speed up the process, you could remove the files 40001.bin onwards from the folder before using the BMS script, since none of those seem to be sprites.
Feel free to let me know if there are any problems, or if you need any help 