Tag: store
Oblivion Tip: Make Bash Installers (BAIN) Properly Handle Default Data Files
by Ben on Aug.31, 2010, under Uncategorized

- Image via Wikipedia
I know, you probably read the title and thought, “Huh?”
For those of you who read my previous Oblivion Tip, I hinted at creating a Bash Installer package for your default game files, so that BAIN’s conflict detection will help notify you and preserve your vanilla game files should you wish to overwrite them.
I took this a step further, and created a set of BAIN packages which allow me to completely customize my Oblivion experience without harming any original files. The packages offer multiple versions of the default BSAs (compressed, uncompressed, and with the USIP files packed in), original or cleaned versions of the official DLC, etc.
But I noticed that, even after installing the package, BAIN could not detect the fact that the default files even existed (it would always show Oblivion – Meshes.bsa as ‘Missing’, for example, even though it was there and matched exactly the file in the BAIN package.
This is due to the list of default files stored in ‘bush.py’ in the variable bethDataFiles. BAIN is using this variable as a skip-list so that it does not calculate CRCs or check dates for any default files. My goal was to change this behavior.
This variable, bethDataFiles, is not necessarily only used for Bash Installers, so I did not want to edit it here. Instead, I opened up the file ‘bosh.py’ and found that it is what is actually performing the CRC checks and skipping the default Bethesda files.
There are two places where I commented out references to this variable, and the result is that BAIN treats all files in the Data directory equally… it now calculates CRCs for the default .bsas (which takes a little bit of time) and properly shows matches for my installed files that overwrote the default ones.
If you’d like to have this, too, first let me specify that I take no responsibility for what Bash might do to your default Bethesda game files if you perform this tweak. The reason I did it was to use a set of custom Bash Installers I created which contain the default files, among other variations, so I am not in danger of losing anything. If you do not have such a package, make sure you back up ALL of your data files.
Open up ‘bosh.py’ in a text editor. Around line 9721 look for the following:
if not rsDir and sFile.lower() in bethFiles: continue
Change it to:
#if not rsDir and sFile.lower() in bethFiles: continue
Next around line 9935 look for:
Related articles by Zemanta
- Oblivion Vampirism Guide (brighthub.com)

Perils of Summer Sale Heats Up on Steam
by Ben on Jun.24, 2010, under Fighting, First Person Shooters, Games, Genres, Horror, MMO, RPGs, Stealth, Steam, Tools

- Image via Wikipedia
Just when I started winding down from the recent onslaught of daily Steam deals, Valve caught me offguard with their latest sale, entitled Perils of Summer. You can find a veritable pant-load of games and even entire publisher collections on sale… many of them even 50-75% off of their regular prices.
Check out just a tiny selection of the deals to be had:
- Got $5? Why not get the entire Overlord Complete Pack–that’s a lot of bang for a few bucks!
- Still haven’t checked out Bioshock 2? It would be a shame not to for $15.
- Find the indie fantasy platforming gem Trine for only $4–you can’t go wrong here.
- DiRT 2, my new favorite racing game on the PC alongside Burnout: Paraside, is only $10. Yes, $10!
- The newly-updated Counter-Strike: Source is going for only $6.80, practically a steal.
- Get (almost) every Unreal game for a total of $13.60 with the Unreal Deal Pack. Yes, this even includes Unreal Tournament III Black Edition!
- Get all of the Call of Duty games up through World At War for $29.99
- Better yet, why not get every 2K game released on Steam (except Civ V) for $89–a 75% discount.
- THQ is also offering their entire collection for only $50, half off an already amazing deal.
This is barely a fraction of the games available in this sale, and many of these are only on sale today (June 24th) other than the publishers collections, which will be available for the duration of the sale.
Don’t miss out, but don’t spend all your hard-earned money today–check back tomorrow to see if Valve has anything else in store during this truly outstanding sale.
Related articles by Zemanta
- Valve announces Perils of Summer sale on Steam (vg247.com)
- So long, disposable income: Epic Steam sale (destructoid.com)
- Steam Summer Sale Begins (cinemablend.com)
- Counter Strike: Source Hits Mac, On Sale [Mac] (kotaku.com)
- Counter-Strike: Source strikes the Mac, receives update (joystiq.com)
- Counter Strike: Source Now Available to Buy on Steam and Play on a Mac (crenk.com)
- Counter-Strike: Source now available for Mac (!) (crunchgear.com)
