Page 3 of 3
Re: Background Music Muting Procedures
Posted: Wed Aug 17, 2011 9:42 am
by Smileymike101
How can i mute all the other stages though?I tried that with BGM_AFR and it still plays the track....
Re: Background Music Muting Procedures
Posted: Wed Aug 17, 2011 9:48 am
by error1
you know there is more then one Africa stage right?
I think BGM_AFR.csb is for the small airfield stage
Re: Background Music Muting Procedures
Posted: Wed Aug 17, 2011 10:58 am
by Smileymike101
I went on and replaced ALL of the bgm files with a 3kb announcer csb.Now all the stages are muted.
Re: Background Music Muting Procedures
Posted: Sat Oct 29, 2011 4:45 pm
by Smileymike101
Sooo, ohw can i mute the music in 3rd strike on FBA?
Re: Background Music Muting Procedures
Posted: Sat Oct 29, 2011 10:10 pm
by Dammit
Put this in .supportcheatssfiii3.ini:
Code: Select all
cheat "Background music"
0 "default"
1 "mute", 0, 0x2078D06, 0x00
Then you can get it from
Misc > Enable cheats.
Re: Background Music Muting Procedures
Posted: Wed Jul 10, 2013 8:12 pm
by Maj
Does anyone have a way of muting background music in Last Blade 2?
Re: Background Music Muting Procedures
Posted: Wed Jul 10, 2013 9:52 pm
by Dammit
FBA-rr: insert this into
support/cheats/lastbld2.ini
Code: Select all
cheat "background music"
0 "default"
1 "kill", 1, 0xFD89, 0x00
MAME-rr:
cheat/lastbld2.xml
Code: Select all
<cheat desc="No Background Music">
<script state="run">
<action>audiocpu.pb@FD89=00</action>
</script>
</cheat>
Works better if you do it before the BGM starts.
Re: Background Music Muting Procedures
Posted: Thu Jul 11, 2013 9:18 pm
by Maj
Thank you sir, that did the trick.
Turns out LB2 has some weird desync issues when you try to record an AVI from an FBM in FBA-RR. I saved the state and scripted the combo without enabling your cheat, then recorded the FBM file, then enabled the cheat to record the AVI file during FBM playback like the
wiki guide recommends. But the FBM stopped working while the AVI was recording, regardless of whether the cheat was active.
So i messed around with
W numbers until i got it to record correctly. Just thought i'd mention it in case anyone else runs into the same problem. I didn't try recording directly from the LUA script - maybe that would've worked better.
Re: Background Music Muting Procedures
Posted: Thu Jul 11, 2013 9:42 pm
by error1
it's not full proof by any means
my rainbow edition tas kept desynching during the sagat fight when I was trying to record it, I just kept on trying it over and over until it worked
Re: Background Music Muting Procedures
Posted: Mon May 11, 2015 11:10 am
by ilitirit
Does anyone have mute codes for Plasma Sword in mame? Alternatively, what should I remove/change in the driver or ROM to disable the music?
Re: Background Music Muting Procedures
Posted: Wed May 13, 2015 6:17 am
by Buttermaker