Modified the text inside "Install Required" dialogs to be consistent across all mods
This commit is contained in:
@@ -37,7 +37,7 @@ Container@INSTALL_PANEL:
|
||||
Font: BigBold
|
||||
Contrast: true
|
||||
Align: Center
|
||||
Text: Install Game Content
|
||||
Text: Install Required
|
||||
Background@bg:
|
||||
Width: 640
|
||||
Height: 150
|
||||
@@ -50,10 +50,10 @@ Container@INSTALL_PANEL:
|
||||
ImageName: install
|
||||
Label@INFO:
|
||||
X: 170
|
||||
Y: 35
|
||||
Y: 50
|
||||
Width: PARENT_RIGHT-30
|
||||
Height: 25
|
||||
Text: OpenRA requires the original C&C content files.
|
||||
Text: OpenRA requires the original Command & Conquer game content.
|
||||
Font: Bold
|
||||
Label@INFO2:
|
||||
X: 170
|
||||
@@ -61,7 +61,7 @@ Container@INSTALL_PANEL:
|
||||
Width: PARENT_RIGHT-185
|
||||
Height: 25
|
||||
WordWrap: true
|
||||
Text: OpenRA can download these files (excluding music and videos) from the internet, or you can install from the original C&C CDs.
|
||||
Text: Content can be downloaded, or copied from the install CD.
|
||||
Font: Bold
|
||||
Button@BACK_BUTTON:
|
||||
Y: 149
|
||||
@@ -128,10 +128,10 @@ Container@INSTALL_FROMCD_PANEL:
|
||||
Children:
|
||||
Label@INFO:
|
||||
X: 170
|
||||
Y: 35
|
||||
Y: 50
|
||||
Width: PARENT_RIGHT-30
|
||||
Height: 25
|
||||
Text: Disk not found
|
||||
Text: Disk not found.
|
||||
Font: Bold
|
||||
Label@INFO2:
|
||||
X: 170
|
||||
@@ -168,7 +168,7 @@ Container@INSTALL_DOWNLOAD_PANEL:
|
||||
Font: BigBold
|
||||
Contrast: true
|
||||
Align: Center
|
||||
Text: Downloading Content
|
||||
Text: Downloading Command & Conquer Content
|
||||
Background@bg:
|
||||
Width: 640
|
||||
Height: 150
|
||||
|
||||
@@ -2,37 +2,30 @@ Background@INSTALL_PANEL:
|
||||
Logic: InstallLogic
|
||||
X: (WINDOW_RIGHT - WIDTH)/2
|
||||
Y: (WINDOW_BOTTOM - HEIGHT)/2
|
||||
Width: 630
|
||||
Height: 200
|
||||
Width: 500
|
||||
Height: 160
|
||||
Children:
|
||||
Label@TITLE:
|
||||
X: 0
|
||||
Y: 20
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: Content files missing
|
||||
Text: Install Required
|
||||
Align: Center
|
||||
Font: Bold
|
||||
Label@WELCOME:
|
||||
Label@DESC1:
|
||||
X: 0
|
||||
Y: 50
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: This is the work in progress Dune 2000 mod. It requires the original game files.
|
||||
Text: OpenRA requires the original Dune 2000 game content.
|
||||
Align: Center
|
||||
Label@DOWNLOAD:
|
||||
Label@DESC2:
|
||||
X: 0
|
||||
Y: 90
|
||||
Y: 70
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: The easiest way is to simply click "Download" to fetch a minimal subset to get started.
|
||||
Align: Center
|
||||
Label@VIA_CD:
|
||||
X: 0
|
||||
Y: 110
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: Insert your Dune 2000 CD and click "From CD" to copy game assets including music and videos.
|
||||
Text: Content can be downloaded, or copied from the install CD.
|
||||
Align: Center
|
||||
Button@DOWNLOAD_BUTTON:
|
||||
X: 20
|
||||
@@ -46,7 +39,7 @@ Background@INSTALL_PANEL:
|
||||
Y: PARENT_BOTTOM - 45
|
||||
Width: 110
|
||||
Height: 25
|
||||
Text: From CD
|
||||
Text: Use CD
|
||||
Font: Bold
|
||||
Button@BACK_BUTTON:
|
||||
X: PARENT_RIGHT - 130
|
||||
@@ -112,7 +105,7 @@ Background@INSTALL_FROMCD_PANEL:
|
||||
Y: 20
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: Installing Game Assets from CD
|
||||
Text: Installing from CD
|
||||
Align: Center
|
||||
Font: Bold
|
||||
Container@INSTALLING:
|
||||
@@ -146,7 +139,7 @@ Background@INSTALL_FROMCD_PANEL:
|
||||
Y: 70
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: Please insert the Dune 2000 install CDs then click Retry.
|
||||
Text: Please insert the Dune 2000 install CD then click Retry.
|
||||
Align: Center
|
||||
Button@RETRY_BUTTON:
|
||||
X: PARENT_RIGHT - 280
|
||||
|
||||
@@ -154,7 +154,7 @@ Background@INSTALL_FROMCD_PANEL:
|
||||
Y: PARENT_BOTTOM - 45
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Cancel
|
||||
Text: Back
|
||||
Font: Bold
|
||||
Key: escape
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ Background@INSTALL_FROMCD_PANEL:
|
||||
Y: PARENT_BOTTOM - 45
|
||||
Width: 120
|
||||
Height: 25
|
||||
Text: Cancel
|
||||
Text: Back
|
||||
Font: Bold
|
||||
Key: escape
|
||||
|
||||
|
||||
Reference in New Issue
Block a user