Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Battle Music Eliminator
#4
No, this isn't possible to do with events. Trust me, I always check that first. XD You can do the basic - turn off the battle music, but you can't make the background music keep playing. Here's the battle call from Scene_Map:
Code:
def call_battle
    @spriteset.update
    Graphics.update
    $game_player.make_encounter_count
    $game_player.straighten
    $game_temp.map_bgm = RPG::BGM.last
    $game_temp.map_bgs = RPG::BGS.last
    RPG::BGM.stop
    RPG::BGS.stop
    Sound.play_battle_start
    $game_system.battle_bgm.play
    $game_temp.next_scene = nil
    $scene = Scene_Battle.new
  end
Those RPG::BGM.stop and RPG::BGS.stop can't be changed via events; they're built into the system. In my script I just commented those lines out and, for the ones where you choose the maps, added a conditional branch.

I may look into doing it for XP in the future, but for now I've only got the VX version. Winking with a tongue sticking out
Reply }


Messages In This Thread
Battle Music Eliminator - by Guardian - 10-03-2009, 08:49 PM
Battle Music Eliminator - by TheRexion - 10-08-2009, 05:07 AM
Battle Music Eliminator - by Alpha-Mad - 10-08-2009, 01:02 PM
Battle Music Eliminator - by Guardian - 10-08-2009, 10:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 844 02-04-2024, 05:49 AM
Last Post: kyonides
   Dalissa's Battle Cry DerVVulfman 2 6,620 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,007 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,914 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,222 05-29-2020, 02:27 AM
Last Post: Whisper
   ZLSL's Battle Portraits DerVVulfman 4 6,457 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 224,105 03-02-2019, 04:47 AM
Last Post: dragonprincess44
   Mimi's Battle Music DerVVulfman 2 8,102 11-19-2018, 04:18 AM
Last Post: DerVVulfman
   ATOA Chanting Battle Animations DerVVulfman 9 15,627 01-12-2017, 01:46 PM
Last Post: Noctis
   Automatic Battle Actions Claihm 1 6,669 08-15-2016, 09:15 PM
Last Post: Melana



Users browsing this thread: