
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 <


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;
};Code: Select all
331F339BC3DB8E80 - pcx64-w\local\locals.binCan you make Unpacker and Packer?Ekey wrote:example of a hashCode: 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; };
Code: Select all
331F339BC3DB8E80 - pcx64-w\local\locals.bin
Game must be played through to dump all filenames.BadBoy wrote:Can you make Unpacker and Packer?Ekey wrote:example of a hashCode: 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; };
Code: Select all
331F339BC3DB8E80 - pcx64-w\local\locals.binHow do we find the names and Hash?
If you play the game, can you make a tool ? I need just language files for this game.Gh0stBlade wrote:Game must be played through to dump all filenames.BadBoy wrote:Can you make Unpacker and Packer?Ekey wrote:example of a hashCode: 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; };
Code: Select all
331F339BC3DB8E80 - pcx64-w\local\locals.binHow do we find the names and Hash?
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.serkandogan12345 wrote:
If you play the game, can you make a tool ? I need just language files for this game.
Im downloading game. Status %55. But i dont have steam game. Im downloading "Shadow.of.the.Tomb.Raider.Croft.Edition" from 3DMGAME.Gh0stBlade wrote: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.serkandogan12345 wrote:
If you play the game, can you make a tool ? I need just language files for this game.
Can someone upload Lara's model? I will have the meshes out in minutes.



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 wrote:Hmm tiger archive has no visible CDRM headers? Possibly encrypted?

Nice. Im waiting tiger Unpacker and Repacker. @Gh0stBlade and @Ekey Thank you for helping. Im waiting. I need just language files.Gh0stBlade wrote:
First mesh is out, normals data looks weird though, not same method used to compress on earlier games :/
serkandogan12345 wrote: Nice. Im waiting tiger Unpacker and Repacker. @Gh0stBlade and @Ekey Thank you for helping. Im waiting. I need just language files.
Do you have this game?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!
Yes. On Steam (Croft Edition).serkandogan12345 wrote:Do you have this game?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!
Good. Can you try this translated files ? I translated this screen. Download Link : https://yadi.sk/d/S8-AVxOwBeiG9AStreetx2007 wrote: Yes. On Steam (Croft Edition).
