Overview

Why?

Generating/installing new LOD is NOT a requirement, but it will add detail in the distance by increasing the amount of objects that appear in the distance while also making all LOD match your modded textures. Naturally, this also means a minor performance hit.

You can also generate terrain LOD, which will allow mods that edit the game's landscape to have LOD that reflects their changes. Terrain LOD creates a much larger file size and will take longer to generate.

Viva New Vegas (even with VNV Extended) does not need new terrain LOD, but this guide will explain both the object and terrain LOD generation to account for custom modlists or if you just want better looking terrain LOD.

Extra instructions for Tale of Two Wastelands users are included.

What is LOD?

LOD stands for Level Of Detail.
In the context of Bethesda games, LOD mainly refers to Cell LOD, not geometry LOD. It's used to represent whole cells (the game's "chunks" of land) in the distance.

Cell LOD is not based on distance - it's a binary state of whether cell is either loaded or not. The LOD Block distance settings control the max draw distance of LOD itself, not the point where it begins.
This means that you will see LOD pop-in at the same distance regardless of the settings.

Cell LOD is split into 3 categories:

  1. Object LOD - All flagged objects in a group of cells are represented as one geometry block. This LOD has only one constant quality level. Fast generation time.
  2. Terrain LOD - These blocks represent landscape of cell groups. This is the only LOD that has quality levels that change with the distance - higher levels cover more cells (LOD4 - 4x4, LOD8 - 8x8, etc.). Due to the sheer size and texture count, it takes the longest to generate.
  3. Tree LOD - All flagged SpeedTree objects are merged into one block. Works similarly to Object LOD, with the difference of using simple 2D planes instead of actual geometry. Fastest to generate.

    Despite the name, Tree LOD is horrible for trees. It's only good for bushes and other small flora objects, for this reason trees themselves are most often made as Object LOD.

Why generate LOD?

Bethesda's LOD relies on pregenerated meshes, and thus is inherently static. This decision is due to offering better performance, since game doesn't have to combine meshes and textures of individual objects on the fly. The drawback is obvious - the game can't reflect any changes made to the landscape or objects on its own. That's where LOD generation comes in.

Thanks to LODGen, you are able to generate LOD meshes that reflect your modded game, and thus have a much more consistent experience.

Another reason for generation is due to the fact that the original LOD is pretty low quality, and many objects lack LOD meshes entirely, which causes them to appear out of thin air on cell load. This is covered by individual LOD mods, which add LOD meshes to objects that lack it and/or improve the quality of existing ones.

Preparation

Creating a Separator in MO2

  1. Right-click the empty space in the left pane of MO2 and select Create separator.
  2. Name the separator LOD.

INI Tweaks

These settings will increase the LOD draw distance and remove the jarring transitions of SpeedTree flora.
  1. Click the MO2 INI button button at the top of MO2 and select INI Editor.
  2. Select the FalloutCustom.ini tab, which should have the settings copied from the Mod Organizer 2 page.
  3. Paste in the following at the end of the file:

IMPORTANT:
Increasing LOD distances means that the object LOD will now reach the impostor meshes in Vegas, making them clip into each other!

Install Impostors and LOD Flicker Fix to fix this problem.

Installing LOD Resources

Install in the following order:
  1. FNVLODGen Resources
    • Main Files - FNVLODGen Resources
    • Hide FNVLODGen.esp.
    • How to hide files and folders:

      1. Open the mod in Mod Organizer 2 by double-clicking it on the left pane.
      2. Go to the Filetree tab.
      3. Right-click the file or folder you want to hide and click Hide.

  2. Much Needed LOD
    • Main Files - Much Needed LOD
    • Hide the following:
      • MuchNeededLOD.esp
      • The effects folder inside meshes
  3. Much Needed LOD fixed rocks color
    • Main Files - Much Needed LOD fixed rocks color
  4. LOD Additions and Improvements
    • Main Files - LODadditions
    • Hide tmzLODadditions.esp.
  5. FNV LOD Supplementation
    • Main Files - FNV LOD Supplementation
    • Optional Files - Optional Overpasses
  6. TCM's LOD Overhaul
    • Main Files - TCM's LOD Overhaul
  7. More LODs Additions and fixes
    • Main Files - More LODs Additions and fixes
  8. Wasted LOD - Cliffs of Mojave
    • Main Files - Version 1.0
    • Hide Wasted Mojave Rock LOD.esp.
  9. Different LOD mods little tweaks and additions
    • Main Files - Different LOD mods little tweaks and additions
  10. LODIFY - Level of detail improvement for your Fallout
    • Main Files - LODIFY
    • Optional Files - LODIFY FNV Wall_SoGB Editon
    • Hide TTWLods.esp and LODIFY_FNV.esp from both files.
  11. Decent LOD Kit
    • Main Files - Decent LOD Kit
    • Hide Decent LOD Kit.esp.
  12. VNV LOD Guide Plugins Merge
    • Main Files - VNV LOD Guide Plugins Merge
      • You will be prompted with a BAIN installer, install the file with the ALML patch if you are using A Little More Lamplight
  13. Nuclear LOD
    • Main Files - Nuclear Core
    • Main Files - Nuclear Trees - Vanilla
  14. High Priority LOD
    • Main Files - High Priority Core
    • Main Files - High Priority Trees - Vanilla

