Page 1 of 1

Customizable Printing

Posted: Sun Jul 12, 2015 4:56 pm
by kiba
Would be nice if I can colorify the printed text coming from the command console.

Re: Customizable Printing

Posted: Mon Jul 13, 2015 5:40 am
by Koub
You mean other than

Code: Select all

/c game.players[i].color = {r=1, g=1, b=1}

?

Re: Customizable Printing

Posted: Mon Jul 13, 2015 5:45 am
by kiba
Koub wrote:You mean other than

Code: Select all

/c game.players[i].color = {r=1, g=1, b=1}

?
Didn't know that it could be applied to console output. Can it be applied to individual parts of the text as well?

Re: Customizable Printing

Posted: Mon Jul 20, 2015 3:19 pm
by kiba
Has anybody been successful in setting the color of their console output?

So far, I had only been able to affect the color of my console input and only to blue. Bizarre.