-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
120a13b
commit 289c8fc
Showing
10 changed files
with
406 additions
and
533 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[Settings] | ||
NumFields=4 | ||
|
||
[Field 1] | ||
Type=Label | ||
Top=0 | ||
Left=0 | ||
Right=300 | ||
Bottom=70 | ||
Text=Setup will download the distribution files used to install nQuake to the following folder. To download to a different folder, click Browse and select another folder. Click Next to continue. | ||
|
||
[Field 2] | ||
Type=GroupBox | ||
Top=70 | ||
Left=0 | ||
Right=300 | ||
Bottom=105 | ||
Text=Download Folder | ||
|
||
[Field 3] | ||
Type=DirRequest | ||
Top=84 | ||
Left=10 | ||
Right=290 | ||
Bottom=97 | ||
State=C:\nquake-distfiles | ||
|
||
[Field 4] | ||
Type=CheckBox | ||
Top=118 | ||
Left=0 | ||
Right=290 | ||
Bottom=140 | ||
Text=Download updated versions of locally stored distribution files. | ||
State=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[Settings] | ||
NumFields=4 | ||
|
||
[Field 1] | ||
Type=Label | ||
Top=0 | ||
Left=0 | ||
Right=300 | ||
Bottom=70 | ||
Text=The full version of Quake is not included in this package. To install the full version, you need to locate pak1.pak from your original Quake installation. Click Browse to locate pak1.pak. Click Next to continue. | ||
|
||
[Field 2] | ||
Type=GroupBox | ||
Top=70 | ||
Left=0 | ||
Right=300 | ||
Bottom=105 | ||
Text=Pak1.pak | ||
|
||
[Field 3] | ||
Type=FileRequest | ||
Top=84 | ||
Left=8 | ||
Right=290 | ||
Bottom=97 | ||
Filter=Quake Full Version Data (pak1.pak)|pak1.pak | ||
State= | ||
|
||
[Field 4] | ||
Type=Link | ||
Top=123 | ||
Left=0 | ||
Right=290 | ||
Bottom=140 | ||
Text=Lost your Quake CD? | ||
State=http://www.google.com/search?q=pak1.pak+%22Index+of%22+33M |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[Settings] | ||
NumFields=2 | ||
|
||
[Field 1] | ||
Type=Label | ||
Top=0 | ||
Left=0 | ||
Right=300 | ||
Bottom=70 | ||
Text=By default, setup will keep the downloaded distribution files for the sake of offline installations and slow internet connections. To instead have setup remove them, uncheck the checkbox below. Click Next to continue. | ||
|
||
[Field 2] | ||
Type=CheckBox | ||
Top=86 | ||
Left=0 | ||
Right=300 | ||
Bottom=96 | ||
Text=Keep the distribution files for later use. | ||
State=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[Settings] | ||
NumFields=3 | ||
|
||
[Field 1] | ||
Type=Label | ||
Top=0 | ||
Left=0 | ||
Right=300 | ||
Bottom=70 | ||
Text=Setup will use the following mirror to download and install nQuake. To use a different mirror, select it from the drop-down menu. Click Next to continue. | ||
|
||
[Field 2] | ||
Type=GroupBox | ||
Top=70 | ||
Left=0 | ||
Right=300 | ||
Bottom=105 | ||
Text=Download Mirror | ||
|
||
[Field 3] | ||
Type=DropList | ||
ListItems=a|b|c | ||
Top=84 | ||
Left=10 | ||
Right=290 | ||
Bottom=3000 | ||
State=a |
Oops, something went wrong.