RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
How do i change the text color?

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 85
Help me get to -6000 Rep.!!!
As simple as it seems i cant find this. I think its in scripting.  :froghat:
Help me to get -6000 Rep.!!!

Boomer: [as Marcus and Dom ride pass in mine carts] Die... enemy...
Marcus Fenix: What the hell is that doing here?
Dominic Santiago: Checking tickets?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Text colour of what?

Messages?

With an AMS, you can easily change text colour. There are a lot of options, including Seasons in the Abyss' SMS and Letter by Letter System - both can be found in the Database. If you want even more options, then ccoa's UMS can be found on rpgrevolution and dubealex's AMS can be found on creationasylum.net

**
Rep:
Level 85
Help me get to -6000 Rep.!!!
Uhh hate to say im fairly new to scripts and stuff but umm i got no idea wut ams, etc. is.

Is there a FULL script where i can erase the orginal and just paste the new? (Possibly Where ALL font is black?)


 (Yes im a noob {i hate that word})
Help me to get -6000 Rep.!!!

Boomer: [as Marcus and Dom ride pass in mine carts] Die... enemy...
Marcus Fenix: What the hell is that doing here?
Dominic Santiago: Checking tickets?


**
Rep:
Level 85
Help me get to -6000 Rep.!!!
Ok now we're talking. Thx algebra. I dont think any1 could do anything without u.  :moar: :huge:
Help me to get -6000 Rep.!!!

Boomer: [as Marcus and Dom ride pass in mine carts] Die... enemy...
Marcus Fenix: What the hell is that doing here?
Dominic Santiago: Checking tickets?

**
Rep:
Level 85
Help me get to -6000 Rep.!!!
Alright everything works fine but i cant change the color of name input processing which i use at the beginning of the game.

I looked at its script but couldnt find any color codes or anything. Or can this not be changed?
Help me to get -6000 Rep.!!!

Boomer: [as Marcus and Dom ride pass in mine carts] Die... enemy...
Marcus Fenix: What the hell is that doing here?
Dominic Santiago: Checking tickets?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Well, that script probably can't do it, nor would it work for the menus. It's a useful script to possess nonetheless. If you just want everything that is currently white to be changed to another color though, then the easiest thing to do is to go to the Window_Base script in the editor and find this around line 61 or so:

Code: [Select]
  #--------------------------------------------------------------------------
  # * Get Normal Text Color
  #--------------------------------------------------------------------------
  def normal_color
    return Color.new(255, 255, 255, 255)
  end

Then just change it to the colour you want. You can experiment with those numbers to get different colours.

black is Color.new (0, 0, 0, 255)

**
Rep:
Level 85
Help me get to -6000 Rep.!!!
Alrught thx a bunch. Btw im getting scripting down thx to u.   :)
Help me to get -6000 Rep.!!!

Boomer: [as Marcus and Dom ride pass in mine carts] Die... enemy...
Marcus Fenix: What the hell is that doing here?
Dominic Santiago: Checking tickets?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
I'm happy to be of service