diff --git a/mods/cnc/chrome.yaml b/mods/cnc/chrome.yaml index aa3a7c67e6..7b910d144a 100644 --- a/mods/cnc/chrome.yaml +++ b/mods/cnc/chrome.yaml @@ -5,7 +5,6 @@ shellmapbits: chrome.png record: 288,16,16,16 logos: chrome.png - install:128,0,128,128 eva:256,64,128,64 nod-load:0,256,256,256 gdi-load:256,256,256,256 diff --git a/mods/cnc/chrome/install.yaml b/mods/cnc/chrome/install.yaml deleted file mode 100644 index f736e70c95..0000000000 --- a/mods/cnc/chrome/install.yaml +++ /dev/null @@ -1,207 +0,0 @@ -Container@INSTALL_BACKGROUND: - Width: WINDOW_RIGHT - Height: WINDOW_BOTTOM - Children: - Image@NOD: - X: WINDOW_RIGHT/2-384 - Y: (WINDOW_BOTTOM-256)/2 - ImageCollection: logos - ImageName: nod-load - Image@GDI: - X: WINDOW_RIGHT/2+128 - Y: (WINDOW_BOTTOM-256)/2 - ImageCollection: logos - ImageName: gdi-load - Image@EVA: - X: WINDOW_RIGHT-128-43 - Y: 43 - Width: 128 - Height: 64 - ImageCollection: logos - ImageName: eva - Background: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Background: shellmapborder - -Container@INSTALL_PANEL: - Logic: InstallLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - 150)/2 - Width: 640 - Height: 150 - Children: - Label@TITLE: - Width: PARENT_RIGHT - Y: 0-25 - Font: BigBold - Contrast: true - Align: Center - Text: Install Required - Background@bg: - Width: 640 - Height: 150 - Background: panel-black - Children: - Image@INSTALL: - X: 11 - Y: 11 - ImageCollection: logos - ImageName: install - Label@INFO: - X: 170 - Y: 50 - Width: PARENT_RIGHT-30 - Height: 25 - Text: OpenRA requires the original Command & Conquer game content. - Font: Bold - Label@INFO2: - X: 170 - Y: 70 - Width: PARENT_RIGHT-185 - Height: 25 - WordWrap: true - Text: Content can be downloaded, or copied from the install CD. - Font: Bold - Button@BACK_BUTTON: - Y: 149 - Width: 140 - Height: 35 - Text: Back - Button@DOWNLOAD_BUTTON: - X: 350 - Y: 149 - Width: 140 - Height: 35 - Text: Download - Button@INSTALL_BUTTON: - X: 500 - Y: 149 - Width: 140 - Height: 35 - Text: Use CD - -Container@INSTALL_FROMCD_PANEL: - Logic: InstallFromCDLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - 150)/2 - Width: 640 - Height: 150 - Children: - Label@TITLE: - Width: PARENT_RIGHT - Y: 0-25 - Font: BigBold - Contrast: true - Align: Center - Text: Installing from CD - Background@bg: - Width: 640 - Height: 150 - Background: panel-black - Children: - Image@INSTALL: - X: 11 - Y: 11 - ImageCollection: logos - ImageName: install - Container@INSTALLING: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - ProgressBar@PROGRESS_BAR: - X: 170 - Y: 45 - Width: PARENT_RIGHT - 185 - Height: 35 - Label@STATUS_LABEL: - X: 170 - Y: 85 - Width: PARENT_RIGHT - 185 - Height: 25 - Align: Left - Container@INSERT_DISK: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - Label@INFO: - X: 170 - Y: 50 - Width: PARENT_RIGHT-30 - Height: 25 - Text: Disk not found. - Font: Bold - Label@INFO2: - X: 170 - Y: 70 - Width: PARENT_RIGHT-185 - Height: 25 - WordWrap: true - Text: Please insert one of the Command & Conquer install CDs then click Retry. - Font: Bold - Button@BACK_BUTTON: - Key: escape - Y: 149 - Width: 140 - Height: 35 - Text: Back - Button@RETRY_BUTTON: - Key: return - X: 500 - Y: 149 - Width: 140 - Height: 35 - Text: Retry - -Container@INSTALL_DOWNLOAD_PANEL: - Logic: DownloadPackagesLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - 150)/2 - Width: 640 - Height: 150 - Children: - Label@TITLE: - Width: PARENT_RIGHT - Y: 0-25 - Font: BigBold - Contrast: true - Align: Center - Text: Downloading Command & Conquer Content - Background@bg: - Width: 640 - Height: 150 - Background: panel-black - Children: - Image@INSTALL: - X: 11 - Y: 11 - ImageCollection: logos - ImageName: install - ProgressBar@PROGRESS_BAR: - X: 170 - Y: 45 - Width: PARENT_RIGHT - 185 - Height: 35 - Label@STATUS_LABEL: - X: 170 - Y: 85 - Width: PARENT_RIGHT - 185 - Height: 25 - Align: Left - Text: Initialising... - Button@CANCEL_BUTTON: - Key: escape - Y: 149 - Width: 140 - Height: 35 - Text: Cancel - Button@RETRY_BUTTON: - Key: return - X: 500 - Y: 149 - Width: 140 - Height: 35 - Text: Retry - diff --git a/mods/cnc/mod.yaml b/mods/cnc/mod.yaml index 85a197c2a4..5502db68f9 100644 --- a/mods/cnc/mod.yaml +++ b/mods/cnc/mod.yaml @@ -89,7 +89,6 @@ Assemblies: ./mods/cnc/OpenRA.Mods.Cnc.dll ChromeLayout: - ./mods/cnc/chrome/install.yaml ./mods/cnc/chrome/mainmenu.yaml ./mods/cnc/chrome/serverbrowser.yaml ./mods/cnc/chrome/createserver.yaml diff --git a/mods/d2k/chrome/install.yaml b/mods/d2k/chrome/install.yaml deleted file mode 100644 index e60d023c9a..0000000000 --- a/mods/d2k/chrome/install.yaml +++ /dev/null @@ -1,160 +0,0 @@ -Background@INSTALL_PANEL: - Logic: InstallLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Install Required - Align: Center - Font: Bold - Label@DESC1: - X: 0 - Y: 50 - Width: PARENT_RIGHT - Height: 25 - Text: OpenRA requires the original Dune 2000 game content. - Align: Center - Label@DESC2: - X: 0 - Y: 70 - Width: PARENT_RIGHT - Height: 25 - Text: Content can be downloaded, or copied from the install CD. - Align: Center - Button@DOWNLOAD_BUTTON: - X: 20 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Download - Font: Bold - Button@INSTALL_BUTTON: - X: 140 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Use CD - Font: Bold - Button@BACK_BUTTON: - X: PARENT_RIGHT - 130 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Back - Font: Bold - -Background@INSTALL_DOWNLOAD_PANEL: - Logic: DownloadPackagesLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Downloading Dune 2000 Content - Align: Center - Font: Bold - ProgressBar@PROGRESS_BAR: - X: 50 - Y: 55 - Width: PARENT_RIGHT - 100 - Height: 25 - Label@STATUS_LABEL: - X: 50 - Y: 80 - Width: PARENT_RIGHT - 100 - Height: 25 - Align: Left - Button@RETRY_BUTTON: - X: PARENT_RIGHT - 280 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Visible: false - Text: Retry - Font: Bold - Key: return - Button@CANCEL_BUTTON: - X: PARENT_RIGHT - 140 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Cancel - Font: Bold - Key: escape - -Background@INSTALL_FROMCD_PANEL: - Logic: InstallFromCDLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Installing from CD - Align: Center - Font: Bold - Container@INSTALLING: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - ProgressBar@PROGRESS_BAR: - X: 50 - Y: 55 - Width: PARENT_RIGHT - 100 - Height: 25 - Label@STATUS_LABEL: - X: 50 - Y: 80 - Width: PARENT_RIGHT - 100 - Height: 25 - Align: Left - Container@INSERT_DISK: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - Label@INFO: - Y: 50 - Width: PARENT_RIGHT - Height: 25 - Text: Disk not found. - Align: Center - Label@INFO2: - Y: 70 - Width: PARENT_RIGHT - Height: 25 - Text: Please insert the Dune 2000 install CD then click Retry. - Align: Center - Button@RETRY_BUTTON: - X: PARENT_RIGHT - 280 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Retry - Font: Bold - Key: return - Button@BACK_BUTTON: - X: PARENT_RIGHT - 140 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Back - Font: Bold - Key: escape - diff --git a/mods/d2k/mod.yaml b/mods/d2k/mod.yaml index 6cbaaca57b..e56af97479 100644 --- a/mods/d2k/mod.yaml +++ b/mods/d2k/mod.yaml @@ -64,7 +64,6 @@ Assemblies: ./mods/d2k/OpenRA.Mods.D2k.dll ChromeLayout: - ./mods/d2k/chrome/install.yaml ./mods/d2k/chrome/ingame.yaml ./mods/ra/chrome/ingame-chat.yaml ./mods/ra/chrome/ingame-diplomacy.yaml diff --git a/mods/ra/chrome/install.yaml b/mods/ra/chrome/install.yaml deleted file mode 100644 index db695c4e6c..0000000000 --- a/mods/ra/chrome/install.yaml +++ /dev/null @@ -1,160 +0,0 @@ -Background@INSTALL_PANEL: - Logic: InstallLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Install Required - Align: Center - Font: Bold - Label@DESC1: - X: 0 - Y: 50 - Width: PARENT_RIGHT - Height: 25 - Text: OpenRA requires the original Red Alert game content. - Align: Center - Label@DESC2: - X: 0 - Y: 70 - Width: PARENT_RIGHT - Height: 25 - Text: Content can be downloaded, or copied from the install CD. - Align: Center - Button@DOWNLOAD_BUTTON: - X: 20 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Download - Font: Bold - Button@INSTALL_BUTTON: - X: 140 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Use CD - Font: Bold - Button@BACK_BUTTON: - X: PARENT_RIGHT - 130 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Back - Font: Bold - -Background@INSTALL_DOWNLOAD_PANEL: - Logic: DownloadPackagesLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Downloading Red Alert Content - Align: Center - Font: Bold - ProgressBar@PROGRESS_BAR: - X: 50 - Y: 55 - Width: PARENT_RIGHT - 100 - Height: 25 - Label@STATUS_LABEL: - X: 50 - Y: 80 - Width: PARENT_RIGHT - 100 - Height: 25 - Align: Left - Button@RETRY_BUTTON: - X: PARENT_RIGHT - 280 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Visible: false - Text: Retry - Font: Bold - Key: return - Button@CANCEL_BUTTON: - X: PARENT_RIGHT - 140 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Cancel - Font: Bold - Key: escape - -Background@INSTALL_FROMCD_PANEL: - Logic: InstallFromCDLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Installing from CD - Align: Center - Font: Bold - Container@INSTALLING: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - ProgressBar@PROGRESS_BAR: - X: 50 - Y: 55 - Width: PARENT_RIGHT - 100 - Height: 25 - Label@STATUS_LABEL: - X: 50 - Y: 80 - Width: PARENT_RIGHT - 100 - Height: 25 - Align: Left - Container@INSERT_DISK: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - Label@INFO: - Y: 50 - Width: PARENT_RIGHT - Height: 25 - Text: Disk not found. - Align: Center - Label@INFO2: - Y: 70 - Width: PARENT_RIGHT - Height: 25 - Text: Please insert one of the Red Alert install CDs then click Retry. - Align: Center - Button@RETRY_BUTTON: - X: PARENT_RIGHT - 280 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Retry - Font: Bold - Key: return - Button@BACK_BUTTON: - X: PARENT_RIGHT - 140 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Back - Font: Bold - Key: escape - diff --git a/mods/ra/mod.yaml b/mods/ra/mod.yaml index 3a1495b227..d3b8970280 100644 --- a/mods/ra/mod.yaml +++ b/mods/ra/mod.yaml @@ -77,7 +77,6 @@ Assemblies: ./mods/cnc/OpenRA.Mods.Cnc.dll ChromeLayout: - ./mods/ra/chrome/install.yaml ./mods/ra/chrome/ingame.yaml ./mods/ra/chrome/ingame-chat.yaml ./mods/ra/chrome/ingame-diplomacy.yaml diff --git a/mods/ts/chrome/install.yaml b/mods/ts/chrome/install.yaml deleted file mode 100644 index dd7fa244bd..0000000000 --- a/mods/ts/chrome/install.yaml +++ /dev/null @@ -1,160 +0,0 @@ -Background@INSTALL_PANEL: - Logic: InstallLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Install Required - Align: Center - Font: Bold - Label@DESC1: - X: 0 - Y: 50 - Width: PARENT_RIGHT - Height: 25 - Text: OpenRA requires the original Tiberian Sun game content. - Align: Center - Label@DESC2: - X: 0 - Y: 70 - Width: PARENT_RIGHT - Height: 25 - Text: Content can be downloaded, or copied from the install CD. - Align: Center - Button@DOWNLOAD_BUTTON: - X: 20 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Download - Font: Bold - Button@INSTALL_BUTTON: - X: 140 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Use CD - Font: Bold - Button@BACK_BUTTON: - X: PARENT_RIGHT - 130 - Y: PARENT_BOTTOM - 45 - Width: 110 - Height: 25 - Text: Back - Font: Bold - -Background@INSTALL_DOWNLOAD_PANEL: - Logic: DownloadPackagesLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Downloading Tiberian Sun Content - Align: Center - Font: Bold - ProgressBar@PROGRESS_BAR: - X: 50 - Y: 55 - Width: PARENT_RIGHT - 100 - Height: 25 - Label@STATUS_LABEL: - X: 50 - Y: 80 - Width: PARENT_RIGHT - 100 - Height: 25 - Align: Left - Button@RETRY_BUTTON: - X: PARENT_RIGHT - 280 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Visible: false - Text: Retry - Font: Bold - Key: return - Button@CANCEL_BUTTON: - X: PARENT_RIGHT - 140 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Cancel - Font: Bold - Key: escape - -Background@INSTALL_FROMCD_PANEL: - Logic: InstallFromCDLogic - X: (WINDOW_RIGHT - WIDTH)/2 - Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 500 - Height: 160 - Children: - Label@TITLE: - X: 0 - Y: 20 - Width: PARENT_RIGHT - Height: 25 - Text: Installing from CD - Align: Center - Font: Bold - Container@INSTALLING: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - ProgressBar@PROGRESS_BAR: - X: 50 - Y: 55 - Width: PARENT_RIGHT - 100 - Height: 25 - Label@STATUS_LABEL: - X: 50 - Y: 80 - Width: PARENT_RIGHT - 100 - Height: 25 - Align: Left - Container@INSERT_DISK: - Width: PARENT_RIGHT - Height: PARENT_BOTTOM - Visible: false - Children: - Label@INFO: - Y: 50 - Width: PARENT_RIGHT - Height: 25 - Text: Disk not found. - Align: Center - Label@INFO2: - Y: 70 - Width: PARENT_RIGHT - Height: 25 - Text: Please insert one of the Tiberian Sun install CDs then click Retry. - Align: Center - Button@RETRY_BUTTON: - X: PARENT_RIGHT - 280 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Retry - Font: Bold - Key: return - Button@BACK_BUTTON: - X: PARENT_RIGHT - 140 - Y: PARENT_BOTTOM - 45 - Width: 120 - Height: 25 - Text: Back - Font: Bold - Key: escape - diff --git a/mods/ts/mod.yaml b/mods/ts/mod.yaml index 64e30242ef..aa5f572363 100644 --- a/mods/ts/mod.yaml +++ b/mods/ts/mod.yaml @@ -131,7 +131,6 @@ Assemblies: ./mods/ts/OpenRA.Mods.TS.dll ChromeLayout: - ./mods/ts/chrome/install.yaml ./mods/ra/chrome/ingame.yaml ./mods/ra/chrome/ingame-chat.yaml ./mods/ra/chrome/ingame-diplomacy.yaml