Double Dragon Neon .PAK files

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
jimmhoo
n00b
Posts: 11
Joined: Tue Jul 19, 2011 6:03 pm
Has thanked: 1 time

Double Dragon Neon .PAK files

Post by jimmhoo »

I managed to extract from xbox 360 version of the game some .pak files, but I cant find a tool to extract them, someone know about a tool to do that?
Thief1987
advanced
Posts: 72
Joined: Wed Jan 18, 2012 5:11 am
Has thanked: 1 time
Been thanked: 29 times

Re: Double Dragon Neon .PAK files

Post by Thief1987 »

I have only ps3 version, try maybe pak files same

Code: Select all

endian big
get filetable long
get files long
get dummy longlong
math filetable + 0x40
for i = 0 < files
get offset long
math offset + filetable
get size long
getct name string 0x3a
getct filename string 0x00
savepos off
math b = 0x4
math a = off
math a % 0x4
if a == 0
get dummy longlong
else
math b - a
math off + b
goto off
get dummy longlong
endif
log filename offset size
next i  
jimmhoo
n00b
Posts: 11
Joined: Tue Jul 19, 2011 6:03 pm
Has thanked: 1 time

Re: Double Dragon Neon .PAK files

Post by jimmhoo »

Thief1987 wrote:I have only ps3 version, try maybe pak files same

Code: Select all

endian big
get filetable long
get files long
get dummy longlong
math filetable + 0x40
for i = 0 < files
get offset long
math offset + filetable
get size long
getct name string 0x3a
getct filename string 0x00
savepos off
math b = 0x4
math a = off
math a % 0x4
if a == 0
get dummy longlong
else
math b - a
math off + b
goto off
get dummy longlong
endif
log filename offset size
next i  
its bash/c/python script?
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1397 times

Re: Double Dragon Neon .PAK files

Post by chrrox »

quickbms script
jimmhoo
n00b
Posts: 11
Joined: Tue Jul 19, 2011 6:03 pm
Has thanked: 1 time

Re: Double Dragon Neon .PAK files

Post by jimmhoo »

thanks thief1987 and chrrox I will try it
jimmhoo
n00b
Posts: 11
Joined: Tue Jul 19, 2011 6:03 pm
Has thanked: 1 time

Re: Double Dragon Neon .PAK files

Post by jimmhoo »

thanks for the script, it worked very well with pak files for the 360 version too

I managed to extract the gr2 files and converted to 3dstudiomax scripts using grnreader98 v1.4.0.3.debug

then exported to obj using 3dstudio max

now I have the linda lash model in blender and looks good

now I will search for textures or something


edit: textures are in the same gr2 files, I can see them using granny viewer, will search for a tool to extract them(granny viewer dont give me an option)
Post Reply