Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Karandra

Uploaded by

Karandra

Virus scan

Safe to use

About this mod

Shell property provider that allows to see some basic info about Bethesda module files.

Requirements
Permissions and credits
Mirrors
Donations
Shell property provider that allows to see some basic info about Bethesda module files on Details tab in the system file Properties dialog. The DLL registers itself to handle .esp.esm.esl and .esu file extensions with BethesdaModule.Metadata ProgID.

Property fields are marked as editable but actual file data editing is not supported. If you click Apply with any changes made to the new properties you will get 0x80004001: Not implemented error. This is expected, property fields are made editable so you can copy their values. If they're read-only there is no way to easily copy the text.

Source code: https://github.com/Karandra/Bethesda-Module-ShellView

Supported formats
  • Morrowind
  • Oblivion
  • Skyrim LE
  • Skyrim SE
  • Fallout 3
  • Fallout: New Vegas
  • Fallout 4


Supported properties
  • Author
  • Description
  • Form version (where applicable)
  • Flags (ESM, ESL, localized, etc)
  • Master files list.


Requirements


Installation
Run cmd.exe (or use PowerShell) as an administrator and use following commands. Use full paths to regsvr32.exe and the DLL if needed. Choose the file from Release Win32 folder if you're on 32-bit system and from Release x64 for 64-bit system.

Install:
regsvr32 "Bethesda Module ShellView.dll"

Uninstall:
regsvr32 "Bethesda Module ShellView.dll" /u