*.err


About

Contains information about geometry errors during level compilation with xrLC.exe


Technical information

It consists of three blocks:

Block IDSize (bytes)Description
0x0number of vertices * 12 + 4vertices
0x1number of edges * 24 + 4edges
0x2number of triangles * 36 + 4triangles

Blocks

All vertices in the file are stored in the following structure:

TypeDescription
f3D coordinate X
f3D coordinate Y
f3D coordinate Z

Block 0x0 (vertices)

Contains vertices that were glued during compilation.

Block structure:

TypeDescription
Inumber of vertices
vertices

Block 0x1 (edges)

Contains edges that were deleted during compilation.

Block structure:

TypeDescription
Inumber of edges
edges
Structure of a single edge
TypeDescription
first vertex
second vertex

Block 0x2 (triangles)

Contains broken triangles (the area of which is close to 0.0).

Block structure:

TypeDescription
Inumber of triangles
triangles
Structure of a single triangle
TypeDescription
first vertex
second vertex
third vertex

Programs editing this file


Sources

Source