Jeopardy PS2 .SPAK

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
lemurboy12
Posts: 265
Joined: Fri Oct 17, 2014 2:57 am

Jeopardy PS2 .SPAK

Post by lemurboy12 »

File:
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: Jeopardy PS2 .SPAK

Post by AlphaTwentyThree »

Code: Select all

idstring "SPAK"
goto -0x800
get BNAME basename
for i = 1
   get OFFSET long
   if OFFSET == 0
      cleanexit
   endif
   math OFFSET *= 0x800
   get SIZE long
   get FREQ long
   get ZERO long
   string NAME p "%s_%d.vag" BNAME i
   log NAME OFFSET SIZE
next i


Next time, please just add at least a sentence - otherwise it seems like you're just demanding.
rabatini
Posts: 179
Joined: Tue Jan 18, 2022 12:21 am

Re: Jeopardy PS2 .SPAK

Post by rabatini »

Hello.

Use this tool made by Mummrar from brazil romhack scene to unpack and reimport any .Vag, works in any file and packs that have vag header.