The assumptions are:
- Morrowind.esm is the game's main master file.
- Morrowind.exe is the game's executable.
- Morrowind stores its list of active plugins in a AppData\Local\Morrowind\plugins.txt.
- Morrowind's install path is recorded in the registry key "HKEY_LOCAL_MACHINE\Software\Bethesda Softworks\Morrowind\Installed Path"
- Morrowind's Script Extender has the acronym MWSE, and can be detected by looking for MWSE.dll in the Morrowind installation folder.
- MWSE does not have a plugin system.
- Morrowind's installation folder has the structure:
Morrowind
- Data
-- Morrowind.esm
- Morrowind.exe
As far as I know, the assumptions are correct with the exception of the active plugins list - googling has suggested that this is stored in the Morrowind.ini. However, I don't know the format of this list, and whether it lists active plugins only, or all plugins, and if it lists all plugins, how are active plugins marked as such?
I'd be very grateful for any assistance in verifying my assumptions and helping with this Morrowind.ini stuff.