Rework lang to use captions

This replaces the earlier developer console system.

Also performs a small change to the way the ENGINEER_PDA setting works.
This commit is contained in:
Lyrositor
2014-02-22 22:42:53 +01:00
parent 7dbaeffc43
commit cca4bb569e
50 changed files with 58 additions and 403 deletions

View File

@@ -11,11 +11,8 @@ exec _reset.cfg
// Debug Output
// Bind the debug output to a key.
con_notifytime 4 // If you want the debug text to last longer, change this setting.
alias cft_clear con_filter_clear_text
alias cft_script "con_filter_text |"
alias hide_output "developer 0; cft_clear; con_filter_enable 0; alias toggle_output show_output"
alias show_output "clear; developer 1; cft_script; con_filter_enable 1; show_debug_output_text; alias toggle_output hide_output"
alias hide_output "closecaption 0; cc_subtitles 0; alias toggle_output show_output"
alias show_output "closecaption 1; cc_subtitles 1; cc_lang tf2-scripts; show_debug_output_text; alias toggle_output hide_output"
alias toggle_output show_output
bind P toggle_output
DEBUG_OUTPUT_ON_START