Skip to content

Commit 66e2908

Browse files
Update URLs and restructure repository structure.
This also moves the nquake.ini from sourceforge to github(!)
1 parent b2db597 commit 66e2908

29 files changed

+71
-289
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
*.exe
1+
src/*.exe
22
changelog.txt

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ nQuake for Windows
55

66
To compile an nQuake installer, follow these steps:
77

8-
1) Download NSIS (http://nsis.sourceforge.net/) - version 2.46 or v3.0+ doesn't matter.
9-
2) Copy/move the Plugins and Include folders to C:\Program Files (x86)\NSIS\.
10-
3) * For NSIS v3.0+ you need to move the plugins (.dll files) to the "x86-ansi" subfolder of "Plugins".
11-
3) Right-click the nquake-installer_source.nsi file and open with makensisw.exe.
8+
1) Download NSIS (http://nsis.sourceforge.net/) - version 2.x or v3.0+ doesn't matter.<br>
9+
2) Copy/move the folders in the `include` folder to `C:\Program Files (x86)\NSIS\`.<br>
10+
* For NSIS v3.0+ you need to move the plugins (.dll files) to the "x86-ansi" subfolder of "Plugins".*<br>
11+
3) Right-click the `nquake-installer_source.nsi` file and open with makensisw.exe.<br>
1212

13-
Tips:
14-
* Most of the code resides in nquake-installer_source.nsi but some code that is used often can be found in nquake-macros.nsh.
15-
* Edit the contents of the installer pages in the .ini files and their functions in the installer source file (e.g. Function DOWNLOAD for the download page).
13+
Tips:<br>
14+
* Most of the code resides in `nquake-installer_source.nsi` but some code that is used often can be found in `nquake-macros.nsh`.<br>
15+
* Edit the contents of the installer pages in the .ini files and their functions in the installer source file (e.g. Function DOWNLOAD for the download page).<br>
1616

1717
If you decide to fork nQuake into your own installer, I would love to get some credit, but since this is GPL I can't force you :)
1818

1919
-
20-
2014-03-16
20+
2016-07-01

changelog.txt

-270
This file was deleted.

etc/nquake.ini

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[distfile_sizes]
2+
addon-fortress.zip=8327
3+
addon-clanarena.zip=13544
4+
addon-textures.zip=423501
5+
gpl.zip=18847
6+
linux.zip=7700
7+
macosx.zip=3244
8+
non-gpl.zip=54257
9+
qsw106.zip=8833
10+
textures.zip=19583
11+
sv-bin-win32.zip=764
12+
sv-win32.zip=0
13+
sv-ca.zip=356
14+
sv-configs.zip=19
15+
sv-ffa.zip=2
16+
sv-fortress.zip=33653
17+
sv-gpl.zip=3898
18+
sv-maps.zip=39310
19+
sv-maps-gpl.zip=3073
20+
sv-non-gpl.zip=39794
21+
[distfile_dates]
22+
addon-fortress.zip=20131010111214
23+
addon-clanarena.zip=20131012151842
24+
addon-textures.zip=20140317151445
25+
gpl.zip=20130227094034
26+
linux.zip=20121229170125
27+
macosx.zip=20121229170105
28+
non-gpl.zip=20140316110747
29+
qsw106.zip=20071225211202
30+
textures.zip=20131012083123
31+
sv-bin-win32.zip=20130805161743
32+
sv-win32.zip=20130820174504
33+
sv-ca.zip=20131007220612
34+
sv-configs.zip=20130327181527
35+
sv-ffa.zip=20120829184725
36+
sv-fortress.zip=20131007221725
37+
sv-gpl.zip=20140528115200
38+
sv-maps.zip=20130903150351
39+
sv-maps-gpl.zip=20121231124438
40+
sv-non-gpl.zip=20130327181604
41+
[mirror_addresses]
42+
1=http://quakeservers.nquake.com
43+
2=http://fnu.nquake.com
44+
[mirror_descriptions]
45+
1="quakeservers.net (100 Mbit in Duesseldorf, Germany)"
46+
2="fnu.nu (100 Mbit/s in Uppsala, Sweden)"
47+
[versions]
48+
windows=2.8
49+
linux=2.2
50+
macosx=2.1
51+
server=1.6
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

addons.ini src/addons.ini

File renamed without changes.
File renamed without changes.

config.ini src/config.ini

File renamed without changes.

download.ini src/download.ini

File renamed without changes.

errors.ini src/errors.ini

File renamed without changes.

gnu.txt src/gnu.txt

File renamed without changes.

license.txt src/license.txt

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)