View | Details | Raw Unified | Return to bug 117536
Collapse All | Expand All

(-)/usr/ports/games/linux-ut/Makefile (-19 / +141 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	linux-ut
8
PORTNAME=	linux-ut
9
PORTVERSION=	451
9
PORTVERSION=	${UTVERSION}
10
PORTEPOCH=	1
10
CATEGORIES=	games linux
11
CATEGORIES=	games linux
11
MASTER_SITES=	http://liflg.0wnitsch.de/files/final/:p436 \
12
MASTER_SITES=	http://liflg.0wnitsch.de/files/final/:p436 \
12
		http://www.utpg.org/patches/:p451
13
		http://www.utpg.org/patches/:p451
Lines 14-20 Link Here
14
		${PATCH451FILES}
15
		${PATCH451FILES}
15
DIST_SUBDIR=	${PORTNAME}
16
DIST_SUBDIR=	${PORTNAME}
16
17
17
MAINTAINER=	sean-freebsd@farley.org
18
MAINTAINER=	scf@FreeBSD.org
18
COMMENT=	Unreal Tournament for Linux
19
COMMENT=	Unreal Tournament for Linux
19
20
20
RUN_DEPENDS=	${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
21
RUN_DEPENDS=	${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
Lines 26-43 Link Here
26
NO_PACKAGE=	Distribution is 340MB; set FORCE_PACKAGE if you really want\
27
NO_PACKAGE=	Distribution is 340MB; set FORCE_PACKAGE if you really want\
27
		to build this package
28
		to build this package
28
RESTRICTED=	Redistribution is limited, see license
29
RESTRICTED=	Redistribution is limited, see license
29
IS_INTERACTIVE=	yes
30
WRKSRC=		${WRKDIR}/${PKGNAME}
30
WRKSRC=		${WRKDIR}/${PKGNAME}
31
31
32
# Patch files.
32
PATCH436FILES=	unreal.tournament_436-multilanguage.run:p436 \
33
PATCH436FILES=	unreal.tournament_436-multilanguage.run:p436 \
33
		unreal.tournament.official.bonus.pack.collection.run:p436
34
		unreal.tournament.official.bonus.pack.collection.run:p436
35
.if defined(WITH_451PATCH)
34
PATCH451FILES=	UTPGPatch451.tar.bz2:p451
36
PATCH451FILES=	UTPGPatch451.tar.bz2:p451
37
UTVERSION=	451
38
PLIST_SUB+=	451PATCH=""
39
.else
40
PATCH451FILES=	# Empty
41
UTVERSION=	436
42
PLIST_SUB+=	451PATCH="@comment "
43
.endif
44
45
CDDIRS=		Help Logs Maps Music Sounds System Textures Web
46
47
# Anthology install.
48
.if exists(${CDROM_MOUNT}/Disk1/data1.cab)
49
ANTHOLOGY=	yes
50
RELEASE_MSG=	"Unreal Anthology"
51
CDDIRS+=	Manual
52
BUILD_DEPENDS+=	${LOCALBASE}/bin/unshield:${PORTSDIR}/archivers/unshield
53
UNSHIELD=	${LOCALBASE}/bin/unshield
54
PLIST_SUB+=	ANTHOLOGY="" ORIGINAL="@comment "
55
.else
56
RELEASE_MSG=	"original/GOTY"
57
PLIST_SUB+=	ANTHOLOGY="@comment " ORIGINAL=""
58
.endif
59
60
# Maps.
61
.if defined(WITHOUT_MAPS)
62
PLIST_SUB+=	MAPS="@comment "
63
MAPS_EXCLUDE=	--exclude 'AS*' --exclude 'CTF*' --exclude 'DM*'\
64
		--exclude 'DOM*' --exclude 'EOL*'
65
.else
66
PLIST_SUB+=	MAPS=""
67
MAPS_EXCLUDE=	# Empty
68
.endif
35
69
36
do-extract:
70
do-extract:
71
	@${CAT} ${PKGMESSAGE}
37
	@${MKDIR} ${WRKSRC}
72
	@${MKDIR} ${WRKSRC}
38
.for file in ${PATCH436FILES:C/:.*//}
73
.for file in ${PATCH436FILES:C/:.*//}
39
	@cd ${WRKSRC} &&\
74
	@cd ${WRKSRC} &&\
40
		${SED} -e '1,/exit $$res/d' ${_DISTDIR}/${file} | ${GUNZIP_CMD} -q | ${TAR} xf -
75
		${SED} -e '1,/exit $$res/d' ${_DISTDIR}/${file} |\
76
			${GUNZIP_CMD} -q | ${TAR} xf -
41
.endfor
77
.endfor
42
	@${MV} ${WRKSRC}/bin/Linux/x86/ucc ${WRKSRC}/bin/.
78
	@${MV} ${WRKSRC}/bin/Linux/x86/ucc ${WRKSRC}/bin/.
43
79
Lines 49-55 Link Here
49
85
50
# Installation steps performed:
86
# Installation steps performed:
51
#   - Verify path to CD content.
87
#   - Verify path to CD content.
52
#   - Verify CD was correctly mounted.  -b option may be needed to mount it.
88
#   - Verify CD was correctly mounted by checking for incorrect NetGamesUSA.com.
89
#     -b option may be needed to mount it.
53
#   - Copy desired content off of CD to drive.  Windows files left behind.
90
#   - Copy desired content off of CD to drive.  Windows files left behind.
54
#   - Extract files from Linux patch minus various language files (necessary?).
91
#   - Extract files from Linux patch minus various language files (necessary?).
55
#   - Extract bonus pack.
92
#   - Extract bonus pack.
Lines 63-110 Link Here
63
	@${ECHO_CMD} "${PKGNAME} requires CDROM_MOUNT set to mount point of CD"
100
	@${ECHO_CMD} "${PKGNAME} requires CDROM_MOUNT set to mount point of CD"
64
	@${FALSE}
101
	@${FALSE}
65
.endif
102
.endif
66
.if !exists(${CDROM_MOUNT}/NetGamesUSA.com)
103
.if exists(${CDROM_MOUNT}/netgam~1.com)
67
	@${ECHO_CMD} \
104
	@${ECHO_CMD} \
68
		"NetGamesUSA.com not found on CD; try mounting with -b option"
105
		"This CD requires mounting with the -b option"
69
	@${FALSE}
106
	@${FALSE}
70
.endif
107
.endif
108
	@${ECHO_CMD} "Detected ${RELEASE_MSG} release"
71
	@${ECHO_CMD} "Installing data from CD"
109
	@${ECHO_CMD} "Installing data from CD"
72
	@${MKDIR} ${DATADIR}
110
	@${MKDIR} ${DATADIR}
73
.for dir in Help Logs Maps Music NetGamesUSA.com Sounds System Textures Web
111
####################################
112
# Anthology release CD
113
####################################
114
.if defined(ANTHOLOGY)
115
	@cd ${DATADIR} && ${MKDIR} ${CDDIRS}
116
117
# We need to create a single directory with all the cab files so unshield can
118
# find them.
119
	@${MKDIR} ${WRKDIR}/cab ${WRKDIR}/unshield
120
	@${LN} -sf ${CDROM_MOUNT}/Disk*/data* ${WRKDIR}/cab/
121
122
# Extract the files.
123
.for group in Maps Manual_English Web Textures Music Sounds_English Sounds_All\
124
	System_All System_English Help
125
	@${UNSHIELD} -g 3_UnrealTournament_${group} -d ${WRKDIR}/unshield x\
126
		${WRKDIR}/cab/data1.cab
127
128
	@cd ${WRKDIR}/unshield/3_UnrealTournament_${group} &&\
129
		${TAR} c --exclude '*.ICD' --exclude '*.bat' --exclude '*.dll'\
130
			--exclude '*.est*' --exclude '*.[Ee][Xx][Ee]'\
131
			--exclude '*.frt*' --exclude '*.ico' --exclude '*.itt*'\
132
			--exclude '*.mpi' --exclude '*.url' --exclude 'D3D*'\
133
			--exclude 'mplay*' --exclude 'Splash*' ${MAPS_EXCLUDE}\
134
			--exclude 'edsplash.bmp' --exclude 'UnrealEd.ini'\
135
			--exclude 'editorres*' -f - . |\
136
		${TAR} x -C ${DATADIR}/`${ECHO_CMD}\
137
			3_UnrealTournament_${group} | ${SED} -e\
138
			's/3_UnrealTournament_//; s/_All//; s/_English//;'` -f -
139
.endfor
140
141
	@cd ${DATADIR}/System &&\
142
		${MV} -f epiccustommodels.u EpicCustomModels.u &&\
143
		${MV} -f multimesh.u MultiMesh.u &&\
144
		${MV} -f multimesh.int MultiMesh.int &&\
145
		${MV} -f relics.u Relics.u &&\
146
		${MV} -f relics.int Relics.int &&\
147
		${MV} -f relicsbindings.u RelicsBindings.u &&\
148
		${MV} -f relicsbindings.int RelicsBindings.int &&\
149
		${MV} -f tcowmeshskins.int TCowMeshSkins.int &&\
150
		${MV} -f tnalimeshskins.int TNaliMeshSkins.int &&\
151
		${MV} -f tskmskins.int TSkMSkins.int
152
	@cd ${DATADIR}/Textures &&\
153
		${MV} -f tcowmeshskins.utx TCowMeshSkins.utx &&\
154
		${MV} -f tnalimeshskins.utx TNaliMeshSkins.utx &&\
155
		${MV} -f tskmskins.utx TSkMSkins.utx
156
####################################
157
# Original/GOTY release CD
158
####################################
159
.else
160
# Install the files from CD.
161
.for dir in ${CDDIRS}
74
	@cd ${CDROM_MOUNT} &&\
162
	@cd ${CDROM_MOUNT} &&\
75
		${TAR} c --exclude '*.ICD' --exclude '*.bat' --exclude '*.dll'\
163
		${TAR} c --exclude '*.ICD' --exclude '*.bat' --exclude '*.dll'\
76
			--exclude '*.est*' --exclude '*.[Ee][Xx][Ee]'\
164
			--exclude '*.est*' --exclude '*.[Ee][Xx][Ee]'\
77
			--exclude '*.frt*' --exclude '*.ico' --exclude '*.itt*'\
165
			--exclude '*.frt*' --exclude '*.ico' --exclude '*.itt*'\
78
			--exclude '*.mpi' --exclude '*.url' --exclude 'D3D*'\
166
			--exclude '*.mpi' --exclude '*.url' --exclude 'D3D*'\
79
			--exclude 'mplay*' -f - ${dir} |\
167
			--exclude 'edsplash.bmp' --exclude 'UnrealEd.ini'\
168
			--exclude 'editorres*' --exclude 'mplay*'\
169
			${MAPS_EXCLUDE} -f - ${dir} |\
80
		${TAR} x -C ${DATADIR} -f -
170
		${TAR} x -C ${DATADIR} -f -
81
.endfor
171
.endfor
82
	@${RM} ${DATADIR}/Logs/delete_me.txt
172
	@${RM} ${DATADIR}/Logs/delete_me.txt
173
.endif
174
####################################
175
# End of CD release-specific install
176
####################################
177
178
# Install v436 Linux binaries.
83
	@${ECHO_CMD} "Installing v436 patch files"
179
	@${ECHO_CMD} "Installing v436 patch files"
84
.for tarfile in Credits NetGamesUSA.com OpenGL.ini data
180
.for tarfile in Credits OpenGL.ini data
85
	@${TAR} zox -C ${DATADIR} --exclude '*.exe'\
181
	@${TAR} zox -C ${DATADIR} --exclude '*.exe'\
86
		-f ${WRKSRC}/${tarfile}.tar.gz
182
		-f ${WRKSRC}/${tarfile}.tar.gz
87
.endfor
183
.endfor
88
	@${ECHO_CMD} "Installing bonus pack"
184
89
.for ndx in 1 2 3 4
185
# Anthology does not need v436 patch applied.
90
	@${TAR} jx -C ${DATADIR} -f ${WRKSRC}/bp${ndx}.tar.bz2
186
.if !defined(ANTHOLOGY)
91
.endfor
187
# Apply v436 files.
92
	@${SED} -i "" -e 's|\\|/|g'\
93
		-e "/^Paths=/{h;s|\(Paths=\)\.\./|\1${DATADIR}/|;x;p;x;}"\
94
		${DATADIR}/System/UnrealTournament.ini
95
	@${ECHO_CMD} "Applying v436 patch"
188
	@${ECHO_CMD} "Applying v436 patch"
96
	@${WRKSRC}/setup.data/bin/FreeBSD/x86/loki_patch\
189
	@${WRKSRC}/setup.data/bin/FreeBSD/x86/loki_patch\
97
		${WRKSRC}/setup.data/patch.dat ${DATADIR}
190
		${WRKSRC}/setup.data/patch.dat ${DATADIR}
191
.endif
192
193
# Adjust paths in configuration.
194
	@${SED} -i "" -e 's|\\|/|g'\
195
		-e "/^Paths=/{h;s|\(Paths=\)\.\./|\1${DATADIR}/|;x;p;x;}"\
196
		${DATADIR}/System/UnrealTournament.ini
98
.for script in ucc ut
197
.for script in ucc ut
99
	@${INSTALL_SCRIPT} ${WRKSRC}/bin/${script} ${PREFIX}/bin/
198
	@${INSTALL_SCRIPT} ${WRKSRC}/bin/${script} ${PREFIX}/bin/
100
.endfor
199
.endfor
200
201
# Install bonus packs
202
	@${ECHO_CMD} "Installing bonus packs"
203
.for ndx in 1 2 3 4
204
.if defined(WITHOUT_MAPS)
205
	@${TAR} jx -C ${DATADIR} --exclude '*.unr' -f ${WRKSRC}/bp${ndx}.tar.bz2
206
.else
207
	@${TAR} jx -C ${DATADIR} -f ${WRKSRC}/bp${ndx}.tar.bz2
208
.endif
209
.endfor
210
211
# Install bonus packs.
101
.for datafile in README README.Loki README.bonus.pack.collection
212
.for datafile in README README.Loki README.bonus.pack.collection
102
	@${INSTALL_DATA} ${WRKSRC}/${datafile} ${DATADIR}
213
	@${INSTALL_DATA} ${WRKSRC}/${datafile} ${DATADIR}
103
.endfor
214
.endfor
104
	@${ECHO_CMD} "Installing v${PORTVERSION} patch files"
215
216
# Install 451 Patch
217
.if defined(WITH_451PATCH)
218
	@${ECHO_CMD} "Installing v${UTVERSION} patch files"
105
	@${TAR} jx -C ${DATADIR} --exclude 'checkfiles.sh'\
219
	@${TAR} jx -C ${DATADIR} --exclude 'checkfiles.sh'\
106
		--exclude 'patch.md5' --exclude 'd3ddrv.int'\
220
		--exclude 'patch.md5' --exclude 'd3ddrv.int'\
107
		-f ${_DISTDIR}/${PATCH451FILES:C/:.*//}
221
		--exclude 'edsplash.bmp' --exclude 'UnrealEd.ini'\
222
		--exclude 'editorres*' -f ${_DISTDIR}/${PATCH451FILES:C/:.*//}
108
	@cd ${DATADIR}/System &&\
223
	@cd ${DATADIR}/System &&\
109
		${MV} -f glidedrv.int GlideDrv.int &&\
224
		${MV} -f glidedrv.int GlideDrv.int &&\
110
		${MV} -f softdrv.int SoftDrv.int &&\
225
		${MV} -f softdrv.int SoftDrv.int &&\
Lines 112-117 Link Here
112
		${MV} -f galaxy.int Galaxy.int &&\
227
		${MV} -f galaxy.int Galaxy.int &&\
113
		${MV} -f editor.int Editor.int &&\
228
		${MV} -f editor.int Editor.int &&\
114
		${MV} -f windrv.int WinDrv.int
229
		${MV} -f windrv.int WinDrv.int
230
.endif
231
232
# Remove /usr/local from ut-bin lib search path
115
	@${ECHO_CMD} "Removing /usr/local from ut-bin's library search path"
233
	@${ECHO_CMD} "Removing /usr/local from ut-bin's library search path"
116
	@UTBIN=${DATADIR}/System/ut-bin &&\
234
	@UTBIN=${DATADIR}/System/ut-bin &&\
117
		FILESIZE=`/usr/bin/stat -f "%z" $${UTBIN}` &&\
235
		FILESIZE=`/usr/bin/stat -f "%z" $${UTBIN}` &&\
Lines 119-124 Link Here
119
		${SED} -Ee 's|:/usr/local|:/USR-LOCAL|' $${UTBIN}.orig |\
237
		${SED} -Ee 's|:/usr/local|:/USR-LOCAL|' $${UTBIN}.orig |\
120
		${HEAD} -c $${FILESIZE} > $${UTBIN} &&\
238
		${HEAD} -c $${FILESIZE} > $${UTBIN} &&\
121
		${RM} $${UTBIN}.orig
239
		${RM} $${UTBIN}.orig
240
241
# Set file permissions
122
	@${ECHO_CMD} "Setting permissions"
242
	@${ECHO_CMD} "Setting permissions"
123
	@${FIND} ${DATADIR} -print0 |\
243
	@${FIND} ${DATADIR} -print0 |\
124
		${XARGS} -0 ${CHOWN} ${SHAREOWN}:${SHAREGRP}
244
		${XARGS} -0 ${CHOWN} ${SHAREOWN}:${SHAREGRP}
Lines 129-134 Link Here
129
.for exec in ucc-bin ut-bin
249
.for exec in ucc-bin ut-bin
130
	@${CHMOD} ${BINMODE} ${DATADIR}/System/${exec}
250
	@${CHMOD} ${BINMODE} ${DATADIR}/System/${exec}
131
.endfor
251
.endfor
252
253
	@${TOUCH} ${DATADIR}/Help/ReleaseNotes.htm
132
	@${ECHO_CMD} "Install complete"
254
	@${ECHO_CMD} "Install complete"
133
255
134
.include <bsd.port.mk>
256
.include <bsd.port.mk>
(-)/usr/ports/games/linux-ut/pkg-message (+12 lines)
Line 0 Link Here
1
==========================================================================
2
If you are experiencing problems reading the Unreal Tournament CD/DVD,
3
then try mounting it with the -b option.
4
5
The following knobs can be specified:
6
CDROM_MOUNT		Mountpoint for the UT CD/DVD.  Required!
7
WITH_451PATCH		Install the v451 patch.  This patch fixes some
8
			issues but introduces new issues.  Note that this
9
			patch is completely network compatible with v436,
10
			so you do not need it for online play.
11
WITHOUT_MAPS		Do not install the maps.
12
==========================================================================
(-)/usr/ports/games/linux-ut/pkg-plist (-262 / +109 lines)
Lines 9-106 Link Here
9
%%DATADIR%%/Help/UnrealTournamentSetupLogo.bmp
9
%%DATADIR%%/Help/UnrealTournamentSetupLogo.bmp
10
%%DATADIR%%/Help/demutators-readme.txt
10
%%DATADIR%%/Help/demutators-readme.txt
11
%%DATADIR%%/Help/inoxxpack.txt
11
%%DATADIR%%/Help/inoxxpack.txt
12
%%DATADIR%%/Maps/AS-Frigate.unr
12
%%ANTHOLOGY%%%%DATADIR%%/Manual/Manual.pdf
13
%%DATADIR%%/Maps/AS-Guardia.unr
13
%%MAPS%%%%DATADIR%%/Maps/AS-Frigate.unr
14
%%DATADIR%%/Maps/AS-HiSpeed.unr
14
%%MAPS%%%%DATADIR%%/Maps/AS-Guardia.unr
15
%%DATADIR%%/Maps/AS-Mazon.unr
15
%%MAPS%%%%DATADIR%%/Maps/AS-HiSpeed.unr
16
%%DATADIR%%/Maps/AS-OceanFloor.unr
16
%%MAPS%%%%DATADIR%%/Maps/AS-Mazon.unr
17
%%DATADIR%%/Maps/AS-Overlord.unr
17
%%MAPS%%%%DATADIR%%/Maps/AS-OceanFloor.unr
18
%%DATADIR%%/Maps/AS-Rook.unr
18
%%MAPS%%%%DATADIR%%/Maps/AS-Overlord.unr
19
%%DATADIR%%/Maps/AS-Tutorial.unr
19
%%MAPS%%%%DATADIR%%/Maps/AS-Rook.unr
20
%%DATADIR%%/Maps/CTF-Beatitude.unr
20
%%MAPS%%%%DATADIR%%/Maps/AS-Tutorial.unr
21
%%DATADIR%%/Maps/CTF-Command.unr
21
%%MAPS%%%%DATADIR%%/Maps/CTF-Beatitude.unr
22
%%DATADIR%%/Maps/CTF-Coret.unr
22
%%MAPS%%%%DATADIR%%/Maps/CTF-Command.unr
23
%%DATADIR%%/Maps/CTF-Cybrosis][.unr
23
%%MAPS%%%%DATADIR%%/Maps/CTF-Coret.unr
24
%%DATADIR%%/Maps/CTF-Darji16.unr
24
%%MAPS%%%%DATADIR%%/Maps/CTF-Cybrosis][.unr
25
%%DATADIR%%/Maps/CTF-Dreary.unr
25
%%MAPS%%%%DATADIR%%/Maps/CTF-Darji16.unr
26
%%DATADIR%%/Maps/CTF-EpicBoy.unr
26
%%MAPS%%%%DATADIR%%/Maps/CTF-Dreary.unr
27
%%DATADIR%%/Maps/CTF-EternalCave.unr
27
%%MAPS%%%%DATADIR%%/Maps/CTF-EpicBoy.unr
28
%%DATADIR%%/Maps/CTF-Face-SE.unr
28
%%MAPS%%%%DATADIR%%/Maps/CTF-EternalCave.unr
29
%%DATADIR%%/Maps/CTF-Face.unr
29
%%MAPS%%%%DATADIR%%/Maps/CTF-Face-SE.unr
30
%%DATADIR%%/Maps/CTF-Face][.unr
30
%%MAPS%%%%DATADIR%%/Maps/CTF-Face.unr
31
%%DATADIR%%/Maps/CTF-Gauntlet.unr
31
%%MAPS%%%%DATADIR%%/Maps/CTF-Face][.unr
32
%%DATADIR%%/Maps/CTF-HallOfGiants.unr
32
%%MAPS%%%%DATADIR%%/Maps/CTF-Gauntlet.unr
33
%%DATADIR%%/Maps/CTF-High.unr
33
%%MAPS%%%%DATADIR%%/Maps/CTF-HallOfGiants.unr
34
%%DATADIR%%/Maps/CTF-Hydro16.unr
34
%%MAPS%%%%DATADIR%%/Maps/CTF-High.unr
35
%%DATADIR%%/Maps/CTF-Kosov.unr
35
%%MAPS%%%%DATADIR%%/Maps/CTF-Hydro16.unr
36
%%DATADIR%%/Maps/CTF-LavaGiant.unr
36
%%MAPS%%%%DATADIR%%/Maps/CTF-Kosov.unr
37
%%DATADIR%%/Maps/CTF-Niven.unr
37
%%MAPS%%%%DATADIR%%/Maps/CTF-LavaGiant.unr
38
%%DATADIR%%/Maps/CTF-November.unr
38
%%MAPS%%%%DATADIR%%/Maps/CTF-Niven.unr
39
%%DATADIR%%/Maps/CTF-Noxion16.unr
39
%%MAPS%%%%DATADIR%%/Maps/CTF-November.unr
40
%%DATADIR%%/Maps/CTF-Nucleus.unr
40
%%MAPS%%%%DATADIR%%/Maps/CTF-Noxion16.unr
41
%%DATADIR%%/Maps/CTF-Orbital.unr
41
%%MAPS%%%%DATADIR%%/Maps/CTF-Nucleus.unr
42
%%DATADIR%%/Maps/CTF-Ratchet.unr
42
%%MAPS%%%%DATADIR%%/Maps/CTF-Orbital.unr
43
%%DATADIR%%/Maps/CTF-Tutorial.unr
43
%%MAPS%%%%DATADIR%%/Maps/CTF-Ratchet.unr
44
%%DATADIR%%/Maps/CityIntro.unr
44
%%MAPS%%%%DATADIR%%/Maps/CTF-Tutorial.unr
45
%%DATADIR%%/Maps/DM-Agony.unr
45
%%MAPS%%%%DATADIR%%/Maps/CityIntro.unr
46
%%DATADIR%%/Maps/DM-ArcaneTemple.unr
46
%%MAPS%%%%DATADIR%%/Maps/DM-Agony.unr
47
%%DATADIR%%/Maps/DM-Barricade.unr
47
%%MAPS%%%%DATADIR%%/Maps/DM-ArcaneTemple.unr
48
%%DATADIR%%/Maps/DM-Bishop.unr
48
%%MAPS%%%%DATADIR%%/Maps/DM-Barricade.unr
49
%%DATADIR%%/Maps/DM-Closer.unr
49
%%MAPS%%%%DATADIR%%/Maps/DM-Bishop.unr
50
%%DATADIR%%/Maps/DM-Codex.unr
50
%%MAPS%%%%DATADIR%%/Maps/DM-Closer.unr
51
%%DATADIR%%/Maps/DM-Conveyor.unr
51
%%MAPS%%%%DATADIR%%/Maps/DM-Codex.unr
52
%%DATADIR%%/Maps/DM-Crane.unr
52
%%MAPS%%%%DATADIR%%/Maps/DM-Conveyor.unr
53
%%DATADIR%%/Maps/DM-Curse][.unr
53
%%MAPS%%%%DATADIR%%/Maps/DM-Crane.unr
54
%%DATADIR%%/Maps/DM-Cybrosis][.unr
54
%%MAPS%%%%DATADIR%%/Maps/DM-Curse][.unr
55
%%DATADIR%%/Maps/DM-Deck16][.unr
55
%%MAPS%%%%DATADIR%%/Maps/DM-Cybrosis][.unr
56
%%DATADIR%%/Maps/DM-Fetid.unr
56
%%MAPS%%%%DATADIR%%/Maps/DM-Deck16][.unr
57
%%DATADIR%%/Maps/DM-Fractal.unr
57
%%MAPS%%%%DATADIR%%/Maps/DM-Fetid.unr
58
%%DATADIR%%/Maps/DM-Gothic.unr
58
%%MAPS%%%%DATADIR%%/Maps/DM-Fractal.unr
59
%%DATADIR%%/Maps/DM-Grinder.unr
59
%%MAPS%%%%DATADIR%%/Maps/DM-Gothic.unr
60
%%DATADIR%%/Maps/DM-Grit-TOURNEY.unr
60
%%MAPS%%%%DATADIR%%/Maps/DM-Grinder.unr
61
%%DATADIR%%/Maps/DM-HealPod][.unr
61
%%MAPS%%%%DATADIR%%/Maps/DM-Grit-TOURNEY.unr
62
%%DATADIR%%/Maps/DM-HyperBlast.unr
62
%%MAPS%%%%DATADIR%%/Maps/DM-HealPod][.unr
63
%%DATADIR%%/Maps/DM-KGalleon.unr
63
%%MAPS%%%%DATADIR%%/Maps/DM-HyperBlast.unr
64
%%DATADIR%%/Maps/DM-Liandri.unr
64
%%MAPS%%%%DATADIR%%/Maps/DM-KGalleon.unr
65
%%DATADIR%%/Maps/DM-Malevolence.unr
65
%%MAPS%%%%DATADIR%%/Maps/DM-Liandri.unr
66
%%DATADIR%%/Maps/DM-Mojo][.unr
66
%%MAPS%%%%DATADIR%%/Maps/DM-Malevolence.unr
67
%%DATADIR%%/Maps/DM-Morbias][.unr
67
%%MAPS%%%%DATADIR%%/Maps/DM-Mojo][.unr
68
%%DATADIR%%/Maps/DM-Morpheus.unr
68
%%MAPS%%%%DATADIR%%/Maps/DM-Morbias][.unr
69
%%DATADIR%%/Maps/DM-Oblivion.unr
69
%%MAPS%%%%DATADIR%%/Maps/DM-Morpheus.unr
70
%%DATADIR%%/Maps/DM-Peak.unr
70
%%MAPS%%%%DATADIR%%/Maps/DM-Oblivion.unr
71
%%DATADIR%%/Maps/DM-Phobos.unr
71
%%MAPS%%%%DATADIR%%/Maps/DM-Peak.unr
72
%%DATADIR%%/Maps/DM-Pressure.unr
72
%%MAPS%%%%DATADIR%%/Maps/DM-Phobos.unr
73
%%DATADIR%%/Maps/DM-Pyramid.unr
73
%%MAPS%%%%DATADIR%%/Maps/DM-Pressure.unr
74
%%DATADIR%%/Maps/DM-Shrapnel][.unr
74
%%MAPS%%%%DATADIR%%/Maps/DM-Pyramid.unr
75
%%DATADIR%%/Maps/DM-SpaceNoxx.unr
75
%%MAPS%%%%DATADIR%%/Maps/DM-Shrapnel][.unr
76
%%DATADIR%%/Maps/DM-Stalwart.unr
76
%%MAPS%%%%DATADIR%%/Maps/DM-SpaceNoxx.unr
77
%%DATADIR%%/Maps/DM-StalwartXL.unr
77
%%MAPS%%%%DATADIR%%/Maps/DM-Stalwart.unr
78
%%DATADIR%%/Maps/DM-Tempest.unr
78
%%MAPS%%%%DATADIR%%/Maps/DM-StalwartXL.unr
79
%%DATADIR%%/Maps/DM-Turbine.unr
79
%%MAPS%%%%DATADIR%%/Maps/DM-Tempest.unr
80
%%DATADIR%%/Maps/DM-Tutorial.unr
80
%%MAPS%%%%DATADIR%%/Maps/DM-Turbine.unr
81
%%DATADIR%%/Maps/DM-Viridian-TOURNEY.unr
81
%%MAPS%%%%DATADIR%%/Maps/DM-Tutorial.unr
82
%%DATADIR%%/Maps/DM-Zeto.unr
82
%%MAPS%%%%DATADIR%%/Maps/DM-Viridian-TOURNEY.unr
83
%%DATADIR%%/Maps/DOM-Bullet.unr
83
%%MAPS%%%%DATADIR%%/Maps/DM-Zeto.unr
84
%%DATADIR%%/Maps/DOM-Cidom.unr
84
%%MAPS%%%%DATADIR%%/Maps/DOM-Bullet.unr
85
%%DATADIR%%/Maps/DOM-Cinder.unr
85
%%MAPS%%%%DATADIR%%/Maps/DOM-Cidom.unr
86
%%DATADIR%%/Maps/DOM-Condemned.unr
86
%%MAPS%%%%DATADIR%%/Maps/DOM-Cinder.unr
87
%%DATADIR%%/Maps/DOM-Cryptic.unr
87
%%MAPS%%%%DATADIR%%/Maps/DOM-Condemned.unr
88
%%DATADIR%%/Maps/DOM-Gearbolt.unr
88
%%MAPS%%%%DATADIR%%/Maps/DOM-Cryptic.unr
89
%%DATADIR%%/Maps/DOM-Ghardhen.unr
89
%%MAPS%%%%DATADIR%%/Maps/DOM-Gearbolt.unr
90
%%DATADIR%%/Maps/DOM-Lament.unr
90
%%MAPS%%%%DATADIR%%/Maps/DOM-Ghardhen.unr
91
%%DATADIR%%/Maps/DOM-Lament][.unr
91
%%MAPS%%%%DATADIR%%/Maps/DOM-Lament.unr
92
%%DATADIR%%/Maps/DOM-Leadworks.unr
92
%%MAPS%%%%DATADIR%%/Maps/DOM-Lament][.unr
93
%%DATADIR%%/Maps/DOM-MetalDream.unr
93
%%MAPS%%%%DATADIR%%/Maps/DOM-Leadworks.unr
94
%%DATADIR%%/Maps/DOM-Olden.unr
94
%%MAPS%%%%DATADIR%%/Maps/DOM-MetalDream.unr
95
%%DATADIR%%/Maps/DOM-Sesmar.unr
95
%%MAPS%%%%DATADIR%%/Maps/DOM-Olden.unr
96
%%DATADIR%%/Maps/DOM-Tutorial.unr
96
%%MAPS%%%%DATADIR%%/Maps/DOM-Sesmar.unr
97
%%DATADIR%%/Maps/DOM-WolfsBay.unr
97
%%MAPS%%%%DATADIR%%/Maps/DOM-Tutorial.unr
98
%%DATADIR%%/Maps/EOL_Assault.unr
98
%%MAPS%%%%DATADIR%%/Maps/DOM-WolfsBay.unr
99
%%DATADIR%%/Maps/EOL_CTF.unr
99
%%MAPS%%%%DATADIR%%/Maps/EOL_Assault.unr
100
%%DATADIR%%/Maps/EOL_Challenge.unr
100
%%MAPS%%%%DATADIR%%/Maps/EOL_CTF.unr
101
%%DATADIR%%/Maps/EOL_Deathmatch.unr
101
%%MAPS%%%%DATADIR%%/Maps/EOL_Challenge.unr
102
%%DATADIR%%/Maps/EOL_Domination.unr
102
%%MAPS%%%%DATADIR%%/Maps/EOL_Deathmatch.unr
103
%%DATADIR%%/Maps/EOL_Statues.unr
103
%%MAPS%%%%DATADIR%%/Maps/EOL_Domination.unr
104
%%MAPS%%%%DATADIR%%/Maps/EOL_Statues.unr
104
%%DATADIR%%/Maps/Entry.unr
105
%%DATADIR%%/Maps/Entry.unr
105
%%DATADIR%%/Maps/UT-Logo-Map.unr
106
%%DATADIR%%/Maps/UT-Logo-Map.unr
106
%%DATADIR%%/Maps/UTCredits.unr
107
%%DATADIR%%/Maps/UTCredits.unr
Lines 134-240 Link Here
134
%%DATADIR%%/Music/Wheels.umx
135
%%DATADIR%%/Music/Wheels.umx
135
%%DATADIR%%/Music/firebr.umx
136
%%DATADIR%%/Music/firebr.umx
136
%%DATADIR%%/Music/utmenu23.umx
137
%%DATADIR%%/Music/utmenu23.umx
137
%%DATADIR%%/NetGamesUSA.com/About_NetGames_USA.html
138
%%DATADIR%%/NetGamesUSA.com/ngStats/Backup of default ngStatsUT.cfg
139
%%DATADIR%%/NetGamesUSA.com/ngStats/Readme-Help_Using_ngStats.html
140
%%DATADIR%%/NetGamesUSA.com/ngStats/data/db.ver
141
%%DATADIR%%/NetGamesUSA.com/ngStats/history.txt
142
%%DATADIR%%/NetGamesUSA.com/ngStats/html/About_Epic_Games.html
143
%%DATADIR%%/NetGamesUSA.com/ngStats/html/About_NetGames_USA.html
144
%%DATADIR%%/NetGamesUSA.com/ngStats/html/About_ngTCS.html
145
%%DATADIR%%/NetGamesUSA.com/ngStats/html/About_ngWorldStats.html
146
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Help_Using_ngStats.html
147
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Individual_Game_Stats/Highest_Score/index.html
148
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Individual_Game_Stats/Last_Game/index.html
149
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Individual_Game_Stats/Recent_Index.html
150
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Legal_Terms.html
151
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Total_Game_Stats/All_Totals.html
152
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Total_Game_Stats/Bot_Totals.html
153
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Total_Game_Stats/Human_Totals.html
154
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Total_Game_Stats/Player_Index.html
155
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Total_Game_Stats/Rankings.html
156
%%DATADIR%%/NetGamesUSA.com/ngStats/html/Total_Game_Stats/Total_Index.html
157
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/Change_ngWorldStats_Password.gif
158
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/Confirm_Password.gif
159
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/UT_Logo_Large_Button.gif
160
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/UT_Logo_Small_Button.gif
161
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/View_ngStats.gif
162
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/View_ngWorldStats.gif
163
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/blue_white.gif
164
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/flags_279.gif
165
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g1.gif
166
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g10.gif
167
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g11.gif
168
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g12.gif
169
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g13.gif
170
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g14.gif
171
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g15.gif
172
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g16.gif
173
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g17.gif
174
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g18.gif
175
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g19.gif
176
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g2.gif
177
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g20.gif
178
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g21.gif
179
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g22.gif
180
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g23.gif
181
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g24.gif
182
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g25.gif
183
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g26.gif
184
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g27.gif
185
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g28.gif
186
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g29.gif
187
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g3.gif
188
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g30.gif
189
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g31.gif
190
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g32.gif
191
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g4.gif
192
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g5.gif
193
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g6.gif
194
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g7.gif
195
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g8.gif
196
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g9.gif
197
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g_legend.gif
198
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/g_no.gif
199
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/graph_back_ngStats.gif
200
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/graph_back_ngStats_big.gif
201
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngStats.gif
202
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngStats_106_Wide.gif
203
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngStats_Processing.gif
204
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngTCS_129x114.gif
205
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngTCS_Lite_129x114.gif
206
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngTCS_Pro_129x114.gif
207
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngUSA_Logo.gif
208
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngUSA_Logo_106_wide.gif
209
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngWorldStats.gif
210
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngWorldStats_500x83.gif
211
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngWorldStats_ENABLED_240x70.gif
212
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngWorldStats_ENABLED_88x31.gif
213
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngWorldStats_Enabled_234x46.gif
214
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/ngWorldStats_Password.gif
215
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/unreallogo.gif
216
%%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics/white.gif
217
%%DATADIR%%/NetGamesUSA.com/ngStats/html/ngStats_Main.html
218
%%DATADIR%%/NetGamesUSA.com/ngStats/html/processing.html
219
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/Default NetGamesUSA Skin/README.txt
220
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/Default NetGamesUSA Skin/custom_graphics/background.gif
221
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/Default NetGamesUSA Skin/custom_graphics/sidebar_120x90.gif
222
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/Default NetGamesUSA Skin/custom_graphics/skin_credit_88x31.gif
223
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/Default NetGamesUSA Skin/skin.css
224
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/custom_graphics/background.gif
225
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/custom_graphics/sidebar_120x90.gif
226
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/custom_graphics/skin_credit_88x31.gif
227
%%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/skin.css
228
%%DATADIR%%/NetGamesUSA.com/ngStats/ngStats End User License Agreement (EULA).txt
229
%%DATADIR%%/NetGamesUSA.com/ngStats/ngStatsUT
230
%%DATADIR%%/NetGamesUSA.com/ngStats/ngStatsUT.cfg
231
%%DATADIR%%/NetGamesUSA.com/ngStats/ngusa.jar
232
%%DATADIR%%/NetGamesUSA.com/ngStats/processedLogs/_tmp
233
%%DATADIR%%/NetGamesUSA.com/ngWorldStats/bin/Help Using ngWorldStats Readme.txt
234
%%DATADIR%%/NetGamesUSA.com/ngWorldStats/bin/ngWS.ver
235
%%DATADIR%%/NetGamesUSA.com/ngWorldStats/bin/ngWorldStats
236
%%DATADIR%%/NetGamesUSA.com/ngWorldStats/bin/ngWorldStats End User License Agreement (EULA).txt
237
%%DATADIR%%/NetGamesUSA.com/ngWorldStats/logs/New_Install.log
238
%%DATADIR%%/README
138
%%DATADIR%%/README
239
%%DATADIR%%/README.Loki
139
%%DATADIR%%/README.Loki
240
%%DATADIR%%/README.bonus.pack.collection
140
%%DATADIR%%/README.bonus.pack.collection
Lines 308-314 Link Here
308
%%DATADIR%%/System/MultiMesh.int
208
%%DATADIR%%/System/MultiMesh.int
309
%%DATADIR%%/System/MultiMesh.u
209
%%DATADIR%%/System/MultiMesh.u
310
%%DATADIR%%/System/NullDrv.so
210
%%DATADIR%%/System/NullDrv.so
311
%%DATADIR%%/System/NullNetDriver.so
211
%%451PATCH%%%%DATADIR%%/System/NullNetDriver.so
312
%%DATADIR%%/System/NullRender.so
212
%%DATADIR%%/System/NullRender.so
313
%%DATADIR%%/System/OpenGLDrv.so
213
%%DATADIR%%/System/OpenGLDrv.so
314
%%DATADIR%%/System/OpenGlDrv.ini
214
%%DATADIR%%/System/OpenGlDrv.ini
Lines 349-355 Link Here
349
%%DATADIR%%/System/UWeb.u
249
%%DATADIR%%/System/UWeb.u
350
%%DATADIR%%/System/UWindow.u
250
%%DATADIR%%/System/UWindow.u
351
%%DATADIR%%/System/Unreal.int
251
%%DATADIR%%/System/Unreal.int
352
%%DATADIR%%/System/UnrealEd.ini
353
%%DATADIR%%/System/UnrealEd.int
252
%%DATADIR%%/System/UnrealEd.int
354
%%DATADIR%%/System/UnrealI.int
253
%%DATADIR%%/System/UnrealI.int
355
%%DATADIR%%/System/UnrealI.u
254
%%DATADIR%%/System/UnrealI.u
Lines 364-408 Link Here
364
%%DATADIR%%/System/de-logo.bmp
263
%%DATADIR%%/System/de-logo.bmp
365
%%DATADIR%%/System/de.int
264
%%DATADIR%%/System/de.int
366
%%DATADIR%%/System/de.u
265
%%DATADIR%%/System/de.u
367
%%DATADIR%%/System/editorres/AddMover.bmp
368
%%DATADIR%%/System/editorres/AddSpecial.bmp
369
%%DATADIR%%/System/editorres/BBCone.bmp
370
%%DATADIR%%/System/editorres/BBCube.bmp
371
%%DATADIR%%/System/editorres/BBCurvedStair.bmp
372
%%DATADIR%%/System/editorres/BBCylinder.bmp
373
%%DATADIR%%/System/editorres/BBGeneric.bmp
374
%%DATADIR%%/System/editorres/BBLinearStair.bmp
375
%%DATADIR%%/System/editorres/BBSheet.bmp
376
%%DATADIR%%/System/editorres/BBSphere.bmp
377
%%DATADIR%%/System/editorres/BBSpiralStair.bmp
378
%%DATADIR%%/System/editorres/BBTerrain.bmp
379
%%DATADIR%%/System/editorres/BBVolumetric.bmp
380
%%DATADIR%%/System/editorres/BrushClip.bmp
381
%%DATADIR%%/System/editorres/BrushClipDelete.bmp
382
%%DATADIR%%/System/editorres/BrushClipFlip.bmp
383
%%DATADIR%%/System/editorres/BrushClipSplit.bmp
384
%%DATADIR%%/System/editorres/HideSelected.bmp
385
%%DATADIR%%/System/editorres/InvertSelections.bmp
386
%%DATADIR%%/System/editorres/ModeAdd.bmp
387
%%DATADIR%%/System/editorres/ModeBrushClip.bmp
388
%%DATADIR%%/System/editorres/ModeCamera.bmp
389
%%DATADIR%%/System/editorres/ModeDeintersect.bmp
390
%%DATADIR%%/System/editorres/ModeFaceDrag.bmp
391
%%DATADIR%%/System/editorres/ModeIntersect.bmp
392
%%DATADIR%%/System/editorres/ModeRotate.bmp
393
%%DATADIR%%/System/editorres/ModeScale.bmp
394
%%DATADIR%%/System/editorres/ModeSubtract.bmp
395
%%DATADIR%%/System/editorres/ModeVertex.bmp
396
%%DATADIR%%/System/editorres/ShowAll.bmp
397
%%DATADIR%%/System/editorres/ShowSelected.bmp
398
%%DATADIR%%/System/editorres/TexturePan.bmp
399
%%DATADIR%%/System/editorres/TextureRotate.bmp
400
%%DATADIR%%/System/editorres/vssver.scc
401
%%DATADIR%%/System/edsplash.bmp
402
%%DATADIR%%/System/libSDL-1.1.so.0
266
%%DATADIR%%/System/libSDL-1.1.so.0
403
%%DATADIR%%/System/libmikmod.so.2
267
%%DATADIR%%/System/libmikmod.so.2
404
%%DATADIR%%/System/libopenal-0.0.so
268
%%DATADIR%%/System/libopenal-0.0.so
405
%%DATADIR%%/System/license.int
269
%%ORIGINAL%%%%DATADIR%%/System/license.int
406
%%DATADIR%%/System/ucc-bin
270
%%DATADIR%%/System/ucc-bin
407
%%DATADIR%%/System/ut-bin
271
%%DATADIR%%/System/ut-bin
408
%%DATADIR%%/Textures/AlfaFX.utx
272
%%DATADIR%%/Textures/AlfaFX.utx
Lines 558-571 Link Here
558
%%DATADIR%%/Web/images/m3-1.gif
422
%%DATADIR%%/Web/images/m3-1.gif
559
%%DATADIR%%/Web/images/m3-2.gif
423
%%DATADIR%%/Web/images/m3-2.gif
560
%%DATADIR%%/Web/images/right.gif
424
%%DATADIR%%/Web/images/right.gif
561
%%DATADIR%%/Web/inc/content_footer_tables.inc
425
%%451PATCH%%%%DATADIR%%/Web/inc/content_footer_tables.inc
562
%%DATADIR%%/Web/inc/content_header_tables.inc
426
%%451PATCH%%%%DATADIR%%/Web/inc/content_header_tables.inc
563
%%DATADIR%%/Web/inc/footer.inc
427
%%451PATCH%%%%DATADIR%%/Web/inc/footer.inc
564
%%DATADIR%%/Web/inc/header.inc
428
%%451PATCH%%%%DATADIR%%/Web/inc/header.inc
565
%%DATADIR%%/Web/inc/menu_footer.inc
429
%%451PATCH%%%%DATADIR%%/Web/inc/menu_footer.inc
566
%%DATADIR%%/Web/inc/menu_header.inc
430
%%451PATCH%%%%DATADIR%%/Web/inc/menu_header.inc
567
%%DATADIR%%/Web/inc/top_begin.inc
431
%%451PATCH%%%%DATADIR%%/Web/inc/top_begin.inc
568
%%DATADIR%%/Web/inc/top_end.inc
432
%%451PATCH%%%%DATADIR%%/Web/inc/top_end.inc
569
%%DATADIR%%/Web/menu.uhtm
433
%%DATADIR%%/Web/menu.uhtm
570
%%DATADIR%%/Web/message.uhtm
434
%%DATADIR%%/Web/message.uhtm
571
%%DATADIR%%/Web/plaintext/current.uhtm
435
%%DATADIR%%/Web/plaintext/current.uhtm
Lines 586-626 Link Here
586
%%DATADIR%%/Web/plaintext/defaults_rules.uhtm
450
%%DATADIR%%/Web/plaintext/defaults_rules.uhtm
587
%%DATADIR%%/Web/plaintext/defaults_server.uhtm
451
%%DATADIR%%/Web/plaintext/defaults_server.uhtm
588
%%DATADIR%%/Web/plaintext/defaults_settings.uhtm
452
%%DATADIR%%/Web/plaintext/defaults_settings.uhtm
589
%%DATADIR%%/Web/plaintext/inc/footer.inc
453
%%451PATCH%%%%DATADIR%%/Web/plaintext/inc/footer.inc
590
%%DATADIR%%/Web/plaintext/inc/header.inc
454
%%451PATCH%%%%DATADIR%%/Web/plaintext/inc/header.inc
591
%%DATADIR%%/Web/plaintext/inc/whiteheader.inc
455
%%451PATCH%%%%DATADIR%%/Web/plaintext/inc/whiteheader.inc
592
%%DATADIR%%/Web/plaintext/menu.uhtm
456
%%DATADIR%%/Web/plaintext/menu.uhtm
593
%%DATADIR%%/Web/plaintext/message.uhtm
457
%%DATADIR%%/Web/plaintext/message.uhtm
594
%%DATADIR%%/Web/plaintext/root.uhtm
458
%%DATADIR%%/Web/plaintext/root.uhtm
595
%%DATADIR%%/Web/root.uhtm
459
%%DATADIR%%/Web/root.uhtm
596
@dirrm %%DATADIR%%/Help
460
@dirrm %%DATADIR%%/Help
597
@dirrm %%DATADIR%%/Logs
461
@dirrm %%DATADIR%%/Logs
462
%%ANTHOLOGY%%@dirrm %%DATADIR%%/Manual
598
@dirrm %%DATADIR%%/Maps
463
@dirrm %%DATADIR%%/Maps
599
@dirrm %%DATADIR%%/Music
464
@dirrm %%DATADIR%%/Music
600
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/data
601
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/graphics
602
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/Individual_Game_Stats/Highest_Score
603
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/Individual_Game_Stats/Last_Game
604
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/Individual_Game_Stats
605
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/custom_graphics
606
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/Default NetGamesUSA Skin/custom_graphics
607
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/skins/Default NetGamesUSA Skin
608
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/skins
609
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html/Total_Game_Stats
610
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/html
611
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats/processedLogs
612
@dirrm %%DATADIR%%/NetGamesUSA.com/ngStats
613
@dirrm %%DATADIR%%/NetGamesUSA.com/ngWorldStats/bin
614
@dirrm %%DATADIR%%/NetGamesUSA.com/ngWorldStats/logs
615
@dirrm %%DATADIR%%/NetGamesUSA.com/ngWorldStats
616
@dirrm %%DATADIR%%/NetGamesUSA.com
617
@dirrm %%DATADIR%%/Sounds
465
@dirrm %%DATADIR%%/Sounds
618
@dirrm %%DATADIR%%/System/editorres
619
@dirrm %%DATADIR%%/System
466
@dirrm %%DATADIR%%/System
620
@dirrm %%DATADIR%%/Textures
467
@dirrm %%DATADIR%%/Textures
621
@dirrm %%DATADIR%%/Web/images
468
@dirrm %%DATADIR%%/Web/images
622
@dirrm %%DATADIR%%/Web/inc
469
%%451PATCH%%@dirrm %%DATADIR%%/Web/inc
623
@dirrm %%DATADIR%%/Web/plaintext/inc
470
%%451PATCH%%@dirrm %%DATADIR%%/Web/plaintext/inc
624
@dirrm %%DATADIR%%/Web/plaintext
471
@dirrm %%DATADIR%%/Web/plaintext
625
@dirrm %%DATADIR%%/Web
472
@dirrm %%DATADIR%%/Web
626
@dirrm %%DATADIR%%
473
@dirrm %%DATADIR%%

Return to bug 117536