Files
TF2-Scripts/cfg/scripts/lang/_main.cfg
2014-02-19 22:18:56 +01:00

33 lines
1.9 KiB
INI

// Main Language File
// This is a workaround for a limitation of the "developer 1" output.
// When active and filtering, it seems only the first word following the echo
// command gets printed, unless it's surrounded in quotation marks.
// This file ties all of the echo lines in this folder together.
alias show_debug_output_text "exec scripts/lang/show_debug_output_text.cfg"
alias con_filter_clear_text "exec scripts/lang/con_filter_clear_text.cfg"
alias switch_loadout_A_text "exec scripts/lang/switch_loadout_A_text.cfg"
alias switch_loadout_B_text "exec scripts/lang/switch_loadout_B_text.cfg"
alias switch_loadout_C_text "exec scripts/lang/switch_loadout_C_text.cfg"
alias switch_loadout_D_text "exec scripts/lang/switch_loadout_D_text.cfg"
alias disguise_demoman_text "exec scripts/lang/disguise_demoman_text.cfg"
alias disguise_pyro_text "exec scripts/lang/disguise_pyro_text.cfg"
alias disguise_sniper_text "exec scripts/lang/disguise_sniper_text.cfg"
alias disguise_engineer_text "exec scripts/lang/disguise_engineer_text.cfg"
alias disguise_remove_text "exec scripts/lang/disguise_remove_text.cfg"
alias auto_disguise_on_text "exec scripts/lang/auto_disguise_on_text.cfg"
alias auto_disguise_off_text "exec scripts/lang/auto_disguise_off_text.cfg"
alias spy_check_scout_text "exec scripts/lang/spy_check_scout_text.cfg"
alias spy_check_soldier_text "exec scripts/lang/spy_check_soldier_text.cfg"
alias spy_check_pyro_text "exec scripts/lang/spy_check_pyro_text.cfg"
alias spy_check_demoman_text "exec scripts/lang/spy_check_demoman_text.cfg"
alias spy_check_heavy_text "exec scripts/lang/spy_check_heavy_text.cfg"
alias spy_check_engineer_text "exec scripts/lang/spy_check_engineer_text.cfg"
alias spy_check_medic_text "exec scripts/lang/spy_check_medic_text.cfg"
alias spy_check_sniper_text "exec scripts/lang/spy_check_sniper_text.cfg"
alias spy_check_spy_text "exec scripts/lang/spy_check_spy_text.cfg"