The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: 11clock on July 25, 2011, 08:51:00 PM

Title: [RESOLVED][RM2KV]System Graphics: Bottom 2 rows?
Post by: 11clock on July 25, 2011, 08:51:00 PM
Hello, I'm using RPG Maker 2000 Value. I'm making my own system graphics, but I'd like to know what the bottom 2 rows of colors are for. I know what the first 5 boxes are for, but I don't know about the rest of the boxes. Can someone explain?
Title: Re: [RM2KV]System Graphics: Bottom 2 rows?
Post by: modern algebra on July 25, 2011, 10:15:01 PM
It's the colour palette. The first one in the first row is the normal colour for text, the second one in the first row is the system colour (ie the colour of descriptive text like GP in the menu) and some of the others might be used for other things like low HP, though I wouldn't know as I've never used 2k. Also, you can use any of them in a regular message with the code: \c[a] where a is a number between 0 and 19 - it will change the colour of message window text to that of the corresponding square. Ie - 0 is the normal one, 1 would be the system colour, 2 would be the next one in that row, 10 would be the first one in the second row, etc...
Title: Re: [RM2KV]System Graphics: Bottom 2 rows?
Post by: 11clock on July 26, 2011, 04:07:06 AM
I understand now. Thanks!