BSAUnpack by Timeslip
http://timeslip.chorrol.com
Requires .NET 1.1!
***********
** Usage **
***********
This is a utility for viewing the files contained within an oblivion bsa archive and
unpacking them. To use, just run the exe file. Click open and select the bsa archive you
want to extract. A list of files contained within the archive will be displayed. You can
extract a single file by double clicking on it, extract multiple files by selecting them
and then clicking extract, or extract the whole archive by clicking extract all. You can
also sort the files contained in the archive using the combo box to the right. Select
the variable you wish to sort by, and click sort. (It isn't kept sorted automatically,
because otherwise it takes several minutes to open large BSA archives, such as the
compressed textures archive.)
*****************
** Limitations **
*****************
This is a standalone version of a utility from oblivion mod manager, and may not be kept
up to date. (This particular version was taken from somewhere between obmm 0.6 beta 1
and beta 2)
obmm is a .NET 2.0 application, and some features needed to be removed from this BSA
browser in order to retarget it at .NET 1.1. Most notably, there is no progress bar when
unpacking archives, and you cannot view the sizes of files before extracting them.
*************
** Credits **
*************
I played no part in decoding the BSA file format. I believe ghostwheel was the first to
do it, although according the uesp wiki history, the information was entered by rick.
This utility is based entirally on the data taken from uesp, so whoever originally
worked out the information, thanks.