@ Wrye bash team - Made a little Pictorial noob guide post on tesnexus http://www.tesnexus.com/downloads/file.php?id=35230
Hopefully no bad advice therein.
Or if you prefer I will keep that page alive if you want to put a "Noobs start here" link in the description, and add any suggestions/changes any of you feel are missing, but keep in mind the purpose is just a launch for newbies, leaving them to do further research as required. If any of you would like editing access just PM me your ID on nexus.
@ Casual visitors here, dont respond to this post with a hundred and one suggestions taking over this Wrye bash thread, this is just to inform the Wrye bash team, plus senior members who can at their discretion maybe give a pointer or two as to anything needing a change addition.
added linkie, looks really nice

... will comment more later/to later posts.
I've had a few issues with 290. The first time I build a Patch, it takes ~4 minutes, that's down from 7-8 on previous versions, however, I've Allways left Bash open, but if I Rebuild a Patch now, if I'm lucky it'll take ~8min., maybe 15, 20, or just crash, Unless I close and Reopen Bash... :shrug:
It doesn't Allways Delete the pidfile.tmp file when it closes...
(running on Python 266)
Tried CBash, thought it was Great, rebuilding Patches consecutivly in ~2minutes, :tops: untill I couldn't get the Heads back for the Vanilla NPCs??
The Bugs Are Frustrateing, but It's definatly getting Faster, and I appreciate the New options as well.. :frog:
CBash shouldn't decapitate anyone but will look into it

Probably a bit of lost memory during patch build... will see if I can find the leak(s) and plug a few at anyrate.
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.
I think that looks great...
build dir no idea... can't see any ref in the code :shrug:
BSAInfo: yep unfinished, don't need to worry about it really, until it is finished then it can be made to conform to whatever standard.
SaveInfo.* don't think any of those get created (never seen them, can't make em appear, not even in my compiled 7z backup of saves of the last 2 years)
Actually, it works as documented for CBash, but does not seem to refresh properly for non-Cbash (as ov v287) - so in my view, it is still correct (although I use Ctrl-A). I don't think you need to deactivate the Bashed Patch before rebuilding (one less thing to do

)
oh of course...
CBash auto refreshes Mergeability.
Bash only refreshes if it isn't recorded in the Bash data files, but if you switch back and forth with CBash that isn't accurate (since CBash can merge way more files)... I'll fix that.
Pacific Morrowind