Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Gauge Color, Changing the actors' gauges colors?
Penguin
post Sep 11 2011, 12:23 PM
Post #1


I'll evolve any time now.
Group Icon

Group: Revolutionary
Posts: 225
Type: Event Designer
RM Skill: Masterful




I scanned about five times and could NOT find this anywhere in the base scripts, so could somebody please point me in the right direction? How do you change the color of the actors' gauges?


__________________________
Go to the top of the page
 
+Quote Post
   
kayden997
post Sep 11 2011, 01:32 PM
Post #2


>Glitched<
Group Icon

Group: Local Mod
Posts: 1,164
Type: Event Designer
RM Skill: Masterful
Rev Points: 30




You can change them manually.

Old Post
QUOTE (kayden997 @ Feb 8 2011, 08:44 PM) *

Green box = Health
Dark Blue = Mana

Change these two colors to change the health and mana bar colors


==EDIT==
Both in the box as they are both used


Or I'll just tell you want you wanted.

It's found in Window_Base at Lines 113-136
CODE
  #--------------------------------------------------------------------------
  # * Get HP Gauge Color 1
  #--------------------------------------------------------------------------
  def hp_gauge_color1
    return text_color(20)
  end
  #--------------------------------------------------------------------------
  # * Get HP Gauge Color 2
  #--------------------------------------------------------------------------
  def hp_gauge_color2
    return text_color(21)
  end
  #--------------------------------------------------------------------------
  # * Get MP Gauge Color 1
  #--------------------------------------------------------------------------
  def mp_gauge_color1
    return text_color(22)
  end
  #--------------------------------------------------------------------------
  # * Get MP Gauge Color 2
  #--------------------------------------------------------------------------
  def mp_gauge_color2
    return text_color(23)
  end


This post has been edited by kayden997: Sep 11 2011, 01:39 PM


__________________________


Runescape with Dyedfire




Go to the top of the page
 
+Quote Post
   
Penguin
post Sep 11 2011, 02:12 PM
Post #3


I'll evolve any time now.
Group Icon

Group: Revolutionary
Posts: 225
Type: Event Designer
RM Skill: Masterful




Thank you very much, sir.

This post has been edited by Penguin: Sep 11 2011, 02:12 PM


__________________________
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 24th May 2013 - 04:02 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker