Okay, going a bit nuts here trying to get bash.ini to access directories outside of its default.
So, I've got bash.ini in the Mopy folder. Here's what I have in it:
[General]
;--sOblivionMods is the Alternate root directory for installers, etc.
; It is strongly recommended that you do NOT put it anywhere under the
; game install directory itself, because Oblivion.exe will search through
; every directory under the install directory.
; This "directory thrashing" can then cause performance problems during gameplay.
; sOblivionMods is defined specifically to circumvent this bug by storing files elsewhere.
sOblivionMods= E:\Skyrim Mods
;--sInstallersData is the directory containing data about which installers
; are installed by Wrye Bash. This is where 'Installers.dat' and 'Converters.dat'
; are stored. Only change this for advanced configuration, such as when using
; mTES4 Manager or MOM to manage multiple Oblivion installs. In those cases,
; it is recommended to set this to a subdirectory of either "My Games/Oblivion"
; or "Oblivion/Mopy", so mTES4 Manager/MOM will move these files when changing
; clones/images.
sInstallersData= E:\Skyrim Mods\Bash Installers\Bash
;--sBashModData is the directory containing data about your mods, ini edits, etc.
; Only change this for advanced configuration, such as when using mTES4 Manager
; or MOM to manage multiple Oblivion installs. In those cases, it is recommended
; to set this to a subdirectory of either "My Games/Oblivion" or "Oblivion/Mopy",
; so mTES4 Manager/MOM will move these files when changing clones/images.
sBashModData= E:\Skyrim Mods\Bash Mod Data
But every time I load up Wyre Bash, it goes to the default C:/program files/steam/steamapps/common/Skyrim Mods. It will register anything I put into the default Bash installation folder, and it will move everything to the default folder when I add it directly to Wyre Bash itself. I'd really rather keep my mod installs on my E: drive, though, and it's like it's not even registering the bash.ini file in its folder. Any thoughts?