Difference between revisions of "BSA Unpacker Tutorial"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Onimae
m (Added two "see also" links)
imported>JOG
Line 53: Line 53:
[[Creating your Own BSA files]]
[[Creating your Own BSA files]]


[[Command Prompt Basics]]


[[Category:Tutorials]]
[[Category:Tutorials]]

Revision as of 07:51, 17 June 2006

This was originally posted on the official forums. I have simple copied and pasted to bring it into this wiki. --Brainspackle 16:02, 9 April 2006 (EDT)

Hello, heres a quick tutorial on how to unpack the Oblivion BSA's.

First download Ghostwheels program "TES4BSA" http://www34.brinkster.com/ghostwheel/

Then make a folder in the C:\ drive. I will call mine "BSA".

Then extract the contents of the TES4BSA, the file you just downloaded, into the "BSA" folder which you have just created.

Also extract the Bsa files from your Oblivion data files, only extract "Oblivion - Meshes" "Oblivion - Textures - Compressed" and "Oblivion - Misc", to the new folder, "BSA".

Now when everything is extracted, do the following.

Start-Run- type "Cmd" no quotes, and press enter.

Then write "cd C:\" no quotes, and press enter.

Then "cd BSA" no quotes, and press enter.

This will open the folder. Now write

tes4bsa unpack "Oblivion - Meshes.bsa" and press enter, this will unpack the meshes.

tes4bsa unpack "Oblivion - Textures - compressed.bsa" and press enter, this will unpack the textures.

tes4bsa unpack "Oblivion - Misc.bsa" and press enter, this will unpack the misc.

Nb. they are all stored in your "BSA" folder.

When you have unpacked all your Bsa's. Extract the contents of the whole "BSA" folder, to the "Oblivion\Data" folder.

And that should be it.

Happy modding.

Doglike-spike



To ease up working with the command line, use Microsoft's "Cmd Here Powertoy". It adds a "Open Command Window Here" option to the context menu. After installing this you can easily open a command folder in any folder just by right-clicking on the folder and choosing "Open Command Window Here".

http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/CmdHerePowertoySetup.exe


See Also

BSA Files

Creating your Own BSA files

Command Prompt Basics