Tale of Two Wastelands Instructions

If you are using Tale of Two Wastelands, also do the following:
  1. Disable or uninstall FNVLODGen Resources.
  2. Install the following files:

IMPORTANT:
Enable all resources in MO2 before continuing, then move the following plugins above above DNWeathers.esp and order them as follows:

  1. Impostors and LOD Flicker Fix.esp
  2. VNV LOD Guide Plugins Merge.esp
  3. Nuclear_LOD.esp
  4. TreeLOD_Vanilla.esp
  5. HighPriorityLOD.esp

If you use a VNVE modlist with no changes to textures or the game world, you can skip manual LOD generation by using these files. The Object LOD file also includes Tree LOD, while the other only contains Terrain LOD to reduce bandwith required for upload and download.

Simply install both the Object and Terrain Pre-Generated LOD as normal mods in MO2 and put it under the resources listed in the previous section (which you still need).

Generating LOD

xLODGen

xLODGen is an xEdit-based tool that allows you to generate LOD meshes for your game. Similarly to xEdit, it has a single executable that can be be turned into a game specific version by adding arguments.

WARNING!
Do not use the FNVLODGen from Nexus! It's heavily out of date and will cause issues with your game - most notably broken Tree LOD!

You need at least version 126 of xLODGen to expect a functional LOD output.

  1. Download the latest xLODGen from here.
  2. Once the download has finished, extract the contents of the archive anywhere outside of the default Windows folders.
  3. In MO2, select the MO2 executables button at the top of MO2 to open the executables menu.
  4. Click the + at the top of the window and the select Add from file...
  5. From the pop-up, navigate to where xLODGen is installed and select xLODGenx64.exe.
  6. In the Arguments box in the right pane, enter -FNV -O:"C:\Output"
  7. This argument will send the LOD output to a folder called Output on your C drive (the drive Windows is installed on).
    You can change the path if you would prefer the files to be generated elsewhere (do not use a UAC protected folder or the game folder).

    Make sure that the output folder is empty before generating LOD.

  8. Select xLODGen from the executables drop-down in the top right of MO2 and click Run.
  9. Right-click on the worldspaces list and pick Select All.
  10. Copy all settings from the image below:
  11. Main LOD Settings - Objects and Trees

    Ignore locked settings like "in UV range" - they can't be edited since they are not applicable to Fallout: New Vegas.

    Terrain LOD Generation instructions (Optional but Recommended)

    UI element - Chevron

      Generating Terrain LOD is very time consuming and CPU intensive.

      It's needed only if you have mods that edit the landscape or landscape textures. But the visual improvement is big regardless.

    1. In the right pane, check Terrain LOD.
    2. Lansdcape LOD has 4 quality levels for different distances (with LOD4 being the closest to you, and LOD32 being the farthest).

      All LOD levels are generated at once! You don't have to do anything besides configuring every level!
      This is not something that you pick and choose - those are not quality "settings", just how the game works.

      Copy the settings for each LOD level from images below:
      • LOD 4:
      • Landscape LOD Settings - Level 4
      • LOD 8:
      • Landscape LOD Settings - Level 8
      • LOD 16:
      • Landscape LOD Settings - Level 16
      • LOD 32:
      • Landscape LOD Settings - Level 32

    Settings Explanation

    UI element - Chevron

    Objects:

    • Atlas size: The atlas is what contains all textures for the Object LOD meshes, increasing its size means that you can have more textures on the atlas (from the new resources) and they could also be higher resolution.
      Keep in mind that the tool will create this atlas with just the resolution it ends up needing (e.g. if you only need 1024x512 for your atlas, that will be the final resolution of it, what we set is simply the max allowed).
    • Max texture size: Object textures above this resolution will not be allowed on the atlas, we increase this to make sure everything makes it there.

    Landscape

    • Protect borders: Prevents ugly terrain drops at the cell borders.
    • Size: As a result of using mipmaps, the benefit of high terrain LOD resolutions will be miniscule, 512 on LOD4 and 256 on the next levels will suffice.
    • Bake normal-maps: Roughens the terrain LOD textures to match the actual terrain's normal map.
    • Mipmap: Mipmapping textures prevents pixel crawling artifacts at a minor VRAM and storage utilization cost.
    • Quality: This controls the amount of detail in the LOD's geometry. Lower values have more detail and have a minor performance cost because of the amount of triangles in the mesh.
  12. Click Generate.
  13. When complete, the log will stop and at the end you will see a message saying "LOD generation done", you can now close xLODGen.

Installing the LOD

  1. In MO2, right-click on the Overwrite folder at the bottom of the left pane and select All Mods -> Create empty mod above.
  2. Title the mod FNVLODGen Output.
  3. Navigate to where the LOD files were generated and select both the textures and meshes folders.
  4. Cut them to the FNVLODGen Output mod you just created (right-click on the mod and select Open in Explorer).

IMPORTANT:
Do not disable the LOD resources you installed previously, the game needs them for the LOD to work properly.

Generated LOD must always be loaded last in your modlist!

If it happens to be overwritten by any mod (commonly texture mods such as NMC's Texture Pack), the LOD in-game will be broken.