OverviewEdit
LOD Settings files describe where the origin of a LOD-grid lies, what the stride size is and which range of LOD available.
The files are in "Data/lodsettings/<worldspace-name>.lod".
StructEdit
struct { signed short left; signed short bottom; signed int stride_pow2; signed int lowestsize_lod; signed int highestsize_lod; } lodsetting;