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.

Change HP Bar Colour Help plz!!!

Ok, i need to no how to change the hp bar in RPGVX. i've looked in the help program and on here unless i looked in rong places. plz help. :down:
 
You mean in the regular battle system?
i think you just export them to the system folder and then replace them with the bar you want!

that`s my theory!

Oh and if my theory works, don`t forget to change the name of the new picture to the name of the old one.
 
It's drawn with the "draw_actor_hp_gauge" method in the Window_Base class.

How do you want to change it?

[ edit ]

Opps, I missed the word "colour" in the title.

Open the file Graphics\System\Window

Down in the lower right corner are a bunch of colors.
Start counting them. (start with 0)
The 4th color in the 3rd row is a dark blue-grey.  That's color #19 and gets used for the background of the guages.  The colors are as follows:

gauge_back_color = (19)
hp_gauge_color1 = (20)
hp_gauge_color2 = (21)
mp_gauge_color1 = (22)
mp_gauge_color2 = (23)

Change those colors on the color chart, and they will be used for your guages.
Those colors don't get used for anything else, so it won't mess anything up.

Be Well
 

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