Initial feature set.

This commit is contained in:
Lyrositor
2014-02-19 22:18:56 +01:00
parent 6c032dc05a
commit 729ad49466
46 changed files with 334 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
// 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"

View File

@@ -0,0 +1 @@
echo "| Automatic Disguise: OFF"

View File

@@ -0,0 +1 @@
echo "| Automatic Disguise: ON"

View File

@@ -0,0 +1,3 @@
// Console Workaround File
// Used to work around a limitation of the console.
con_filter_text ""

View File

@@ -0,0 +1 @@
echo "| Disguising as Demoman."

View File

@@ -0,0 +1 @@
echo "| Disguising as Engineer."

View File

@@ -0,0 +1 @@
echo "| Disguising as Pyro."

View File

@@ -0,0 +1 @@
echo "| Removing disguise."

View File

@@ -0,0 +1 @@
echo "| Disguising as Sniper."

View File

@@ -0,0 +1 @@
echo "| Showing debug output."

View File

@@ -0,0 +1 @@
say_team "Demoman is Spy."

View File

@@ -0,0 +1 @@
say_team "Engineer is Spy."

View File

@@ -0,0 +1 @@
say_team "Heavy is Spy."

View File

@@ -0,0 +1 @@
say_team "Medic is Spy."

View File

@@ -0,0 +1 @@
say_team "Pyro is Spy."

View File

@@ -0,0 +1 @@
say_team "Scout is Spy."

View File

@@ -0,0 +1 @@
say_team "Sniper is Spy."

View File

@@ -0,0 +1 @@
say_team "Soldier is Spy."

View File

@@ -0,0 +1 @@
say_team "Spy is enemy Spy."

View File

@@ -0,0 +1 @@
echo "| Switching to loadout A."

View File

@@ -0,0 +1 @@
echo "| Switching to loadout B."

View File

@@ -0,0 +1 @@
echo "| Switching to loadout C."

View File

@@ -0,0 +1 @@
echo "| Switching to loadout D."