This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
[Solved] Change font color
Started by sabian8, 29 March 2012 - 03:36 PMPosted 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).
Posted 29 March 2012 - 05:41 PM
You can change that in the config.
Posted 29 March 2012 - 07:20 PM
Please could you explain this more? There is about five different color values.You can change that in the config.
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.
first one regulates red color intensity, second green and the third blue, according to the RGB standard.
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.
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.
Posted 30 March 2012 - 07:31 AM
Ok, thanks everyone!
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.
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.
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.
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.