file.pak

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
neptuniapp
Posts: 22
Joined: Sat Aug 27, 2016 11:58 pm

file.pak

Post by neptuniapp »

Script for file .pak (unpacked)

link: https://mega.nz/#!PI8mETTI!2rang1QV_LDj ... _DWEgAJ5WY


and script files obtained from Unpacked

Thanks.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: file.pak

Post by aluigi »

What's the name of the game?
Is it the ORIGINAL file? (it's written "unpacked", we need the ORIGINAL one)
Set a decent title and not just "file.pak".

Please learn how to open topics.
neptuniapp
Posts: 22
Joined: Sat Aug 27, 2016 11:58 pm

Re: file.pak

Post by neptuniapp »

sorry, the game is danganronpa 1 ps vita and it is original file.

Sorry my bad english.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: file.pak

Post by aluigi »

Code: Select all

get FILES long
    get OFFSET long
for i = 1 <= FILES
    if i == FILES
        get NEXT_OFF asize
    else
        get NEXT_OFF long
    endif
    xmath SIZE "NEXT_OFF - OFFSET"
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFF
next i

The first 2 extracted files are tga, apparently just white.
neptuniapp
Posts: 22
Joined: Sat Aug 27, 2016 11:58 pm

Re: file.pak

Post by neptuniapp »

I was wrong , was not the original files, are these :

https://mega.nz/#!uEt3na5L!FixHagN76SEd ... eqmSRLGICM

should I use in this ? Sorry
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: file.pak

Post by aluigi »

Yes it's the same format.