This is the seventh game in the Tomb Raider series.
To following information comes from The Tomb Raider Legend demo included on the JamPack Volume 14 (Teen Version) demo disc.
Most of the game's data is in the file called BIGFILE.DAT
Format of the models
......
00 00 00 00 66 80 XX 6D
Where XX is the number of vertexes in a particular section.
There is the following 8Byte Array for each Vertex
{2ByteSignedIntegerVertexes(X,Y,Z), 1ByteUnknown, 1ByteCONNECTION}
Where all of the vertexes are connection to the previous vertex, and the following vertex, unless the CONNECTION Byte on the following vertex is equal to 0x80
Use the following script to extract models from BIGFILE.DAT
To following information comes from The Tomb Raider Legend demo included on the JamPack Volume 14 (Teen Version) demo disc.
Most of the game's data is in the file called BIGFILE.DAT
Format of the models
......
00 00 00 00 66 80 XX 6D
Where XX is the number of vertexes in a particular section.
There is the following 8Byte Array for each Vertex
{2ByteSignedIntegerVertexes(X,Y,Z), 1ByteUnknown, 1ByteCONNECTION}
Where all of the vertexes are connection to the previous vertex, and the following vertex, unless the CONNECTION Byte on the following vertex is equal to 0x80
Use the following script to extract models from BIGFILE.DAT