• 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!
  • 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.

How do I change the battle menu to leaf green HUD?

  • 26
    Posts
    11
    Years
    • Seen Mar 14, 2014
    Hello there! Well the topic speaks for it self, basically I would like to change the battle menu (the options fight, run, bag and pokémon) to leaf green's battle menu. How do I do that?

    Also, where can I find all attack animations or do I have to create them myself?

    Kind regards, Denziz.
     
    And can you please explain step by step how to change the graphics? Cause I do not know.
     
    So you take those there graphics I link'd ya, you open it in paint
    you make it twice the size it originally was
    then you open each of the images that are in the graphics folder
    you then select the part from the leafgreen resource, and paste it over the corresponding resource

    the battle action button, open it and press ctrl + A, and hit delete, then hit save

    as long as you replace the right things with the right images, it should be a no brainer

    also if you do not have photo shop, make the background of each picture you replace a neon color
    then go to your game, and click tools, then click materialbase then click pictures, then choose click import and choose the new images you have, and when it opens them up, click the nen color to make it transparent
     
    But which one should I edit so I change the battle menu? the run,fight,pokemon and bag?

    Is it battlecommandbuttons?

    Aah! I don't get this :( Support needed :P
     
    Last edited by a moderator:
    Look in the script section PokeBattle_SceneConstants. At the top (lines 2 and 3) are two variables, both of which are set to true. Set them to false instead and see what happens.
     
    I do not have "PokeBattle_SceneConstants" in the script editor... All I can find is PokeBattle_Scene with the lines of
    "def pbPokemonString(pkmn)
    if pkmn.is_a?(PokeBattle_Battler) && !pkmn.pokemon"
     
    Yay! Thnx m8, it works. But now I see that it is pretty messed up as the command box is leaf green and the rest is like soul silver... How do I change so the HP bar etc is leaf green? Background too.

    Also, Animations are not working for me or I have not "installed" them. It seems so boring to have no animations, how do I get those?
     
    no idea how animations work, it was a thing with essentials, I believe it will be fixed in the next release - as for anything else, just replace them with the corresponding FR/LG graphic - you should look at how the display is shown and work around it to minimize the amount of scripting needed to be changed (which if done right is zero)
     
    But how should I change the graphics for the HP bar and the background etc.?
     
    Redesigning the appearance of a GUI isn't something you just do off the bat without knowledge or experience. Your first step is to learn how Ruby works, and what is used where.

    As for animations, there are some that come with Essentials, but the majority of animations haven't been made by anyone (or at least, not released for public use).
     
    Also where do I change the character sprite when the player is walking?
     
    Also where do I change the character sprite when the player is walking?

    Graphics/Pictures/trchar000
    (boy sprite)
    Graphics/Pictures/trchar001
    (girl sprite)

    Try looking around through the folders, seeing what all is where helps you figure out how to make graphics changes if you need to.
     
    Back
    Top