Page 5 of 6

Re: Tekken Hybrid

Posted: Wed Jan 18, 2012 9:21 pm
by IvoryCutter
:-) Thanks Mr howfie.
tekken.py and xentax.py, OK! But which model file are you talking about? ...sorry for spamming your thread :( lol

Re: Tekken Hybrid

Posted: Wed Jan 18, 2012 10:36 pm
by howfie
The chr files from the tekken disc. We cannot post all the files here. I believe the nina1u.chr sample was posted somewhere on page two. This is jjust a tools web site so I only post the tools to extract, not the actual models. To get models you can do one of two things.
#1 the legal but against EULA way - jailbreak your ps3
#2 the illegal but bad way - download game

I won't tell you how to do either. You have to make the choice. #1 or #2.

Re: Tekken Hybrid

Posted: Thu Jan 19, 2012 10:29 am
by IvoryCutter
Oh well, now it does all make sense. :oops: Thanks again Mr.!
Works like a charm. You really did an amazing job writing that script! 8D Thank you so much for enabling access to the models!!

Rather than doing #1 or #2 I'd prefer getting the files straight from the disk. I'll try that later.

Looking forward to Friday.

Re: Tekken Hybrid

Posted: Thu Jan 26, 2012 4:57 am
by psycommando
Hi, I've tried your script but it crashes python(2.7) gives me the following output :
Traceback (most recent call last):
File "C:\Users\Guill\Downloads\Tekken.Hybrid.PS3-DUPLEX\Extracted\INSTALL\USRDIR\data\asset\dai3\mdl\tekken.py", line 432, in <module>
xentax.WriteUncompressedDDSHeader(tfile, texture_info.p1, texture_info.p2, False, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000);
File "C:\Users\Guill\Downloads\Tekken.Hybrid.PS3-DUPLEX\Extracted\INSTALL\USRDIR\data\asset\dai3\mdl\xentax.py", line 175, in WriteUncompressedDDSHeader
ofile.write(bytes('DDS ', 'ascii')); # DDS
TypeError: str() takes at most 1 argument (2 given)


By the way, nice work :) I wonder how you do to figure this all out !

Re: Tekken Hybrid

Posted: Thu Jan 26, 2012 5:42 am
by finale00
Try with 3.x

Re: Tekken Hybrid

Posted: Thu Jan 26, 2012 7:13 am
by howfie
Removing the second argument might work. I used 3.x. Sorry i had to temporarily give up on this one. The bone format was just strange. I may come back to it though after i finish up the easier ones.

Re: Tekken Hybrid

Posted: Thu Jan 26, 2012 11:49 pm
by psycommando
howfie wrote:Removing the second argument might work.
Thanks, that fixed it :)

Re: Tekken Hybrid

Posted: Fri Apr 06, 2012 5:40 pm
by IvoryCutter
hey howfie, look: http://www.tombraiderforums.com/showpos ... ount=19913
people using your script to full effect. Looks like there are many more TTT models soon to be ported :]

Re: Tekken Hybrid

Posted: Fri Apr 06, 2012 11:23 pm
by howfie
Lol yeah I keep dibs on the request thread from time to time to see what games have or have not been done. They don't have to credit me, you know, just have fun, learn how to model and rig, and if any lawyers comes asking, I didn't write the script :-).

Re: Tekken Hybrid

Posted: Sun Apr 08, 2012 6:30 am
by Uninstall84
howfie
Как извлечь текстуры?
How to extract textures?

Re: Tekken Hybrid

Posted: Sun Apr 29, 2012 2:19 pm
by viperzerofsx
does the triangle count fall between 3000-6000? just something I was wondering about namco ps2 games

Re: Tekken Hybrid

Posted: Tue May 08, 2012 8:21 pm
by Doronetty
Uninstall84 wrote:howfie
Как извлечь текстуры?
How to extract textures?
Скрипт сам извлекает и модели и текстуры - достаточно поместить файл персонажа в корневой каталог Noesis и прописать его имя в скрипте - и вуаля! автоматически генерируется модель в формате OBJ и текстуры в формате DDS

Re: Tekken Hybrid

Posted: Tue May 08, 2012 8:27 pm
by Doronetty
One question: what about non characters models (firstly I'm interested in Dr. Boskonovitch model from Tekken Bowl stage) - any ideas where can I find it and how to extract it?!
P.S: No, I have a two questions, the second is - why all textures are being flipped?

Re: Tekken Hybrid

Posted: Tue May 08, 2012 8:42 pm
by howfie
#1: I'll see what I can do. I didn't look at the stages.
#2: horizontally or vertically? If vertically that's the way the textures are stored. If horizontally and model looks mirrored, that's a coordinate system problem caused by noesis using a rhcs and game using lhs.

Re: Tekken Hybrid

Posted: Wed May 09, 2012 11:54 am
by Doronetty
Oh, I'm beg your pardon - textures is OK (they are flipped only in Noesis, in 3DS MAX they are OK).

One more idea: is it possible to use the same trick with Tekken 5 (unpack PS3 version of this game (Tekken 5: Dark Resurrection), extract and convert 3D models)?