• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
    14
    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:
    Just tried recompiling, no success.
    Also, when using the RGSS1 Player the command buttons are visible :S
    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 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