Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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.