Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Battle Speed Transition

Just a quick one, I've played with this myself, but I don't want to mess up my scripts...


How do I make the transitions into battle go slower, so you actually get to see the transition, rather than it being way too quick?

What script do I ned to edit and where in it? Sorry if this is a dumb question, maybe I'm not thinking properly.
 

Mac

Member

Look for a line like this:-

Code:
 Graphics.transition

All you need to do is put next to it in brackets how long you want it e.g. 20 for 2 seconds.

Code:
 Graphics.transition(20)

The code should be in Scene_Battle1, on line 50:-

Code:
      Graphics.transition(40, "Graphics/Transitions/" +
        $data_system.battle_transition)

All you need to do to it is change the 40 too say 80 or whatever you like.
 

Mac

Member

Try and put the transitions number really high like 150 and see if you notice nay change because its hard to see change in only a couple of tens added on if it doesn't could you list all the scripts you are using?
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top