Talk:BSA Unpacker Tutorial

From the Oblivion ConstructionSet Wiki
Revision as of 16:53, 11 June 2007 by imported>TS7 (Reverted edit of BhxUxw, changed back to last version by Reflection)
Jump to navigation Jump to search

--Reflection 22:50, 19 October 2006 (EDT)

I would also like to suggest, that instead of using the command line (which very few people use anymore) a simple batch script can also be used... The below example can be put in a batch file:

"Extract All.bat"

tes4bsa.exe unpack "Oblivion - Meshes.bsa" > "Extract Status.txt"
tes4bsa.exe unpack "Oblivion - Misc.bsa" >> "Extract Status.txt"
tes4bsa.exe unpack "Oblivion - Sounds.bsa" >> "Extract Status.txt"
tes4bsa.exe unpack "Oblivion - Textures.bsa" >> "Extract Status.txt"
tes4bsa.exe unpack "Oblivion - Voices1.bsa" >> "Extract Status.txt"
tes4bsa.exe unpack "Oblivion - Voices2.bsa" >> "Extract Status.txt"

This example has the added bonus of putting all the output from tes4bsa into a file that can be looked at later.