1 items

File information

Last updated

Original upload

Created by

ForgottenGlory

Uploaded by

ForgottenGlory

Virus scan

Safe to use

About this mod

A pair of xEdit scripts that allow you to disable all selected records, or copy the records into a new ESL-flagged ESP and then disable them.

Share
Permissions and credits
Donations
Something I haven't seen before and haven't been able to find - some xEdit scripts that allow you to quickly disable a bunch of selected records. If this already exists, oops.

Installation
  • Extract the ZIP into your xEdit's Edit Scripts folder.
  • That's it, you're done

Usage
  • In the left pane of xEdit, select the records you want to disable. (Ctrl + Click, Shift + Click, etc. to select multiple records at once.)
  • Right click on the selected records and click "Apply script..."
  • In the window that appears, select either Disable Records or Disable Records New ESPFE from the dropdown menu
  • Click OK and the chosen script will run.

Disable Records
This script will disable the selected records by setting the Initially Disabled flag in the record header to true, adding an Enable Parent Reference (XESP) set to the player (ID 14), and setting the "Set Enable State to Opposite of Parent" flag to true.

Disable Records New ESPFE
This script will do the same as Disable Records, except it will also prompt you to create a new ESL-flagged ESP that the script will then copy the records into first before disabling them. By default the new ESP will be named DisabledReferences.esp, but you can name it whatever you want. Just enter the name you want for the new ESP without the extension and the script will handle the rest.