Talk:BSA Unpacker Tutorial

From the Oblivion ConstructionSet Wiki
Revision as of 21:50, 19 October 2006 by imported>Reflection
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.