Poll & Discussion: We wish the site to continue (Y/N)
Double Dragon Neon .PAK files
Double Dragon Neon .PAK files
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
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 Re: Double Dragon Neon .PAK files
its bash/c/python script?Thief1987 wrote:I have only ps3 version, try maybe pak files sameCode: 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
-
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
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)
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)
