Counter-Strike 2

Counter-Strike 2

57 个评价
Highlight damage done / taken in console for better visibility.
由 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.
   
奖励
收藏
已收藏
取消收藏
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 条留言
nxll. ☯ 2015 年 11 月 20 日 上午 5:29 
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  [作者] 2015 年 6 月 24 日 上午 8:20 
@ahoy, glad you like it :)
pat 2015 年 6 月 24 日 上午 4:52 
Thanks, works great!
Samer Sultan  [作者] 2015 年 6 月 14 日 下午 1:04 
Default would be to not have any of them enabled. That would be con_filter_enable 0
808BUU 2015 年 6 月 14 日 下午 12:47 
nice guide. what are the default settings ?
:Horse:
76561198185042410 2015 年 3 月 13 日 下午 6:42 
Good guide, ty
halloween 2014 年 1 月 9 日 上午 2:25 
it helped. thanks for the guide.
bad is good enough 2014 年 1 月 3 日 下午 5:11 
Great m8