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
> [ASK]Changing Font color to black?
zzxzz
post Jan 16 2010, 03:48 AM
Post #1


Level 1
Group Icon

Group: Member
Posts: 10
Type: Developer
RM Skill: Beginner




hello, does anybody knows how to change the default "white" font color into black? especially in the Title screen and Main menu ive tried using any available message script (such as Dubealex' AMS and Ccoa' UMS) but its only change the message font color, not the "entire font color" in the game... thx.. happy.gif
Go to the top of the page
 
+Quote Post
   
dxmxgxd
post Jan 16 2010, 03:59 AM
Post #2


Level 2
Group Icon

Group: Member
Posts: 15
Type: Event Designer
RM Skill: Intermediate




QUOTE (zzxzz @ Jan 16 2010, 09:48 PM) *
hello, does anybody knows how to change the default "white" font color into black? especially in the Title screen and Main menu ive tried using any available message script (such as Dubealex' AMS and Ccoa' UMS) but its only change the message font color, not the "entire font color" in the game... thx.. happy.gif



Hey man how are you, here is how you do it, go to script editor and find Window_Base, then scroll down till you find the following code (about quarter of the way)

CODE
#--------------------------------------------------------------------------
  # * Get Normal Text Color
  #--------------------------------------------------------------------------
  def normal_color
    return Color.new(0, 0, 0, 255)
  end
  #--------------------------------------------------------------------------
  # * Get Disabled Text Color
  #--------------------------------------------------------------------------
  def disabled_color
    return Color.new(255, 255, 255, 128)
  end
  #--------------------------------------------------------------------------
  # * Get System Text Color
  #--------------------------------------------------------------------------
  def system_color
    return Color.new(192, 224, 255, 255)
  end
  #--------------------------------------------------------------------------
  # * Get Crisis Text Color
  #--------------------------------------------------------------------------
  def crisis_color
    return Color.new(255, 255, 64, 255)
  end
  #--------------------------------------------------------------------------
  # * Get Knockout Text Color
  #--------------------------------------------------------------------------
  def knockout_color
    return Color.new(255, 64, 0)
  end


Once you find this change the RGBH codes (Red, Green, Blue, Hue) to your desired colour, white is (255,255,255,255) and black is (0, 0, 0, 255)
Go to the top of the page
 
+Quote Post
   
zzxzz
post Jan 16 2010, 04:10 AM
Post #3


Level 1
Group Icon

Group: Member
Posts: 10
Type: Developer
RM Skill: Beginner




thanks man, youre wonderful! it worked now.. im a bit noobish when it comes to scripting and codes like this tongue.gif ... well, back to my project laugh.gif
Go to the top of the page
 
+Quote Post
   
dxmxgxd
post Jan 16 2010, 04:12 AM
Post #4


Level 2
Group Icon

Group: Member
Posts: 15
Type: Event Designer
RM Skill: Intermediate




QUOTE (zzxzz @ Jan 16 2010, 10:10 PM) *
thanks man, youre wonderful! it worked now.. im a bit noobish when it comes to scripting and codes like this tongue.gif ... well, back to my project laugh.gif


No problem mail me if you have any problems ill help you best i can
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: 20th May 2013 - 12:37 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker