Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Al Arlington on April 01, 2013, 08:29:00 AM
-
Yo. I found some audio of Bully's which is in a .SEA format which is unopenable.
I've tried:
Stuffit Expander
ToWav
SpeechBMS
Opening with WinRAR (As .SEA is a archive)
Nothing seems to work.
I have found a website, which had the code, but I can't register. You have to donate.
So if anyone here is a member on this site OR know the code for SpeechBMS, please post it.
http://forum.xentax.com/viewtopic.php?f=17&t=4823 (http://forum.xentax.com/viewtopic.php?f=17&t=4823)
Who knows, maybe this could be the start of sound replacing....
-
Do you mean this code? Im not registered in that forum so maybe this isn't the one you are looking for.
# 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
-
Thank you, that worked perfectly.