Yet Another Persona-Related Help Request - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html) +---- Thread: Yet Another Persona-Related Help Request (/thread-27956.html) |
Yet Another Persona-Related Help Request - Skyla Doragono - 10-07-2015 So as I was ripping files for Persona 4 today, I noticed that a lot of the graphics for battles (particularly the cut-ins) are in .EPL format. Like so. Unfortunately it seems the game mod community for Persona hasn't been able to get into these files, where as on this site there's the P3 cut-ins, which would also be in the same format. Does anyone know how these were done? RE: Yet Another Persona-Related Help Request - Struggleton! - 10-07-2015 The modding community HAS gotten into the EPL files, I modified RMDEditor for EPL support (then removed it because it sucked). Follow the link here: http://www.romhacking.net/forum/index.php/topic,16217.0.html to go to the modding website. Also, TGE wrote a EPL script, if I could post that here RE: Yet Another Persona-Related Help Request - Skyla Doragono - 10-07-2015 ...dammit Purge. DDDX Thanks, TTS. Oh man Python; bless you. RE: Yet Another Persona-Related Help Request - TGE - 10-08-2015 Code: goto 0x80 0 SEEK_CUR RE: Yet Another Persona-Related Help Request - Skyla Doragono - 10-08-2015 Niiiice; how do I use this? Paste this into a new file or add it to the Python script on that site? Or is that even Python? VB? RE: Yet Another Persona-Related Help Request - Struggleton! - 10-08-2015 (10-08-2015, 08:06 AM)Skyla Doragono Wrote: Niiiice; how do I use this? Paste this into a new file or add it to the Python script on that site? Or is that even Python? VB? It's a quickbms script, copy and paste that into notepad, save it as [ScriptName].bms and load it in quickbmw RE: Yet Another Persona-Related Help Request - Skyla Doragono - 10-08-2015 I got this error when I tried using this. RE: Yet Another Persona-Related Help Request - TGE - 10-10-2015 You need to download the newest version of QuickBMS RE: Yet Another Persona-Related Help Request - Skyla Doragono - 10-10-2015 Eff me; finally got one out and looking decent. Okay, so, I'm using EPL Extract to get the files out, which all the cutins yield .RMD files -- not really that surprising even though the image is 2D, honestly? Because these images are stretching and moving and having effects applied, and making it a 2D image in a 3D space was probably the easiest way to do it without making the PS2 hardware barf. Then I use RMD Viewer because it's the only RMD program that works on my computer to export the file as an .OBJ with a .TGA file that has the image I want. Struggle with the alpha channel to get the right transparency in a .PNG and there we go. Anyone that can offer an easier method, please do. I'm running into ones that are a little weird, though. There's another CUTIN folder in the main DATA folder for the disc, but all I ever get out of it is a square model with the P3 stand in image of Yukari on it. Anyone want to take a look at it? Make sure I'm not going crazy and there really is just a whole folder of useless files? (10-10-2015, 11:02 AM)TGE Wrote: You need to download the newest version of QuickBMS Thank you! I didn't realize I wasn't using the latest version. That works very well. EDIT EDIT EDIT: I answered my own question, and finished this thing to the best of my ability. Phew. |