[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "BSA Unpacker Tutorial"
Jump to navigation
Jump to search
no edit summary
imported>Fragment m (→A quick tutorial on how to unpack the Oblivion BSA's: Oblivion\data) |
imported>Oozingrectum |
||
Line 47: | Line 47: | ||
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/CmdHerePowertoySetup.exe | http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/CmdHerePowertoySetup.exe | ||
---- | |||
For even easier extract, create a batch file. How do you do that? | |||
Open notepad. Copy the contents below into it and save it as a .bat | |||
Change it as nessicary. | |||
''@ECHO ON'' | |||
''ECHO Will extract Oblivion files from .bsa's'' | |||
''ECHO Extracted files will use up more than 3 GB'' | |||
''PAUSE'' | |||
''C:\BSA\tes4bsa unpack "Oblivion - Meshes.bsa"'' | |||
''C:\BSA\tes4bsa unpack "Oblivion - Textures - compressed.bsa"'' | |||
''C:\BSA\tes4bsa unpack "Oblivion - Misc.bsa"'' | |||
== See Also == | == See Also == |