Hello there, I've been looking for a way to make a sprite swap mod for a visual novel published by Prototype for the Switch, called Fatal Twelve. The game uses .PAK files similar to other games published by Prototype.
I am having trouble extracting .pak and .dat files using the program. I am trying to figure out if the OpCode has something to do with it. I can upload any files for testing. If you have the time and are willing, support for extracting/repacking files for this game is appreciated. Thank you!
Here's the error I'm getting when trying to extract a CHARCG.PAK
Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\[username]\Downloads\LucaSystemTool_release\LucaSystemTool\CHARCG_unpacked\aln_ban_nor_clo'.
UPDATE: My bad, I was using the wrong command. After using the export (was using import...), I now have extracted files. After looking at it in text editor, I can figure out they are CZ3, and exported them to png with the tool. However, some of the files are a little broken and will give me incomplete image data. How to fix?