Fpck - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: Archive (https://www.vg-resource.com/forum-65.html) +--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html) +---- Forum: The Resource (https://www.vg-resource.com/forum-85.html) +----- Forum: The Models Resource (https://www.vg-resource.com/forum-50.html) +------ Forum: Model Discussion (https://www.vg-resource.com/forum-54.html) +------ Thread: Fpck (/thread-18021.html) |
Fpck - GrimmJeel - 07-28-2011 I extracted all the character file from Tatsunoko vs Capcom, all of the characters have fpck files, Noesis usually extracts them but this time it will not extract, I thought they would be in brres files RE: Fpck - Rakia - 07-28-2011 Oh. I thought you were angry about something and just didn't want to say the bad word. But that's awesome, hopefully you get the files to work out somehow. RE: Fpck - GrimmJeel - 07-28-2011 (07-28-2011, 07:33 AM)Rakia Wrote: Oh. lol, I'm trying RE: Fpck - Random Talking Bush - 07-28-2011 http://www.mediafire.com/?vty5jymlmm2 Extract the FPKTool.exe to the same folder as the FPK files you would like to extract. Then, go to the command prompt in that folder, and type "fpktool.exe -u *FPKNAME* *FOLDERNAME*". Fill in the FPKNAME with the name of the FPK file you'd like to extract (usually 0000.fpk), and the foldername with the folder to extract it to (I usually put "1"), as I move it out of there afterwards. RE: Fpck - GrimmJeel - 07-28-2011 (07-28-2011, 08:20 AM)Random Talking Bush Wrote: http://www.mediafire.com/?vty5jymlmm2 Thanks for that, but do I need the asterisks and quotations? It keeps saying that Fpk tool is not recognized as an internal program RE: Fpck - Random Talking Bush - 07-28-2011 (07-28-2011, 08:29 AM)GrimmJeel Wrote:No. Here's an example. Let's say you put it in Ryu's folder. You would extract the FPKTool.exe into the same folder. Then you'd go to the command prompt, use the "cd" commands to go to the same folder (i.e. F:\Models\Tatsunoko vs. Capcom - Ultimate All-Stars\chr\ryu, like mine is) and type this:(07-28-2011, 08:20 AM)Random Talking Bush Wrote: http://www.mediafire.com/?vty5jymlmm2 Code: fpktool.exe -u 0000.fpk ryutvc And that would extract Ryu's files into a new folder called "ryutvc". RE: Fpck - GrimmJeel - 07-28-2011 I think i messed up somehow, but then again I suck with command prompt RE: Fpck - Crett - 07-28-2011 I don't know if spaces are allowed, try using underscores in place of them. RE: Fpck - Random Talking Bush - 07-28-2011 I see some redundancy there. Try typing Code: cd C:\Users\Chris\Desktop\Tatsunoko vs Capcom Models\zer first to set up the directory correctly, then type Code: fpktool.exe -u 0000.fpk zer afterward. If done correctly, there should be a new folder named "zer" inside of the original "zer" folder, with all of Zero's BRRES files. RE: Fpck - GrimmJeel - 07-28-2011 What will the command prompt say if I did it properly? RE: Fpck - Random Talking Bush - 07-29-2011 (07-28-2011, 09:44 PM)GrimmJeel Wrote: What will the command prompt say if I did it properly?It should say something along these lines: Code: TvC-UAS FPK Tool by RupertAvery And then there should be a new folder in where the FPK file was. RE: Fpck - GrimmJeel - 07-29-2011 Thats exactly what i got |