Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Dead or Alive series formats and tools

Post questions about game models here, or help out others!
Darko
double-veteran
double-veteran
Posts: 723
Joined: Mon Jul 13, 2009 6:16 pm
Has thanked: 72 times
Been thanked: 138 times

Re: Dead or Alive series formats and tools

Post by Darko »

TRDaz wrote:Yeah, I got that... I have all the basic bodies from DOAX2 anyway, all I want is Rio's model. Just need to find which file her body and head is.... BTW, how do you get textures? They dont appear when importing it, and I dont know how to extract it neither D:
With this bms script, extract your tpr:

Code: Select all

# Game: DOA Paradise [PSP]
# by Fatduck    Apr2010
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

idstring "PAR\0"
get VER long
get NRES long
if NRES != 2
  cleanexit
endif

goto 0x14
get OFSPTA long
goto OFSPTA

get HEADER long
get VERSION long
get NUMGIM long
get DUMMY long
savepos OFSGIM
#print "OfsGim %OFSGIM%"

set TMP NUMGIM
#print "Gim: %TMP%"
math TMP *= 4
math TMP += OFSGIM
goto TMP
padding 16
savepos OFSNAME

#print "OfsName %OFSNAME%"

for i = 0 < NUMGIM
  goto OFSNAME
  getdstring GIMNAME 0x20
  savepos OFSNAME
  
  goto OFSGIM
  get OFS long
  math OFS += OFSPTA
  savepos OFSGIM
  
  goto OFS
  getdstring DUMMY 20   #quick hack to get the gim size
  get GIMSIZE long
  math GIMSIZE += 16
  
  log GIMNAME OFS GIMSIZE

next i
And about .gim files:

http://www.fileinfo.com/extension/gim

See ya.
Image
User avatar
zaykho
mega-veteran
mega-veteran
Posts: 217
Joined: Fri Dec 03, 2010 1:20 pm
Location: France
Has thanked: 158 times
Been thanked: 52 times

Re: Dead or Alive series formats and tools

Post by zaykho »

Great Darko !

Thank's for your Help !! :p
252gt
beginner
Posts: 22
Joined: Sat Aug 13, 2011 6:52 pm
Has thanked: 16 times
Been thanked: 2 times

Re: Dead or Alive series formats and tools

Post by 252gt »

Hi

I have 2 Qs

1st:

How can I extract DOA X2 Stages ?

2nd:

I have a problem with neosis, It doesn't show the model
I extracted the ISO, then open neosis, but I get nothing, It doesn't show the model

any help



-Sorry for BAD English-
Darko
double-veteran
double-veteran
Posts: 723
Joined: Mon Jul 13, 2009 6:16 pm
Has thanked: 72 times
Been thanked: 138 times

Re: Dead or Alive series formats and tools

Post by Darko »

252gt wrote:Hi

I have 2 Qs

1st:

How can I extract DOA X2 Stages ?

2nd:

I have a problem with neosis, It doesn't show the model
I extracted the ISO, then open neosis, but I get nothing, It doesn't show the model

any help



-Sorry for BAD English-
Have you extracted the asf files??
Image
252gt
beginner
Posts: 22
Joined: Sat Aug 13, 2011 6:52 pm
Has thanked: 16 times
Been thanked: 2 times

Re: Dead or Alive series formats and tools

Post by 252gt »

Darko wrote:
Have you extracted the asf files??
No

Well which tool should I use ?

and THANX

Edit:

There is a tool named DOAX2 AFS extractor

I tried it But nothing happen
I tried to put the file I want and the tool on a separate folder ... but without hope -_-

Can you help me please

THANX
Darko
double-veteran
double-veteran
Posts: 723
Joined: Mon Jul 13, 2009 6:16 pm
Has thanked: 72 times
Been thanked: 138 times

Re: Dead or Alive series formats and tools

Post by Darko »

252gt wrote:
Darko wrote:
Have you extracted the asf files??
No

Well which tool should I use ?

and THANX

Edit:

There is a tool named DOAX2 AFS extractor

I tried it But nothing happen
I tried to put the file I want and the tool on a separate folder ... but without hope -_-

Can you help me please

THANX
Noesis extracts those files.
Image
252gt
beginner
Posts: 22
Joined: Sat Aug 13, 2011 6:52 pm
Has thanked: 16 times
Been thanked: 2 times

Re: Dead or Alive series formats and tools

Post by 252gt »

OK

can you tell me how to extract them PLEASE

because when I open neosis and then load the location of the extracted DOAX2 Files

I got nothing


Neosis didn't show any file

even if I switch to DOAX2/NG2


-_-
JayK
mega-veteran
mega-veteran
Posts: 172
Joined: Fri Jun 01, 2012 10:08 am
Has thanked: 35 times
Been thanked: 121 times

Re: Dead or Alive series formats and tools

Post by JayK »

set it to show 'all files' then double click on the file
252gt
beginner
Posts: 22
Joined: Sat Aug 13, 2011 6:52 pm
Has thanked: 16 times
Been thanked: 2 times

Re: Dead or Alive series formats and tools

Post by 252gt »

Thanx alot rman2

