5 <!-- Please remember to increment the build number for each package
6 when releasing a new stable version, particularly if there are
7 also release candidates sharing the major/minor versions:
9 e.g., 0\7\1\16279 for 0.7.1-RC1,
10 0\7\1\16365 for 0.7.1-RC2,
11 0\7\1\16540 for 0.7.1 final
15 PACKAGEID="OpenTTD\OpenTTD\OpenTTD\1\0\0\18862"
16 TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
21 >OpenTTD is an open source transport simulation game</PCK>
24 PACKAGEID="OpenTTD\OpenTTD\Downloader\1\0\0\18862"
25 TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
27 TITLE="Download tools"
30 >Tools required for downloading the OpenGFX/SFX packs</PCK>
33 PACKAGEID="OpenTTD\OpenTTD\OpenGFX\1\0\0\18862"
34 TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
39 EXECUTE="$(3)\download_opengfx.cmd | $(1) $(/1)"
40 DEEXECUTE="$(3)\remove_opengfx.cmd | $(1) $(/1)"
42 >Downloads the OpenGFX graphics pack for OpenTTD</PCK>
45 PACKAGEID="OpenTTD\OpenTTD\OpenSFX\1\0\0\18862"
46 TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
51 EXECUTE="$(4)\download_opensfx.cmd | $(1) $(/1)"
52 DEEXECUTE="$(4)\remove_opensfx.cmd | $(1) $(/1)"
54 >Downloads the OpenSFX sound effects pack for OpenTTD</PCK>
57 PACKAGEID="OpenTTD\OpenTTD\NoSound\1\0\0\18862"
58 TARGET="$(WARPIN_DEFAULTAPPSPATH)\OpenTTD"
63 EXECUTE="$(5)\download_nosound.cmd | $(1) $(/1)"
64 DEEXECUTE="$(5)\remove_nosound.cmd | $(1) $(/1)"
66 >Downloads the NoSound pack for OpenTTD, to disable sound effects</PCK>
71 <!-- page 1: introductory page -->
72 <PAGE INDEX="1" TYPE="README">
73 <NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
74 <README EXTRACTFROMPCK="1">README.TXT</README>
75 <TEXT>Welcome to the OpenTTD installer. This program will install OpenTTD 1.0 on your system. Before we begin the installation process, please take a moment to read the following document.
77 Select "Next" to continue, or "Cancel" to abort installation.</TEXT>
80 <!-- page 2: licence page -->
81 <PAGE INDEX="2" TYPE="README">
82 <NEXTBUTTON TARGET=3>~Next</NEXTBUTTON>
83 <README EXTRACTFROMPCK="1">COPYING</README>
84 <TEXT>OpenTTD is licenced under the GNU General Public License. The text of the licence is below.
86 Select "Next" if you agree to this licence.
87 Select "Cancel" to abort installation.</TEXT>
90 <!-- The TYPE=CONTAINER will list the packages which can be installed. -->
91 <PAGE INDEX="3" TYPE="CONTAINER">
92 <NEXTBUTTON TARGET="4">~Next</NEXTBUTTON>
93 <TEXT>On this page, you may choose which components to install. If you don't own Transport Tycoon Deluxe, you will need to download OpenGFX (3MiB) and OpenSFX (10MiB).</TEXT>
96 <!-- Display another TEXT page to inform the user
97 that installation will begin. We use the TARGET=0
98 with the NEXTBUTTON tag which starts installation. -->
100 <PAGE INDEX="4" TYPE="TEXT">
101 <NEXTBUTTON TARGET="0">I~nstall</NEXTBUTTON>
103 Press "Install" to begin installing OpenTTD.</TEXT>