Bully-Board

Bully Modding Section => Bully Modding => TUTORIALS => Topic started by: Reath on February 14, 2015, 02:36:36 PM

Title: How to extract Sound Effects
Post by: Reath 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 (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.