Logo Viva New Vegas


Decompression Guide

Why?

The vanilla game uses zLib compression for most things, plugin records included. Unfortunately, zLib is very slow and CPU heavy (especially on SSDs), which sadly results in loading stutter, especially when using mods that add lots of NPCs and/or new landscapes.

Ultimate Edition ESM Fixes and Tale of Two Wastelands already decompress the game's base plugins for you, so all that is left to decompress is your mods. Luckily, you can very easily do this using xEdit and a simple script.
This process is recommended once your load order is complete, so that everything gets decompressed.

The Process

  1. If you haven't already, read the xEdit guide to avoid confusion with the next steps.
  2. Download the Decompress Records script.
  3. Extract the archive's contents into xEdit's Edit Scripts folder.
  4. Run xEdit and load all of your mods.
  5. Once loaded, select all plugins on the tree-view with CTRL+A, then right-click and Apply Script...
  6. Applying a script to the entire load order
  7. Type Decompress Records in the filter and the script will automatically be selected.
  8. Selecting the Decompress Records script
  9. Click OK and wait for it to process everything.
  10. Close xEdit, if it asks you to save then that means the plugins listed got decompressed.