Open main menu

UESPWiki β

Skyrim Mod:LOD Settings File Format

< Mod / Skyrim: Skyrim Mod: File Formats

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;