Counter-Strike 2

Counter-Strike 2

57 ratings
Highlight damage done / taken in console for better visibility.
By Samer Sultan
Find it hard to see how much damage you have taken or dealt in console? Adding these commands to your autoexec makes it easier to see.
   
Award
Favorite
Favorited
Unfavorite
Increase damage dealt / taken visibility.
Adding to your autoexec
Add the following to your autoexec to make damage dealt / taken bold, or to show only damage info.

Credit for showing me this goes to r/globaloffensive user instinxx (http://www.reddit.com/r/GlobalOffensive/comments/1qpn7s/how_many_of_you_open_the_console_every_round_to/cdf7q87)

Don't have an autoexec setup? You can use my boilerplate autoexec that already has these commands set: https://github.com/samersultan/csgo

Code to add

To make damage information "bold"

con_filter_text damage con_filter_enable 2 bind "=" "clear"


To only show damage in console (good for streamers)

con_filter_text damage con_filter_enable 1 bind "=" "clear"

Clearing the console

"=" key is bound to clear console information, use this after checking your console to clear the last rounds info.


How it looks

8 Comments
nostalgik 20 Nov, 2015 @ 5:29am 
The only problem is that I dont have those lines that separate info from other rounds. Do you know how can I fix this because sometimes I cant see the difference between two rounds info :P
Samer Sultan  [author] 24 Jun, 2015 @ 8:20am 
@ahoy, glad you like it :)
pat 24 Jun, 2015 @ 4:52am 
Thanks, works great!
Samer Sultan  [author] 14 Jun, 2015 @ 1:04pm 
Default would be to not have any of them enabled. That would be con_filter_enable 0
808BUU 14 Jun, 2015 @ 12:47pm 
nice guide. what are the default settings ?
:Horse:
76561198185042410 13 Mar, 2015 @ 6:42pm 
Good guide, ty
halloween 9 Jan, 2014 @ 2:25am 
it helped. thanks for the guide.
bad is good enough 3 Jan, 2014 @ 5:11pm 
Great m8