Upvote Upvoted 0 Downvote Downvoted
config question
posted in Customization
1
#1
0 Frags +

Is it possible to display some sort of notice or message when a certain key/bind is activated? I can't seem to think of any other way other than having a "say_team" bind or echoing to my console(which I would only see if I bring up the console).

Is it possible to display some sort of notice or message when a certain key/bind is activated? I can't seem to think of any other way other than having a "say_team" bind or echoing to my console(which I would only see if I bring up the console).
2
#2
3 Frags +

As far as I know the best way to do stuff like that is using developer mode like this:

http://tf2wiki.net/wiki/Scripting#How_to_display_text_onscreen

But it's a messy solution that I wish there was an alternative for.

As far as I know the best way to do stuff like that is using developer mode like this:

http://tf2wiki.net/wiki/Scripting#How_to_display_text_onscreen

But it's a messy solution that I wish there was an alternative for.
3
#3
0 Frags +

If you do something like

alias +show "developer 1; echo Command done.; <your command>;"
alias -show "developer 0;"
bind f +show

you'll see it while you hold the button, but still see anything else that shows up in your console normally.

If you do something like
[code]alias +show "developer 1; echo Command done.; <your command>;"
alias -show "developer 0;"
bind f +show[/code]
you'll see it while you hold the button, but still see anything else that shows up in your console normally.
4
#4
0 Frags +

theres way to do filters on developer 1, but i dont remember how

theres way to do filters on developer 1, but i dont remember how
5
#5
1 Frags +

I'm not quite sure what you want displayed to the screen but you could probably do something like how the uber tracking hud mod works:
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod

See bennzl's post about it running for a certain amount of time then turning off
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod#19

I'm not quite sure what you want displayed to the screen but you could probably do something like how the uber tracking hud mod works:
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod

See bennzl's post about it running for a certain amount of time then turning off
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod#19
6
#6
0 Frags +

Custom closed captions can also do this too:

http://teamfortress.tv/thread/8335/custom-caption-tutorial
http://tf2.gamebanana.com/gamefiles/2423

Custom closed captions can also do this too:

http://teamfortress.tv/thread/8335/custom-caption-tutorial
http://tf2.gamebanana.com/gamefiles/2423
Please sign in through STEAM to post a comment.