Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
in console you can text echo [text] press enter and you go see your text in console
Googled it and could not find anything useful. I found an old post where people said it was possible in CS:S but not on CS:GO.
Sorry I that I could not help.
its ok dude thanks to your help
I never made an echo output with it but you can have the console print Damage given and recieved in color like so:
con_filter_enable 1
con_filter_enable 2
con_filter_text_out Player
con_filter_text Damage
then you choose a color with the color code:
log_color General FF25FFFF (this code is the color pink)
so maybe if you try to incorporate it into an echo command somehow it works?
i imagine it would be
echo ""
echo ""
echo "log_color General FF25FFFF your text"
echo ""
echo ""
echo ""
I`m not sure if you need "" in between the color command and your text, you have to try that.
Let us know if it works. :-)
Those are all the colors you can have:
Pink
log_color General FF25FFFF
Light blue
log_color General 6495EDFF
Orange
log_color General FF7F50FF
Yellow
log_color General FFD700FF
Green
log_color General 008000FF
Red
log_color General AF0000FF
the echo command print all text and not the color
maybe someone on reddit can help on r/globaloffensive ?
You can also use the command "log_dumpchannels", which will help you setup your preference for all messages entities in order to debug.
In the end, all I have in my cfg as an example :
Good luck ! :D