This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
sabian8's profile picture

[Solved] Change font color

Started by sabian8, 29 March 2012 - 03:36 PM
sabian8 #1
Posted 29 March 2012 - 05:36 PM
I was wondering, how do i change the font color for the computer (all the time not in a program).
Hackingroelz #2
Posted 29 March 2012 - 05:41 PM
You can change that in the config.
sabian8 #3
Posted 29 March 2012 - 07:20 PM
You can change that in the config.
Please could you explain this more? There is about five different color values.
Liraal #4
Posted 29 March 2012 - 07:22 PM
There are only three:
first one regulates red color intensity, second green and the third blue, according to the RGB standard.
MysticT #5
Posted 29 March 2012 - 07:25 PM
You have to change this values in the config file:
terminal_textColour_r=255
terminal_textColour_g=255
terminal_textColour_b=255
each one represents the red, green and blue components (RGB) of the color.
sabian8 #6
Posted 30 March 2012 - 07:31 AM
Ok, thanks everyone!
sabian8 #7
Posted 30 March 2012 - 04:51 PM
Sorry this is not working, it gets changed back to default every time i start minecraft. I tried changing it while in game but it just stayed white.
Turtlemoviesco #8
Posted 30 March 2012 - 05:10 PM
Can you edit the config ingame? Beacuse I play on a server and would like to change color of the computer too.
sabian8 #9
Posted 01 April 2012 - 08:00 PM
Can you edit the config ingame? Beacuse I play on a server and would like to change color of the computer too.

I don't that's possible, no. I am pretty sure but i might be wrong.
sabian8 #10
Posted 01 April 2012 - 08:55 PM
Stupid me!, i was editing the wrong part of the file :)/>/> . I was editing the part with the #'s next to them instead of the ones without.