Initial feature set.
This commit is contained in:
33
cfg/scripts/lang/_main.cfg
Normal file
33
cfg/scripts/lang/_main.cfg
Normal 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"
|
1
cfg/scripts/lang/auto_disguise_off_text.cfg
Normal file
1
cfg/scripts/lang/auto_disguise_off_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Automatic Disguise: OFF"
|
1
cfg/scripts/lang/auto_disguise_on_text.cfg
Normal file
1
cfg/scripts/lang/auto_disguise_on_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Automatic Disguise: ON"
|
3
cfg/scripts/lang/con_filter_clear_text.cfg
Normal file
3
cfg/scripts/lang/con_filter_clear_text.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
// Console Workaround File
|
||||
// Used to work around a limitation of the console.
|
||||
con_filter_text ""
|
1
cfg/scripts/lang/disguise_demoman_text.cfg
Normal file
1
cfg/scripts/lang/disguise_demoman_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Disguising as Demoman."
|
1
cfg/scripts/lang/disguise_engineer_text.cfg
Normal file
1
cfg/scripts/lang/disguise_engineer_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Disguising as Engineer."
|
1
cfg/scripts/lang/disguise_pyro_text.cfg
Normal file
1
cfg/scripts/lang/disguise_pyro_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Disguising as Pyro."
|
1
cfg/scripts/lang/disguise_remove_text.cfg
Normal file
1
cfg/scripts/lang/disguise_remove_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Removing disguise."
|
1
cfg/scripts/lang/disguise_sniper_text.cfg
Normal file
1
cfg/scripts/lang/disguise_sniper_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Disguising as Sniper."
|
1
cfg/scripts/lang/show_debug_output_text.cfg
Normal file
1
cfg/scripts/lang/show_debug_output_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Showing debug output."
|
1
cfg/scripts/lang/spy_check_demoman_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_demoman_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Demoman is Spy."
|
1
cfg/scripts/lang/spy_check_engineer_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_engineer_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Engineer is Spy."
|
1
cfg/scripts/lang/spy_check_heavy_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_heavy_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Heavy is Spy."
|
1
cfg/scripts/lang/spy_check_medic_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_medic_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Medic is Spy."
|
1
cfg/scripts/lang/spy_check_pyro_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_pyro_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Pyro is Spy."
|
1
cfg/scripts/lang/spy_check_scout_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_scout_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Scout is Spy."
|
1
cfg/scripts/lang/spy_check_sniper_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_sniper_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Sniper is Spy."
|
1
cfg/scripts/lang/spy_check_soldier_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_soldier_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Soldier is Spy."
|
1
cfg/scripts/lang/spy_check_spy_text.cfg
Normal file
1
cfg/scripts/lang/spy_check_spy_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
say_team "Spy is enemy Spy."
|
1
cfg/scripts/lang/switch_loadout_A_text.cfg
Normal file
1
cfg/scripts/lang/switch_loadout_A_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Switching to loadout A."
|
1
cfg/scripts/lang/switch_loadout_B_text.cfg
Normal file
1
cfg/scripts/lang/switch_loadout_B_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Switching to loadout B."
|
1
cfg/scripts/lang/switch_loadout_C_text.cfg
Normal file
1
cfg/scripts/lang/switch_loadout_C_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Switching to loadout C."
|
1
cfg/scripts/lang/switch_loadout_D_text.cfg
Normal file
1
cfg/scripts/lang/switch_loadout_D_text.cfg
Normal file
@@ -0,0 +1 @@
|
||||
echo "| Switching to loadout D."
|
Reference in New Issue
Block a user