Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

2 Pages V  < 1 2  
Reply to this topicStart new topic
> Fade Battle End ME 1.0
bluesuicidal
post Jan 22 2010, 08:02 PM
Post #21



Group Icon

Group: Member
Posts: 4
Type: Developer
RM Skill: Intermediate




Very Cool!! thanks!!!
Go to the top of the page
 
+Quote Post
   
thepurplearchmag...
post Sep 29 2011, 03:11 PM
Post #22


Level 2
Group Icon

Group: Member
Posts: 23
Type: None
RM Skill: Intermediate




QUOTE (Kylock @ May 6 2008, 08:38 PM) *
Is your victory fanfare obnoxiously long ?
Does it bother you when its still playing as your party once again roams the map ?

WORRY NO MORE! With this little dandy script, the fanfare will fade out as the battle scene does and your Map BGM will play as it should and all will be well with the world!

Just pop this baby in right somewhere after Materials and before Main to enjoy all the advantages of having obnoxiously long battle victory MEs!

<div style="margin:20px; margin-top:5px"><div style="margin-bottom:2px">[Show/Hide] Code</div><div style="margin: 0px; padding: 6px; border: 1px inset;"><div style="display: none;">
CODE
#==============================================================================
# ■ Fade Battle End ME
#     6.5.2008
#------------------------------------------------------------------------------
#  Script by: Kylock
#==============================================================================
#    This script fades the Battle End ME at the end of the battle instead of
#  playing out the entire sound file.
#==============================================================================

class Scene_Battle < Scene_Base
  def battle_end(result)
    if result == 2 and not $game_troop.can_lose
      call_gameover
    else
      $game_party.clear_actions
      $game_party.remove_states_battle
      $game_troop.clear
      if $game_temp.battle_proc != nil
        $game_temp.battle_proc.call(result)
        $game_temp.battle_proc = nil
      end
      #Fades Fanfare ME
      RPG::ME.fade(1000)
      unless $BTEST
        $game_temp.map_bgm.play
        $game_temp.map_bgs.play
      end
      $scene = Scene_Map.new
      @message_window.clear
      Graphics.fadeout(30)
      #Stops fanfare me, starts Map BGM
      RPG::ME.stop
    end
    $game_temp.in_battle = false
  end
end

</div></div></div>


There an XP version?
Go to the top of the page
 
+Quote Post
   

2 Pages V  < 1 2
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th May 2013 - 06:44 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker