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
> Need Help With Default Font Color [Resolved], of the title screen
Phantom0x0
post Jun 26 2011, 01:56 AM
Post #1


Level 6
Group Icon

Group: Member
Posts: 83
Type: Writer
RM Skill: Advanced




I've been looking up and down the scripts and I can't seem to find a place to alter the default font colors for the title screen could someone please post a screenshot or something or just tell me which line to alter?

This post has been edited by Phantom0x0: Jun 27 2011, 01:27 AM


__________________________
Our Current Project Process




Games I Support Using Badges




Go to the top of the page
 
+Quote Post
   
Night_Runner
post Jun 26 2011, 04:40 AM
Post #2


Level 50
Group Icon

Group: +Gold Member
Posts: 1,528
Type: Scripter
RM Skill: Undisclosed




in Scene_Title, there should be a section
CODE
  def main
    ....
    ....
  end

Change it to read:
CODE
  def main
    Font.default_color = Color.new(1, 2, 3)
    ....
    ....
    Font.default_color = normal_color
  end

where 1, 2, 3 are the amount of red, green and blue respectively, measured as a number between 0 - 255


Sorry I can't provide a screenshot at the moment, I'm not on my home computer, let me know if it's necessary and I'll post one soon smile.gif


__________________________
K.I.S.S.
Want help with your scripting problems? Upload a demo! Or at the very least; provide links to the scripts in question.

Most important guide ever: Newbie's Guide to Switches
Go to the top of the page
 
+Quote Post
   
Phantom0x0
post Jun 27 2011, 01:06 AM
Post #3


Level 6
Group Icon

Group: Member
Posts: 83
Type: Writer
RM Skill: Advanced




QUOTE (Night_Runner @ Jun 26 2011, 05:40 AM) *
in Scene_Title, there should be a section
CODE
  def main
    ....
    ....
  end

Change it to read:
CODE
  def main
    Font.default_color = Color.new(1, 2, 3)
    ....
    ....
    Font.default_color = normal_color
  end

where 1, 2, 3 are the amount of red, green and blue respectively, measured as a number between 0 - 255


Sorry I can't provide a screenshot at the moment, I'm not on my home computer, let me know if it's necessary and I'll post one soon smile.gif


no thats okay I've learned a little bit more about scripts to where I can find it without screenshot shoulda just asked for the line number anyway. thanks

This post has been edited by Phantom0x0: Jun 27 2011, 01:26 AM


__________________________
Our Current Project Process




Games I Support Using Badges




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: 25th May 2013 - 03:25 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker