• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • Serena, Kris, Red - which Pokémon protagonist is your favorite? Let us know by voting in our bonus favorite protagonist poll! This poll will only last 24 hours!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Problem with Battle System.

  • 309
    Posts
    15
    Years
    • Seen Dec 27, 2021
    [PokeCommunity.com] Problem with Battle System.

    This image pretty much sums it up, the command buttons aren't showing.
    The images needed are in the pictures folder as they're supposed to.

    [PokeCommunity.com] Problem with Battle System.


    As far as I know, I haven't changed anything in PokeBattle_ActualScene to cause this problem.
    Can someone help me out?

    Note: I am using the RGSS2 Player.
     
    Last edited:
    I believe that Essentials won't supports RPG Maker VX any more, so when Maruno made changes he won't test on RPG Maker VX.

    I see, but everything else is working just fine.
    I also discovered that when I make battleCommand.png completely transparent, the buttons become visible..
     
    I don't have RMVX, and I've never considered trying Essentials on it before. I don't know what makes RGSS2 any different.

    Try this: in PokeBattle_ActualScene, there are two lines that read @buttons.z=value if @buttons. Make them read @buttons.z=value+1 if @buttons instead.
     
    I don't have RMVX, and I've never considered trying Essentials on it before. I don't know what makes RGSS2 any different.

    Try this: in PokeBattle_ActualScene, there are two lines that read @buttons.z=value if @buttons. Make them read @buttons.z=value+1 if @buttons instead.

    Thank you, works like a charm :)
     
    Back
    Top