Skyrim

File information

Last updated

Original upload

Created by

DocClox

Uploaded by

DocClox

Virus scan

Safe to use

About this mod

A simple, command line BSA extractor

Permissions and credits
XBSA is a fast and nasty cut down of the BSA extractor in FOMM by kaburke and timeslip. FOMM is licenced under the GPL, and used here on that basis.

XBSA is a command line utility. It's intended to be of use in other mod tools rather
than for use directly by players.

You invoke the program like this:

xbsa Archive.bsa path\to\file1.hkx output_file_name.hkx

There is also a list mode:

xbsa -l Archive.bsa [pattern]

The pattern is optional and can be a regular expression or a simple string

This version is only intended to work on Skyrim BSAs. If you use it on earlier versions of the archive, it will not work correctly.

XBSA is written in Boo, an open source .Net language from boo.codehaus.org.

FOMM is licenced under the GPL, and therefore so is this. Source code is included.

V1.1:

* Added list mode.
* Changed invocation to specify output filename
* Hopefully fixed reported crashes.