Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2005 21:46:24 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/85549: [NEW PORT] games/linux-ut2003-demo - Unreal Tournament 2003 demo
Message-ID:  <1125535584.0@phobos.mars.bsd>
Resent-Message-ID: <200509010050.j810oK8O029313@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85549
>Category:       ports
>Synopsis:       [NEW PORT] games/linux-ut2003-demo - Unreal Tournament 2003 demo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 01 00:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:





>How-To-Repeat:





>Fix:


--- linux-ut2003-demo.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	linux-ut2003-demo
#	linux-ut2003-demo/files
#	linux-ut2003-demo/files/ut2003-demo.in
#	linux-ut2003-demo/Makefile
#	linux-ut2003-demo/pkg-descr
#	linux-ut2003-demo/distinfo
#	linux-ut2003-demo/pkg-plist
#
echo c - linux-ut2003-demo
mkdir -p linux-ut2003-demo > /dev/null 2>&1
echo c - linux-ut2003-demo/files
mkdir -p linux-ut2003-demo/files > /dev/null 2>&1
echo x - linux-ut2003-demo/files/ut2003-demo.in
sed 's/^X//' >linux-ut2003-demo/files/ut2003-demo.in << 'END-of-linux-ut2003-demo/files/ut2003-demo.in'
X#!/bin/sh
X
Xexport UT2003_DATA_PATH="@UTDIR@/System"
X
Xif [ -n "$LD_LIBRARY_PATH" ]; then
X    export LD_LIBRARY_PATH="$UT2003_DATA_PATH:$LD_LIBRARY_PATH"
Xelse
X    export LD_LIBRARY_PATH="$UT2003_DATA_PATH"
Xfi
X
Xcd "$UT2003_DATA_PATH" || exit 1
Xexec ./ut2003-bin "$@"
END-of-linux-ut2003-demo/files/ut2003-demo.in
echo x - linux-ut2003-demo/Makefile
sed 's/^X//' >linux-ut2003-demo/Makefile << 'END-of-linux-ut2003-demo/Makefile'
X# New ports collection makefile for:	ut2003-demo
X# Date created:				31 Aug 2005
X# Whom:					Alejandro Pulver <alejandro@varnet.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		ut2003-demo
XPORTVERSION=		2206
XCATEGORIES=		games linux
XMASTER_SITES=		${MASTER_SITE_GENTOO}
XMASTER_SITE_SUBDIR=	distfiles		# for MASTER_SITE_GENTOO
XPKGNAMEPREFIX=		linux-
XDISTNAME=		ut2003demo-lnx-${PORTVERSION}
XEXTRACT_SUFX=		.sh.bin
X
XMAINTAINER=		alejandro@varnet.biz
XCOMMENT=		Unreal Tournament 2003 demo
X
XRUN_DEPENDS=		${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs
X
XONLY_FOR_ARCHS=		i386
XPREFIX?=		${X11BASE}	# USE_X_PREFIX would pull in USE_XLIB
XUSE_LINUX=		yes
XNO_PACKAGE=		Distfile is 130MB, set FORCE_PACKAGE if you really want to build this package
XRESTRICTED=		Redistribution is limited, see license
XNO_BUILD=		yes
XNO_WRKSUBDIR=		yes
XUTDIR=			${PREFIX}/lib/${PORTNAME}
X
Xdo-extract:
X	@${MKDIR} ${WRKSRC}
X	@cd ${WRKSRC} && ${TAIL} -c +6360 ${_DISTDIR}/${DISTFILES} | ${TAR} zxf -
X	@cd ${WRKSRC} && ${TAR} yxf ut2003lnx_demo.tar.bz2
X	@cd ${WRKSRC} && ${TAR} zxf setupstuff.tar.gz
X
Xpost-patch:
X	@${SED} -e 's|@UTDIR@|${UTDIR}|' ${FILESDIR}/ut2003-demo.in \
X		> ${WRKSRC}/ut2003-demo
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/ut2003-demo ${PREFIX}/bin
X
X	${MKDIR} ${UTDIR}
X.for d in Animations Benchmark ForceFeedback KarmaData Maps Music Sounds \
X	StaticMeshes System Textures Web
X	${CP} -R ${WRKSRC}/${d} ${UTDIR}
X.endfor
X
X	-${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${UTDIR}/*
X	${FIND} ${UTDIR}/* -type f -exec ${CHMOD} ${SHAREMODE} {} \;
X	${FIND} ${UTDIR}/* -type d -exec ${CHMOD} ${BINMODE} {} \;
X
X.for f in libSDL-1.2.so.0 openal.so
X	-${CHOWN} ${LIBOWN}:${LIBGRP} ${UTDIR}/System/${f}
X	${CHMOD} ${LIBMODE} ${UTDIR}/System/${f}
X.endfor
X
X.for f in ucc-bin ut2003-bin
X	-${CHOWN} ${BINOWN}:${BINGRP} ${UTDIR}/System/${f}
X	${CHMOD} ${BINMODE} ${UTDIR}/System/${f}
X.endfor
X
X	${MKDIR} ${DATADIR}
X.for f in Help/UT2003Logo.bmp Unreal.xpm
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
X.endfor
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/Help/ReadMe-Demo.int.txt ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-linux-ut2003-demo/Makefile
echo x - linux-ut2003-demo/pkg-descr
sed 's/^X//' >linux-ut2003-demo/pkg-descr << 'END-of-linux-ut2003-demo/pkg-descr'
XUnreal Tournament 2003 is a first-person shooter computer game designed mainly
Xfor multiplayer gaming although the game had a built in single-player mode
Xthat mimics multiplayer gaming by featuring AI-bots. The game is part of the
XUnreal franchise's series of games and is a the sequel to 1999's Unreal
XTournament. Unreal II: The Awakening was released as a sister product to the
Xgame, however, was developed for single-player only. Later, Unreal II would
Xreceive an add-on that would enable a multiplayer mode. UT 2003 was followed
Xby Unreal Tournament 2004 released in March of 2004.
X
XWWW: http://www.unrealtournament.com/ut2003/
END-of-linux-ut2003-demo/pkg-descr
echo x - linux-ut2003-demo/distinfo
sed 's/^X//' >linux-ut2003-demo/distinfo << 'END-of-linux-ut2003-demo/distinfo'
XMD5 (ut2003demo-lnx-2206.sh.bin) = b28acb17aca17bd2865771de8b75eb89
XSIZE (ut2003demo-lnx-2206.sh.bin) = 137253079
END-of-linux-ut2003-demo/distinfo
echo x - linux-ut2003-demo/pkg-plist
sed 's/^X//' >linux-ut2003-demo/pkg-plist << 'END-of-linux-ut2003-demo/pkg-plist'
Xbin/ut2003-demo
Xlib/ut2003-demo/Animations/Jugg.ukx
Xlib/ut2003-demo/Animations/NvidiaGorge.ukx
Xlib/ut2003-demo/Animations/Weapons.ukx
Xlib/ut2003-demo/Benchmark/CSVs/DO_NOT_DELETE.ME
Xlib/ut2003-demo/Benchmark/Logs/DO_NOT_DELETE.ME
Xlib/ut2003-demo/Benchmark/Results/DO_NOT_DELETE.ME
Xlib/ut2003-demo/Benchmark/Stuff/MaxDetail.ini
Xlib/ut2003-demo/Benchmark/Stuff/MaxDetailUser.ini
Xlib/ut2003-demo/Benchmark/Stuff/MinDetail.ini
Xlib/ut2003-demo/Benchmark/Stuff/MinDetailUser.ini
Xlib/ut2003-demo/Benchmark/Stuff/botmatchexec.txt
Xlib/ut2003-demo/Benchmark/Stuff/flybyexec.txt
Xlib/ut2003-demo/Benchmark/botmatch-antalus.sh
Xlib/ut2003-demo/Benchmark/botmatch-anubis.sh
Xlib/ut2003-demo/Benchmark/botmatch-asbestos.sh
Xlib/ut2003-demo/Benchmark/botmatch-citadel.sh
Xlib/ut2003-demo/Benchmark/flyby-antalus.sh
Xlib/ut2003-demo/Benchmark/flyby-asbestos.sh
Xlib/ut2003-demo/Benchmark/flyby-citadel.sh
Xlib/ut2003-demo/ForceFeedback/ifeel.ifr
Xlib/ut2003-demo/ForceFeedback/other.ifr
Xlib/ut2003-demo/KarmaData/jugg.ka
Xlib/ut2003-demo/Maps/BR-Anubis.ut2
Xlib/ut2003-demo/Maps/CTF-Citadel.ut2
Xlib/ut2003-demo/Maps/CTF-Orbital2.ut2
Xlib/ut2003-demo/Maps/DM-Antalus.ut2
Xlib/ut2003-demo/Maps/DM-Asbestos.ut2
Xlib/ut2003-demo/Maps/Entry.ut2
Xlib/ut2003-demo/Maps/NvidiaLogo.ut2
Xlib/ut2003-demo/Music/KR-DM1.ogg
Xlib/ut2003-demo/Music/KR-From-Below-V2.ogg
Xlib/ut2003-demo/Music/KR-Infiltrate.ogg
Xlib/ut2003-demo/Music/KR-Tomb-Of-Horus.ogg
Xlib/ut2003-demo/Music/KR-UT2003-Menu.ogg
Xlib/ut2003-demo/Sounds/AnnouncerEVIL.uax
Xlib/ut2003-demo/Sounds/AnnouncerMain.uax
Xlib/ut2003-demo/Sounds/GameSounds.uax
Xlib/ut2003-demo/Sounds/GeneralAmbience.uax
Xlib/ut2003-demo/Sounds/GeneralImpacts.uax
Xlib/ut2003-demo/Sounds/IndoorAmbience.uax
Xlib/ut2003-demo/Sounds/MenuSounds.uax
Xlib/ut2003-demo/Sounds/NewDeath.uax
Xlib/ut2003-demo/Sounds/NvidiaLogoSounds.uax
Xlib/ut2003-demo/Sounds/OutdoorAmbience.uax
Xlib/ut2003-demo/Sounds/PickupSounds.uax
Xlib/ut2003-demo/Sounds/PlayerSounds.uax
Xlib/ut2003-demo/Sounds/SlaughterSounds.uax
Xlib/ut2003-demo/Sounds/TauntPack.uax
Xlib/ut2003-demo/Sounds/WeaponSounds.uax
Xlib/ut2003-demo/StaticMeshes/AWPipes.usx
Xlib/ut2003-demo/StaticMeshes/AWStellarMeshes.usx
Xlib/ut2003-demo/StaticMeshes/AbaddonHardware.usx
Xlib/ut2003-demo/StaticMeshes/AntalusStatic.usx
Xlib/ut2003-demo/StaticMeshes/AnubisStatic.usx
Xlib/ut2003-demo/StaticMeshes/ArboreaHardware.usx
Xlib/ut2003-demo/StaticMeshes/ArboreaLanscape.usx
Xlib/ut2003-demo/StaticMeshes/BarrenHardware-epic.usx
Xlib/ut2003-demo/StaticMeshes/BarrenHardware.usx
Xlib/ut2003-demo/StaticMeshes/BulldogMeshes.usx
Xlib/ut2003-demo/StaticMeshes/CP_Nightmare1_Epic.usx
Xlib/ut2003-demo/StaticMeshes/Citadel_Static.usx
Xlib/ut2003-demo/StaticMeshes/Comp.usx
Xlib/ut2003-demo/StaticMeshes/E_Pickups.usx
Xlib/ut2003-demo/StaticMeshes/EffectMeshes.usx
Xlib/ut2003-demo/StaticMeshes/Egypt_techmeshes_Epic.usx
Xlib/ut2003-demo/StaticMeshes/Face3_decomeshes.usx
Xlib/ut2003-demo/StaticMeshes/GeothermalStatic.usx
Xlib/ut2003-demo/StaticMeshes/HumanoidHardware.usx
Xlib/ut2003-demo/StaticMeshes/Industrial_Static.usx
Xlib/ut2003-demo/StaticMeshes/NvidiaLogo_M.usx
Xlib/ut2003-demo/StaticMeshes/ParticleMeshes.usx
Xlib/ut2003-demo/StaticMeshes/Pipe_Static.usx
Xlib/ut2003-demo/StaticMeshes/SC_Volcano_M.usx
Xlib/ut2003-demo/StaticMeshes/ShiptechHardware.usx
Xlib/ut2003-demo/StaticMeshes/SurvivalGuideMeshes.usx
Xlib/ut2003-demo/StaticMeshes/TowerStatic.usx
Xlib/ut2003-demo/StaticMeshes/WeaponStaticMesh.usx
Xlib/ut2003-demo/StaticMeshes/XGame_StaticMeshes.usx
Xlib/ut2003-demo/System/ALAudio.det
Xlib/ut2003-demo/System/ALAudio.est
Xlib/ut2003-demo/System/ALAudio.frt
Xlib/ut2003-demo/System/ALAudio.itt
Xlib/ut2003-demo/System/ALAudio.kot
Xlib/ut2003-demo/System/ALAudio.so
Xlib/ut2003-demo/System/ALAudio.tmt
Xlib/ut2003-demo/System/BR-Anubis.det
Xlib/ut2003-demo/System/BR-Anubis.est
Xlib/ut2003-demo/System/BR-Anubis.frt
Xlib/ut2003-demo/System/BR-Anubis.itt
Xlib/ut2003-demo/System/BR-Anubis.kot
Xlib/ut2003-demo/System/BR-Anubis.smt
Xlib/ut2003-demo/System/BR-Anubis.tmt
Xlib/ut2003-demo/System/BR-Bifrost.det
Xlib/ut2003-demo/System/BR-Bifrost.est
Xlib/ut2003-demo/System/BR-Bifrost.frt
Xlib/ut2003-demo/System/BR-Bifrost.itt
Xlib/ut2003-demo/System/BR-Bifrost.kot
Xlib/ut2003-demo/System/BR-Bifrost.smt
Xlib/ut2003-demo/System/BR-Bifrost.tmt
Xlib/ut2003-demo/System/BR-Disclosure.det
Xlib/ut2003-demo/System/BR-Disclosure.est
Xlib/ut2003-demo/System/BR-Disclosure.frt
Xlib/ut2003-demo/System/BR-Disclosure.itt
Xlib/ut2003-demo/System/BR-Disclosure.kot
Xlib/ut2003-demo/System/BR-Disclosure.smt
Xlib/ut2003-demo/System/BR-Disclosure.tmt
Xlib/ut2003-demo/System/BR-IceFields.det
Xlib/ut2003-demo/System/BR-IceFields.est
Xlib/ut2003-demo/System/BR-IceFields.frt
Xlib/ut2003-demo/System/BR-IceFields.itt
Xlib/ut2003-demo/System/BR-IceFields.kot
Xlib/ut2003-demo/System/BR-IceFields.smt
Xlib/ut2003-demo/System/BR-IceFields.tmt
Xlib/ut2003-demo/System/BR-Skyline.det
Xlib/ut2003-demo/System/BR-Skyline.est
Xlib/ut2003-demo/System/BR-Skyline.frt
Xlib/ut2003-demo/System/BR-Skyline.itt
Xlib/ut2003-demo/System/BR-Skyline.kot
Xlib/ut2003-demo/System/BR-Skyline.smt
Xlib/ut2003-demo/System/BR-Skyline.tmt
Xlib/ut2003-demo/System/BR-Slaughterhouse.det
Xlib/ut2003-demo/System/BR-Slaughterhouse.est
Xlib/ut2003-demo/System/BR-Slaughterhouse.frt
Xlib/ut2003-demo/System/BR-Slaughterhouse.itt
Xlib/ut2003-demo/System/BR-Slaughterhouse.kot
Xlib/ut2003-demo/System/BR-Slaughterhouse.smt
Xlib/ut2003-demo/System/BR-Slaughterhouse.tmt
Xlib/ut2003-demo/System/BR-TwinTombs.det
Xlib/ut2003-demo/System/BR-TwinTombs.est
Xlib/ut2003-demo/System/BR-TwinTombs.frt
Xlib/ut2003-demo/System/BR-TwinTombs.itt
Xlib/ut2003-demo/System/BR-TwinTombs.kot
Xlib/ut2003-demo/System/BR-TwinTombs.smt
Xlib/ut2003-demo/System/BR-TwinTombs.tmt
Xlib/ut2003-demo/System/BonusPack.itt
Xlib/ut2003-demo/System/BonusPack.kot
Xlib/ut2003-demo/System/BonusPack.tmt
Xlib/ut2003-demo/System/Build.ini
Xlib/ut2003-demo/System/CTF-Chrome.det
Xlib/ut2003-demo/System/CTF-Chrome.est
Xlib/ut2003-demo/System/CTF-Chrome.frt
Xlib/ut2003-demo/System/CTF-Chrome.itt
Xlib/ut2003-demo/System/CTF-Chrome.kot
Xlib/ut2003-demo/System/CTF-Chrome.smt
Xlib/ut2003-demo/System/CTF-Chrome.tmt
Xlib/ut2003-demo/System/CTF-Citadel.det
Xlib/ut2003-demo/System/CTF-Citadel.est
Xlib/ut2003-demo/System/CTF-Citadel.frt
Xlib/ut2003-demo/System/CTF-Citadel.itt
Xlib/ut2003-demo/System/CTF-Citadel.kot
Xlib/ut2003-demo/System/CTF-Citadel.smt
Xlib/ut2003-demo/System/CTF-Citadel.tmt
Xlib/ut2003-demo/System/CTF-December.det
Xlib/ut2003-demo/System/CTF-December.est
Xlib/ut2003-demo/System/CTF-December.frt
Xlib/ut2003-demo/System/CTF-December.itt
Xlib/ut2003-demo/System/CTF-December.kot
Xlib/ut2003-demo/System/CTF-December.smt
Xlib/ut2003-demo/System/CTF-December.tmt
Xlib/ut2003-demo/System/CTF-Face3.det
Xlib/ut2003-demo/System/CTF-Face3.est
Xlib/ut2003-demo/System/CTF-Face3.frt
Xlib/ut2003-demo/System/CTF-Face3.itt
Xlib/ut2003-demo/System/CTF-Face3.kot
Xlib/ut2003-demo/System/CTF-Face3.smt
Xlib/ut2003-demo/System/CTF-Face3.tmt
Xlib/ut2003-demo/System/CTF-Geothermal.det
Xlib/ut2003-demo/System/CTF-Geothermal.est
Xlib/ut2003-demo/System/CTF-Geothermal.frt
Xlib/ut2003-demo/System/CTF-Geothermal.itt
Xlib/ut2003-demo/System/CTF-Geothermal.kot
Xlib/ut2003-demo/System/CTF-Geothermal.smt
Xlib/ut2003-demo/System/CTF-Geothermal.tmt
Xlib/ut2003-demo/System/CTF-Lostfaith.det
Xlib/ut2003-demo/System/CTF-Lostfaith.est
Xlib/ut2003-demo/System/CTF-Lostfaith.frt
Xlib/ut2003-demo/System/CTF-Lostfaith.itt
Xlib/ut2003-demo/System/CTF-Lostfaith.kot
Xlib/ut2003-demo/System/CTF-Lostfaith.smt
Xlib/ut2003-demo/System/CTF-Lostfaith.tmt
Xlib/ut2003-demo/System/CTF-Magma.det
Xlib/ut2003-demo/System/CTF-Magma.est
Xlib/ut2003-demo/System/CTF-Magma.frt
Xlib/ut2003-demo/System/CTF-Magma.itt
Xlib/ut2003-demo/System/CTF-Magma.kot
Xlib/ut2003-demo/System/CTF-Magma.smt
Xlib/ut2003-demo/System/CTF-Magma.tmt
Xlib/ut2003-demo/System/CTF-Maul.det
Xlib/ut2003-demo/System/CTF-Maul.est
Xlib/ut2003-demo/System/CTF-Maul.frt
Xlib/ut2003-demo/System/CTF-Maul.itt
Xlib/ut2003-demo/System/CTF-Maul.kot
Xlib/ut2003-demo/System/CTF-Maul.smt
Xlib/ut2003-demo/System/CTF-Maul.tmt
Xlib/ut2003-demo/System/CTF-Orbital2.det
Xlib/ut2003-demo/System/CTF-Orbital2.est
Xlib/ut2003-demo/System/CTF-Orbital2.frt
Xlib/ut2003-demo/System/CTF-Orbital2.itt
Xlib/ut2003-demo/System/CTF-Orbital2.kot
Xlib/ut2003-demo/System/CTF-Orbital2.smt
Xlib/ut2003-demo/System/CTF-Orbital2.tmt
Xlib/ut2003-demo/System/Core.det
Xlib/ut2003-demo/System/Core.est
Xlib/ut2003-demo/System/Core.frt
Xlib/ut2003-demo/System/Core.int
Xlib/ut2003-demo/System/Core.itt
Xlib/ut2003-demo/System/Core.kot
Xlib/ut2003-demo/System/Core.smt
Xlib/ut2003-demo/System/Core.so
Xlib/ut2003-demo/System/Core.tmt
Xlib/ut2003-demo/System/Core.u
Xlib/ut2003-demo/System/D3DDrv.det
Xlib/ut2003-demo/System/D3DDrv.est
Xlib/ut2003-demo/System/D3DDrv.frt
Xlib/ut2003-demo/System/D3DDrv.int
Xlib/ut2003-demo/System/D3DDrv.itt
Xlib/ut2003-demo/System/D3DDrv.kot
Xlib/ut2003-demo/System/D3DDrv.smt
Xlib/ut2003-demo/System/D3DDrv.tmt
Xlib/ut2003-demo/System/DM-Antalus.det
Xlib/ut2003-demo/System/DM-Antalus.est
Xlib/ut2003-demo/System/DM-Antalus.frt
Xlib/ut2003-demo/System/DM-Antalus.itt
Xlib/ut2003-demo/System/DM-Antalus.kot
Xlib/ut2003-demo/System/DM-Antalus.smt
Xlib/ut2003-demo/System/DM-Antalus.tmt
Xlib/ut2003-demo/System/DM-Asbestos.kot
Xlib/ut2003-demo/System/DM-Asbestos.smt
Xlib/ut2003-demo/System/DM-Asbestos.tmt
Xlib/ut2003-demo/System/DM-Compressed.det
Xlib/ut2003-demo/System/DM-Compressed.est
Xlib/ut2003-demo/System/DM-Compressed.frt
Xlib/ut2003-demo/System/DM-Compressed.itt
Xlib/ut2003-demo/System/DM-Compressed.kot
Xlib/ut2003-demo/System/DM-Compressed.smt
Xlib/ut2003-demo/System/DM-Compressed.tmt
Xlib/ut2003-demo/System/DM-Curse3.det
Xlib/ut2003-demo/System/DM-Curse3.est
Xlib/ut2003-demo/System/DM-Curse3.frt
Xlib/ut2003-demo/System/DM-Curse3.itt
Xlib/ut2003-demo/System/DM-Curse3.kot
Xlib/ut2003-demo/System/DM-Curse3.smt
Xlib/ut2003-demo/System/DM-Curse3.tmt
Xlib/ut2003-demo/System/DM-Flux2.det
Xlib/ut2003-demo/System/DM-Flux2.est
Xlib/ut2003-demo/System/DM-Flux2.frt
Xlib/ut2003-demo/System/DM-Flux2.itt
Xlib/ut2003-demo/System/DM-Flux2.kot
Xlib/ut2003-demo/System/DM-Flux2.smt
Xlib/ut2003-demo/System/DM-Flux2.tmt
Xlib/ut2003-demo/System/DM-Gael.det
Xlib/ut2003-demo/System/DM-Gael.est
Xlib/ut2003-demo/System/DM-Gael.frt
Xlib/ut2003-demo/System/DM-Gael.itt
Xlib/ut2003-demo/System/DM-Gael.kot
Xlib/ut2003-demo/System/DM-Gael.smt
Xlib/ut2003-demo/System/DM-Gael.tmt
Xlib/ut2003-demo/System/DM-Inferno.det
Xlib/ut2003-demo/System/DM-Inferno.est
Xlib/ut2003-demo/System/DM-Inferno.frt
Xlib/ut2003-demo/System/DM-Inferno.itt
Xlib/ut2003-demo/System/DM-Inferno.kot
Xlib/ut2003-demo/System/DM-Inferno.smt
Xlib/ut2003-demo/System/DM-Inferno.tmt
Xlib/ut2003-demo/System/DM-Insidious.det
Xlib/ut2003-demo/System/DM-Insidious.est
Xlib/ut2003-demo/System/DM-Insidious.frt
Xlib/ut2003-demo/System/DM-Insidious.itt
Xlib/ut2003-demo/System/DM-Insidious.kot
Xlib/ut2003-demo/System/DM-Insidious.smt
Xlib/ut2003-demo/System/DM-Insidious.tmt
Xlib/ut2003-demo/System/DM-Leviathan.det
Xlib/ut2003-demo/System/DM-Leviathan.est
Xlib/ut2003-demo/System/DM-Leviathan.frt
Xlib/ut2003-demo/System/DM-Leviathan.itt
Xlib/ut2003-demo/System/DM-Leviathan.kot
Xlib/ut2003-demo/System/DM-Leviathan.smt
Xlib/ut2003-demo/System/DM-Leviathan.tmt
Xlib/ut2003-demo/System/DM-Oceanic.det
Xlib/ut2003-demo/System/DM-Oceanic.est
Xlib/ut2003-demo/System/DM-Oceanic.frt
Xlib/ut2003-demo/System/DM-Oceanic.itt
Xlib/ut2003-demo/System/DM-Oceanic.kot
Xlib/ut2003-demo/System/DM-Oceanic.smt
Xlib/ut2003-demo/System/DM-Oceanic.tmt
Xlib/ut2003-demo/System/DM-Phobos2.det
Xlib/ut2003-demo/System/DM-Phobos2.est
Xlib/ut2003-demo/System/DM-Phobos2.frt
Xlib/ut2003-demo/System/DM-Phobos2.itt
Xlib/ut2003-demo/System/DM-Phobos2.kot
Xlib/ut2003-demo/System/DM-Phobos2.smt
Xlib/ut2003-demo/System/DM-Phobos2.tmt
Xlib/ut2003-demo/System/DM-Plunge.kot
Xlib/ut2003-demo/System/DM-Plunge.smt
Xlib/ut2003-demo/System/DM-Plunge.tmt
Xlib/ut2003-demo/System/DM-Serpentine.det
Xlib/ut2003-demo/System/DM-Serpentine.est
Xlib/ut2003-demo/System/DM-Serpentine.frt
Xlib/ut2003-demo/System/DM-Serpentine.itt
Xlib/ut2003-demo/System/DM-Serpentine.kot
Xlib/ut2003-demo/System/DM-Serpentine.smt
Xlib/ut2003-demo/System/DM-Serpentine.tmt
Xlib/ut2003-demo/System/DM-TokaraForest.det
Xlib/ut2003-demo/System/DM-TokaraForest.est
Xlib/ut2003-demo/System/DM-TokaraForest.frt
Xlib/ut2003-demo/System/DM-TokaraForest.itt
Xlib/ut2003-demo/System/DM-TokaraForest.kot
Xlib/ut2003-demo/System/DM-TokaraForest.smt
Xlib/ut2003-demo/System/DM-TokaraForest.tmt
Xlib/ut2003-demo/System/DM-TrainingDay.det
Xlib/ut2003-demo/System/DM-TrainingDay.est
Xlib/ut2003-demo/System/DM-TrainingDay.frt
Xlib/ut2003-demo/System/DM-TrainingDay.itt
Xlib/ut2003-demo/System/DM-TrainingDay.kot
Xlib/ut2003-demo/System/DM-TrainingDay.smt
Xlib/ut2003-demo/System/DM-TrainingDay.tmt
Xlib/ut2003-demo/System/DOM-Core.det
Xlib/ut2003-demo/System/DOM-Core.est
Xlib/ut2003-demo/System/DOM-Core.frt
Xlib/ut2003-demo/System/DOM-Core.itt
Xlib/ut2003-demo/System/DOM-Core.kot
Xlib/ut2003-demo/System/DOM-Core.smt
Xlib/ut2003-demo/System/DOM-Core.tmt
Xlib/ut2003-demo/System/DOM-OutRigger.det
Xlib/ut2003-demo/System/DOM-OutRigger.est
Xlib/ut2003-demo/System/DOM-OutRigger.frt
Xlib/ut2003-demo/System/DOM-OutRigger.itt
Xlib/ut2003-demo/System/DOM-OutRigger.kot
Xlib/ut2003-demo/System/DOM-OutRigger.smt
Xlib/ut2003-demo/System/DOM-OutRigger.tmt
Xlib/ut2003-demo/System/DOM-ScorchedEarth.det
Xlib/ut2003-demo/System/DOM-ScorchedEarth.est
Xlib/ut2003-demo/System/DOM-ScorchedEarth.frt
Xlib/ut2003-demo/System/DOM-ScorchedEarth.itt
Xlib/ut2003-demo/System/DOM-ScorchedEarth.kot
Xlib/ut2003-demo/System/DOM-ScorchedEarth.smt
Xlib/ut2003-demo/System/DOM-ScorchedEarth.tmt
Xlib/ut2003-demo/System/DOM-SepukkuGorge.det
Xlib/ut2003-demo/System/DOM-SepukkuGorge.est
Xlib/ut2003-demo/System/DOM-SepukkuGorge.frt
Xlib/ut2003-demo/System/DOM-SepukkuGorge.itt
Xlib/ut2003-demo/System/DOM-SepukkuGorge.kot
Xlib/ut2003-demo/System/DOM-SepukkuGorge.smt
Xlib/ut2003-demo/System/DOM-SepukkuGorge.tmt
Xlib/ut2003-demo/System/DOM-Suntemple.det
Xlib/ut2003-demo/System/DOM-Suntemple.est
Xlib/ut2003-demo/System/DOM-Suntemple.frt
Xlib/ut2003-demo/System/DOM-Suntemple.itt
Xlib/ut2003-demo/System/DOM-Suntemple.kot
Xlib/ut2003-demo/System/DOM-Suntemple.smt
Xlib/ut2003-demo/System/DOM-Suntemple.tmt
Xlib/ut2003-demo/System/DefUnrealEd.ini
Xlib/ut2003-demo/System/DefUser.ini
Xlib/ut2003-demo/System/Default.ini
Xlib/ut2003-demo/System/DemoLicense.det
Xlib/ut2003-demo/System/DemoLicense.est
Xlib/ut2003-demo/System/DemoLicense.frt
Xlib/ut2003-demo/System/DemoLicense.itt
Xlib/ut2003-demo/System/DemoLicense.kot
Xlib/ut2003-demo/System/DemoLicense.smt
Xlib/ut2003-demo/System/DemoLicense.tmt
Xlib/ut2003-demo/System/DemoPlayersList.upl
Xlib/ut2003-demo/System/Editor.det
Xlib/ut2003-demo/System/Editor.est
Xlib/ut2003-demo/System/Editor.frt
Xlib/ut2003-demo/System/Editor.itt
Xlib/ut2003-demo/System/Editor.kot
Xlib/ut2003-demo/System/Editor.smt
Xlib/ut2003-demo/System/Editor.tmt
Xlib/ut2003-demo/System/Editor.u
Xlib/ut2003-demo/System/Engine.det
Xlib/ut2003-demo/System/Engine.est
Xlib/ut2003-demo/System/Engine.frt
Xlib/ut2003-demo/System/Engine.int
Xlib/ut2003-demo/System/Engine.itt
Xlib/ut2003-demo/System/Engine.kot
Xlib/ut2003-demo/System/Engine.smt
Xlib/ut2003-demo/System/Engine.so
Xlib/ut2003-demo/System/Engine.tmt
Xlib/ut2003-demo/System/Engine.u
Xlib/ut2003-demo/System/Fire.so
Xlib/ut2003-demo/System/Fire.u
Xlib/ut2003-demo/System/GamePlay.det
Xlib/ut2003-demo/System/GamePlay.est
Xlib/ut2003-demo/System/GamePlay.frt
Xlib/ut2003-demo/System/GamePlay.int
Xlib/ut2003-demo/System/GamePlay.itt
Xlib/ut2003-demo/System/GamePlay.kot
Xlib/ut2003-demo/System/GamePlay.smt
Xlib/ut2003-demo/System/GamePlay.tmt
Xlib/ut2003-demo/System/GamePlay.u
Xlib/ut2003-demo/System/IpDrv.det
Xlib/ut2003-demo/System/IpDrv.est
Xlib/ut2003-demo/System/IpDrv.frt
Xlib/ut2003-demo/System/IpDrv.int
Xlib/ut2003-demo/System/IpDrv.itt
Xlib/ut2003-demo/System/IpDrv.kot
Xlib/ut2003-demo/System/IpDrv.smt
Xlib/ut2003-demo/System/IpDrv.so
Xlib/ut2003-demo/System/IpDrv.tmt
Xlib/ut2003-demo/System/IpDrv.u
Xlib/ut2003-demo/System/License.det
Xlib/ut2003-demo/System/License.est
Xlib/ut2003-demo/System/License.frt
Xlib/ut2003-demo/System/License.int
Xlib/ut2003-demo/System/License.itt
Xlib/ut2003-demo/System/License.kot
Xlib/ut2003-demo/System/License.smt
Xlib/ut2003-demo/System/License.tmt
Xlib/ut2003-demo/System/Manifest.det
Xlib/ut2003-demo/System/Manifest.est
Xlib/ut2003-demo/System/Manifest.frt
Xlib/ut2003-demo/System/Manifest.ini
Xlib/ut2003-demo/System/Manifest.int
Xlib/ut2003-demo/System/Manifest.itt
Xlib/ut2003-demo/System/Manifest.kot
Xlib/ut2003-demo/System/Manifest.smt
Xlib/ut2003-demo/System/Manifest.tmt
Xlib/ut2003-demo/System/OpenGLDrv.so
Xlib/ut2003-demo/System/Packages.md5
Xlib/ut2003-demo/System/SDLDrv.so
Xlib/ut2003-demo/System/Setup.det
Xlib/ut2003-demo/System/Setup.est
Xlib/ut2003-demo/System/Setup.frt
Xlib/ut2003-demo/System/Setup.int
Xlib/ut2003-demo/System/Setup.itt
Xlib/ut2003-demo/System/Setup.kot
Xlib/ut2003-demo/System/Setup.smt
Xlib/ut2003-demo/System/Setup.tmt
Xlib/ut2003-demo/System/SetupUT2003_Demo.det
Xlib/ut2003-demo/System/SetupUT2003_Demo.est
Xlib/ut2003-demo/System/SetupUT2003_Demo.frt
Xlib/ut2003-demo/System/SetupUT2003_Demo.itt
Xlib/ut2003-demo/System/SetupUT2003_Demo.kot
Xlib/ut2003-demo/System/SetupUT2003_Demo.smt
Xlib/ut2003-demo/System/SetupUT2003_Demo.tmt
Xlib/ut2003-demo/System/SetupUT2003_Full.det
Xlib/ut2003-demo/System/SetupUT2003_Full.est
Xlib/ut2003-demo/System/SetupUT2003_Full.frt
Xlib/ut2003-demo/System/SetupUT2003_Full.itt
Xlib/ut2003-demo/System/SetupUT2003_Full.kot
Xlib/ut2003-demo/System/SetupUT2003_Full.smt
Xlib/ut2003-demo/System/SetupUT2003_Full.tmt
Xlib/ut2003-demo/System/SkaarjPack.itt
Xlib/ut2003-demo/System/SkaarjPack.kot
Xlib/ut2003-demo/System/SkaarjPack.tmt
Xlib/ut2003-demo/System/Startup.det
Xlib/ut2003-demo/System/Startup.est
Xlib/ut2003-demo/System/Startup.frt
Xlib/ut2003-demo/System/Startup.int
Xlib/ut2003-demo/System/Startup.itt
Xlib/ut2003-demo/System/Startup.kot
Xlib/ut2003-demo/System/Startup.smt
Xlib/ut2003-demo/System/Startup.tmt
Xlib/ut2003-demo/System/TeamSymbols_UT2003.int
Xlib/ut2003-demo/System/TeamSymbols_UT2003.kot
Xlib/ut2003-demo/System/TeamSymbols_UT2003.smt
Xlib/ut2003-demo/System/TeamSymbols_UT2003.tmt
Xlib/ut2003-demo/System/UC.kot
Xlib/ut2003-demo/System/UC.tmt
Xlib/ut2003-demo/System/UDNHelpTopics.ini
Xlib/ut2003-demo/System/UT2003.int
Xlib/ut2003-demo/System/UT2003.kot
Xlib/ut2003-demo/System/UT2003.smt
Xlib/ut2003-demo/System/UT2003.tmt
Xlib/ut2003-demo/System/UWeb.det
Xlib/ut2003-demo/System/UWeb.est
Xlib/ut2003-demo/System/UWeb.frt
Xlib/ut2003-demo/System/UWeb.int
Xlib/ut2003-demo/System/UWeb.itt
Xlib/ut2003-demo/System/UWeb.kot
Xlib/ut2003-demo/System/UWeb.smt
Xlib/ut2003-demo/System/UWeb.so
Xlib/ut2003-demo/System/UWeb.tmt
Xlib/ut2003-demo/System/UWeb.u
Xlib/ut2003-demo/System/Uc.smt
Xlib/ut2003-demo/System/UnrealEd.det
Xlib/ut2003-demo/System/UnrealEd.est
Xlib/ut2003-demo/System/UnrealEd.frt
Xlib/ut2003-demo/System/UnrealEd.int
Xlib/ut2003-demo/System/UnrealEd.itt
Xlib/ut2003-demo/System/UnrealEd.kot
Xlib/ut2003-demo/System/UnrealEd.smt
Xlib/ut2003-demo/System/UnrealEd.tmt
Xlib/ut2003-demo/System/UnrealEd.u
Xlib/ut2003-demo/System/UnrealEdTips.ini
Xlib/ut2003-demo/System/UnrealGame.det
Xlib/ut2003-demo/System/UnrealGame.est
Xlib/ut2003-demo/System/UnrealGame.frt
Xlib/ut2003-demo/System/UnrealGame.int
Xlib/ut2003-demo/System/UnrealGame.itt
Xlib/ut2003-demo/System/UnrealGame.kot
Xlib/ut2003-demo/System/UnrealGame.tmt
Xlib/ut2003-demo/System/UnrealGame.u
Xlib/ut2003-demo/System/UnrealTournament2003Web.url
Xlib/ut2003-demo/System/Unrealgame.smt
Xlib/ut2003-demo/System/User.ini
Xlib/ut2003-demo/System/Vehicles.kot
Xlib/ut2003-demo/System/Vehicles.smt
Xlib/ut2003-demo/System/Vehicles.tmt
Xlib/ut2003-demo/System/Vehicles.u
Xlib/ut2003-demo/System/WinDrv.det
Xlib/ut2003-demo/System/WinDrv.est
Xlib/ut2003-demo/System/WinDrv.frt
Xlib/ut2003-demo/System/WinDrv.int
Xlib/ut2003-demo/System/WinDrv.itt
Xlib/ut2003-demo/System/WinDrv.kot
Xlib/ut2003-demo/System/WinDrv.smt
Xlib/ut2003-demo/System/WinDrv.tmt
Xlib/ut2003-demo/System/Window.det
Xlib/ut2003-demo/System/Window.est
Xlib/ut2003-demo/System/Window.frt
Xlib/ut2003-demo/System/Window.int
Xlib/ut2003-demo/System/Window.itt
Xlib/ut2003-demo/System/Window.kot
Xlib/ut2003-demo/System/Window.smt
Xlib/ut2003-demo/System/Window.tmt
Xlib/ut2003-demo/System/XAdmin.det
Xlib/ut2003-demo/System/XAdmin.est
Xlib/ut2003-demo/System/XAdmin.frt
Xlib/ut2003-demo/System/XAdmin.itt
Xlib/ut2003-demo/System/XAdmin.kot
Xlib/ut2003-demo/System/XAdmin.smt
Xlib/ut2003-demo/System/XAdmin.tmt
Xlib/ut2003-demo/System/XAdmin.u
Xlib/ut2003-demo/System/XDemoMaps.det
Xlib/ut2003-demo/System/XDemoMaps.est
Xlib/ut2003-demo/System/XDemoMaps.frt
Xlib/ut2003-demo/System/XDemoMaps.itt
Xlib/ut2003-demo/System/XDemoMaps.kot
Xlib/ut2003-demo/System/XDemoMaps.smt
Xlib/ut2003-demo/System/XDemoMaps.tmt
Xlib/ut2003-demo/System/XEffects.u
Xlib/ut2003-demo/System/XGame.det
Xlib/ut2003-demo/System/XGame.est
Xlib/ut2003-demo/System/XGame.frt
Xlib/ut2003-demo/System/XGame.int
Xlib/ut2003-demo/System/XGame.itt
Xlib/ut2003-demo/System/XGame.kot
Xlib/ut2003-demo/System/XGame.smt
Xlib/ut2003-demo/System/XGame.so
Xlib/ut2003-demo/System/XGame.tmt
Xlib/ut2003-demo/System/XGame.u
Xlib/ut2003-demo/System/XGame_rc.u
Xlib/ut2003-demo/System/XInterface.det
Xlib/ut2003-demo/System/XInterface.est
Xlib/ut2003-demo/System/XInterface.frt
Xlib/ut2003-demo/System/XInterface.int
Xlib/ut2003-demo/System/XInterface.itt
Xlib/ut2003-demo/System/XInterface.kot
Xlib/ut2003-demo/System/XInterface.smt
Xlib/ut2003-demo/System/XInterface.so
Xlib/ut2003-demo/System/XInterface.tmt
Xlib/ut2003-demo/System/XInterface.u
Xlib/ut2003-demo/System/XMaps.det
Xlib/ut2003-demo/System/XMaps.est
Xlib/ut2003-demo/System/XMaps.frt
Xlib/ut2003-demo/System/XMaps.int
Xlib/ut2003-demo/System/XMaps.itt
Xlib/ut2003-demo/System/XMaps.kot
Xlib/ut2003-demo/System/XMaps.smt
Xlib/ut2003-demo/System/XMaps.tmt
Xlib/ut2003-demo/System/XPickups.det
Xlib/ut2003-demo/System/XPickups.est
Xlib/ut2003-demo/System/XPickups.frt
Xlib/ut2003-demo/System/XPickups.int
Xlib/ut2003-demo/System/XPickups.itt
Xlib/ut2003-demo/System/XPickups.kot
Xlib/ut2003-demo/System/XPickups.smt
Xlib/ut2003-demo/System/XPickups.tmt
Xlib/ut2003-demo/System/XPickups.u
Xlib/ut2003-demo/System/XPickups_rc.u
Xlib/ut2003-demo/System/XPlayers.det
Xlib/ut2003-demo/System/XPlayers.est
Xlib/ut2003-demo/System/XPlayers.frt
Xlib/ut2003-demo/System/XPlayers.int
Xlib/ut2003-demo/System/XPlayers.itt
Xlib/ut2003-demo/System/XPlayers.kot
Xlib/ut2003-demo/System/XPlayers.smt
Xlib/ut2003-demo/System/XPlayers.tmt
Xlib/ut2003-demo/System/XWeaponList.kot
Xlib/ut2003-demo/System/XWeaponList.smt
Xlib/ut2003-demo/System/XWeaponList.tmt
Xlib/ut2003-demo/System/XWeapons.det
Xlib/ut2003-demo/System/XWeapons.est
Xlib/ut2003-demo/System/XWeapons.frt
Xlib/ut2003-demo/System/XWeapons.int
Xlib/ut2003-demo/System/XWeapons.kot
Xlib/ut2003-demo/System/XWeapons.smt
Xlib/ut2003-demo/System/XWeapons.tmt
Xlib/ut2003-demo/System/XWeapons.u
Xlib/ut2003-demo/System/XWeapons_rc.u
Xlib/ut2003-demo/System/XWebAdmin.kot
Xlib/ut2003-demo/System/XWebAdmin.smt
Xlib/ut2003-demo/System/XWebAdmin.tmt
Xlib/ut2003-demo/System/XWebAdmin.u
Xlib/ut2003-demo/System/Xweapons.itt
Xlib/ut2003-demo/System/bonuspack.det
Xlib/ut2003-demo/System/bonuspack.est
Xlib/ut2003-demo/System/bonuspack.frt
Xlib/ut2003-demo/System/dm-asbestos.det
Xlib/ut2003-demo/System/dm-asbestos.est
Xlib/ut2003-demo/System/dm-asbestos.frt
Xlib/ut2003-demo/System/dm-asbestos.itt
Xlib/ut2003-demo/System/dm-plunge.det
Xlib/ut2003-demo/System/dm-plunge.est
Xlib/ut2003-demo/System/dm-plunge.frt
Xlib/ut2003-demo/System/dm-plunge.itt
Xlib/ut2003-demo/System/libSDL-1.2.so.0
Xlib/ut2003-demo/System/ogg.so
Xlib/ut2003-demo/System/openal.so
Xlib/ut2003-demo/System/skaarjpack.det
Xlib/ut2003-demo/System/skaarjpack.est
Xlib/ut2003-demo/System/skaarjpack.frt
Xlib/ut2003-demo/System/ucc-bin
Xlib/ut2003-demo/System/ut2003-bin
Xlib/ut2003-demo/System/ut2003.det
Xlib/ut2003-demo/System/ut2003.est
Xlib/ut2003-demo/System/ut2003.frt
Xlib/ut2003-demo/System/ut2003.itt
Xlib/ut2003-demo/System/vorbis.so
Xlib/ut2003-demo/System/zlib.so
Xlib/ut2003-demo/Textures/AW-Alleria.utx
Xlib/ut2003-demo/Textures/AWCity.utx
Xlib/ut2003-demo/Textures/AWGlobal.utx
Xlib/ut2003-demo/Textures/AbaddonArchitecture-epic.utx
Xlib/ut2003-demo/Textures/AbaddonArchitecture.utx
Xlib/ut2003-demo/Textures/AbaddonHardwareBrush.utx
Xlib/ut2003-demo/Textures/AbaddonTerrain.utx
Xlib/ut2003-demo/Textures/AlleriaArchitecture.utx
Xlib/ut2003-demo/Textures/AlleriaTerrain.utx
Xlib/ut2003-demo/Textures/AntalusTextures.utx
Xlib/ut2003-demo/Textures/AnubisTextures.utx
Xlib/ut2003-demo/Textures/ArboreaArchitecture.utx
Xlib/ut2003-demo/Textures/ArboreaHardwareBrush.utx
Xlib/ut2003-demo/Textures/ArboreaTerrain.utx
Xlib/ut2003-demo/Textures/BarrensArchitecture-epic.utx
Xlib/ut2003-demo/Textures/BarrensArchitecture.utx
Xlib/ut2003-demo/Textures/BarrensHardwareBrush.utx
Xlib/ut2003-demo/Textures/BarrensTerrain.utx
Xlib/ut2003-demo/Textures/BloodFX.utx
Xlib/ut2003-demo/Textures/CP_Effects1.utx
Xlib/ut2003-demo/Textures/CheckerFX.utx
Xlib/ut2003-demo/Textures/Chrome_cp.utx
Xlib/ut2003-demo/Textures/CitadelTextures.utx
Xlib/ut2003-demo/Textures/Compress.utx
Xlib/ut2003-demo/Textures/Crosshairs.utx
Xlib/ut2003-demo/Textures/CubeMaps.utx
Xlib/ut2003-demo/Textures/DanFX.utx
Xlib/ut2003-demo/Textures/DavesTextures.utx
Xlib/ut2003-demo/Textures/DeRez.utx
Xlib/ut2003-demo/Textures/DefaultFluid.utx
Xlib/ut2003-demo/Textures/Dom-goose.utx
Xlib/ut2003-demo/Textures/Egypt_tech_Epic.utx
Xlib/ut2003-demo/Textures/EmitterTextures.utx
Xlib/ut2003-demo/Textures/EpicParticles.utx
Xlib/ut2003-demo/Textures/ExitScreen.utx
Xlib/ut2003-demo/Textures/Face3_deco.utx
Xlib/ut2003-demo/Textures/FireEngine.utx
Xlib/ut2003-demo/Textures/GeoThermalTextures.utx
Xlib/ut2003-demo/Textures/H_E_L_Ltx.utx
Xlib/ut2003-demo/Textures/HumanoidArchitecture.utx
Xlib/ut2003-demo/Textures/HumanoidArchitecture2.utx
Xlib/ut2003-demo/Textures/HumanoidHardwareBrush.utx
Xlib/ut2003-demo/Textures/Industrial.utx
Xlib/ut2003-demo/Textures/InstagibEffects.utx
Xlib/ut2003-demo/Textures/InterfaceContent.utx
Xlib/ut2003-demo/Textures/LadderShots.utx
Xlib/ut2003-demo/Textures/LastManStanding.utx
Xlib/ut2003-demo/Textures/MapThumbnails.utx
Xlib/ut2003-demo/Textures/MenuEffects.utx
Xlib/ut2003-demo/Textures/MikeDemoLevel.utx
Xlib/ut2003-demo/Textures/MiscEpicTex01.utx
Xlib/ut2003-demo/Textures/MutantSkins.utx
Xlib/ut2003-demo/Textures/NvidiaLogo_T.utx
Xlib/ut2003-demo/Textures/Phobos2_cp.utx
Xlib/ut2003-demo/Textures/PickupSkins.utx
Xlib/ut2003-demo/Textures/Pipe_Set.utx
Xlib/ut2003-demo/Textures/PlayerPictures.utx
Xlib/ut2003-demo/Textures/PlayerSkins.utx
Xlib/ut2003-demo/Textures/SC_Volcano_T.utx
Xlib/ut2003-demo/Textures/ServerIcons.utx
Xlib/ut2003-demo/Textures/Shiptech.utx
Xlib/ut2003-demo/Textures/Shiptech2.utx
Xlib/ut2003-demo/Textures/ShiptechHardwareBrush.utx
Xlib/ut2003-demo/Textures/SinglePlayerThumbs.utx
Xlib/ut2003-demo/Textures/SkaarjPackSkins.utx
Xlib/ut2003-demo/Textures/SkyRenders.utx
Xlib/ut2003-demo/Textures/SurvivalGuideSMskins.utx
Xlib/ut2003-demo/Textures/TeamSymbols.utx
Xlib/ut2003-demo/Textures/TeamSymbols_UT2003.utx
Xlib/ut2003-demo/Textures/TowerTerrain.utx
Xlib/ut2003-demo/Textures/UCGeneric.utx
Xlib/ut2003-demo/Textures/UT2003Fonts.utx
Xlib/ut2003-demo/Textures/UT2003Fonts_kot.utx
Xlib/ut2003-demo/Textures/UT2003Fonts_smt.utx
Xlib/ut2003-demo/Textures/UT2003Fonts_tmt.utx
Xlib/ut2003-demo/Textures/VehicleFX.utx
Xlib/ut2003-demo/Textures/WeaponSkins.utx
Xlib/ut2003-demo/Textures/XEffectMat.utx
Xlib/ut2003-demo/Textures/XGameShaders.utx
Xlib/ut2003-demo/Textures/XGameTextures.utx
Xlib/ut2003-demo/Textures/cassTextures2.utx
Xlib/ut2003-demo/Textures/cf_tex01.utx
Xlib/ut2003-demo/Textures/cf_tex02.utx
Xlib/ut2003-demo/Textures/cp_wasteland.utx
Xlib/ut2003-demo/Textures/gooseFX.utx
Xlib/ut2003-demo/Textures/intro_characters.utx
Xlib/ut2003-demo/Textures/xGameShadersB.utx
Xlib/ut2003-demo/Web/ServerAdmin/admins_account.htm
Xlib/ut2003-demo/Web/ServerAdmin/admins_home.htm
Xlib/ut2003-demo/Web/ServerAdmin/admins_menu.htm
Xlib/ut2003-demo/Web/ServerAdmin/adminsframe.htm
Xlib/ut2003-demo/Web/ServerAdmin/cell_center.inc
Xlib/ut2003-demo/Web/ServerAdmin/cell_center_nowrap.inc
Xlib/ut2003-demo/Web/ServerAdmin/cell_colspan.inc
Xlib/ut2003-demo/Web/ServerAdmin/cell_left.inc
Xlib/ut2003-demo/Web/ServerAdmin/cell_left_nowrap.inc
Xlib/ut2003-demo/Web/ServerAdmin/cell_right.inc
Xlib/ut2003-demo/Web/ServerAdmin/cell_right_nowrap.inc
Xlib/ut2003-demo/Web/ServerAdmin/checkbox.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_bots.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_bots_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_bots_row_sel.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_bots_species.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_console.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_console_log.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_console_send.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_game.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_menu.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_mutators.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_mutators_group.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_mutators_group_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_mutators_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_mutators_selected.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_mutators_table.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_players.htm
Xlib/ut2003-demo/Web/ServerAdmin/current_players_ban_col.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_players_empty_col.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_players_kick_col.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_players_list_head.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_players_list_head_link.inc
Xlib/ut2003-demo/Web/ServerAdmin/current_players_minp.inc
Xlib/ut2003-demo/Web/ServerAdmin/currentframe.htm
Xlib/ut2003-demo/Web/ServerAdmin/defaults_header.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_ippolicy.htm
Xlib/ut2003-demo/Web/ServerAdmin/defaults_ippolicy_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_maps.htm
Xlib/ut2003-demo/Web/ServerAdmin/defaults_mark.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_menu.htm
Xlib/ut2003-demo/Web/ServerAdmin/defaults_menu_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_row_check.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_row_select.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_row_text.inc
Xlib/ut2003-demo/Web/ServerAdmin/defaults_rules.htm
Xlib/ut2003-demo/Web/ServerAdmin/defaultsframe.htm
Xlib/ut2003-demo/Web/ServerAdmin/footer.inc
Xlib/ut2003-demo/Web/ServerAdmin/frame_header.inc
Xlib/ut2003-demo/Web/ServerAdmin/frame_message.htm
Xlib/ut2003-demo/Web/ServerAdmin/groups_add.htm
Xlib/ut2003-demo/Web/ServerAdmin/groups_browse.htm
Xlib/ut2003-demo/Web/ServerAdmin/groups_edit.htm
Xlib/ut2003-demo/Web/ServerAdmin/groups_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/header.inc
Xlib/ut2003-demo/Web/ServerAdmin/mainmenu.htm
Xlib/ut2003-demo/Web/ServerAdmin/mainmenu_item.inc
Xlib/ut2003-demo/Web/ServerAdmin/mainmenu_itemd.inc
Xlib/ut2003-demo/Web/ServerAdmin/message.htm
Xlib/ut2003-demo/Web/ServerAdmin/privs_element.inc
Xlib/ut2003-demo/Web/ServerAdmin/privs_element_ro.inc
Xlib/ut2003-demo/Web/ServerAdmin/privs_header.inc
Xlib/ut2003-demo/Web/ServerAdmin/privs_header_chk.inc
Xlib/ut2003-demo/Web/ServerAdmin/radio_button.inc
Xlib/ut2003-demo/Web/ServerAdmin/rootframe.htm
Xlib/ut2003-demo/Web/ServerAdmin/row_center.inc
Xlib/ut2003-demo/Web/ServerAdmin/row_left.inc
Xlib/ut2003-demo/Web/ServerAdmin/select.inc
Xlib/ut2003-demo/Web/ServerAdmin/server_restart.htm
Xlib/ut2003-demo/Web/ServerAdmin/server_restart_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/submit_button.inc
Xlib/ut2003-demo/Web/ServerAdmin/textbox.inc
Xlib/ut2003-demo/Web/ServerAdmin/users.htm
Xlib/ut2003-demo/Web/ServerAdmin/users_add.htm
Xlib/ut2003-demo/Web/ServerAdmin/users_browse.htm
Xlib/ut2003-demo/Web/ServerAdmin/users_edit.htm
Xlib/ut2003-demo/Web/ServerAdmin/users_groups.htm
Xlib/ut2003-demo/Web/ServerAdmin/users_groups_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/users_row.inc
Xlib/ut2003-demo/Web/ServerAdmin/ut2003.css
Xlib/ut2003-demo/Web/images/h_fill.gif
Xlib/ut2003-demo/Web/images/h_logo.jpg
Xlib/ut2003-demo/Web/images/h_navseach.gif
Xlib/ut2003-demo/Web/images/h_rgfx.jpg
Xlib/ut2003-demo/Web/images/h_space.gif
Xlib/ut2003-demo/Web/images/q_botleft.gif
Xlib/ut2003-demo/Web/images/q_botmid.gif
Xlib/ut2003-demo/Web/images/q_botright.gif
Xlib/ut2003-demo/Web/images/q_left.gif
Xlib/ut2003-demo/Web/images/q_mid.gif
Xlib/ut2003-demo/Web/images/q_right.gif
Xlib/ut2003-demo/Web/images/q_topleft.gif
Xlib/ut2003-demo/Web/images/q_topmid.gif
Xlib/ut2003-demo/Web/images/q_topright.gif
Xlib/ut2003-demo/Web/images/t.gif
X%%PORTDOCS%%%%DOCSDIR%%/ReadMe-Demo.int.txt
X%%DATADIR%%/UT2003Logo.bmp
X%%DATADIR%%/Unreal.xpm
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm %%DATADIR%%
X@dirrm lib/ut2003-demo/Web/images
X@dirrm lib/ut2003-demo/Web/ServerAdmin
X@dirrm lib/ut2003-demo/Web
X@dirrm lib/ut2003-demo/Textures
X@dirrm lib/ut2003-demo/System
X@dirrm lib/ut2003-demo/StaticMeshes
X@dirrm lib/ut2003-demo/Sounds
X@dirrm lib/ut2003-demo/Music
X@dirrm lib/ut2003-demo/Maps
X@dirrm lib/ut2003-demo/KarmaData
X@dirrm lib/ut2003-demo/ForceFeedback
X@dirrm lib/ut2003-demo/Benchmark/Stuff
X@dirrm lib/ut2003-demo/Benchmark/Results
X@dirrm lib/ut2003-demo/Benchmark/Logs
X@dirrm lib/ut2003-demo/Benchmark/CSVs
X@dirrm lib/ut2003-demo/Benchmark
X@dirrm lib/ut2003-demo/Animations
X@dirrm lib/ut2003-demo
END-of-linux-ut2003-demo/pkg-plist
exit

--- linux-ut2003-demo.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1125535584.0>