Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 12:34

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
 Post subject: Metal Gear Solid: Peace Walker PSP Demo (*.pdt)
PostPosted: 23 Jan 2010 23:56 

Joined: 11 Sep 2009 23:56
Posts: 23
Hi,

This Metal Gear Solid Peace Walker file seems to use an odd compression/encryption method (probably compression because I do think that there was more than 14 mb worth of music in the demo).

Could someone please take a look at it?
http://www.megaupload.com/?d=0IZ4Q6GY

Thanks so much,

Pie


Top
 Profile  
 
 
 Post subject: Re: Metal Gear Solid: Peace Walker PSP Demo (*.pdt)
PostPosted: 24 Jan 2010 00:26 

Joined: 24 Sep 2007 02:12
Posts: 1114
Location: http://sethioz.co.uk
your link aint working, i hate those retarded upload sites.
are you referring to .pdt ? if so, then there should be programs that can open them, i did a quick google and saw few tools, didn't test tho.
it is some kind of a database file.


Top
 Profile  
 
 Post subject: Re: Metal Gear Solid: Peace Walker PSP Demo (*.pdt)
PostPosted: 24 Jan 2010 07:38 

Joined: 11 Sep 2009 23:56
Posts: 23
Link's working now, and yeah I'm referring to .pdt.

Tools? I wish that they'd work, but I first of all can't find them, and second of all I don't think they'd work, as Konami's always really gay with their archive and audio formats, so the pdt's probably something proprietary. Could you please point out the tools anyhow so I might be able to test em?

Thanks in advance.


Top
 Profile  
 
 Post subject: Re: Metal Gear Solid: Peace Walker PSP Demo (*.pdt)
PostPosted: 24 Jan 2010 17:29 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
*edit* ops ah ah ah xor 0x4d


Top
 Profile  
 
 Post subject: Re: Metal Gear Solid: Peace Walker PSP Demo (*.pdt)
PostPosted: 24 Jan 2010 17:43 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
Code:
# Metal Gear Solid: Peace Walker PSP (*.pdt)
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

get FILESIZE asize
get DUMMY long
filexor 0x4d
goto 0x800
for i = 0
    savepos BLOCK_OFFSET
    if BLOCK_OFFSET >= FILESIZE
        cleanexit
    endif
    getdstring DUMMY 4
    get BLOCK_SIZE long
    getdstring DUMMY 0x18
    getdstring NAME 0x10
    getdstring DUMMY 0x20
    get SIZE long
    savepos OFFSET
    string NAME += "_"
    string NAME += i
    string NAME += ".wav"
    log NAME OFFSET SIZE
    math BLOCK_OFFSET += BLOCK_SIZE
    goto BLOCK_OFFSET
next i


Top
 Profile  
 
 Post subject: Re: Metal Gear Solid: Peace Walker PSP Demo (*.pdt)
PostPosted: 24 Jan 2010 19:15 

Joined: 11 Sep 2009 23:56
Posts: 23
NICE!! Thanks!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron