Hi, please help me extracting Mg_1008.pak file
filecutted 1 https://mega.nz/#!no8EEJIJ!GPidqBlcMV7e ... EfE-YTnHkA
part 2 https://mega.nz/#!rp8CRKqK!i74DSicurt7M ... WH2ZZnyqB8
TIA.
Spongebob: Lights, camera, pants! (XBOX)
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Spongebob: Lights, camera, pants! (XBOX)
Last edited by Mygoshi on Sat Jan 12, 2019 2:18 pm, edited 2 times in total.
-
- Posts: 20
- Joined: Tue Nov 17, 2015 12:11 am
Re: Spongebob: Light, camera, pants! (XBOX)
I wrote this:
Make sure that the pak file is joined together. I didn't test much
If anyone can write a better script, please do
Code: Select all
idstring "kcap"
get unk1 long
get unk2 long
get unk3 long
get fileNameTable long
get fileCount long
get dummy long
for i = 0 < fileCount
get fileOffsets[i] long
get fileSizes[i] long
get unkfileNameTableNumbers[i] long
next i
goto fileNameTable
for i = 0 < fileCount
get fileNames[i] string
next i
for i = 0 < fileCount
log fileNames[i] fileOffsets[i] fileSizes[i]
next i
Make sure that the pak file is joined together. I didn't test much
If anyone can write a better script, please do
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm