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

Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
artworkplay
veteran
Posts: 116
Joined: Wed Oct 05, 2011 9:40 pm
Has thanked: 49 times
Been thanked: 5 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by artworkplay »

Darko wrote:
Ekey wrote:I do not think that will be more tools. Main objective is complete. Archives unpacked (models, textures, text ect) :)
Lol The target of all of this is the xna lara/xps community??
The target was to unpack archives. What people do with those archives is their own call whether xnalara or games that are modding friendly/possible.
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Gh0stBlade »

Sammie wrote:
C00L12345 wrote:The modding scene is incredibly small I mean that would die out very fast. As for the older games Tomb Raider IV had official tool sets released and the formats were pretty simple anyway but those are old.
The question is, what do you want to modify in such a game? Model & Texture-replacement is useless. I dont want a redhair-Lara or a big-boobs-Lara. The only interesting thing would be a leveleditor to create own worlds (DLCs) and share this stuff with other users. But we are not able to do this without knowning everything about all the other data, especially scripts (KI, Triggers, Events) and all kind of de/encryption. Surely, its not impossible to figure this out, but it would be time wasting. And Crystal Dynamics wouldn't support that. ^^
Yeah, I really needed a TR8 repacker because I wanted to attempt to port the Xbox 360 exclusive maps to see how it'd run but there are no such tools. I guess you are right, not much can be modded i this game but i wouldn't mind importing different music, playing with triggers, adding enemies etc.
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: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Ekey »

C00L12345 wrote:
Sammie wrote:
C00L12345 wrote:The modding scene is incredibly small I mean that would die out very fast. As for the older games Tomb Raider IV had official tool sets released and the formats were pretty simple anyway but those are old.
The question is, what do you want to modify in such a game? Model & Texture-replacement is useless. I dont want a redhair-Lara or a big-boobs-Lara. The only interesting thing would be a leveleditor to create own worlds (DLCs) and share this stuff with other users. But we are not able to do this without knowning everything about all the other data, especially scripts (KI, Triggers, Events) and all kind of de/encryption. Surely, its not impossible to figure this out, but it would be time wasting. And Crystal Dynamics wouldn't support that. ^^
Yeah, I really needed a TR8 repacker because I wanted to attempt to port the Xbox 360 exclusive maps to see how it'd run but there are no such tools. I guess you are right, not much can be modded i this game but i wouldn't mind importing different music, playing with triggers, adding enemies etc.
BIGFileTool can pack for TRU
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Gh0stBlade »

Never heard of such tools, can you point me to them?

Thanks.
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: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Ekey »

turkgamer
advanced
Posts: 66
Joined: Sun Oct 02, 2011 6:16 pm
Has thanked: 5 times
Been thanked: 7 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by turkgamer »

I want to localize this game, is there any packer ?
I found this link : http://www.tombraiderforums.com/showthr ... 335&page=4
But download link is not avaible. Can anybody send a new link ?
Is this tool can pack ?
turkgamer
advanced
Posts: 66
Joined: Sun Oct 02, 2011 6:16 pm
Has thanked: 5 times
Been thanked: 7 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by turkgamer »

michalss wrote:localization is good example why repack is needed. I mean repack of archive not models or other useless things.... Think about it models gonna use only a few people but make it possible for localization it will use millions of people, so for me main task it always to get localization possible and rest thing later on, i guess this is should me main task for every game... Coz with that you gonna help millions of people around the worlds where they can translate the game to their own language.. :) This is my opinion and trust me there will me lots of ppl feel it same way
I agree you. We are translation group from Turkey and we want to translate this game too. We need a packerrrrrrrrr !
kekko
beginner
Posts: 25
Joined: Sat Nov 01, 2008 2:26 pm
Has thanked: 3 times
Been thanked: 4 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by kekko »

[modders_only]
in theory, with a packer, it could be even possible to modify meshes, to an extent, even without fully know the DRM format.
we can't freely edit a mesh, because we can't pack it back in its original format, but we might be able to change only the chunks of data we know (i.e. vertex, faces), while ensuring that the size and the relative position of every chunk remains the same of the original DRM mesh.
This way we might just leave the unknown chunks as they are and change the ones we know.
Which kind of changes can be done?
- moving a vertex; a vertex will occupy the same space in terms of bytes if moved, while it wouldn't if deleted
- "removing" a vertex, making the triangles that points to it in the face index point somewhere else
- "removing" a face/triangle, by making all its vertices point to the same vertex
- similar approaches would apply for changing uv mapping

an "average" artist would consider these options enough for modding, considering also that the textures are much freely modifiable.

the edited meshes might either replace the original mesh in the bigfile, or might just be added at end of the last bigfile (changing the pointer to the mesh in the bigfile FAT).

[/modders_only]
shrek
ultra-n00b
Posts: 6
Joined: Tue Aug 14, 2012 8:07 am
Has thanked: 1 time

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by shrek »

Ekey wrote:Here

...was uploaded on fileserve and is not available anymore unfortunately... :(
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Sammie »

Does somebody know why the .mul-Files in bigfile_ENGLISH have so many different Locals (FFFFFFF7,FFFFDD41,FFFFDD51,FFFFDD61,FFFFDD63,FFFFDDF,FFFDDC1,FFFFDDCF,FFFFDDDF,FFFFDDE7,FFFFDDFF and many more) while other languages have only one Locale for all .mul-Files?
OrangeC
double-veteran
double-veteran
Posts: 868
Joined: Sun Apr 20, 2008 2:58 am
Has thanked: 5 times
Been thanked: 41 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by OrangeC »

Eskey for ps3 names what memory dumper did you use?
Rick
Moderator
Posts: 388
Joined: Tue Aug 09, 2005 10:10 pm
Been thanked: 84 times
Contact:

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Rick »

Sammie wrote:Does somebody know why the .mul-Files in bigfile_ENGLISH have so many different Locals (FFFFFFF7,FFFFDD41,FFFFDD51,FFFFDD61,FFFFDD63,FFFFDDF,FFFDDC1,FFFFDDCF,FFFFDDDF,FFFFDDE7,FFFFDDFF and many more) while other languages have only one Locale for all .mul-Files?
It's bitflags for supported locale.
https://blog.gib.me/

Don't ask me about localization tools; if you don't have the resources to develop them yourself you don't need them.
relight
beginner
Posts: 31
Joined: Mon Aug 16, 2010 3:52 am
Has thanked: 10 times
Been thanked: 11 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by relight »

Ekey wrote:Filelist updated. Added ~1000 - 21692/22828 (95%)
Ekey wrote:I do not think that will be more tools. Main objective is complete. Archives unpacked (models, textures, text ect) :)
Really appreciate the work everyone has done on this game... many thanks :)

Hope that you'll consider updating filelists when patches are updated (latest patch is 268,727,080 bytes) and that you'll also consider updating when new DLC packs are released... pretty please with cherries on top :D
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: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Ekey »

Nothing special updated for 730 patch ~30 names.
You do not have the required permissions to view the files attached to this post.
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Tomb Raider (2013) (PC) (PS3) (XBOX) (*.tiger)

Post by Sammie »

Rick wrote:
Sammie wrote:Does somebody know why the .mul-Files in bigfile_ENGLISH have so many different Locals (FFFFFFF7,FFFFDD41,FFFFDD51,FFFFDD61,FFFFDD63,FFFFDDF,FFFDDC1,FFFFDDCF,FFFFDDDF,FFFFDDE7,FFFFDDFF and many more) while other languages have only one Locale for all .mul-Files?
It's bitflags for supported locale.
Okay, let me rephrase my question...

I have downloaded some language-files
all .mul files in title_FRENCH have FFFF0002 and all .mul files in bigfile_FRENCH have FFFF1102
all .mul files in title_GERMAN have FFFF0004 and all .mul files in bigfile_GERMAN have FFFF1104
all .mul files in title_ITALIAN have FFFF0008 and all .mul files in bigfile_ITALIAN have FFFF1108
...
2,4,8 bitflags.. okay
But all .mul files in title_ENGLISH have FFFFDD41. Why not FF0001?
And all .mul files in bigfile_ENGLISH have many different locals (FFFFFFF7,FFFFDD51,FFFFDD61,FFFFDD63,FFFFDDF,FFFDDC1,FFFFDDCF,FFFFDDDF,FFFFDDE7,FFFFDDFF)
Of course I see, all have 0x1 bitmask, but why are there so many different locals in the english file and only one locale in the other language-files? What's the rest of this locale-stuff in the english files? Any idea?
Post Reply