I'm trying to record clips with SVR, but I recently removed some settings from my autoexec
in my previous autoexec, I had an alias that opened up net_graph whenever I pressed the scoreboard key
//Scoreboard
bind "TAB" "+BOARD";
alias "+BOARD" "+showscores; net_graph 2";
alias "-BOARD" "-showscores; net_graph 0";
whenever i record the demo normally or with SVR, the net_graph will show up in the recording
i tried putting unbinding the tab key in my sv_movie_start.cfg file in data/cfg but it didn't work
any suggestions?
edit: I also tried alias +BOARD "" and it didn't work
I'm trying to record clips with SVR, but I recently removed some settings from my autoexec
in my previous autoexec, I had an alias that opened up net_graph whenever I pressed the scoreboard key
[code]//Scoreboard
bind "TAB" "+BOARD";
alias "+BOARD" "+showscores; net_graph 2";
alias "-BOARD" "-showscores; net_graph 0"; [/code]
whenever i record the demo normally or with SVR, the net_graph will show up in the recording
i tried putting unbinding the tab key in my sv_movie_start.cfg file in data/cfg but it didn't work
any suggestions?
edit: I also tried alias +BOARD "" and it didn't work
used to be able to type
alias net_graph ""
and that would fix this but the janitor at valve that maintains tf2 thought this was exploitable or something so we can't do it anymore
used to be able to type [code]alias net_graph ""[/code] and that would fix this but the janitor at valve that maintains tf2 thought this was exploitable or something so we can't do it anymore