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

need help with Dead or alive model convertion(DoA3 to DoA2U)

Post questions about game models here, or help out others!
Post Reply
b0ny
mega-veteran
mega-veteran
Posts: 239
Joined: Sat May 22, 2010 10:10 am
Has thanked: 22 times
Been thanked: 121 times

need help with Dead or alive model convertion(DoA3 to DoA2U)

Post by b0ny »

hi everybody.
I made a conversion tool for models from doa3 to doa2u. but because i do lack knowledge on some values(badly i can't reverse "greed explorer"), it's shitty and work's wrong. if there's someone that can help me, please do it...

i found that both doa3 and doau contains the same test stage(a hexagon with different types of walls). researching this stage was very helpful and my converter converts it perfectly :) (i also made a program that's looking in all models of the game, for what values can take a certain variable)
Image

bellow is an image, with the same "OBJ" represented in doau and doa3 xpr, that shows my conversion method:
Image
from what i found:
- green and yellow parts are copied directly
- gray are constant
- about uncolored values, in doau OBJ, i don't know shit, and i use the same values
- and purple(which is the amount of vectors) is calculated(incorrectly most times) like this:

for(each doa3vector) doa3allVectors += doa3vector + 4;
//and right after this "for" i do this
doa2vector = doa3allVectors - 4;



also if you ask me, i can share more information i have. please help

Image
User avatar
CriticalError
double-veteran
double-veteran
Posts: 678
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 104 times
Been thanked: 41 times

Re: need help with Dead or alive model convertion(DoA3 to Do

Post by CriticalError »

umm well some of them maybe help Dead or Alive tools [download]
Post Reply