rename gameinit to install for consistency
This commit is contained in:
167
mods/d2k/chrome/install.yaml
Normal file
167
mods/d2k/chrome/install.yaml
Normal file
@@ -0,0 +1,167 @@
|
||||
Background@INSTALL_PANEL:
|
||||
Logic: InstallLogic
|
||||
X: (WINDOW_RIGHT - WIDTH)/2
|
||||
Y: (WINDOW_BOTTOM - HEIGHT)/2
|
||||
Width: 630
|
||||
Height: 200
|
||||
Children:
|
||||
Label@TITLE:
|
||||
X: 0
|
||||
Y: 20
|
||||
Width: PARENT_RIGHT
|
||||
Height: 25
|
||||
Text: Content files missing
|
||||
Align: Center
|
||||
Font: Bold
|
||||
Label@WELCOME:
|
||||
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.
|
||||
Align: Center
|
||||
Label@DOWNLOAD:
|
||||
X: 0
|
||||
Y: 90
|
||||
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: Put in your Dune 2000 CD and click "From CD" to extract game assets including music.
|
||||
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: From 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 Game Assets 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 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
|
||||
|
||||
Reference in New Issue
Block a user