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