diff options
| author | CriticalFlaw <[email protected]> | 2016-10-17 09:50:12 -0600 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2016-10-17 09:50:12 -0600 |
| commit | d15015c514cd89ed05c9ff75b011c1a30e8c03f7 (patch) | |
| tree | 3604a8a475bbbb34948709b4d113018d2d39b61e /minmode/resource/ui/notifications | |
| parent | 148f2c60cdfc87a7ea05d6a3b1706bba06c01b48 (diff) | |
Removed redundant minmode files
A lot of the files are identical to the base rayshud files, so why
incldue them?
Diffstat (limited to 'minmode/resource/ui/notifications')
26 files changed, 0 insertions, 564 deletions
diff --git a/minmode/resource/ui/notifications/base_notification.res b/minmode/resource/ui/notifications/base_notification.res deleted file mode 100644 index a31690f..0000000 --- a/minmode/resource/ui/notifications/base_notification.res +++ /dev/null @@ -1,52 +0,0 @@ -"Resource/UI/notifications/base_notification.res"
-{
- "Notification_Background"
- {
- "ControlName" "CImagePanel"
- "fieldName" "Notification_Background"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "-1"
- "wide" "0"
- "tall" "0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "image" ""
- "scaleImage" "1"
- }
-
- "Notification_Icon"
- {
- "ControlName" "CIconPanel"
- "fieldName" "Notification_Icon"
- "xpos" "7"
- "ypos" "9"
- "wide" "20"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "icon" ""
- }
-
- "Notification_Label"
- {
- "ControlName" "CExLabel"
- "fieldName" "Notification_Label"
- "font" "Cerbetica16"
- "xpos" "30"
- "ypos" "9"
- "wide" "200"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "West"
- "dulltext" "0"
- "brighttext" "0"
- }
-}
\ No newline at end of file diff --git a/minmode/resource/ui/notifications/notification_manifest.txt b/minmode/resource/ui/notifications/notification_manifest.txt deleted file mode 100644 index 48a0074..0000000 --- a/minmode/resource/ui/notifications/notification_manifest.txt +++ /dev/null @@ -1,28 +0,0 @@ -notification_manifest
-{
- "file" "resource/UI/notifications/base_notification.res"
- "file" "resource/UI/notifications/notify_enemy_flag_captured_blue.res"
- "file" "resource/UI/notifications/notify_enemy_flag_captured_red.res"
- "file" "resource/UI/notifications/notify_enemy_flag_dropped_blue.res"
- "file" "resource/UI/notifications/notify_enemy_flag_dropped_red.res"
- "file" "resource/UI/notifications/notify_enemy_flag_returned_blue.res"
- "file" "resource/UI/notifications/notify_enemy_flag_returned_red.res"
- "file" "resource/UI/notifications/notify_enemy_flag_taken_blue.res"
- "file" "resource/UI/notifications/notify_enemy_flag_taken_red.res"
- "file" "resource/UI/notifications/notify_no_invuln_with_flag_blue.res"
- "file" "resource/UI/notifications/notify_no_invuln_with_flag_red.res"
- "file" "resource/UI/notifications/notify_no_tele_with_flag_blue.res"
- "file" "resource/UI/notifications/notify_no_tele_with_flag_red.res"
- "file" "resource/UI/notifications/notify_special.res"
- "file" "resource/UI/notifications/notify_touching_enemy_ctf_cap_blue.res"
- "file" "resource/UI/notifications/notify_touching_enemy_ctf_cap_red.res"
- "file" "resource/UI/notifications/notify_your_flag_captured_blue.res"
- "file" "resource/UI/notifications/notify_your_flag_captured_red.res"
- "file" "resource/UI/notifications/notify_your_flag_dropped_blue.res"
- "file" "resource/UI/notifications/notify_your_flag_dropped_red.res"
- "file" "resource/UI/notifications/notify_your_flag_returned_blue.res"
- "file" "resource/UI/notifications/notify_your_flag_returned_red.res"
- "file" "resource/UI/notifications/notify_your_flag_taken_blue.res"
- "file" "resource/UI/notifications/notify_your_flag_taken_red.res"
- "file" "resource/UI/notifications/notify_golden_wrench.res"
-}
diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_captured_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_captured_blue.res deleted file mode 100644 index 5fcf556..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_enemy_flag_captured_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_captured_red.res deleted file mode 100644 index 25badea..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_enemy_flag_dropped_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_dropped_blue.res deleted file mode 100644 index f8ed168..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_enemy_flag_dropped_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_dropped_red.res deleted file mode 100644 index 3a3e9fc..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_enemy_flag_returned_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_returned_blue.res deleted file mode 100644 index 2ee3671..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_enemy_flag_returned_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_returned_red.res deleted file mode 100644 index a63c402..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_enemy_flag_taken_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_taken_blue.res deleted file mode 100644 index 97a7947..0000000 --- a/minmode/resource/ui/notifications/notify_enemy_flag_taken_blue.res +++ /dev/null @@ -1,19 +0,0 @@ -#base "base_notification.res"
-
-"Resource/UI/notifications/notify_enemy_flag_taken_blue.res"
-{
- "Notification_Background"
- {
- "image" ""
- }
-
- "Notification_Icon"
- {
- "icon" "ico_notify_flag_moving"
- }
-
- "Notification_Label"
- {
- "labelText" "#TF_CTF_PlayerTeamPickup"
- }
-}
\ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_taken_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_taken_red.res deleted file mode 100644 index 7653197..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_golden_wrench.res b/minmode/resource/ui/notifications/notify_golden_wrench.res deleted file mode 100644 index df98c5c..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_no_invuln_with_flag_blue.res b/minmode/resource/ui/notifications/notify_no_invuln_with_flag_blue.res deleted file mode 100644 index aaec639..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_no_invuln_with_flag_red.res b/minmode/resource/ui/notifications/notify_no_invuln_with_flag_red.res deleted file mode 100644 index 9d0ed20..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_no_tele_with_flag_blue.res b/minmode/resource/ui/notifications/notify_no_tele_with_flag_blue.res deleted file mode 100644 index b7e1437..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_no_tele_with_flag_red.res b/minmode/resource/ui/notifications/notify_no_tele_with_flag_red.res deleted file mode 100644 index 33f09da..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_special.res b/minmode/resource/ui/notifications/notify_special.res deleted file mode 100644 index 6d8525e..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res b/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res deleted file mode 100644 index 6da942a..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res b/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res deleted file mode 100644 index 99a0646..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_captured_blue.res b/minmode/resource/ui/notifications/notify_your_flag_captured_blue.res deleted file mode 100644 index 5509943..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_captured_red.res b/minmode/resource/ui/notifications/notify_your_flag_captured_red.res deleted file mode 100644 index 659850f..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_dropped_blue.res b/minmode/resource/ui/notifications/notify_your_flag_dropped_blue.res deleted file mode 100644 index 85119f3..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_dropped_red.res b/minmode/resource/ui/notifications/notify_your_flag_dropped_red.res deleted file mode 100644 index c1b4ee7..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_returned_blue.res b/minmode/resource/ui/notifications/notify_your_flag_returned_blue.res deleted file mode 100644 index d99a1fc..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_returned_red.res b/minmode/resource/ui/notifications/notify_your_flag_returned_red.res deleted file mode 100644 index 5052bf8..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_taken_blue.res b/minmode/resource/ui/notifications/notify_your_flag_taken_blue.res deleted file mode 100644 index c9fbb28..0000000 --- a/minmode/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/minmode/resource/ui/notifications/notify_your_flag_taken_red.res b/minmode/resource/ui/notifications/notify_your_flag_taken_red.res deleted file mode 100644 index 5a1083d..0000000 --- a/minmode/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 |
