Advertisement
Guest User

Untitled

a guest
Apr 11th, 2013
7,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. First, use this tool to extract the CombinedStreaming_SFX.pck (or the other one, if you're looking for weapon and dialog files) in the audio directory of the Bioshock Infinite folder.
  2.  
  3. Next, use ww2ogg to make the output into ogg files. Run this in command line with the ww2ogg.exe in the same folder as the output from the first part:
  4.  
  5. for %f in (*.wav) do ww2ogg.exe %f --pcb packed_codebooks_aoTuV_603.bin
  6.  
  7.  
  8. Finally, use Revorb (direct download link to make the ogg files usable:
  9.  
  10. for /r %f in (*.ogg) do revorb.exe "%f"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement