News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: How to extract Sound Effects  (Read 4239 times)

0 Members and 1 Guest are viewing this topic.

Offline Reath

  • Jr. Member
  • **
  • Posts: 26
  • Gender: Male
    • View Profile
How to extract Sound Effects
« on: February 14, 2015, 02:36:36 PM »
The files are in the xact folder in audio.
It's the same as extracting audio http://www.bully-board.com/index.php?topic=18149.0

(I did not make this)
Code: [Select]
# for the Bully: Scholarship Edition (PC) '.SEA' files

get XSBOFF long
get XSBLEN long   # XWBOFF
get XWBLEN long   # EOF
get INITREFS long   

get XSBN basename
string XSBN += .xsb
get XWBN basename
string XWBN += .xwb

log XSBN XSBOFF XSBLEN
math XSBLEN += XSBOFF
log XWBN XSBLEN XWBLEN

Save as xact.bms (or whatever you want)
Use with quickbms and pick a .sea file, you will then get the xwb files for converting to wav files.