summaryrefslogtreecommitdiff
path: root/resource/ui/notifications
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2017-10-28 10:00:13 -0400
committerCriticalFlaw <[email protected]>2017-10-28 10:00:13 -0400
commit2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 (patch)
tree331aa28fbb0cc28836e1cbde6bcb7177ad94c7e9 /resource/ui/notifications
parenta9c346e343aa678f281c0233948b4f90415c5b1f (diff)
20171028 - Scream Fortress 2017 Update
- Updated for Scream Fortress 2017 - Updated the Main Menu design and backend - Updated the version number - Fixed inexplicable crashes following the Scream Fortress update - Fixed incorrect image file being used during the loading screen - Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters - Miscellaneous other fixes and tweaks - Removed unused files, code and fonts - Replaced the current crosshairs with KnuckleCrosses
Diffstat (limited to 'resource/ui/notifications')
-rw-r--r--resource/ui/notifications/notify_enemy_flag_captured_blue.res19
-rw-r--r--resource/ui/notifications/notify_enemy_flag_captured_red.res19
-rw-r--r--resource/ui/notifications/notify_enemy_flag_dropped_blue.res19
-rw-r--r--resource/ui/notifications/notify_enemy_flag_dropped_red.res19
-rw-r--r--resource/ui/notifications/notify_enemy_flag_returned_blue.res19
-rw-r--r--resource/ui/notifications/notify_enemy_flag_returned_red.res19
-rw-r--r--resource/ui/notifications/notify_enemy_flag_taken_red.res19
-rw-r--r--resource/ui/notifications/notify_golden_wrench.res52
-rw-r--r--resource/ui/notifications/notify_no_invuln_with_flag_blue.res19
-rw-r--r--resource/ui/notifications/notify_no_invuln_with_flag_red.res19
-rw-r--r--resource/ui/notifications/notify_no_tele_with_flag_blue.res19
-rw-r--r--resource/ui/notifications/notify_no_tele_with_flag_red.res19
-rw-r--r--resource/ui/notifications/notify_special.res14
-rw-r--r--resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res19
-rw-r--r--resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_captured_blue.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_captured_red.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_dropped_blue.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_dropped_red.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_returned_blue.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_returned_red.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_taken_blue.res19
-rw-r--r--resource/ui/notifications/notify_your_flag_taken_red.res19
23 files changed, 0 insertions, 465 deletions
diff --git a/resource/ui/notifications/notify_enemy_flag_captured_blue.res b/resource/ui/notifications/notify_enemy_flag_captured_blue.res
deleted file mode 100644
index 6184b3a..0000000
--- a/resource/ui/notifications/notify_enemy_flag_captured_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_captured_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamCapture"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_enemy_flag_captured_red.res b/resource/ui/notifications/notify_enemy_flag_captured_red.res
deleted file mode 100644
index f4573dc..0000000
--- a/resource/ui/notifications/notify_enemy_flag_captured_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_captured_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamCapture"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_enemy_flag_dropped_blue.res b/resource/ui/notifications/notify_enemy_flag_dropped_blue.res
deleted file mode 100644
index fa19944..0000000
--- a/resource/ui/notifications/notify_enemy_flag_dropped_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_dropped_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_dropped"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamDrop"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_enemy_flag_dropped_red.res b/resource/ui/notifications/notify_enemy_flag_dropped_red.res
deleted file mode 100644
index 6e572d2..0000000
--- a/resource/ui/notifications/notify_enemy_flag_dropped_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_dropped_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_dropped"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamDrop"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_enemy_flag_returned_blue.res b/resource/ui/notifications/notify_enemy_flag_returned_blue.res
deleted file mode 100644
index ab92f06..0000000
--- a/resource/ui/notifications/notify_enemy_flag_returned_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_returned_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamReset"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_enemy_flag_returned_red.res b/resource/ui/notifications/notify_enemy_flag_returned_red.res
deleted file mode 100644
index 0e585a6..0000000
--- a/resource/ui/notifications/notify_enemy_flag_returned_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_returned_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamReset"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_enemy_flag_taken_red.res b/resource/ui/notifications/notify_enemy_flag_taken_red.res
deleted file mode 100644
index fddbd3a..0000000
--- a/resource/ui/notifications/notify_enemy_flag_taken_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_taken_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamPickup"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_golden_wrench.res b/resource/ui/notifications/notify_golden_wrench.res
deleted file mode 100644
index 7cc6e62..0000000
--- a/resource/ui/notifications/notify_golden_wrench.res
+++ /dev/null
@@ -1,52 +0,0 @@
-"Resource/UI/notifications/notify_golden_wrench.res"
-{
- "Notification_Background"
- {
- "ControlName" "CImagePanel"
- "fieldName" "Notification_Background"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "140"
- "tall" "44"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../hud/notification_black"
- "scaleImage" "1"
- }
-
- "Notification_Icon"
- {
- "ControlName" "CIconPanel"
- "fieldName" "Notification_Icon"
- "xpos" "7"
- "ypos" "12"
- "wide" "36"
- "tall" "12"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "icon" "ico_notify_golden_wrench"
- }
-
- "Notification_Label"
- {
- "ControlName" "CExLabel"
- "fieldName" "Notification_Label"
- "font" "Default"
- "xpos" "30"
- "ypos" "9"
- "wide" "200"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "60 seconds until gates open"
- "textAlignment" "West"
- "dulltext" "0"
- "brighttext" "0"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_no_invuln_with_flag_blue.res b/resource/ui/notifications/notify_no_invuln_with_flag_blue.res
deleted file mode 100644
index a7ff65d..0000000
--- a/resource/ui/notifications/notify_no_invuln_with_flag_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_no_invuln_with_flag_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_No_Invuln"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_no_invuln_with_flag_red.res b/resource/ui/notifications/notify_no_invuln_with_flag_red.res
deleted file mode 100644
index d131848..0000000
--- a/resource/ui/notifications/notify_no_invuln_with_flag_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_no_invuln_with_flag_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_No_Invuln"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_no_tele_with_flag_blue.res b/resource/ui/notifications/notify_no_tele_with_flag_blue.res
deleted file mode 100644
index 75ba974..0000000
--- a/resource/ui/notifications/notify_no_tele_with_flag_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_no_tele_with_flag_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_No_Tele"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_no_tele_with_flag_red.res b/resource/ui/notifications/notify_no_tele_with_flag_red.res
deleted file mode 100644
index 9820208..0000000
--- a/resource/ui/notifications/notify_no_tele_with_flag_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_no_tele_with_flag_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_No_Tele"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_special.res b/resource/ui/notifications/notify_special.res
deleted file mode 100644
index 1c02efd..0000000
--- a/resource/ui/notifications/notify_special.res
+++ /dev/null
@@ -1,14 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_special.res"
-{
- "Notification_Icon"
- {
- "icon" "ico_notify_sixty_seconds"
- }
-
- "Notification_Label"
- {
- "labelText" "You are on fire"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res b/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res
deleted file mode 100644
index f56dbeb..0000000
--- a/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_touching_enemy_ctf_cap_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_Wrong_Goal"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res b/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res
deleted file mode 100644
index ecf9b9c..0000000
--- a/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_touching_enemy_ctf_cap_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_Wrong_Goal"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_captured_blue.res b/resource/ui/notifications/notify_your_flag_captured_blue.res
deleted file mode 100644
index 7157af9..0000000
--- a/resource/ui/notifications/notify_your_flag_captured_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_taken_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamCapture"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_captured_red.res b/resource/ui/notifications/notify_your_flag_captured_red.res
deleted file mode 100644
index bce86ae..0000000
--- a/resource/ui/notifications/notify_your_flag_captured_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_captured_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamCapture"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_dropped_blue.res b/resource/ui/notifications/notify_your_flag_dropped_blue.res
deleted file mode 100644
index b4d39d5..0000000
--- a/resource/ui/notifications/notify_your_flag_dropped_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_dropped_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_dropped"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamDrop"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_dropped_red.res b/resource/ui/notifications/notify_your_flag_dropped_red.res
deleted file mode 100644
index e76eb43..0000000
--- a/resource/ui/notifications/notify_your_flag_dropped_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_dropped_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_dropped"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamDrop"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_returned_blue.res b/resource/ui/notifications/notify_your_flag_returned_blue.res
deleted file mode 100644
index c717254..0000000
--- a/resource/ui/notifications/notify_your_flag_returned_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_returned_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamReset"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_returned_red.res b/resource/ui/notifications/notify_your_flag_returned_red.res
deleted file mode 100644
index 3c53bac..0000000
--- a/resource/ui/notifications/notify_your_flag_returned_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_returned_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_home"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamReset"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_taken_blue.res b/resource/ui/notifications/notify_your_flag_taken_blue.res
deleted file mode 100644
index 8c0ede5..0000000
--- a/resource/ui/notifications/notify_your_flag_taken_blue.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_taken_blue.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_blue_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamPickup"
- }
-} \ No newline at end of file
diff --git a/resource/ui/notifications/notify_your_flag_taken_red.res b/resource/ui/notifications/notify_your_flag_taken_red.res
deleted file mode 100644
index 5cb0861..0000000
--- a/resource/ui/notifications/notify_your_flag_taken_red.res
+++ /dev/null
@@ -1,19 +0,0 @@
-#base "base_notification.res"
-
-"Resource/UI/notifications/notify_your_flag_taken_red.res"
-{
- "Notification_Background"
- {
- "image" "../hud/score_panel_red_bg"
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_OtherTeamPickup"
- }
-} \ No newline at end of file