Important information: this site is currently scheduled to go offline indefinitely by end of the year.

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

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

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

Post 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 <
Click the thanks button if I helped!
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

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

Post 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
Last edited by Ekey on Sat Sep 15, 2018 10:47 am, edited 3 times in total.
BadBoy
ultra-n00b
Posts: 6
Joined: Sun Apr 24, 2016 3:17 pm
Has thanked: 1 time

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

Post 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?
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

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

Post 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.
Click the thanks button if I helped!
serkandogan12345
n00b
Posts: 10
Joined: Mon Jan 22, 2018 2:58 pm
Has thanked: 1 time

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

Post 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.
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

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

Post 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.
Click the thanks button if I helped!
serkandogan12345
n00b
Posts: 10
Joined: Mon Jan 22, 2018 2:58 pm
Has thanked: 1 time

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

Post 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
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

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

Post by Gh0stBlade »

Hmm tiger archive has no visible CDRM headers? Possibly encrypted?
Click the thanks button if I helped!
User avatar
HeliosAI
mega-veteran
mega-veteran
Posts: 166
Joined: Wed Nov 17, 2010 2:57 pm
Has thanked: 151 times
Been thanked: 62 times

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

Post 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.
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

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

Post by Gh0stBlade »

Image


First mesh is out, normals data looks weird though, not same method used to compress on earlier games :/
Click the thanks button if I helped!
serkandogan12345
n00b
Posts: 10
Joined: Mon Jan 22, 2018 2:58 pm
Has thanked: 1 time

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

Post 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.
Streetx2007
ultra-n00b
Posts: 5
Joined: Sun Feb 07, 2016 9:10 pm

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

Post 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! :)
serkandogan12345
n00b
Posts: 10
Joined: Mon Jan 22, 2018 2:58 pm
Has thanked: 1 time

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

Post 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?
Streetx2007
ultra-n00b
Posts: 5
Joined: Sun Feb 07, 2016 9:10 pm

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

Post 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).
serkandogan12345
n00b
Posts: 10
Joined: Mon Jan 22, 2018 2:58 pm
Has thanked: 1 time

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

Post 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
Post Reply