Page 1 of 12

[PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Wed Sep 12, 2018 7:32 pm
by Gh0stBlade
Shadow of the Tomb Raider - [TR11] - [PC]:[/b]
Image

fmt_TR11_mesh_1_2.py - Version 1.2 - 07/11/18

Supported:
1. Meshes, UVs, Normals, Skin Weights, Skin Indices, Skeleton (*.tr11mesh)

Unsupported:
1. Auto texturing/Material parsing. (relationship is unknown)

Bigfile Unpacker:
> Download <

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Thu Sep 13, 2018 2:41 pm
by Ekey

Code: Select all

struct TigerHeader
{
   uint32_t   dwID; //TAFS
   uint32_t   dwVersion; //5
   uint32_t   dwPartsCount;
   uint32_t   dwTotalFiles;
   uint64_t   dwUnknown;
   uint8_t    m_Platform[32]; //pcx64-w for PC
};

struct TigerEntry
{
   uint64_t   dwNameHash; // Fnv64
   uint64_t   dwLanguageID;
   uint32_t   dwSize;
   uint32_t   dwUnknown1; // ???
   uint32_t   dwUnknown2; // ???
   uint32_t   dwOffset;
};
example of a hash

Code: Select all

331F339BC3DB8E80 - pcx64-w\local\locals.bin

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Fri Sep 14, 2018 4:14 pm
by BadBoy
Ekey wrote:

Code: Select all

struct TigerHeader
{
   uint32_t   dwID; //TAFS
   uint32_t   dwVersion; //5
   uint32_t   dwPartsCount;
   uint32_t   dwTotalFiles;
   uint64_t   dwUnknown;
   uint8_t    m_Platform[32]; //pcx64-w for PC
};

struct TigerEntry
{
   uint64_t   dwNameHash; //Fnv64
   uint64_t   dwLanguageID;
   uint32_t   dwSize;
   uint32_t   dwUnknown1; // ???
   uint32_t   dwUnknown2; // ???
   uint32_t   dwOffset;
};
example of a hash

Code: Select all

331F339BC3DB8E80 - pcx64-w\local\locals.bin
Can you make Unpacker and Packer? [roll] How do we find the names and Hash?

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Fri Sep 14, 2018 5:25 pm
by Gh0stBlade
BadBoy wrote:
Ekey wrote:

Code: Select all

struct TigerHeader
{
   uint32_t   dwID; //TAFS
   uint32_t   dwVersion; //5
   uint32_t   dwPartsCount;
   uint32_t   dwTotalFiles;
   uint64_t   dwUnknown;
   uint8_t    m_Platform[32]; //pcx64-w for PC
};

struct TigerEntry
{
   uint64_t   dwNameHash; //Fnv64
   uint64_t   dwLanguageID;
   uint32_t   dwSize;
   uint32_t   dwUnknown1; // ???
   uint32_t   dwUnknown2; // ???
   uint32_t   dwOffset;
};
example of a hash

Code: Select all

331F339BC3DB8E80 - pcx64-w\local\locals.bin
Can you make Unpacker and Packer? [roll] How do we find the names and Hash?
Game must be played through to dump all filenames.

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Sat Sep 15, 2018 3:03 pm
by serkandogan12345
Gh0stBlade wrote:
BadBoy wrote:
Ekey wrote:

Code: Select all

struct TigerHeader
{
   uint32_t   dwID; //TAFS
   uint32_t   dwVersion; //5
   uint32_t   dwPartsCount;
   uint32_t   dwTotalFiles;
   uint64_t   dwUnknown;
   uint8_t    m_Platform[32]; //pcx64-w for PC
};

struct TigerEntry
{
   uint64_t   dwNameHash; //Fnv64
   uint64_t   dwLanguageID;
   uint32_t   dwSize;
   uint32_t   dwUnknown1; // ???
   uint32_t   dwUnknown2; // ???
   uint32_t   dwOffset;
};
example of a hash

Code: Select all

331F339BC3DB8E80 - pcx64-w\local\locals.bin
Can you make Unpacker and Packer? [roll] How do we find the names and Hash?
Game must be played through to dump all filenames.
If you play the game, can you make a tool ? I need just language files for this game.

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Sat Sep 15, 2018 4:16 pm
by Gh0stBlade
serkandogan12345 wrote:
If you play the game, can you make a tool ? I need just language files for this game.
I usually just work on the meshes. Ekey is usually the one who writes the tiger unpacker and drm dumper. Also I don't have the PC version.

Can someone upload Lara's model? I will have the meshes out in minutes.

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Sat Sep 15, 2018 6:13 pm
by serkandogan12345
Gh0stBlade wrote:
serkandogan12345 wrote:
If you play the game, can you make a tool ? I need just language files for this game.
I usually just work on the meshes. Ekey is usually the one who writes the tiger unpacker and drm dumper. Also I don't have the PC version.

Can someone upload Lara's model? I will have the meshes out in minutes.
Im downloading game. Status %55. But i dont have steam game. Im downloading "Shadow.of.the.Tomb.Raider.Croft.Edition" from 3DMGAME.

Image

Image

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Sun Sep 16, 2018 11:48 pm
by Gh0stBlade
Hmm tiger archive has no visible CDRM headers? Possibly encrypted?

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Mon Sep 17, 2018 1:05 am
by HeliosAI
Gh0stBlade wrote:Hmm tiger archive has no visible CDRM headers? Possibly encrypted?
Don't think so? CDRM can be read many times in hex editor. The bms script posted on zenhax doesn't work with the main bigfiles though.

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Mon Sep 17, 2018 11:42 am
by Gh0stBlade
Image


First mesh is out, normals data looks weird though, not same method used to compress on earlier games :/

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Mon Sep 17, 2018 12:00 pm
by serkandogan12345
Gh0stBlade wrote:Image


First mesh is out, normals data looks weird though, not same method used to compress on earlier games :/
Nice. Im waiting tiger Unpacker and Repacker. @Gh0stBlade and @Ekey Thank you for helping. Im waiting. I need just language files.

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Mon Sep 17, 2018 6:28 pm
by Streetx2007
serkandogan12345 wrote: Nice. Im waiting tiger Unpacker and Repacker. @Gh0stBlade and @Ekey Thank you for helping. Im waiting. I need just language files.

Mee too. I want to make a translate (from my home language) for this game. Thanks for the help! :)

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Mon Sep 17, 2018 6:48 pm
by serkandogan12345
Streetx2007 wrote:
serkandogan12345 wrote: Nice. Im waiting tiger Unpacker and Repacker. @Gh0stBlade and @Ekey Thank you for helping. Im waiting. I need just language files.

Mee too. I want to make a translate (from my home language) for this game. Thanks for the help! :)
Do you have this game?

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Mon Sep 17, 2018 6:58 pm
by Streetx2007
serkandogan12345 wrote:
Streetx2007 wrote:
serkandogan12345 wrote: Nice. Im waiting tiger Unpacker and Repacker. @Gh0stBlade and @Ekey Thank you for helping. Im waiting. I need just language files.

Mee too. I want to make a translate (from my home language) for this game. Thanks for the help! :)
Do you have this game?
Yes. On Steam (Croft Edition).

Re: [PC] Shadow of the Tomb Raider Bigfile.000.tiger

Posted: Mon Sep 17, 2018 7:48 pm
by serkandogan12345
Streetx2007 wrote: Yes. On Steam (Croft Edition).
Good. Can you try this translated files ? I translated this screen. Download Link : https://yadi.sk/d/S8-AVxOwBeiG9A

Image