0 of 0

File information

Last updated

Original upload

Created by

hecticlectic

Uploaded by

hecticlectic

Virus scan

Safe to use

Tags for this mod

About this mod

This is just a simple PowerShell script that will generate a plugins.txt for you based on your esps

Permissions and credits
Changelogs
This is just a simple PowerShell script that will

  • Define base .esm order in plugins.txt
  • Ignore useless development .esms
  • Identify any new .esms (your mods) and append them to plugins.txt

I've also added a GamePass version.

If you've never run PowerShell scripts, you may need to open up PowerShell as an admin and run this

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

You can also open this as a text file, copy the whole contents, and paste it into an Administrator launched PowerShell ISE - if you want to see each line or tweak it

The only thing you need to change is the $directory at the top if you're on GamePass or didn't install it to C:\

$directory = "C:\Program Files (x86)\Steam\steamapps\common\Oblivion Remastered\OblivionRemastered\Content\Dev\ObvData\Data"


GAME PASS folder structure where "plugins.txt" is located:

C:\XboxGames\The Elder Scrolls IV- Oblivion Remastered\Content\OblivionRemastered\Content\Dev\ObvData\Data