I have started working on restructuring all of Bashes external files.
I've inspected the code and mapped out everything that I could find.
So here is a revised version of Bash's current file mapping (sans Mopy):
Spoiler .\Oblivion\
.....\Builds\ <-- I've never seen this folder, what's it for?
.....\Data\
.........\ArchiveInvalidationInvalidated!.bsa
.........\Bash Patches\
.........\Bash\ <- for BSAInfos... appears to be unimplemented yet
.............\Table.dat
.............\Table.pkl
.............\Table.dat.bak
.............\Table.pkl.bak
.............\Backups\ <-- Don't see any reference to this, but presumed
.............\Hidden\ <-- *
.........\Docs\
.............\wtxt_sand_small.css
.............\wtxt_teal.css
.............\Bash\
.........\INI Tweaks\
.\Oblivion Mods\
.....\Bash Installers\
.........\Bain Converters\
.............\--Duplicates\
.........\Bash\
.............\Converters.dat
.............\Installers.dat
.............\Converters.dat.bak
.............\Installers.dat.bak
.....\Bash Mod Data\
.........\Table.dat
.........\Table.pkl
.........\Table.dat.bak
.........\Table.pkl.bak
.........\Backups\ <- backup plugins
.........\Hidden\ <- hidden plugins and installers
.........\INI Data\ <- INI tweak states?
.............\Table.dat
.............\Table.pkl
.............\Table.dat.bak
.............\Table.pkl.bak
.\My Games\
.....\Oblivion\
.........\BashProfiles.dat
.........\BashSettings.dat
.........\Messages.dat
.........\Messages.html
.........\ModBase.dat
.........\Modchecker.html
.........\People.dat
.........\WryeLogTemp.html
.........\Pluggy\
.............\User Files\
.................\BashMon\
.....................\ping.txt
.....................\pong.txt
.....................\request.txt
.....................\completed.txt
.....................\failed.txt
.....................\shapeIsMale.txt
.........\Saves\
.............\Plugins.txt
.............\Bash\
.................\Table.dat <-- Do these files actually get created? I haven't seen them.
.................\Table.pkl <-- *
.................\Table.dat.bak <-- *
.................\Table.pkl.bak <-- *
.................\Backups\
.................\Hidden\
.\Application Data\
.....\Oblivion\
.........\Profiles.pkl
.........\bash config.pkl
Here is the plan for the new file mapping:
Spoiler .\Oblivion\
.....\Builds\ <-- I still don't know what this folder is for o_O
.....\Data\
.........\ArchiveInvalidationInvalidated!.bsa
.........\Bash Patches\
.........\Docs\
.............\Bash\
.................\wtxt_sand_small.css
.................\wtxt_teal.css
.........\INI Tweaks\
.\Oblivion Mods\
.....\BAIN Converters\
.........\--Duplicates\
.....\BAIN Installers\
.....\BAIN Projects\
.....\Bash Backups\
.........\BSAs\ <-- Don't see any reference to this, but presumed
.........\Plugins\
.....\Bash Hidden\
.........\BSAs\ <-- Don't see any reference to this, but presumed
.........\Installers\ <-- for now, I still think installers should be hidden logically instead of physically.
.........\Plugins\
.\My Games\
.....\Oblivion\
.........\Bash\
.............\BashConfig.pkl
.............\BashProfiles.dat
.............\BashSettings.dat
.............\BSAInfo.dat
.............\BSAInfo.pkl
.............\BSAInfo.dat.bak
.............\BSAInfo.pkl.bak
.............\Converters.dat
.............\Converters.dat.bak
.............\INI Tweaks.dat
.............\INI Tweaks.pkl
.............\INI Tweaks.dat.bak
.............\INI Tweaks.pkl.bak
.............\Installers.dat
.............\Installers.dat.bak
.............\Messages.dat
.............\Messages.html
.............\ModBase.dat
.............\Modchecker.html
.............\People.dat
.............\Plugins.dat
.............\Plugins.pkl
.............\Plugins.dat.bak
.............\Plugins.pkl.bak
.............\Profiles.pkl
.............\WryeLogTemp.html
.........\Pluggy\
.............\User Files\
.................\BashMon\
.....................\ping.txt
.....................\pong.txt
.....................\request.txt
.....................\completed.txt
.....................\failed.txt
.....................\shapeIsMale.txt
.........\Saves\
.............\Plugins.txt
.............\Bash\ <-- * Do these files actually get created? I haven't seen them. If not then the Backups and Hidden folders should be moved up and Bash eliminated.
.................\SaveInfo.dat <-- *
.................\SaveInfo.pkl <-- *
.................\SaveInfo.dat.bak <-- *
.................\SaveInfo.pkl.bak <-- *
.................\Backups\
.................\Hidden\
Do all of those files actually get created at some point? Seems that most of the pkl's at least may only be tmp files, since I never see them.
Are all the save Tables packed into Profiles.pkl? That would make things easier...
What's this BSAInfo tab that I have come across in the code? An unfinished feature?
Other than for saves, I have moved the backup and hidden folders (from my original proposal) to Oblivion Mods and arranged them so that one custom path in the bash.ini can redirect all the backups for BSAs and Plugins, and one custom path can redirect all the hidden BSA's, Installers and Plugins. Backup Saves could have their own ini settings. I don't think it makes sense to be able to change the location of the hidden saves.
So that would be 3 new configurable paths in bash.ini.
sBashBackupPath
sBashHiddenPath
sSavesBackupPath
.. or something of the sort.
Please review the file mappings and let me know if there should be any changes.