Page 2 of 4

Re: Final Fantasy X/X-2 HD Remaster

Posted: Wed Apr 23, 2014 1:42 pm
by Haro

Re: Final Fantasy X/X-2 HD Remaster

Posted: Sun May 04, 2014 3:35 am
by Haro
Got my hands on the Phyre SDK.
It seems those .phyre files are exported blob files specified for the corresponding platform.
originally imported DAE files are XML, but they get compiled to a proprietary binary format.
In the SDK, there is no importer for this or whatsoever.

Re: Final Fantasy X/X-2 HD Remaster

Posted: Sun May 04, 2014 4:45 pm
by lionheartuk
I don't see any new geometry, some new textures yeah, especially the eyes look a lot better, but thats still texture work.

Re: Final Fantasy X/X-2 HD Remaster

Posted: Sun May 04, 2014 7:51 pm
by ultimaespio
There's definitely model work done though, even if it's not that noticeable. The lower poly models now have separate fingers (that move as one), and the Higher quality ones have at least had their faces rebuilt.

Image

http://www.deviantart.com/art/Final-Fan ... -425540640

Re: Final Fantasy X/X-2 HD Remaster

Posted: Mon May 19, 2014 11:39 am
by Haro
I haven't further analized the format, but are they like .bdae (binary collada) files?

Re: Final Fantasy X/X-2 HD Remaster

Posted: Mon Sep 01, 2014 8:39 am
by Darkhowlings
Still not news?
Because its really hard try to extract a model using hex

What its not so hard its extract texture of the games, I've test my self and many NPC, Fiends, Objects, Weapons they use the same texture size and UV Mapping. If that help in something

Re: Final Fantasy X/X-2 HD Remaster

Posted: Tue Sep 23, 2014 5:35 pm
by Haro
Nope.
I'm still using the models from the original games, there are plenty of tools to dump/convert them.

Re: Final Fantasy X/X-2 HD Remaster

Posted: Sun Sep 28, 2014 7:04 am
by ellegirl01
WOW!

(Auron looks...older. :P Tidus looks so different though.)

It looks like they took all the cutscene FMV high def character design quality and applied it to the entire game. I am intrigued, even though it will take some getting used to; FFX has been around for quite some time now; I was sort of used to the barbie doll fingerless-hands. :lol:

I'm excited for more tools to come out for the remaster! Hopefully something Noesis-friendly.

Re: Final Fantasy X/X-2 HD Remaster

Posted: Fri Oct 03, 2014 7:39 pm
by Szkaradek123
Hello

Here is Noesis script for geometry.
Bones and skinning not supported.
Copy script in noesis "...\plugins\python" folder.

Re: Final Fantasy X/X-2 HD Remaster

Posted: Fri Oct 03, 2014 11:01 pm
by ultimaespio
Thanks, testing it out now :)
Image

Tidus' cutscene model has UV issues on his hair, C101.

For some reason there's a model of Shuyin in FFX, C307.

Re: Final Fantasy X/X-2 HD Remaster

Posted: Sun Oct 05, 2014 11:27 pm
by ssringo
Thank you so much for the plugin Szkaradek. It works pretty well on the X-2 models I looked at (most of Yuna, a few of Rikku/Paine and some returning characters from X). Are you planning to add skeleton support down the line?

Re: Final Fantasy X/X-2 HD Remaster

Posted: Mon Oct 06, 2014 12:14 am
by lumekano
Szkaradek123 wrote:Hello

Here is Noesis script for geometry.
Bones and skinning not supported.
Copy script in noesis "...\plugins\python" folder.
can't open with noesis some file

here sample

http://www.mediafire.com/download/gxnhtn2hym1atal

Re: Final Fantasy X/X-2 HD Remaster

Posted: Mon Oct 06, 2014 9:23 am
by Szkaradek123
Hi

Sorry. I can't fix script for bones or another files.
It is difficult.

Here is a logfile "c001.dae.phyre.log" with unpacked data from "c001.dae.phyre" file. Maybe it help someone to reversing.
I get stuck at offset 1311516.
It is a section with a lot of bytes ,which keep maybe info about how each sections are joint.

Sections:
at offset 26799 - list of sections [type, unk,info size, data size , unk, unk, unk, unk, unk ]
at offset 32139 - section type "30" - list of parent id for bones
at offset 33367 - section type "47" - list of materials. It keep info about indices count, indices offset, boneMapList item offset, boneMapList item count
at offset 35475 - section type "8" - list of vertex data (position,uv,skin,normals) [stride, item count, data offset, data size]
at offset 51131 - section type "29" - list of all used matrices. bone count for meshes keep section "139"
at offset 72891 - section type"140" - boneMapList for all meshes
at offset 119371 - section type "75" - list of bones. [bone hash, bone parent hash, bone matrix]. I can't to build skeleton from this data.

Numbers for type of section are another for each "version" of file.


http://www.mediafire.com/download/6zm7v ... tf/GCM.zip

Re: Final Fantasy X/X-2 HD Remaster

Posted: Mon Oct 06, 2014 10:05 pm
by ultimaespio
I know why there's UV errors on Tidus C101, his hair is a separate texture in a separate phyre file. In the textures folder there's:

c101.dds.phyre - Main body texture
c101_01.dds.phyre - Hair texture

So it's just loading the one texture and not both.

Re: Final Fantasy X/X-2 HD Remaster

Posted: Mon Oct 06, 2014 10:39 pm
by Darko
Does this work with ore imo files??