• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

  • 320
    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