Counter-Strike 2

Counter-Strike 2

View Stats:
How change the color text of echo comand .
pls Help
< >
Showing 1-9 of 9 comments
Originally posted by Yeanaa ツ:
I am going to ask again. What Echo command? And you eloborate a bit more?

in console you can text echo [text] press enter and you go see your text in console
i need a command to change a color mensage printed by echo comand
Unholy Mar 2, 2020 @ 9:36pm 
Originally posted by Nsis Daякэ ★★★:
i need a command to change a color mensage printed by echo comand

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.
Originally posted by Yeanaa ツ:
Originally posted by Nsis Daякэ ★★★:
i need a command to change a color mensage printed by echo comand

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
Bodhi_Bag Mar 2, 2020 @ 10:27pm 
Hey, the only way i know how to do this is to write "Damage" (without "") into the console and you see the different colors.

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
Originally posted by Bodhi_Buddy:
Hey, the only way i know how to do this is to write "Damage" (without "") into the console and you see the different colors.

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
Bodhi_Bag Mar 2, 2020 @ 11:35pm 
Then i sadly have no idea.

maybe someone on reddit can help on r/globaloffensive ?
Ninjah KodÆon Oct 22, 2021 @ 1:48am 
If you type "log_color" in console, a usage message will be displayed, giving you all the differents options available with the command and their own usage.
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 :
"con_enable" "1" //Enable console in-game "con_filter_enable" "0" //You can use this cmd to filter out specific text in console for damage displaying for example "developper" "4" //This cmd has [0-4] values, use 4 to get everything displayed, 0 for none "log_color Console 000000FF" //Black "log_color General 0000FFFF" //Blue "log_color Developer FF7F50FF //Orange "log_color DeveloperConsole FF7F50FF //Orange "log_color LOADING FFD700FF //Yellow "log_color Panel FFFFFFFF //White "log_color MaterialSystem FF25FFFF //Pink "log_color MaterialSystemConsole FF25FFFF //Pink "log_color DeveloperVerbose 6495EDFF //Deep Blue "log_color Networking FF7F50FF //Orange "log_color Workshop 8A2BE2FF //Purple "log_color Wearable FF25FFFF //Pink // usage : log_color channel hexcolor bind "key" "toggle con_filter_enable 2 0" //Switch between rainbow/grey console
Here's also a guide which might help you for the basics : https://steamcommunity.com/sharedfiles/filedetails/?id=1565628823

Good luck ! :D
Last edited by Ninjah KodÆon; Oct 22, 2021 @ 1:52am
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Mar 2, 2020 @ 9:23pm
Posts: 9