Skyrim Mod:LOD Settings File Format

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

Contents

Overview[edit]

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".

Struct[edit]

struct {
  signed short left;
  signed short top;
  signed int stride_pow2;
  signed int lowestsize_lod;
  signed int highestsize_lod;
} lodsetting;