Jump to content

Need help on finding verts data etc (PS2 Gundam One Year War)


Recommended Posts

  • Members
Posted

After extracted the files from UNITARY.dat, I found the models textures in there and I believe 3d data are also in the same file but I can't figure them out.
eg: in UNITARY_002.dat offset 0x00172a10 is the first texture(MS05.tga). Right after that at offset 0x00192e50 is the second texture(MS05a.tga). And then I believe 3d data follows.
You will see a similiar pattern appears and the name MS05.tga was there as well. But I have no idea how the 3d data format are? (Can't find any float data of verts etc)
Any suggestion?

 

Thanks in advance. 
 

OYW_Samples.rar

  • Engineers
Posted (edited)

Seems it's vif tags in the .dat files, for example 03802F69, where 0x2F (47) is the count for parts (vertices for example) of a sub mesh. There might be 232 of them:

(using shorts, not floats)

Unitary_114.png.fda00261fca2db8ad6a28e899ce106a7.png

 

Edited by shak-otay
update

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...