besen
öhm nur so ne frage am rande: kann man seine console einfachso derartig einfärben?
...oder wodran kann dat liegen?
pimper
suchfunktion rulez!
// ~ Console Colors by rad!anc3 ~
//
//
// Input Colorscheme
// Note: Last Number must always be bigger then 0 !!! Else all is Invisible !!!
// All other Numbers you can mix up from 0 to 1 to create other cool Colors. Like the Grey listed below.
// Invisible 0 0 0 0
// Black 0 0 0 1
// Blue 0 0 1 1
// Turquoise 0 1 1 1
// White 1 1 1 1
// Yellow 1 1 0 1
// Pink 1 0 1 1
// Red 1 0 0 1
// Green 0 1 0 1
// Grey 0.5 0.5 0.5 1
// Mini Console Background
con_inputBoxColor "0.5 0.5 0.5 1"
// Console "Tooltip" Background
con_inputHintBoxColor "0.3 0.3 0.3 1"
// Scrollbar
con_outputBarColor "0.5 0.5 0.5 1"
// Scrollbar Cursor Color
con_outputSliderColor "0.3 0.3 0.3 1"
// Full Console Background
con_outputWindowColor "0.5 0.5 0.5 1"
besen
hm ok sry dann kanns gelöscht werden hab nur mal bei nem whscreen gesehen das da die console miteingefärbt war. hät misch auch gewundert...