Page 1 of 1

Pursuit Force (PSP) .PAK - Files

Posted: Mon Nov 04, 2019 12:34 am
by Henchman800
Hey Guys,
I stumbled across a video that said that it would be super easy to rip psp models......sadly its like with almost every game: the archive is special....
After searching for a while I found a quickbms script for Motorstorm: Arctic Edge
MotorstormArcticEdge_PSP_pak.zip
The game was produced by the same developer, but it doesnt work on the pursuit force .pak file.
I was hoping that theres only slight differences and it can be opened easy by using the motorstorm script as a reference.
Heres a download link for the pak-file: https://we.tl/t-x8Y7lMBBOR (The link will only work for 7 days!)
So I kindly ask anybody for help and a updated script to unpack its contents.
Thank you for listening :-)

Re: Pursuit Force (PSP) .PAK - Files

Posted: Tue Nov 05, 2019 12:01 pm
by DKDave
Try this QuickBMS script:


# Pursuit Force - ALL.PAK extract
# By Dave, 2019

IDString "\x02PAK"

Goto 0x4
Get ENTRIES Long
Set FILE_TABLE 0x8C
XMath TEXT_TABLE "FILE_TABLE + (ENTRIES * 0x10)"

For A = 1 to ENTRIES

Goto FILE_TABLE
Get OFFSET Long
Get SIZE Long
Get MISC1 Long
Get TEXT_OFFSET Long
Math TEXT_OFFSET + TEXT_TABLE
Goto TEXT_OFFSET
Get FILENAME String

Log FILENAME OFFSET SIZE

Math FILE_TABLE + 0x10

Next A

Re: Pursuit Force (PSP) .PAK - Files

Posted: Tue Nov 05, 2019 5:36 pm
by Henchman800
Thank you so much for giving this a shot!
Whenever I try to use the script on the All.PAK quickbms gives me this error:
Image

EDIT:
I`m a fool......i used an old version of quickbms ^^ It works fine with the most recent.
Image
THANKS SO MUCH AGIAN MAN!
pursuitforce_PAK.zip
I packed your script in a .bms so its easier for everybody to use :-)

Re: Pursuit Force (PSP) .PAK - Files

Posted: Sun Apr 02, 2023 2:35 pm
by UTV
Hi!
Pardon me for replying to this old post but could use a help with a similar problem.
It's related to the sequel, Pursuit Force: Extreme Justice.
Was trying to extract the cutscene files specifically.
For a reference, cutscenes from the previous game were located in a separate folder (PSP_GAME/USRDIR/MOVIES)
In the sequel however, they seem to be located inside the MAIN.PAK file (PSP_GAME/USRDIR/MAIN.PAK)
Here's a link for the .PAK file from that game: https://www.dropbox.com/s/wmyau9loethhh ... k.zip?dl=0
I know what to do with the .pmf video files, just could use a help with their extraction.