It finally work :D
redman
advanced
Posts: 71
Joined: Tue Jan 12, 2010 2:06 pm
Has thanked: 20 times
Been thanked: 4 times

Re: Dead or Alive series formats and tools

Post by redman »

DEAD OR ALIVE 5

any chance to extract the containers and then modifiy the models?

Image
b0ny
mega-veteran
mega-veteran
Posts: 239
Joined: Sat May 22, 2010 10:10 am
Has thanked: 22 times
Been thanked: 121 times

Re: Dead or Alive series formats and tools

Post by b0ny »

redman wrote:DEAD OR ALIVE 5

any chance to extract the containers and then modifiy the models?
the filenames are encrypted. the skins and stages are also encrypted. and we already know what will happen if we'll break that encryption - tecmo will shut down this site and will sue it's foundators

meanwhile somewhere in the middle of the encryption/decryption routine:

Code: Select all

Except as expressly authorized, it is strictly prohibited to reproduce, distribute, exhibit or modify this software and any of its contents, including audio and visual contents. By way of example, to capture, copy or download any of the contents in this software, including audio and visual contents, onto any hardware or other software source media for any purpose, by the Internet or any other source, is strictly prohibited. Reversed engineering, decompiling or disassembly of this software is also strictly prohibited.
o tecmo - you're so funny :)
Darko
double-veteran
double-veteran
Posts: 723
Joined: Mon Jul 13, 2009 6:16 pm
Has thanked: 72 times
Been thanked: 138 times

Re: Dead or Alive series formats and tools

Post by Darko »

b0ny wrote:
redman wrote:DEAD OR ALIVE 5

any chance to extract the containers and then modifiy the models?
the filenames are encrypted. the skins and stages are also encrypted. and we already know what will happen if we'll break that encryption - tecmo will shut down this site and will sue it's foundators

meanwhile somewhere in the middle of the encryption/decryption routine:

Code: Select all

Except as expressly authorized, it is strictly prohibited to reproduce, distribute, exhibit or modify this software and any of its contents, including audio and visual contents. By way of example, to capture, copy or download any of the contents in this software, including audio and visual contents, onto any hardware or other software source media for any purpose, by the Internet or any other source, is strictly prohibited. Reversed engineering, decompiling or disassembly of this software is also strictly prohibited.
o tecmo - you're so funny :)
The files have been already decrypted, check the game research forum :lol:
Image
BakameExcalibur
advanced
Posts: 68
Joined: Wed Feb 02, 2011 1:02 am
Has thanked: 3 times
Been thanked: 1 time

Re: Dead or Alive series formats and tools

Post by BakameExcalibur »

Well, once again I'm baffled as to why the Blender plugin for DOAU/X models won't work in the Linux version of Blender, but I did manage to get a good debug output:

Code: Select all

Importing /home/philip/Downloads/DOA/Dead or Alive Xtreme Beach Volleyball/datadvd/FULL_AFS_FILE_DUMP/vht00.xpr
cat found
pills here 1 7 14
pills here 1 1 588
pills here 1 3 40
pills here 1 4 440
pills here 1 0 0
id_bone_OBJ: 1_00_01,  1_01_02,  1_02_03,  1_03_09,  1_09_1b,  1_12_13,  1_16_25,  1_03_0a,  1_09_1c,  1_04_0b,  1_05_0c,  1_06_0e,  1_07_11,  1_08_12,  1_0a_1d,  1_0b_1e,  1_0c_20,  1_0d_23,  1_0e_24,  1_11_08,  1_15_1a,  2_17_27,  2_13_15,  2_10_06,  2_14_18,  2_06_10,  2_0c_22,  2_07_0f,  2_0d_21,  3_03_04,  3_03_05,  3_04_07,  3_05_14,  3_09_16,  3_09_17,  3_0a_19,  3_0b_26,  3_12_0d,  3_16_1f,  39 bones found
joints 10
Traceback (most recent call last):
  File "/home/philip/.blender/2.62/scripts/addons/io_import_xpr.py", line 523, in execute
    import_xpr(self.properties.filepath, self.scale, self.swap_yz, self.load_textures, self.shadeless)
  File "/home/philip/.blender/2.62/scripts/addons/io_import_xpr.py", line 124, in import_xpr
    else:print("skeleton not found. skeleton folder should be in the same folder with xpr and cat : %s"%skeletonPath)
NameError: global name 'skeletonPath' is not defined

location:<unknown location>:-1

location:<unknown location>:-1
I'm no good with Python, but I hope this is of use to someone.
viperzerofsx
veteran
Posts: 95
Joined: Thu May 27, 2010 5:07 am
Has thanked: 8 times
Been thanked: 6 times

Re: Dead or Alive series formats and tools

Post by viperzerofsx »

since the first post is no longer visible I wanted to ask doe anyone have a tool that will let me view models from the 2004 ninja gaidan or one of its expansions I wanted to look at some of the vehicles
TRDaz
mega-veteran
mega-veteran
Posts: 215
Joined: Sat Sep 24, 2011 7:06 pm
Has thanked: 78 times
Been thanked: 32 times

Re: Dead or Alive series formats and tools

Post by TRDaz »

Is it possible to get 3DS models at all? I would have loved to get Raidou and Shiden from DOA:D
Post Reply