Page 9 of 21

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sat Feb 06, 2016 4:45 pm
by MrAdults
shakotay, why'd you delete that post? I was just coming here to reply to it.

I assume that 0xFFFF is a valid triangle index based on what Gh0stBlade is saying. If as shakotay said those are not actually indices, then obviously, the solution is to not feed them in as indices.

I haven't looked at any script or data here, I'm only here because Gh0stBlade PM'd me.

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sat Feb 06, 2016 5:11 pm
by MrAdults
By the way, with all these people running out of memory, you ought to be using rpgConstructModelSlim instead of rpgConstructModel if you aren't already (didn't look), Python object overhead is gross and the Slim version will reduce the amount of data that gets back-translated to Python after the model's constructed. If that's not enough, well, that's what native plugins are for.

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sat Feb 06, 2016 5:13 pm
by shakotay2
MrAdults wrote:shakotay, why'd you delete that post? I was just coming here to reply to it.
After I reread Gh0stBlade's post and your reply I found that:
I assume that 0xFFFF is a valid triangle index based on what Gh0stBlade is saying.
this is true.
If as shakotay said those are not actually indices, then obviously, the solution is to not feed them in as indices.
and I was not.
So there was nothing in my post that would help to clear up things.
(It ony would have shown that I always need more time to understand things in their depth, especially at times where I'd better sleep. :D )

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sat Feb 06, 2016 6:44 pm
by Gh0stBlade
aobw wrote: @Ekey Hi
The scene model appears to be a bit of a problem.
Could you fix it
THANKS!
Image
Section_1159.zip
That file is from the Xbox 360 version. It is already known that some meshes have vertices packed into a single 32-bit integer. The method in question is presumably the same as what they used to encode/decode the normals. I'm guessing there are other flags/parameter differences for specific types of meshes as it doesn't work on them all.

To save yourself the trouble I would recommend you use assets from the PC version. All art assets from the PC version are higher quality. An example of this is the chair mesh you uploaded X360 has 6012 vertices. PC: 21121. That's more than 3x the X360 vertex count there.

Unfortunately the Xbox 360 script is dis-continued as the PC version is released, though any features such as bones which were implemented recently should still work for Xbox 360.

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sat Feb 06, 2016 11:07 pm
by Taner038
still waiting for translation tools. (PC)
[roll] [roll]

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sat Feb 06, 2016 11:10 pm
by Blechpappen
Pleez guys I just want to know how I can extract those goddang mul files

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 8:51 am
by gula
Image

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 9:33 am
by michalss
I almost finnish localization. I will publish tools once im done completely with localization, not early then that. Please accept this..... All i can do for all of you is to extract all text and put it in here :) Also if game does not support your accent i cannot help, coz i dont know how to replace fonts. Fonts are in GFX format... Also have complete access to MUL files.....

This is from POLISH fonts....
Image

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 10:11 am
by Taner038
michalss wrote:I almost finnish localization. I will publish tools once im done completely with localization, not early then that. Please accept this..... All i can do for all of you is to extract all text and put it in here :) Also if game does not support your accent i cannot help, coz i dont know how to replace fonts. Fonts are in GFX format... Also have complete access to MUL files.....

This is from POLISH fonts....
Image
You're sharing font supports my language.
I'm waiting for you finish localization.
Thanks the helping us

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 11:42 am
by Blechpappen
But how can I get AUDIO out of the mul files?? :(

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 11:46 am
by lacek33
Bet wins as the gfx files?

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 5:08 pm
by michalss
All text from Game include DLC..

Code: Select all

https://dl.dropboxusercontent.com/u/38234344/Revers%20Engineering/Rise%20Of%20Tomb%20Raider_PC.rar

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 5:33 pm
by aobw
Gh0stBlade wrote: That file is from the Xbox 360 version. It is already known that some meshes have vertices packed into a single 32-bit integer. The method in question is presumably the same as what they used to encode/decode the normals. I'm guessing there are other flags/parameter differences for specific types of meshes as it doesn't work on them all.

To save yourself the trouble I would recommend you use assets from the PC version. All art assets from the PC version are higher quality. An example of this is the chair mesh you uploaded X360 has 6012 vertices. PC: 21121. That's more than 3x the X360 vertex count there.

Unfortunately the Xbox 360 script is dis-continued as the PC version is released, though any features such as bones which were implemented recently should still work for Xbox 360.
THANKS @Gh0stBlade
Image

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 7:03 pm
by Gh0stBlade
New fmt_TR2_mesh_1_5.py is available in first post. Special thanks to MrAdults Issue with triangle lists should be fixed on models containing meshes with face indices equivalent to 65535.

A new texture type is also supported.

Re: [PC/X360] Rise of the Tomb Raider Bigfile.000.tiger

Posted: Sun Feb 07, 2016 8:46 pm
by Blechpappen
Hellooooou, please someone! How can I extract audio of these mul files? Is there a special tool for that that I don't know about but you all do? Please just help me, at least tell me IF there's a tool for that.