diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 08:06:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 08:06:59 +0000 |
commit | b751cdce8c21d8c35a7cfe40d260c56340c555af (patch) | |
tree | 30dde87dfab86eb233177700418c92be500d8424 /games/halflifeserver | |
parent | Remove games/halflifeserver and dependents. halflifeserver has been (diff) |
Remove games/halflifeserver and dependents. It has been marked as unable
to fetch for ~6 months, and it is not clear from the website what the
replacement distfile is.
Notes
Notes:
svn path=/head/; revision=200322
Diffstat (limited to 'games/halflifeserver')
-rw-r--r-- | games/halflifeserver/Makefile | 106 | ||||
-rw-r--r-- | games/halflifeserver/distinfo | 2 | ||||
-rw-r--r-- | games/halflifeserver/pkg-descr | 5 | ||||
-rw-r--r-- | games/halflifeserver/pkg-plist | 1865 |
4 files changed, 0 insertions, 1978 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile deleted file mode 100644 index 04ebb9bb0b41..000000000000 --- a/games/halflifeserver/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# New ports collection makefile for: Half-Life Dedicated Server -# Date created: Sat Jul 15 14:27:16 SAST 2000 -# Whom: markm@FreeBSD.org -# -# $FreeBSD$ -# - -# XXX: this is the master port to games/hlserver-cs and games/hlserver-dod - -PORTNAME?= hlds -PORTVERSION?= 1.1.2.0 -.if(${PORTNAME} == hlds) -PORTEPOCH= 1 -PORTREVISION= 0 -.endif -CATEGORIES= games linux -DISTNAME= hlds_l_1120_full -EXTRACT_SUFX= .tgz - -MAINTAINER= pat@FreeBSD.org -COMMENT?= Steam Enabled Half-Life Dedicated Server with CS and DOD - -BROKEN= Incomplete fetch instructions -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX= yes -USE_PERL5= yes -NO_CDROM= "Size; the data set is much too big" -NO_BUILD= yes -WRKSRC= ${WRKDIR}/hlds_l -PLIST_SUB= ${PLIST_SUB_FOR_THIS_PORT} -PLIST_SUB_FOR_THIS_PORT= HLDSDIR="${HLDSDIR:S/^\///}" \ - HLDSBASE="${HLDSBASE}" - -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 - -HLDSDIR= /games/hlds_l/ -HLDSBASE= games -HL_PROGRAM= hlds_run - -# files which should be installed with executables perms -EXECUTABLES= hltv hlds_run hlds_amd hlds_amd64 hlds_i486 hlds_i686 steam - -.include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Please download and execute ${DISTNAME}.bin to read Valve\'s \ - agreement and get the tarball. Move ${DISTNAME}${EXTRACT_SUFX} \ - to ${DISTDIR} and try again" -.endif - -pre-patch: -# remove trailing ^M - @${FIND} -E ${WRKSRC} -type f \ - -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|lst|sc|scr|txt|rc)" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; - -do-install: install-parse-plist install-run-scripts - -# Contributed by <lioux@FreeBSD.org> -install-parse-plist: generate-plist - @${PERL} -e 'open(FHANDLER,"${TMPPLIST}");' \ - -e 'open(FDIR,">${WRKDIR}/dirs.sh.tmp");' \ - -e 'open(FFILES,">${WRKDIR}/files.sh");' \ - -e 'while (!eof(FHANDLER)) {' \ - -e 'chop($$file = <FHANDLER>);' \ - -e '$$dir = $$file_partial = $$file;' \ - -e '$$file_partial =~ s!^${HLDSDIR:S!^/!!}!!;' \ - -e 'print FDIR "${INSTALL_DIR}", \ - " ", "\"${PREFIX}/$$dir\"", \ - "\n" if $$dir =~ s!(^\@dirrm\s+)!!;' \ - -e 'if ($$file !~ m!^\@!) {' \ - -e '$$program_flag = 0;' \ - -e 'if ("${EXECUTABLES}" ne "") {' \ - -e 'foreach $$program_pattern \ - (split (/\s+/,"${EXECUTABLES}")) {' \ - -e '($$program_flag = 1 , break) \ - if ($$file =~ /$$program_pattern$$/);' \ - -e '}' \ - -e '}' \ - -e 'print FFILES ($$program_flag == 0) ? \ - "${INSTALL_DATA:S/${SHAREMODE}/400/}" : "${INSTALL_SCRIPT:S/${BINMODE}/500/}";' \ - -e 'print FFILES " ", "\"${WRKSRC}/$$file_partial\"", \ - " ", "\"${PREFIX}/$$file\"", \ - "\n";' \ - -e '}' \ - -e '}' \ - -e 'close(FFILES);' \ - -e 'close(FDIR);' \ - -e 'close(FHANDLER);' - @${SORT} ${WRKDIR}/dirs.sh.tmp > ${WRKDIR}/dirs.sh - -install-run-scripts: -.for script in dirs files - @${SH} ${WRKDIR}/${script}.sh -.endfor - -post-install: - @${ECHO_CMD} "*README* *README* *README* *README* *README* *README* *README*" - @${ECHO_CMD} "------------------------------------------------------------" - @${ECHO_CMD} " Do not run server as root" - @${ECHO_CMD} " HLDS ports will be installed in ${PREFIX}/games/hlds_l" - @${ECHO_CMD} "------------------------------------------------------------" - -.include <bsd.port.post.mk> diff --git a/games/halflifeserver/distinfo b/games/halflifeserver/distinfo deleted file mode 100644 index db48bd6cd9fa..000000000000 --- a/games/halflifeserver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (hlds_l_1120_full.tgz) = 22000aea56f7565119992587ae88dd95 -SIZE (hlds_l_1120_full.tgz) = 445036101 diff --git a/games/halflifeserver/pkg-descr b/games/halflifeserver/pkg-descr deleted file mode 100644 index 5aad3b41c100..000000000000 --- a/games/halflifeserver/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains all of the items you'll need to run -a Steam Enabled Half-Life Dedicated Server under FreeBSD -(with Linux emulation). - -WWW: http://www.steampowered.com/ diff --git a/games/halflifeserver/pkg-plist b/games/halflifeserver/pkg-plist deleted file mode 100644 index 8475f4077f3b..000000000000 --- a/games/halflifeserver/pkg-plist +++ /dev/null @@ -1,1865 +0,0 @@ -%%HLDSDIR%%core_i386.so -%%HLDSDIR%%dmc/cached.wad -%%HLDSDIR%%dmc/cl_dlls/client.dll -%%HLDSDIR%%dmc/delta.lst -%%HLDSDIR%%dmc/dlls/dmc.dll -%%HLDSDIR%%dmc/dlls/dmc_i386.so -%%HLDSDIR%%dmc/dmc.wad -%%HLDSDIR%%dmc/events/axe.sc -%%HLDSDIR%%dmc/events/axeswing.sc -%%HLDSDIR%%dmc/events/door/doorgodown.sc -%%HLDSDIR%%dmc/events/door/doorgoup.sc -%%HLDSDIR%%dmc/events/door/doorhitbottom.sc -%%HLDSDIR%%dmc/events/door/doorhittop.sc -%%HLDSDIR%%dmc/events/explosion.sc -%%HLDSDIR%%dmc/events/gibs.sc -%%HLDSDIR%%dmc/events/grenade.sc -%%HLDSDIR%%dmc/events/lightning.sc -%%HLDSDIR%%dmc/events/powerup.sc -%%HLDSDIR%%dmc/events/rocket.sc -%%HLDSDIR%%dmc/events/shotgun1.sc -%%HLDSDIR%%dmc/events/shotgun2.sc -%%HLDSDIR%%dmc/events/spike.sc -%%HLDSDIR%%dmc/events/superspike.sc -%%HLDSDIR%%dmc/events/teleport.sc -%%HLDSDIR%%dmc/events/trail.sc -%%HLDSDIR%%dmc/game.ico -%%HLDSDIR%%dmc/liblist.gam -%%HLDSDIR%%dmc/mapcycle.txt -%%HLDSDIR%%dmc/maps/dcdm5.bsp -%%HLDSDIR%%dmc/maps/dmc_dm2.bsp -%%HLDSDIR%%dmc/maps/dmc_dm3.bsp -%%HLDSDIR%%dmc/maps/dmc_dm4.bsp -%%HLDSDIR%%dmc/maps/dmc_dm6.bsp -%%HLDSDIR%%dmc/maps/dmc_e1m2.bsp -%%HLDSDIR%%dmc/maps/p_se_3.bsp -%%HLDSDIR%%dmc/models/armour_g.mdl -%%HLDSDIR%%dmc/models/armour_gT.mdl -%%HLDSDIR%%dmc/models/armour_r.mdl -%%HLDSDIR%%dmc/models/armour_rT.mdl -%%HLDSDIR%%dmc/models/armour_y.mdl -%%HLDSDIR%%dmc/models/armour_yT.mdl -%%HLDSDIR%%dmc/models/b_nail0.mdl -%%HLDSDIR%%dmc/models/b_nail0T.mdl -%%HLDSDIR%%dmc/models/b_nail1.mdl -%%HLDSDIR%%dmc/models/b_nail1T.mdl -%%HLDSDIR%%dmc/models/backpack.mdl -%%HLDSDIR%%dmc/models/g_light.mdl -%%HLDSDIR%%dmc/models/g_nail.mdl -%%HLDSDIR%%dmc/models/g_nail2.mdl -%%HLDSDIR%%dmc/models/g_nail2T.mdl -%%HLDSDIR%%dmc/models/g_rock.mdl -%%HLDSDIR%%dmc/models/g_rock2.mdl -%%HLDSDIR%%dmc/models/g_rock2T.mdl -%%HLDSDIR%%dmc/models/g_rockT.mdl -%%HLDSDIR%%dmc/models/g_shot2.mdl -%%HLDSDIR%%dmc/models/g_shot2T.mdl -%%HLDSDIR%%dmc/models/gib_1.mdl -%%HLDSDIR%%dmc/models/gib_2.mdl -%%HLDSDIR%%dmc/models/gib_3.mdl -%%HLDSDIR%%dmc/models/grenade.mdl -%%HLDSDIR%%dmc/models/p_crowbar.mdl -%%HLDSDIR%%dmc/models/p_light.mdl -%%HLDSDIR%%dmc/models/p_nail.mdl -%%HLDSDIR%%dmc/models/p_nail2.mdl -%%HLDSDIR%%dmc/models/p_rock.mdl -%%HLDSDIR%%dmc/models/p_rock2.mdl -%%HLDSDIR%%dmc/models/p_shot.mdl -%%HLDSDIR%%dmc/models/p_shot2.mdl -%%HLDSDIR%%dmc/models/player.mdl -%%HLDSDIR%%dmc/models/pow_invis.mdl -%%HLDSDIR%%dmc/models/pow_invuln.mdl -%%HLDSDIR%%dmc/models/pow_quad.mdl -%%HLDSDIR%%dmc/models/rocket.mdl -%%HLDSDIR%%dmc/models/shell.mdl -%%HLDSDIR%%dmc/models/spike.mdl -%%HLDSDIR%%dmc/models/suit.mdl -%%HLDSDIR%%dmc/models/suitT.mdl -%%HLDSDIR%%dmc/models/torch1.mdl -%%HLDSDIR%%dmc/models/torch2.mdl -%%HLDSDIR%%dmc/models/torch2b.mdl -%%HLDSDIR%%dmc/models/v_crowbar.mdl -%%HLDSDIR%%dmc/models/v_light.mdl -%%HLDSDIR%%dmc/models/v_nail.mdl -%%HLDSDIR%%dmc/models/v_nail2.mdl -%%HLDSDIR%%dmc/models/v_rock.mdl -%%HLDSDIR%%dmc/models/v_rock2.mdl -%%HLDSDIR%%dmc/models/v_shot.mdl -%%HLDSDIR%%dmc/models/v_shot2.mdl -%%HLDSDIR%%dmc/models/w_battery.mdl -%%HLDSDIR%%dmc/models/w_batteryl.mdl -%%HLDSDIR%%dmc/models/w_batterylT.mdl -%%HLDSDIR%%dmc/models/w_batteryt.mdl -%%HLDSDIR%%dmc/models/w_medkit.mdl -%%HLDSDIR%%dmc/models/w_medkitl.mdl -%%HLDSDIR%%dmc/models/w_medkitlT.mdl -%%HLDSDIR%%dmc/models/w_medkits.mdl -%%HLDSDIR%%dmc/models/w_medkitsT.mdl -%%HLDSDIR%%dmc/models/w_medkitt.mdl -%%HLDSDIR%%dmc/models/w_rpgammo.mdl -%%HLDSDIR%%dmc/models/w_rpgammo_big.mdl -%%HLDSDIR%%dmc/models/w_rpgammo_bigT.mdl -%%HLDSDIR%%dmc/models/w_rpgammot.mdl -%%HLDSDIR%%dmc/models/w_shotbox.mdl -%%HLDSDIR%%dmc/models/w_shotbox_big.mdl -%%HLDSDIR%%dmc/models/w_shotbox_bigT.mdl -%%HLDSDIR%%dmc/models/w_shotboxt.mdl -%%HLDSDIR%%dmc/motd.txt -%%HLDSDIR%%dmc/resource/GameMenu.res -%%HLDSDIR%%dmc/resource/dmc_english.txt -%%HLDSDIR%%dmc/resource/game_menu.TGA -%%HLDSDIR%%dmc/resource/game_menu_mouseover.tga -%%HLDSDIR%%dmc/resource/logo_game.tga -%%HLDSDIR%%dmc/resource/menu_hl_no_icon.tga -%%HLDSDIR%%dmc/server.cfg -%%HLDSDIR%%dmc/sound/ambience/hum1.wav -%%HLDSDIR%%dmc/sound/items/armor1.wav -%%HLDSDIR%%dmc/sound/items/damage.wav -%%HLDSDIR%%dmc/sound/items/damage2.wav -%%HLDSDIR%%dmc/sound/items/damage3.wav -%%HLDSDIR%%dmc/sound/items/health1.wav -%%HLDSDIR%%dmc/sound/items/inv1.wav -%%HLDSDIR%%dmc/sound/items/inv2.wav -%%HLDSDIR%%dmc/sound/items/inv3.wav -%%HLDSDIR%%dmc/sound/items/itembk2.wav -%%HLDSDIR%%dmc/sound/items/protect.wav -%%HLDSDIR%%dmc/sound/items/protect2.wav -%%HLDSDIR%%dmc/sound/items/protect3.wav -%%HLDSDIR%%dmc/sound/items/r_item1.wav -%%HLDSDIR%%dmc/sound/items/r_item2.wav -%%HLDSDIR%%dmc/sound/items/sight1.wav -%%HLDSDIR%%dmc/sound/items/suit.wav -%%HLDSDIR%%dmc/sound/items/suit2.wav -%%HLDSDIR%%dmc/sound/misc/r_tele1.wav -%%HLDSDIR%%dmc/sound/misc/r_tele2.wav -%%HLDSDIR%%dmc/sound/misc/r_tele3.wav -%%HLDSDIR%%dmc/sound/misc/r_tele4.wav -%%HLDSDIR%%dmc/sound/misc/r_tele5.wav -%%HLDSDIR%%dmc/sound/misc/talk.wav -%%HLDSDIR%%dmc/sound/player/ax1.wav -%%HLDSDIR%%dmc/sound/player/axhit1.wav -%%HLDSDIR%%dmc/sound/player/axhit2.wav -%%HLDSDIR%%dmc/sound/player/axhitbod.wav -%%HLDSDIR%%dmc/sound/player/death1.wav -%%HLDSDIR%%dmc/sound/player/death2.wav -%%HLDSDIR%%dmc/sound/player/death3.wav -%%HLDSDIR%%dmc/sound/player/death4.wav -%%HLDSDIR%%dmc/sound/player/death5.wav -%%HLDSDIR%%dmc/sound/player/drown1.wav -%%HLDSDIR%%dmc/sound/player/drown2.wav -%%HLDSDIR%%dmc/sound/player/gasp1.wav -%%HLDSDIR%%dmc/sound/player/gasp2.wav -%%HLDSDIR%%dmc/sound/player/gib.wav -%%HLDSDIR%%dmc/sound/player/h2odeath.wav -%%HLDSDIR%%dmc/sound/player/h2ojump.wav -%%HLDSDIR%%dmc/sound/player/inh2o.wav -%%HLDSDIR%%dmc/sound/player/inlava.wav -%%HLDSDIR%%dmc/sound/player/land.wav -%%HLDSDIR%%dmc/sound/player/land2.wav -%%HLDSDIR%%dmc/sound/player/lburn1.wav -%%HLDSDIR%%dmc/sound/player/lburn2.wav -%%HLDSDIR%%dmc/sound/player/pain1.wav -%%HLDSDIR%%dmc/sound/player/pain2.wav -%%HLDSDIR%%dmc/sound/player/pain3.wav -%%HLDSDIR%%dmc/sound/player/pain4.wav -%%HLDSDIR%%dmc/sound/player/pain5.wav -%%HLDSDIR%%dmc/sound/player/pain6.wav -%%HLDSDIR%%dmc/sound/player/plyrjmp8.wav -%%HLDSDIR%%dmc/sound/player/slimbrn2.wav -%%HLDSDIR%%dmc/sound/player/teledth1.wav -%%HLDSDIR%%dmc/sound/player/tornoff2.wav -%%HLDSDIR%%dmc/sound/player/udeath.wav -%%HLDSDIR%%dmc/sound/weapons/ax1.wav -%%HLDSDIR%%dmc/sound/weapons/bounce.wav -%%HLDSDIR%%dmc/sound/weapons/grenade.wav -%%HLDSDIR%%dmc/sound/weapons/guncock.wav -%%HLDSDIR%%dmc/sound/weapons/lhit.wav -%%HLDSDIR%%dmc/sound/weapons/lock4.wav -%%HLDSDIR%%dmc/sound/weapons/lstart.wav -%%HLDSDIR%%dmc/sound/weapons/pkup.wav -%%HLDSDIR%%dmc/sound/weapons/r_exp3.wav -%%HLDSDIR%%dmc/sound/weapons/ric1.wav -%%HLDSDIR%%dmc/sound/weapons/ric2.wav -%%HLDSDIR%%dmc/sound/weapons/ric3.wav -%%HLDSDIR%%dmc/sound/weapons/rocket1i.wav -%%HLDSDIR%%dmc/sound/weapons/sgun1.wav -%%HLDSDIR%%dmc/sound/weapons/shotgn2.wav -%%HLDSDIR%%dmc/sound/weapons/spike2.wav -%%HLDSDIR%%dmc/sound/weapons/tink1.wav -%%HLDSDIR%%dmc/spectatormenu.txt -%%HLDSDIR%%dmc/sprites/320_logo.spr -%%HLDSDIR%%dmc/sprites/320_pain.spr -%%HLDSDIR%%dmc/sprites/320_train.spr -%%HLDSDIR%%dmc/sprites/320hud1.spr -%%HLDSDIR%%dmc/sprites/320hud2.spr -%%HLDSDIR%%dmc/sprites/320hud3.spr -%%HLDSDIR%%dmc/sprites/320hud4.spr -%%HLDSDIR%%dmc/sprites/640_logo.spr -%%HLDSDIR%%dmc/sprites/640_pain.spr -%%HLDSDIR%%dmc/sprites/640_train.spr -%%HLDSDIR%%dmc/sprites/640hud1.spr -%%HLDSDIR%%dmc/sprites/640hud2.spr -%%HLDSDIR%%dmc/sprites/640hud3.spr -%%HLDSDIR%%dmc/sprites/640hud4.spr -%%HLDSDIR%%dmc/sprites/640hud5.spr -%%HLDSDIR%%dmc/sprites/640hud6.spr -%%HLDSDIR%%dmc/sprites/640hud7.spr -%%HLDSDIR%%dmc/sprites/640hud8.spr -%%HLDSDIR%%dmc/sprites/640hud9.spr -%%HLDSDIR%%dmc/sprites/Aexplo.spr -%%HLDSDIR%%dmc/sprites/Agrunt1.spr -%%HLDSDIR%%dmc/sprites/Arrow1.spr -%%HLDSDIR%%dmc/sprites/B-Tele1.spr -%%HLDSDIR%%dmc/sprites/BM1.spr -%%HLDSDIR%%dmc/sprites/Bexplo.spr -%%HLDSDIR%%dmc/sprites/Bluejet1.spr -%%HLDSDIR%%dmc/sprites/Bolt1.spr -%%HLDSDIR%%dmc/sprites/C-Tele1.spr -%%HLDSDIR%%dmc/sprites/Cexplo.spr -%%HLDSDIR%%dmc/sprites/Cnt1.spr -%%HLDSDIR%%dmc/sprites/D-Tele1.spr -%%HLDSDIR%%dmc/sprites/Dexplo.spr -%%HLDSDIR%%dmc/sprites/E-Tele1.spr -%%HLDSDIR%%dmc/sprites/Eexplo.spr -%%HLDSDIR%%dmc/sprites/Enter1.spr -%%HLDSDIR%%dmc/sprites/Exit1.spr -%%HLDSDIR%%dmc/sprites/Fexplo.spr -%%HLDSDIR%%dmc/sprites/Fexplo1.spr -%%HLDSDIR%%dmc/sprites/Flare4.spr -%%HLDSDIR%%dmc/sprites/Flare5.spr -%%HLDSDIR%%dmc/sprites/Flare6.spr -%%HLDSDIR%%dmc/sprites/Gargeye1.spr -%%HLDSDIR%%dmc/sprites/Gexplo.spr -%%HLDSDIR%%dmc/sprites/Gwave1.spr -%%HLDSDIR%%dmc/sprites/Hexplo.spr -%%HLDSDIR%%dmc/sprites/Muz1.spr -%%HLDSDIR%%dmc/sprites/Muz2.spr -%%HLDSDIR%%dmc/sprites/Muz3.spr -%%HLDSDIR%%dmc/sprites/Muz4.spr -%%HLDSDIR%%dmc/sprites/Muz5.spr -%%HLDSDIR%%dmc/sprites/Muz6.spr -%%HLDSDIR%%dmc/sprites/Muz7.spr -%%HLDSDIR%%dmc/sprites/Muz8.spr -%%HLDSDIR%%dmc/sprites/Nhth1.spr -%%HLDSDIR%%dmc/sprites/Portal1.spr -%%HLDSDIR%%dmc/sprites/RJet1.spr -%%HLDSDIR%%dmc/sprites/SDrip1.spr -%%HLDSDIR%%dmc/sprites/Stmbal1.spr -%%HLDSDIR%%dmc/sprites/Tele1.spr -%%HLDSDIR%%dmc/sprites/WDrip2.spr -%%HLDSDIR%%dmc/sprites/WSplash3.spr -%%HLDSDIR%%dmc/sprites/WXplo1.spr -%%HLDSDIR%%dmc/sprites/XBeam1.spr -%%HLDSDIR%%dmc/sprites/XBeam2.spr -%%HLDSDIR%%dmc/sprites/XBeam3.spr -%%HLDSDIR%%dmc/sprites/XBeam4.spr -%%HLDSDIR%%dmc/sprites/XBeam5.spr -%%HLDSDIR%%dmc/sprites/XFFloor.spr -%%HLDSDIR%%dmc/sprites/XFire.spr -%%HLDSDIR%%dmc/sprites/XFire2.spr -%%HLDSDIR%%dmc/sprites/XFireball3.spr -%%HLDSDIR%%dmc/sprites/XFlare1.spr -%%HLDSDIR%%dmc/sprites/XFlare2.spr -%%HLDSDIR%%dmc/sprites/XFlare3.spr -%%HLDSDIR%%dmc/sprites/XSmoke1.spr -%%HLDSDIR%%dmc/sprites/XSmoke3.spr -%%HLDSDIR%%dmc/sprites/XSmoke4.spr -%%HLDSDIR%%dmc/sprites/XSpark1.spr -%%HLDSDIR%%dmc/sprites/XSpark2.spr -%%HLDSDIR%%dmc/sprites/XSpark3.spr -%%HLDSDIR%%dmc/sprites/XSpark4.spr -%%HLDSDIR%%dmc/sprites/XSsmke1.spr -%%HLDSDIR%%dmc/sprites/ZBeam1.spr -%%HLDSDIR%%dmc/sprites/ZBeam2.spr -%%HLDSDIR%%dmc/sprites/ZBeam3.spr -%%HLDSDIR%%dmc/sprites/ZBeam4.spr -%%HLDSDIR%%dmc/sprites/ZBeam5.spr -%%HLDSDIR%%dmc/sprites/ZBeam6.spr -%%HLDSDIR%%dmc/sprites/animglow01.spr -%%HLDSDIR%%dmc/sprites/ballsmoke.spr -%%HLDSDIR%%dmc/sprites/bhit.spr -%%HLDSDIR%%dmc/sprites/bigspit.spr -%%HLDSDIR%%dmc/sprites/blast.spr -%%HLDSDIR%%dmc/sprites/blood.spr -%%HLDSDIR%%dmc/sprites/blooddrop.spr -%%HLDSDIR%%dmc/sprites/bloodspray.spr -%%HLDSDIR%%dmc/sprites/blueflare1.spr -%%HLDSDIR%%dmc/sprites/blueflare2.spr -%%HLDSDIR%%dmc/sprites/bubble.spr -%%HLDSDIR%%dmc/sprites/crosshairs.spr -%%HLDSDIR%%dmc/sprites/dot.spr -%%HLDSDIR%%dmc/sprites/explode1.spr -%%HLDSDIR%%dmc/sprites/explode2.spr -%%HLDSDIR%%dmc/sprites/fire.spr -%%HLDSDIR%%dmc/sprites/flare1.spr -%%HLDSDIR%%dmc/sprites/flare2.spr -%%HLDSDIR%%dmc/sprites/flare3.spr -%%HLDSDIR%%dmc/sprites/flash1.tga -%%HLDSDIR%%dmc/sprites/glow01.spr -%%HLDSDIR%%dmc/sprites/glow02.spr -%%HLDSDIR%%dmc/sprites/glow03.spr -%%HLDSDIR%%dmc/sprites/glow04.spr -%%HLDSDIR%%dmc/sprites/glow05.spr -%%HLDSDIR%%dmc/sprites/hotglow.spr -%%HLDSDIR%%dmc/sprites/hud.txt -%%HLDSDIR%%dmc/sprites/hud1.spr -%%HLDSDIR%%dmc/sprites/hud2.spr -%%HLDSDIR%%dmc/sprites/hud3.spr -%%HLDSDIR%%dmc/sprites/hud4.spr -%%HLDSDIR%%dmc/sprites/hud5.spr -%%HLDSDIR%%dmc/sprites/hud6.spr -%%HLDSDIR%%dmc/sprites/hud7.spr -%%HLDSDIR%%dmc/sprites/hud8.spr -%%HLDSDIR%%dmc/sprites/hudcb.spr -%%HLDSDIR%%dmc/sprites/hudcbsm.spr -%%HLDSDIR%%dmc/sprites/huddiesm.spr -%%HLDSDIR%%dmc/sprites/hudgl.spr -%%HLDSDIR%%dmc/sprites/hudglammo.spr -%%HLDSDIR%%dmc/sprites/hudglsm.spr -%%HLDSDIR%%dmc/sprites/hudlg.spr -%%HLDSDIR%%dmc/sprites/hudlgammo.spr -%%HLDSDIR%%dmc/sprites/hudlgsm.spr -%%HLDSDIR%%dmc/sprites/hudng.spr -%%HLDSDIR%%dmc/sprites/hudngammo.spr -%%HLDSDIR%%dmc/sprites/hudngsm.spr -%%HLDSDIR%%dmc/sprites/hudrl.spr -%%HLDSDIR%%dmc/sprites/hudrlammo.spr -%%HLDSDIR%%dmc/sprites/hudrlsm.spr -%%HLDSDIR%%dmc/sprites/hudsg.spr -%%HLDSDIR%%dmc/sprites/hudsgammo.spr -%%HLDSDIR%%dmc/sprites/hudsgsm.spr -%%HLDSDIR%%dmc/sprites/hudsng.spr -%%HLDSDIR%%dmc/sprites/hudsngammo.spr -%%HLDSDIR%%dmc/sprites/hudsngsm.spr -%%HLDSDIR%%dmc/sprites/hudssg.spr -%%HLDSDIR%%dmc/sprites/hudssgammo.spr -%%HLDSDIR%%dmc/sprites/hudssgsm.spr -%%HLDSDIR%%dmc/sprites/icninvin.spr -%%HLDSDIR%%dmc/sprites/icninvis.spr -%%HLDSDIR%%dmc/sprites/icnquad.spr -%%HLDSDIR%%dmc/sprites/laserbeam.spr -%%HLDSDIR%%dmc/sprites/laserdot.spr -%%HLDSDIR%%dmc/sprites/lgtning.spr -%%HLDSDIR%%dmc/sprites/logo.qc -%%HLDSDIR%%dmc/sprites/logo.spr -%%HLDSDIR%%dmc/sprites/mommablob.spr -%%HLDSDIR%%dmc/sprites/mommaspit.spr -%%HLDSDIR%%dmc/sprites/mommaspout.spr -%%HLDSDIR%%dmc/sprites/moths.spr -%%HLDSDIR%%dmc/sprites/mushroom.spr -%%HLDSDIR%%dmc/sprites/muzzleflash.spr -%%HLDSDIR%%dmc/sprites/muzzleflash1.spr -%%HLDSDIR%%dmc/sprites/muzzleflash2.spr -%%HLDSDIR%%dmc/sprites/muzzleflash3.spr -%%HLDSDIR%%dmc/sprites/oriented.spr -%%HLDSDIR%%dmc/sprites/plasma.spr -%%HLDSDIR%%dmc/sprites/poison.spr -%%HLDSDIR%%dmc/sprites/redflare1.spr -%%HLDSDIR%%dmc/sprites/redflare2.spr -%%HLDSDIR%%dmc/sprites/richo1.spr -%%HLDSDIR%%dmc/sprites/richo2.spr -%%HLDSDIR%%dmc/sprites/rope.spr -%%HLDSDIR%%dmc/sprites/shellchrome.spr -%%HLDSDIR%%dmc/sprites/shockwave.spr -%%HLDSDIR%%dmc/sprites/small_logo.spr -%%HLDSDIR%%dmc/sprites/smoke.spr -%%HLDSDIR%%dmc/sprites/spark1.spr -%%HLDSDIR%%dmc/sprites/spotlight01.spr -%%HLDSDIR%%dmc/sprites/spotlight02.spr -%%HLDSDIR%%dmc/sprites/spotlight03.spr -%%HLDSDIR%%dmc/sprites/spotlight04.spr -%%HLDSDIR%%dmc/sprites/steam1.spr -%%HLDSDIR%%dmc/sprites/streak.spr -%%HLDSDIR%%dmc/sprites/tinyspit.spr -%%HLDSDIR%%dmc/sprites/vp_parallel.spr -%%HLDSDIR%%dmc/sprites/vp_parallel_oriented.spr -%%HLDSDIR%%dmc/sprites/wallpuff.spr -%%HLDSDIR%%dmc/sprites/weapon_axe.txt -%%HLDSDIR%%dmc/sprites/weapon_doubleshotgun.txt -%%HLDSDIR%%dmc/sprites/weapon_grenadel.txt -%%HLDSDIR%%dmc/sprites/weapon_lightning.txt -%%HLDSDIR%%dmc/sprites/weapon_nailgun.txt -%%HLDSDIR%%dmc/sprites/weapon_quakegun.txt -%%HLDSDIR%%dmc/sprites/weapon_rocketl.txt -%%HLDSDIR%%dmc/sprites/weapon_shotgun.txt -%%HLDSDIR%%dmc/sprites/weapon_supernail.txt -%%HLDSDIR%%dmc/sprites/white.spr -%%HLDSDIR%%dmc/sprites/xenobeam.spr -%%HLDSDIR%%dmc/sprites/yelflare1.spr -%%HLDSDIR%%dmc/sprites/yelflare2.spr -%%HLDSDIR%%dmc/sprites/zerogxplode.spr -%%HLDSDIR%%dmc/steam.inf -%%HLDSDIR%%dmc/titles.txt -%%HLDSDIR%%engine_amd.so -%%HLDSDIR%%engine_amd64.so -%%HLDSDIR%%engine_i486.so -%%HLDSDIR%%engine_i686.so -%%HLDSDIR%%filesystem_stdio_amd64.so -%%HLDSDIR%%filesystem_stdio_i386.so -%%HLDSDIR%%hlds_amd -%%HLDSDIR%%hlds_amd64 -%%HLDSDIR%%hlds_i486 -%%HLDSDIR%%hlds_i686 -%%HLDSDIR%%hlds_run -%%HLDSDIR%%hltv -%%HLDSDIR%%libSteamValidateUserIDTickets_amd64.so -%%HLDSDIR%%libSteamValidateUserIDTickets_i386.so -%%HLDSDIR%%linuxreadme.txt -%%HLDSDIR%%proxy_i386.so -%%HLDSDIR%%ricochet/Titles.txt -%%HLDSDIR%%ricochet/cached.wad -%%HLDSDIR%%ricochet/cl_dlls/client.dll -%%HLDSDIR%%ricochet/delta.lst -%%HLDSDIR%%ricochet/dlls/mp.dll -%%HLDSDIR%%ricochet/dlls/ricochet_i386.so -%%HLDSDIR%%ricochet/events/firedisc.sc -%%HLDSDIR%%ricochet/events/jump.sc -%%HLDSDIR%%ricochet/game.ico -%%HLDSDIR%%ricochet/liblist.gam -%%HLDSDIR%%ricochet/mapcycle.txt -%%HLDSDIR%%ricochet/maps/rc_arena.bsp -%%HLDSDIR%%ricochet/maps/rc_deathmatch.bsp -%%HLDSDIR%%ricochet/maps/rc_deathmatch2.bsp -%%HLDSDIR%%ricochet/models/disc.mdl -%%HLDSDIR%%ricochet/models/disc_hard.mdl -%%HLDSDIR%%ricochet/models/head.mdl -%%HLDSDIR%%ricochet/models/p_disc.mdl -%%HLDSDIR%%ricochet/models/p_disc_hard.mdl -%%HLDSDIR%%ricochet/models/player/female/female.mdl -%%HLDSDIR%%ricochet/models/player/male/male.mdl -%%HLDSDIR%%ricochet/models/pow_curve.mdl -%%HLDSDIR%%ricochet/models/pow_fast.mdl -%%HLDSDIR%%ricochet/models/pow_freeze.mdl -%%HLDSDIR%%ricochet/models/pow_hard.mdl -%%HLDSDIR%%ricochet/models/pow_triple.mdl -%%HLDSDIR%%ricochet/models/pow_visual.mdl -%%HLDSDIR%%ricochet/models/v_disc.mdl -%%HLDSDIR%%ricochet/ricochet.wad -%%HLDSDIR%%ricochet/sound/Items/gunpickup2.wav -%%HLDSDIR%%ricochet/sound/Vox/die.WAV -%%HLDSDIR%%ricochet/sound/Vox/four.wav -%%HLDSDIR%%ricochet/sound/Vox/one.WAV -%%HLDSDIR%%ricochet/sound/Vox/three.WAV -%%HLDSDIR%%ricochet/sound/Vox/two.WAV -%%HLDSDIR%%ricochet/sound/Weapons/altfire.wav -%%HLDSDIR%%ricochet/sound/Weapons/cbar_miss1.wav -%%HLDSDIR%%ricochet/sound/Weapons/rocket1.wav -%%HLDSDIR%%ricochet/sound/Weapons/xbow_hit1.wav -%%HLDSDIR%%ricochet/sound/Weapons/xbow_hit2.wav -%%HLDSDIR%%ricochet/sound/decap.wav -%%HLDSDIR%%ricochet/sound/dischit.wav -%%HLDSDIR%%ricochet/sound/discreturn.wav -%%HLDSDIR%%ricochet/sound/powerup.wav -%%HLDSDIR%%ricochet/sound/pspawn.wav -%%HLDSDIR%%ricochet/sound/r_tele1.wav -%%HLDSDIR%%ricochet/sound/scream1.wav -%%HLDSDIR%%ricochet/sound/scream2.wav -%%HLDSDIR%%ricochet/sound/scream3.wav -%%HLDSDIR%%ricochet/sound/shatter.wav -%%HLDSDIR%%ricochet/sound/triggerjump.wav -%%HLDSDIR%%ricochet/sprites/320_0bounce.spr -%%HLDSDIR%%ricochet/sprites/320_1bounce.spr -%%HLDSDIR%%ricochet/sprites/320_2bounce.spr -%%HLDSDIR%%ricochet/sprites/320_3bounce.spr -%%HLDSDIR%%ricochet/sprites/320_decapitate.spr -%%HLDSDIR%%ricochet/sprites/320_falling.spr -%%HLDSDIR%%ricochet/sprites/640_0bounce.spr -%%HLDSDIR%%ricochet/sprites/640_1bounce.spr -%%HLDSDIR%%ricochet/sprites/640_2bounce.spr -%%HLDSDIR%%ricochet/sprites/640_3bounce.spr -%%HLDSDIR%%ricochet/sprites/640_decapitate.spr -%%HLDSDIR%%ricochet/sprites/640_falling.spr -%%HLDSDIR%%ricochet/sprites/discreturn.spr -%%HLDSDIR%%ricochet/sprites/hud.txt -%%HLDSDIR%%ricochet/sprites/weapon_disc.txt -%%HLDSDIR%%ricochet/steam.inf -%%HLDSDIR%%steam -%%HLDSDIR%%tfc/GameServerConfig.vdf -%%HLDSDIR%%tfc/Titles.txt -%%HLDSDIR%%tfc/cached.wad -%%HLDSDIR%%tfc/cl_dlls/client.dll -%%HLDSDIR%%tfc/decals.wad -%%HLDSDIR%%tfc/delta.lst -%%HLDSDIR%%tfc/dlls/tfc.dll -%%HLDSDIR%%tfc/dlls/tfc_i386.so -%%HLDSDIR%%tfc/events/door/doorgodown.sc -%%HLDSDIR%%tfc/events/door/doorgoup.sc -%%HLDSDIR%%tfc/events/door/doorhitbottom.sc -%%HLDSDIR%%tfc/events/door/doorhittop.sc -%%HLDSDIR%%tfc/events/explode/tf_burn.sc -%%HLDSDIR%%tfc/events/explode/tf_concuss.sc -%%HLDSDIR%%tfc/events/explode/tf_emp.sc -%%HLDSDIR%%tfc/events/explode/tf_engrgren.sc -%%HLDSDIR%%tfc/events/explode/tf_fire.sc -%%HLDSDIR%%tfc/events/explode/tf_gas.sc -%%HLDSDIR%%tfc/events/explode/tf_gren.sc -%%HLDSDIR%%tfc/events/explode/tf_mirv.sc -%%HLDSDIR%%tfc/events/explode/tf_mirvmain.sc -%%HLDSDIR%%tfc/events/explode/tf_nailgren.sc -%%HLDSDIR%%tfc/events/explode/tf_ng.sc -%%HLDSDIR%%tfc/events/explode/tf_normalgren.sc -%%HLDSDIR%%tfc/events/explode/tf_pipe.sc -%%HLDSDIR%%tfc/events/misc/benchmark.sc -%%HLDSDIR%%tfc/events/misc/gibs.sc -%%HLDSDIR%%tfc/events/misc/tf_buildingevent.sc -%%HLDSDIR%%tfc/events/wpn/Tf_nail.sc -%%HLDSDIR%%tfc/events/wpn/Tf_sg.sc -%%HLDSDIR%%tfc/events/wpn/tf_acfire.sc -%%HLDSDIR%%tfc/events/wpn/tf_acspin.sc -%%HLDSDIR%%tfc/events/wpn/tf_acsspin.sc -%%HLDSDIR%%tfc/events/wpn/tf_acstart.sc -%%HLDSDIR%%tfc/events/wpn/tf_acwd.sc -%%HLDSDIR%%tfc/events/wpn/tf_acwu.sc -%%HLDSDIR%%tfc/events/wpn/tf_ar.sc -%%HLDSDIR%%tfc/events/wpn/tf_axe.sc -%%HLDSDIR%%tfc/events/wpn/tf_axedecal.sc -%%HLDSDIR%%tfc/events/wpn/tf_flame.sc -%%HLDSDIR%%tfc/events/wpn/tf_gl.sc -%%HLDSDIR%%tfc/events/wpn/tf_ic.sc -%%HLDSDIR%%tfc/events/wpn/tf_knife.sc -%%HLDSDIR%%tfc/events/wpn/tf_mednormal.sc -%%HLDSDIR%%tfc/events/wpn/tf_medsteam.sc -%%HLDSDIR%%tfc/events/wpn/tf_medsuper.sc -%%HLDSDIR%%tfc/events/wpn/tf_pipel.sc -%%HLDSDIR%%tfc/events/wpn/tf_rail.sc -%%HLDSDIR%%tfc/events/wpn/tf_rpg.sc -%%HLDSDIR%%tfc/events/wpn/tf_sgpump.sc -%%HLDSDIR%%tfc/events/wpn/tf_sgreload.sc -%%HLDSDIR%%tfc/events/wpn/tf_snail.sc -%%HLDSDIR%%tfc/events/wpn/tf_sniper.sc -%%HLDSDIR%%tfc/events/wpn/tf_sniperhit.sc -%%HLDSDIR%%tfc/events/wpn/tf_ssg.sc -%%HLDSDIR%%tfc/events/wpn/tf_tranq.sc -%%HLDSDIR%%tfc/game.ico -%%HLDSDIR%%tfc/liblist.gam -%%HLDSDIR%%tfc/manual/TFCclasses.htm -%%HLDSDIR%%tfc/manual/TFCcontents.htm -%%HLDSDIR%%tfc/manual/TFCmaps.htm -%%HLDSDIR%%tfc/manual/TFCserver.htm -%%HLDSDIR%%tfc/manual/TFCstarting.htm -%%HLDSDIR%%tfc/manual/TFstats.htm -%%HLDSDIR%%tfc/manual/background.jpg -%%HLDSDIR%%tfc/manual/bullet.gif -%%HLDSDIR%%tfc/manual/bullet1.gif -%%HLDSDIR%%tfc/manual/note.jpg -%%HLDSDIR%%tfc/manual/regexp.html -%%HLDSDIR%%tfc/manual/tf-logoblk.jpg -%%HLDSDIR%%tfc/manual/tflogo.gif -%%HLDSDIR%%tfc/manual/tip.jpg -%%HLDSDIR%%tfc/manual/tips.jpg -%%HLDSDIR%%tfc/mapcycle.txt -%%HLDSDIR%%tfc/maps/2fort.bsp -%%HLDSDIR%%tfc/maps/avanti.bsp -%%HLDSDIR%%tfc/maps/badlands.bsp -%%HLDSDIR%%tfc/maps/casbah.bsp -%%HLDSDIR%%tfc/maps/crossover2.bsp -%%HLDSDIR%%tfc/maps/cz2.bsp -%%HLDSDIR%%tfc/maps/dustbowl.bsp -%%HLDSDIR%%tfc/maps/epicenter.bsp -%%HLDSDIR%%tfc/maps/flagrun.bsp -%%HLDSDIR%%tfc/maps/hunted.bsp -%%HLDSDIR%%tfc/maps/push.bsp -%%HLDSDIR%%tfc/maps/ravelin.bsp -%%HLDSDIR%%tfc/maps/rock2.bsp -%%HLDSDIR%%tfc/maps/warpath.bsp -%%HLDSDIR%%tfc/maps/well.bsp -%%HLDSDIR%%tfc/models/backpack.mdl -%%HLDSDIR%%tfc/models/ball.mdl -%%HLDSDIR%%tfc/models/base.mdl -%%HLDSDIR%%tfc/models/bigrat.mdl -%%HLDSDIR%%tfc/models/bomblet.mdl -%%HLDSDIR%%tfc/models/caltrop.mdl -%%HLDSDIR%%tfc/models/chainammo.mdl -%%HLDSDIR%%tfc/models/conc_grenade.mdl -%%HLDSDIR%%tfc/models/detpack.mdl -%%HLDSDIR%%tfc/models/dispenser.mdl -%%HLDSDIR%%tfc/models/emp_grenade.mdl -%%HLDSDIR%%tfc/models/flag.mdl -%%HLDSDIR%%tfc/models/g_armor.mdl -%%HLDSDIR%%tfc/models/gasmask.mdl -%%HLDSDIR%%tfc/models/invis.mdl -%%HLDSDIR%%tfc/models/keycard.mdl -%%HLDSDIR%%tfc/models/mirv_grenade.mdl -%%HLDSDIR%%tfc/models/nail.mdl -%%HLDSDIR%%tfc/models/napalm.mdl -%%HLDSDIR%%tfc/models/ngrenade.mdl -%%HLDSDIR%%tfc/models/p_9mmhandgun.mdl -%%HLDSDIR%%tfc/models/p_9mmhandgun2.mdl -%%HLDSDIR%%tfc/models/p_crowbar.mdl -%%HLDSDIR%%tfc/models/p_crowbar2.mdl -%%HLDSDIR%%tfc/models/p_egon.mdl -%%HLDSDIR%%tfc/models/p_egon2.mdl -%%HLDSDIR%%tfc/models/p_glauncher.mdl -%%HLDSDIR%%tfc/models/p_glauncher2.mdl -%%HLDSDIR%%tfc/models/p_grenade.mdl -%%HLDSDIR%%tfc/models/p_grenade2.mdl -%%HLDSDIR%%tfc/models/p_knife.mdl -%%HLDSDIR%%tfc/models/p_knife2.mdl -%%HLDSDIR%%tfc/models/p_medkit.mdl -%%HLDSDIR%%tfc/models/p_medkit2.mdl -%%HLDSDIR%%tfc/models/p_mini.mdl -%%HLDSDIR%%tfc/models/p_mini2.mdl -%%HLDSDIR%%tfc/models/p_nailgun.mdl -%%HLDSDIR%%tfc/models/p_nailgun2.mdl -%%HLDSDIR%%tfc/models/p_rpg.mdl -%%HLDSDIR%%tfc/models/p_rpg2.mdl -%%HLDSDIR%%tfc/models/p_shotgun.mdl -%%HLDSDIR%%tfc/models/p_shotgun2.mdl -%%HLDSDIR%%tfc/models/p_smallshotgun.mdl -%%HLDSDIR%%tfc/models/p_snailgun.mdl -%%HLDSDIR%%tfc/models/p_snailgun2.mdl -%%HLDSDIR%%tfc/models/p_sniper.mdl -%%HLDSDIR%%tfc/models/p_sniper2.mdl -%%HLDSDIR%%tfc/models/p_spanner.mdl -%%HLDSDIR%%tfc/models/p_spanner2.mdl -%%HLDSDIR%%tfc/models/p_spygun.mdl -%%HLDSDIR%%tfc/models/p_srpg.mdl -%%HLDSDIR%%tfc/models/p_umbrella.mdl -%%HLDSDIR%%tfc/models/p_umbrella2.mdl -%%HLDSDIR%%tfc/models/pent.mdl -%%HLDSDIR%%tfc/models/pipebomb.mdl -%%HLDSDIR%%tfc/models/player/civilian/civilian.mdl -%%HLDSDIR%%tfc/models/player/demo/demo.mdl -%%HLDSDIR%%tfc/models/player/demo/demo2.mdl -%%HLDSDIR%%tfc/models/player/engineer/engineer.mdl -%%HLDSDIR%%tfc/models/player/engineer/engineer2.mdl -%%HLDSDIR%%tfc/models/player/hvyweapon/hvyweapon.mdl -%%HLDSDIR%%tfc/models/player/hvyweapon/hvyweapon2.mdl -%%HLDSDIR%%tfc/models/player/medic/medic.mdl -%%HLDSDIR%%tfc/models/player/medic/medic2.mdl -%%HLDSDIR%%tfc/models/player/pyro/pyro.mdl -%%HLDSDIR%%tfc/models/player/pyro/pyro2.mdl -%%HLDSDIR%%tfc/models/player/scout/scout.mdl -%%HLDSDIR%%tfc/models/player/scout/scout2.mdl -%%HLDSDIR%%tfc/models/player/sniper/sniper.mdl -%%HLDSDIR%%tfc/models/player/sniper/sniper2.mdl -%%HLDSDIR%%tfc/models/player/soldier/soldier.mdl -%%HLDSDIR%%tfc/models/player/soldier/soldier2.mdl -%%HLDSDIR%%tfc/models/player/spy/spy.mdl -%%HLDSDIR%%tfc/models/player/spy/spy2.mdl -%%HLDSDIR%%tfc/models/presentlg.mdl -%%HLDSDIR%%tfc/models/presentsm.mdl -%%HLDSDIR%%tfc/models/quad.mdl -%%HLDSDIR%%tfc/models/r_armor.mdl -%%HLDSDIR%%tfc/models/sentry1.mdl -%%HLDSDIR%%tfc/models/sentry2.mdl -%%HLDSDIR%%tfc/models/sentry3.mdl -%%HLDSDIR%%tfc/models/spy_grenade.mdl -%%HLDSDIR%%tfc/models/teleporter.mdl -%%HLDSDIR%%tfc/models/v_flame.mdl -%%HLDSDIR%%tfc/models/v_tfac.mdl -%%HLDSDIR%%tfc/models/v_tfc_12gauge.mdl -%%HLDSDIR%%tfc/models/v_tfc_crowbar.mdl -%%HLDSDIR%%tfc/models/v_tfc_knife.mdl -%%HLDSDIR%%tfc/models/v_tfc_medkit.mdl -%%HLDSDIR%%tfc/models/v_tfc_nailgun.mdl -%%HLDSDIR%%tfc/models/v_tfc_pistol.mdl -%%HLDSDIR%%tfc/models/v_tfc_railgun.mdl -%%HLDSDIR%%tfc/models/v_tfc_rpg.mdl -%%HLDSDIR%%tfc/models/v_tfc_shotgun.mdl -%%HLDSDIR%%tfc/models/v_tfc_sniper.mdl -%%HLDSDIR%%tfc/models/v_tfc_spanner.mdl -%%HLDSDIR%%tfc/models/v_tfc_supernailgun.mdl -%%HLDSDIR%%tfc/models/v_tfgl.mdl -%%HLDSDIR%%tfc/models/v_umbrella.mdl -%%HLDSDIR%%tfc/models/y_armor.mdl -%%HLDSDIR%%tfc/motd.txt -%%HLDSDIR%%tfc/ravelin.wad -%%HLDSDIR%%tfc/resource/BottomSpectator.res -%%HLDSDIR%%tfc/resource/Classmenu.res -%%HLDSDIR%%tfc/resource/GameMenu.res -%%HLDSDIR%%tfc/resource/OptionsSubMultiplayer.res -%%HLDSDIR%%tfc/resource/ScoreBoard.res -%%HLDSDIR%%tfc/resource/Spectator.res -%%HLDSDIR%%tfc/resource/Teammenu.res -%%HLDSDIR%%tfc/resource/UI/BottomSpectator.res -%%HLDSDIR%%tfc/resource/UI/Classmenu.res -%%HLDSDIR%%tfc/resource/UI/ScoreBoard.res -%%HLDSDIR%%tfc/resource/UI/Spectator.res -%%HLDSDIR%%tfc/resource/UI/Teammenu.res -%%HLDSDIR%%tfc/resource/game_menu.tga -%%HLDSDIR%%tfc/resource/game_menu_mouseover.tga -%%HLDSDIR%%tfc/resource/logo_game.tga -%%HLDSDIR%%tfc/resource/menu_hl_no_icon.tga -%%HLDSDIR%%tfc/resource/tfc_english.txt -%%HLDSDIR%%tfc/sound/ambience/fire1.wav -%%HLDSDIR%%tfc/sound/ambience/goal_1.wav -%%HLDSDIR%%tfc/sound/items/armoron_1.wav -%%HLDSDIR%%tfc/sound/items/damage.wav -%%HLDSDIR%%tfc/sound/items/damage2.wav -%%HLDSDIR%%tfc/sound/items/damage3.wav -%%HLDSDIR%%tfc/sound/items/health1.wav -%%HLDSDIR%%tfc/sound/items/inv1.wav -%%HLDSDIR%%tfc/sound/items/inv2.wav -%%HLDSDIR%%tfc/sound/items/inv3.wav -%%HLDSDIR%%tfc/sound/items/itembk2.wav -%%HLDSDIR%%tfc/sound/items/protect.wav -%%HLDSDIR%%tfc/sound/items/protect2.wav -%%HLDSDIR%%tfc/sound/items/protect3.wav -%%HLDSDIR%%tfc/sound/items/r_item1.wav -%%HLDSDIR%%tfc/sound/items/r_item2.wav -%%HLDSDIR%%tfc/sound/misc/b1.wav -%%HLDSDIR%%tfc/sound/misc/b2.wav -%%HLDSDIR%%tfc/sound/misc/endgame.wav -%%HLDSDIR%%tfc/sound/misc/party1.wav -%%HLDSDIR%%tfc/sound/misc/party2.wav -%%HLDSDIR%%tfc/sound/misc/r_tele1.wav -%%HLDSDIR%%tfc/sound/misc/r_tele2.wav -%%HLDSDIR%%tfc/sound/misc/r_tele3.wav -%%HLDSDIR%%tfc/sound/misc/r_tele4.wav -%%HLDSDIR%%tfc/sound/misc/talk.wav -%%HLDSDIR%%tfc/sound/misc/teleport_in.wav -%%HLDSDIR%%tfc/sound/misc/teleport_out.wav -%%HLDSDIR%%tfc/sound/misc/teleport_ready.wav -%%HLDSDIR%%tfc/sound/player/axhit1.wav -%%HLDSDIR%%tfc/sound/player/death1.wav -%%HLDSDIR%%tfc/sound/player/death2.wav -%%HLDSDIR%%tfc/sound/player/death3.wav -%%HLDSDIR%%tfc/sound/player/death4.wav -%%HLDSDIR%%tfc/sound/player/death5.wav -%%HLDSDIR%%tfc/sound/player/drown1.wav -%%HLDSDIR%%tfc/sound/player/drown2.wav -%%HLDSDIR%%tfc/sound/player/gib.wav -%%HLDSDIR%%tfc/sound/player/h2odeath.wav -%%HLDSDIR%%tfc/sound/player/pain1.wav -%%HLDSDIR%%tfc/sound/player/pain2.wav -%%HLDSDIR%%tfc/sound/player/pain3.wav -%%HLDSDIR%%tfc/sound/player/pain4.wav -%%HLDSDIR%%tfc/sound/player/pain5.wav -%%HLDSDIR%%tfc/sound/player/pain6.wav -%%HLDSDIR%%tfc/sound/player/plyrjmp8.wav -%%HLDSDIR%%tfc/sound/sentences.txt -%%HLDSDIR%%tfc/sound/speech/saveme1.wav -%%HLDSDIR%%tfc/sound/speech/saveme2.wav -%%HLDSDIR%%tfc/sound/vox/captured.wav -%%HLDSDIR%%tfc/sound/vox/endgame.wav -%%HLDSDIR%%tfc/sound/vox/enemy.wav -%%HLDSDIR%%tfc/sound/vox/flag.wav -%%HLDSDIR%%tfc/sound/vox/holds.wav -%%HLDSDIR%%tfc/sound/vox/nerve_gas_released.wav -%%HLDSDIR%%tfc/sound/vox/reset.wav -%%HLDSDIR%%tfc/sound/vox/returned.wav -%%HLDSDIR%%tfc/sound/vox/scores.wav -%%HLDSDIR%%tfc/sound/vox/stolen.wav -%%HLDSDIR%%tfc/sound/weapons/airgun_1.wav -%%HLDSDIR%%tfc/sound/weapons/asscan1.wav -%%HLDSDIR%%tfc/sound/weapons/asscan2.wav -%%HLDSDIR%%tfc/sound/weapons/asscan3.wav -%%HLDSDIR%%tfc/sound/weapons/asscan4.wav -%%HLDSDIR%%tfc/sound/weapons/ax1.wav -%%HLDSDIR%%tfc/sound/weapons/building.wav -%%HLDSDIR%%tfc/sound/weapons/concgren_blast1.wav -%%HLDSDIR%%tfc/sound/weapons/concgren_blast2.wav -%%HLDSDIR%%tfc/sound/weapons/concgren_blast3.wav -%%HLDSDIR%%tfc/sound/weapons/dartgun.wav -%%HLDSDIR%%tfc/sound/weapons/emp_1.wav -%%HLDSDIR%%tfc/sound/weapons/flmfire2.wav -%%HLDSDIR%%tfc/sound/weapons/flmgrexp.wav -%%HLDSDIR%%tfc/sound/weapons/railgun.wav -%%HLDSDIR%%tfc/sound/weapons/sgun1.wav -%%HLDSDIR%%tfc/sound/weapons/shotgn2.wav -%%HLDSDIR%%tfc/sound/weapons/sniper.wav -%%HLDSDIR%%tfc/sound/weapons/spike1.wav -%%HLDSDIR%%tfc/sound/weapons/spike2.wav -%%HLDSDIR%%tfc/sound/weapons/timer.wav -%%HLDSDIR%%tfc/sound/weapons/tink1.wav -%%HLDSDIR%%tfc/sound/weapons/turridle.wav -%%HLDSDIR%%tfc/sound/weapons/turrset.wav -%%HLDSDIR%%tfc/sound/weapons/turrspot.wav -%%HLDSDIR%%tfc/sprites/bmp/1expl01.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl02.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl03.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl04.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl05.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl06.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl07.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl08.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl09.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl10.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl11.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl12.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl13.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl14.bmp -%%HLDSDIR%%tfc/sprites/bmp/1expl15.bmp -%%HLDSDIR%%tfc/sprites/bmp/1medic01.bmp -%%HLDSDIR%%tfc/sprites/bmp/1medic02.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl01.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl02.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl03.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl04.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl05.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl06.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl07.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl08.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl09.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl10.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl11.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl12.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl13.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl14.bmp -%%HLDSDIR%%tfc/sprites/bmp/2expl15.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire01.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire02.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire03.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire04.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire05.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire06.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire07.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire08.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire09.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire10.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire11.bmp -%%HLDSDIR%%tfc/sprites/bmp/2fire12.bmp -%%HLDSDIR%%tfc/sprites/bmp/2medic01.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow01.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow02.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow03.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow04.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow05.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow06.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow07.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow08.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow09.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow10.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow11.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow12.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow13.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow14.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow15.bmp -%%HLDSDIR%%tfc/sprites/bmp/fthrow16.bmp -%%HLDSDIR%%tfc/sprites/bmp/medic01.bmp -%%HLDSDIR%%tfc/sprites/bmp/medic02.bmp -%%HLDSDIR%%tfc/sprites/bmp/medic03.bmp -%%HLDSDIR%%tfc/sprites/bmp/medic04.bmp -%%HLDSDIR%%tfc/sprites/bmp/shellchrome.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire01.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire02.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire03.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire04.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire05.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire06.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire07.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire08.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire09.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire10.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire11.bmp -%%HLDSDIR%%tfc/sprites/bmp/tffire12.bmp -%%HLDSDIR%%tfc/sprites/explode01.spr -%%HLDSDIR%%tfc/sprites/explode02.spr -%%HLDSDIR%%tfc/sprites/fthrow.spr -%%HLDSDIR%%tfc/sprites/hud.txt -%%HLDSDIR%%tfc/sprites/hudbmps/tfc_dmsg.bmp -%%HLDSDIR%%tfc/sprites/hudbmps/tfchud01.bmp -%%HLDSDIR%%tfc/sprites/hudbmps/tfchud02.bmp -%%HLDSDIR%%tfc/sprites/hudbmps/tfchud03.bmp -%%HLDSDIR%%tfc/sprites/hudbmps/tfchud04.bmp -%%HLDSDIR%%tfc/sprites/hudbmps/tfchud05.bmp -%%HLDSDIR%%tfc/sprites/hudbmps/tfchud06.bmp -%%HLDSDIR%%tfc/sprites/hudbmps/tfchud07.bmp -%%HLDSDIR%%tfc/sprites/muzzleflash3.spr -%%HLDSDIR%%tfc/sprites/opaqueexplode02.spr -%%HLDSDIR%%tfc/sprites/particle.spr -%%HLDSDIR%%tfc/sprites/playerflame.spr -%%HLDSDIR%%tfc/sprites/playerflameloop.spr -%%HLDSDIR%%tfc/sprites/saveme.spr -%%HLDSDIR%%tfc/sprites/shellchrome.spr -%%HLDSDIR%%tfc/sprites/tf_weapon_ac.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_autorifle.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_axe.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_flamethrower.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_gl.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_ic.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_knife.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_medikit.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_ng.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_pl.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_railgun.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_rpg.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_shotgun.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_sniperrifle.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_spanner.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_superng.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_supershotgun.txt -%%HLDSDIR%%tfc/sprites/tf_weapon_tranq.txt -%%HLDSDIR%%tfc/sprites/tfc_dmsg.spr -%%HLDSDIR%%tfc/sprites/tfchud01.spr -%%HLDSDIR%%tfc/sprites/tfchud02.spr -%%HLDSDIR%%tfc/sprites/tfchud03.spr -%%HLDSDIR%%tfc/sprites/tfchud04.spr -%%HLDSDIR%%tfc/sprites/tfchud05.spr -%%HLDSDIR%%tfc/sprites/tfchud06.spr -%%HLDSDIR%%tfc/sprites/tfchud07.spr -%%HLDSDIR%%tfc/sprites/tfhud.qc -%%HLDSDIR%%tfc/sprites/tfsprites.qc -%%HLDSDIR%%tfc/steam.inf -%%HLDSDIR%%tfc/tfc.WAD -%%HLDSDIR%%tfc/tfc2.wad -%%HLDSDIR%%valve/cached.wad -%%HLDSDIR%%valve/cl_dlls/client.dll -%%HLDSDIR%%valve/decals.wad -%%HLDSDIR%%valve/delta.lst -%%HLDSDIR%%valve/dlls/hl.dll -%%HLDSDIR%%valve/dlls/hl_amd64.so -%%HLDSDIR%%valve/dlls/hl_i386.so -%%HLDSDIR%%valve/events/crossbow1.sc -%%HLDSDIR%%valve/events/crossbow2.sc -%%HLDSDIR%%valve/events/crowbar.sc -%%HLDSDIR%%valve/events/egon_fire.sc -%%HLDSDIR%%valve/events/egon_stop.sc -%%HLDSDIR%%valve/events/firehornet.sc -%%HLDSDIR%%valve/events/gauss.sc -%%HLDSDIR%%valve/events/gaussspin.sc -%%HLDSDIR%%valve/events/glock1.sc -%%HLDSDIR%%valve/events/glock2.sc -%%HLDSDIR%%valve/events/mp5.sc -%%HLDSDIR%%valve/events/mp52.sc -%%HLDSDIR%%valve/events/python.sc -%%HLDSDIR%%valve/events/rpg.sc -%%HLDSDIR%%valve/events/shotgun1.sc -%%HLDSDIR%%valve/events/shotgun2.sc -%%HLDSDIR%%valve/events/snarkfire.sc -%%HLDSDIR%%valve/events/train.sc -%%HLDSDIR%%valve/events/tripfire.sc -%%HLDSDIR%%valve/fonts.wad -%%HLDSDIR%%valve/game.ico -%%HLDSDIR%%valve/gfx.wad -%%HLDSDIR%%valve/halflife.wad -%%HLDSDIR%%valve/liblist.gam -%%HLDSDIR%%valve/liquids.wad -%%HLDSDIR%%valve/mapcycle.txt -%%HLDSDIR%%valve/maps/boot_camp.bsp -%%HLDSDIR%%valve/maps/bounce.bsp -%%HLDSDIR%%valve/maps/crossfire.bsp -%%HLDSDIR%%valve/maps/datacore.bsp -%%HLDSDIR%%valve/maps/frenzy.bsp -%%HLDSDIR%%valve/maps/gasworks.bsp -%%HLDSDIR%%valve/maps/lambda_bunker.bsp -%%HLDSDIR%%valve/maps/rapidcore.bsp -%%HLDSDIR%%valve/maps/snark_pit.bsp -%%HLDSDIR%%valve/maps/stalkyard.bsp -%%HLDSDIR%%valve/maps/subtransit.bsp -%%HLDSDIR%%valve/maps/undertow.bsp -%%HLDSDIR%%valve/models/abone_template1.mdl -%%HLDSDIR%%valve/models/aflock.mdl -%%HLDSDIR%%valve/models/agibs.mdl -%%HLDSDIR%%valve/models/agrunt.mdl -%%HLDSDIR%%valve/models/agrunt01.mdl -%%HLDSDIR%%valve/models/agruntt.mdl -%%HLDSDIR%%valve/models/apache.mdl -%%HLDSDIR%%valve/models/apachet.mdl -%%HLDSDIR%%valve/models/archer.mdl -%%HLDSDIR%%valve/models/baby_headcrab.mdl -%%HLDSDIR%%valve/models/barnacle.mdl -%%HLDSDIR%%valve/models/barnaclet.mdl -%%HLDSDIR%%valve/models/barney.mdl -%%HLDSDIR%%valve/models/barney01.mdl -%%HLDSDIR%%valve/models/barney02.mdl -%%HLDSDIR%%valve/models/barney03.mdl -%%HLDSDIR%%valve/models/barneyt.mdl -%%HLDSDIR%%valve/models/base.mdl -%%HLDSDIR%%valve/models/big_mom.mdl -%%HLDSDIR%%valve/models/big_momgibs.mdl -%%HLDSDIR%%valve/models/big_momt.mdl -%%HLDSDIR%%valve/models/big_rock.mdl -%%HLDSDIR%%valve/models/bigrat.mdl -%%HLDSDIR%%valve/models/bleachbones.mdl -%%HLDSDIR%%valve/models/bm_leg.mdl -%%HLDSDIR%%valve/models/bm_sack.mdl -%%HLDSDIR%%valve/models/bm_shell.mdl -%%HLDSDIR%%valve/models/boid.mdl -%%HLDSDIR%%valve/models/bonegibs.mdl -%%HLDSDIR%%valve/models/bookgibs.mdl -%%HLDSDIR%%valve/models/breather.mdl -%%HLDSDIR%%valve/models/bskull_template1.mdl -%%HLDSDIR%%valve/models/bullsquid.mdl -%%HLDSDIR%%valve/models/bullsquid01.mdl -%%HLDSDIR%%valve/models/bullsquidt.mdl -%%HLDSDIR%%valve/models/cactusgibs.mdl -%%HLDSDIR%%valve/models/can.mdl -%%HLDSDIR%%valve/models/catwalkgibs.mdl -%%HLDSDIR%%valve/models/ceilinggibs.mdl -%%HLDSDIR%%valve/models/chromegibs.mdl -%%HLDSDIR%%valve/models/chumtoad.mdl -%%HLDSDIR%%valve/models/cindergibs.mdl -%%HLDSDIR%%valve/models/cindergibs_green.mdl -%%HLDSDIR%%valve/models/cindergibs_yellow.mdl -%%HLDSDIR%%valve/models/computergibs.mdl -%%HLDSDIR%%valve/models/concrete_gibs.mdl -%%HLDSDIR%%valve/models/concretegibs.mdl -%%HLDSDIR%%valve/models/construction.mdl -%%HLDSDIR%%valve/models/controller.mdl -%%HLDSDIR%%valve/models/controllert.mdl -%%HLDSDIR%%valve/models/crossbow_bolt.mdl -%%HLDSDIR%%valve/models/crystal.mdl -%%HLDSDIR%%valve/models/dead_osprey.mdl -%%HLDSDIR%%valve/models/doctor.mdl -%%HLDSDIR%%valve/models/filecabinet.mdl -%%HLDSDIR%%valve/models/fleshgibs.mdl -%%HLDSDIR%%valve/models/floater.mdl -%%HLDSDIR%%valve/models/forklift.mdl -%%HLDSDIR%%valve/models/friendly.mdl -%%HLDSDIR%%valve/models/fungus(large).mdl -%%HLDSDIR%%valve/models/fungus(large)t.mdl -%%HLDSDIR%%valve/models/fungus(small).mdl -%%HLDSDIR%%valve/models/fungus(small)t.mdl -%%HLDSDIR%%valve/models/fungus.mdl -%%HLDSDIR%%valve/models/fungust.mdl -%%HLDSDIR%%valve/models/garbagegibs.mdl -%%HLDSDIR%%valve/models/garg.mdl -%%HLDSDIR%%valve/models/gargt.mdl -%%HLDSDIR%%valve/models/gasbag.mdl -%%HLDSDIR%%valve/models/gib_b_bone.mdl -%%HLDSDIR%%valve/models/gib_b_gib.mdl -%%HLDSDIR%%valve/models/gib_hgrunt.mdl -%%HLDSDIR%%valve/models/gib_legbone.mdl -%%HLDSDIR%%valve/models/gib_lung.mdl -%%HLDSDIR%%valve/models/gib_skull.mdl -%%HLDSDIR%%valve/models/glassgibs.mdl -%%HLDSDIR%%valve/models/gman.mdl -%%HLDSDIR%%valve/models/gmant.mdl -%%HLDSDIR%%valve/models/grenade.mdl -%%HLDSDIR%%valve/models/hair.mdl -%%HLDSDIR%%valve/models/hairt.mdl -%%HLDSDIR%%valve/models/hassassin.mdl -%%HLDSDIR%%valve/models/hassassint.mdl -%%HLDSDIR%%valve/models/hassault.mdl -%%HLDSDIR%%valve/models/headcrab.mdl -%%HLDSDIR%%valve/models/headcrabt.mdl -%%HLDSDIR%%valve/models/hgibs.mdl -%%HLDSDIR%%valve/models/hgrunt.mdl -%%HLDSDIR%%valve/models/hgrunt01.mdl -%%HLDSDIR%%valve/models/hgrunt02.mdl -%%HLDSDIR%%valve/models/hgrunt03.mdl -%%HLDSDIR%%valve/models/hgruntt.mdl -%%HLDSDIR%%valve/models/holo.mdl -%%HLDSDIR%%valve/models/hornet.mdl -%%HLDSDIR%%valve/models/houndeye.mdl -%%HLDSDIR%%valve/models/houndeyet.mdl -%%HLDSDIR%%valve/models/hvr.mdl -%%HLDSDIR%%valve/models/icky.mdl -%%HLDSDIR%%valve/models/ickyt.mdl -%%HLDSDIR%%valve/models/in_teleport.mdl -%%HLDSDIR%%valve/models/islave.mdl -%%HLDSDIR%%valve/models/islave01.mdl -%%HLDSDIR%%valve/models/islave02.mdl -%%HLDSDIR%%valve/models/islave_gibs1.mdl -%%HLDSDIR%%valve/models/islavet.mdl -%%HLDSDIR%%valve/models/kingpin.mdl -%%HLDSDIR%%valve/models/leech.mdl -%%HLDSDIR%%valve/models/light.mdl -%%HLDSDIR%%valve/models/lightt.mdl -%%HLDSDIR%%valve/models/loader.mdl -%%HLDSDIR%%valve/models/mbarrel.mdl -%%HLDSDIR%%valve/models/mechgibs.mdl -%%HLDSDIR%%valve/models/med_crategibs.mdl -%%HLDSDIR%%valve/models/metalgibs.mdl -%%HLDSDIR%%valve/models/metalplategibs.mdl -%%HLDSDIR%%valve/models/metalplategibs_dark.mdl -%%HLDSDIR%%valve/models/metalplategibs_green.mdl -%%HLDSDIR%%valve/models/mil_crate.mdl -%%HLDSDIR%%valve/models/mil_crategibs.mdl -%%HLDSDIR%%valve/models/miniturret.mdl -%%HLDSDIR%%valve/models/miniturrett.mdl -%%HLDSDIR%%valve/models/nihilanth.mdl -%%HLDSDIR%%valve/models/office_gibs.mdl -%%HLDSDIR%%valve/models/osprey.mdl -%%HLDSDIR%%valve/models/osprey_bodygibs.mdl -%%HLDSDIR%%valve/models/osprey_enginegibs.mdl -%%HLDSDIR%%valve/models/osprey_tailgibs.mdl -%%HLDSDIR%%valve/models/ospreyt.mdl -%%HLDSDIR%%valve/models/out_teleport.mdl -%%HLDSDIR%%valve/models/p_357.mdl -%%HLDSDIR%%valve/models/p_9mmar.mdl -%%HLDSDIR%%valve/models/p_9mmhandgun.mdl -%%HLDSDIR%%valve/models/p_crossbow.mdl -%%HLDSDIR%%valve/models/p_crowbar.mdl -%%HLDSDIR%%valve/models/p_egon.mdl -%%HLDSDIR%%valve/models/p_gauss.mdl -%%HLDSDIR%%valve/models/p_glock.mdl -%%HLDSDIR%%valve/models/p_grenade.mdl -%%HLDSDIR%%valve/models/p_hgun.mdl -%%HLDSDIR%%valve/models/p_rpg.mdl -%%HLDSDIR%%valve/models/p_satchel.mdl -%%HLDSDIR%%valve/models/p_satchel_radio.mdl -%%HLDSDIR%%valve/models/p_shotgun.mdl -%%HLDSDIR%%valve/models/p_squeak.mdl -%%HLDSDIR%%valve/models/p_tripmine.mdl -%%HLDSDIR%%valve/models/pelvis.mdl -%%HLDSDIR%%valve/models/pipe_bubbles.mdl -%%HLDSDIR%%valve/models/player.mdl -%%HLDSDIR%%valve/models/player/barney/barney.mdl -%%HLDSDIR%%valve/models/player/gina/Gina.mdl -%%HLDSDIR%%valve/models/player/gman/Gman.mdl -%%HLDSDIR%%valve/models/player/gordon/gordon.mdl -%%HLDSDIR%%valve/models/player/helmet/Helmet.mdl -%%HLDSDIR%%valve/models/player/hgrunt/Hgrunt.mdl -%%HLDSDIR%%valve/models/player/recon/recon.mdl -%%HLDSDIR%%valve/models/player/robo/robo.mdl -%%HLDSDIR%%valve/models/player/scientist/Scientist.mdl -%%HLDSDIR%%valve/models/player/zombie/zombie.mdl -%%HLDSDIR%%valve/models/playert.mdl -%%HLDSDIR%%valve/models/protozoa.mdl -%%HLDSDIR%%valve/models/rengine.mdl -%%HLDSDIR%%valve/models/renginet.mdl -%%HLDSDIR%%valve/models/ribcage.mdl -%%HLDSDIR%%valve/models/riblet1.mdl -%%HLDSDIR%%valve/models/rip.mdl -%%HLDSDIR%%valve/models/roach.mdl -%%HLDSDIR%%valve/models/rockgibs.mdl -%%HLDSDIR%%valve/models/rpgrocket.mdl -%%HLDSDIR%%valve/models/sat_globe.mdl -%%HLDSDIR%%valve/models/scientist.mdl -%%HLDSDIR%%valve/models/scientist01.mdl -%%HLDSDIR%%valve/models/scientist02.mdl -%%HLDSDIR%%valve/models/scientist03.mdl -%%HLDSDIR%%valve/models/scientist04.mdl -%%HLDSDIR%%valve/models/scientist05.mdl -%%HLDSDIR%%valve/models/scientist06.mdl -%%HLDSDIR%%valve/models/scientist07.mdl -%%HLDSDIR%%valve/models/scientistt.mdl -%%HLDSDIR%%valve/models/scigun.mdl -%%HLDSDIR%%valve/models/sentry.mdl -%%HLDSDIR%%valve/models/sentryt.mdl -%%HLDSDIR%%valve/models/shell.mdl -%%HLDSDIR%%valve/models/shotgunshell.mdl -%%HLDSDIR%%valve/models/shrapnel.mdl -%%HLDSDIR%%valve/models/skeleton.mdl -%%HLDSDIR%%valve/models/snapbug.mdl -%%HLDSDIR%%valve/models/sphere.mdl -%%HLDSDIR%%valve/models/spiggot.mdl -%%HLDSDIR%%valve/models/spit.mdl -%%HLDSDIR%%valve/models/stealth.mdl -%%HLDSDIR%%valve/models/stick.mdl -%%HLDSDIR%%valve/models/stickygib.mdl -%%HLDSDIR%%valve/models/stickygibpink.mdl -%%HLDSDIR%%valve/models/stukabat.mdl -%%HLDSDIR%%valve/models/tech_crategibs.mdl -%%HLDSDIR%%valve/models/teleporter_blue_sprites.mdl -%%HLDSDIR%%valve/models/teleporter_orange_rings.mdl -%%HLDSDIR%%valve/models/tentacle2.mdl -%%HLDSDIR%%valve/models/tentacle2t.mdl -%%HLDSDIR%%valve/models/testsphere.mdl -%%HLDSDIR%%valve/models/tree.mdl -%%HLDSDIR%%valve/models/treet.mdl -%%HLDSDIR%%valve/models/turret.mdl -%%HLDSDIR%%valve/models/turrett.mdl -%%HLDSDIR%%valve/models/uplant1.mdl -%%HLDSDIR%%valve/models/uplant1t.mdl -%%HLDSDIR%%valve/models/uplant2.mdl -%%HLDSDIR%%valve/models/uplant2t.mdl -%%HLDSDIR%%valve/models/uplant3.mdl -%%HLDSDIR%%valve/models/uplant3t.mdl -%%HLDSDIR%%valve/models/v_357.mdl -%%HLDSDIR%%valve/models/v_9mmar.mdl -%%HLDSDIR%%valve/models/v_9mmhandgun.mdl -%%HLDSDIR%%valve/models/v_chub.mdl -%%HLDSDIR%%valve/models/v_crossbow.mdl -%%HLDSDIR%%valve/models/v_crowbar.mdl -%%HLDSDIR%%valve/models/v_egon.mdl -%%HLDSDIR%%valve/models/v_gauss.mdl -%%HLDSDIR%%valve/models/v_grenade.mdl -%%HLDSDIR%%valve/models/v_hgun.mdl -%%HLDSDIR%%valve/models/v_rpg.mdl -%%HLDSDIR%%valve/models/v_satchel.mdl -%%HLDSDIR%%valve/models/v_satchel_radio.mdl -%%HLDSDIR%%valve/models/v_shotgun.mdl -%%HLDSDIR%%valve/models/v_squeak.mdl -%%HLDSDIR%%valve/models/v_tripmine.mdl -%%HLDSDIR%%valve/models/ventgibs.mdl -%%HLDSDIR%%valve/models/w_357.mdl -%%HLDSDIR%%valve/models/w_357ammo.mdl -%%HLDSDIR%%valve/models/w_357ammobox.mdl -%%HLDSDIR%%valve/models/w_357ammoboxt.mdl -%%HLDSDIR%%valve/models/w_357ammot.mdl -%%HLDSDIR%%valve/models/w_357t.mdl -%%HLDSDIR%%valve/models/w_9mmar.mdl -%%HLDSDIR%%valve/models/w_9mmarclip.mdl -%%HLDSDIR%%valve/models/w_9mmarclipt.mdl -%%HLDSDIR%%valve/models/w_9mmart.mdl -%%HLDSDIR%%valve/models/w_9mmclip.mdl -%%HLDSDIR%%valve/models/w_9mmclipt.mdl -%%HLDSDIR%%valve/models/w_9mmhandgun.mdl -%%HLDSDIR%%valve/models/w_9mmhandgunt.mdl -%%HLDSDIR%%valve/models/w_adrenaline.mdl -%%HLDSDIR%%valve/models/w_adrenalinet.mdl -%%HLDSDIR%%valve/models/w_antidote.mdl -%%HLDSDIR%%valve/models/w_antidotet.mdl -%%HLDSDIR%%valve/models/w_argrenade.mdl -%%HLDSDIR%%valve/models/w_argrenadet.mdl -%%HLDSDIR%%valve/models/w_battery.mdl -%%HLDSDIR%%valve/models/w_batteryt.mdl -%%HLDSDIR%%valve/models/w_chainammo.mdl -%%HLDSDIR%%valve/models/w_chainammot.mdl -%%HLDSDIR%%valve/models/w_crossbow.mdl -%%HLDSDIR%%valve/models/w_crossbow_clip.mdl -%%HLDSDIR%%valve/models/w_crossbowt.mdl -%%HLDSDIR%%valve/models/w_crowbar.mdl -%%HLDSDIR%%valve/models/w_crowbart.mdl -%%HLDSDIR%%valve/models/w_egon.mdl -%%HLDSDIR%%valve/models/w_egont.mdl -%%HLDSDIR%%valve/models/w_flare.mdl -%%HLDSDIR%%valve/models/w_flaret.mdl -%%HLDSDIR%%valve/models/w_gauss.mdl -%%HLDSDIR%%valve/models/w_gaussammo.mdl -%%HLDSDIR%%valve/models/w_gaussammot.mdl -%%HLDSDIR%%valve/models/w_gausst.mdl -%%HLDSDIR%%valve/models/w_grenade.mdl -%%HLDSDIR%%valve/models/w_grenadet.mdl -%%HLDSDIR%%valve/models/w_hgun.mdl -%%HLDSDIR%%valve/models/w_hgunt.mdl -%%HLDSDIR%%valve/models/w_isotopebox.mdl -%%HLDSDIR%%valve/models/w_isotopeboxt.mdl -%%HLDSDIR%%valve/models/w_longjump.mdl -%%HLDSDIR%%valve/models/w_longjumpt.mdl -%%HLDSDIR%%valve/models/w_medkit.mdl -%%HLDSDIR%%valve/models/w_medkitt.mdl -%%HLDSDIR%%valve/models/w_oxygen.mdl -%%HLDSDIR%%valve/models/w_oxygent.mdl -%%HLDSDIR%%valve/models/w_rad.mdl -%%HLDSDIR%%valve/models/w_radt.mdl -%%HLDSDIR%%valve/models/w_rpg.mdl -%%HLDSDIR%%valve/models/w_rpgammo.mdl -%%HLDSDIR%%valve/models/w_rpgammot.mdl -%%HLDSDIR%%valve/models/w_rpgt.mdl -%%HLDSDIR%%valve/models/w_satchel.mdl -%%HLDSDIR%%valve/models/w_satchelt.mdl -%%HLDSDIR%%valve/models/w_security.mdl -%%HLDSDIR%%valve/models/w_securityt.mdl -%%HLDSDIR%%valve/models/w_shotbox.mdl -%%HLDSDIR%%valve/models/w_shotboxt.mdl -%%HLDSDIR%%valve/models/w_shotgun.mdl -%%HLDSDIR%%valve/models/w_shotgunt.mdl -%%HLDSDIR%%valve/models/w_shotshell.mdl -%%HLDSDIR%%valve/models/w_shotshellt.mdl -%%HLDSDIR%%valve/models/w_silencer.mdl -%%HLDSDIR%%valve/models/w_silencert.mdl -%%HLDSDIR%%valve/models/w_sqknest.mdl -%%HLDSDIR%%valve/models/w_sqknestt.mdl -%%HLDSDIR%%valve/models/w_squeak.mdl -%%HLDSDIR%%valve/models/w_squeakt.mdl -%%HLDSDIR%%valve/models/w_suit.mdl -%%HLDSDIR%%valve/models/w_suitt.mdl -%%HLDSDIR%%valve/models/w_weaponbox.mdl -%%HLDSDIR%%valve/models/webgibs.mdl -%%HLDSDIR%%valve/models/wetfloorsign_gibs.mdl -%%HLDSDIR%%valve/models/woodgibs.mdl -%%HLDSDIR%%valve/models/zombie.mdl -%%HLDSDIR%%valve/models/zombie01.mdl -%%HLDSDIR%%valve/models/zombie02.mdl -%%HLDSDIR%%valve/models/zombie03.mdl -%%HLDSDIR%%valve/models/zombiegibs1.mdl -%%HLDSDIR%%valve/models/zombiet.mdl -%%HLDSDIR%%valve/scripts/voicemodel.txt -%%HLDSDIR%%valve/server.cfg -%%HLDSDIR%%valve/skill.cfg -%%HLDSDIR%%valve/sound/UI/buttonclick.wav -%%HLDSDIR%%valve/sound/UI/buttonclickrelease.wav -%%HLDSDIR%%valve/sound/UI/buttonrollover.wav -%%HLDSDIR%%valve/sound/agrunt/ag_alert1.wav -%%HLDSDIR%%valve/sound/agrunt/ag_alert2.wav -%%HLDSDIR%%valve/sound/agrunt/ag_alert3.wav -%%HLDSDIR%%valve/sound/agrunt/ag_alert4.wav -%%HLDSDIR%%valve/sound/agrunt/ag_alert5.wav -%%HLDSDIR%%valve/sound/agrunt/ag_attack1.wav -%%HLDSDIR%%valve/sound/agrunt/ag_attack2.wav -%%HLDSDIR%%valve/sound/agrunt/ag_attack3.wav -%%HLDSDIR%%valve/sound/agrunt/ag_die1.wav -%%HLDSDIR%%valve/sound/agrunt/ag_die2.wav -%%HLDSDIR%%valve/sound/agrunt/ag_die3.wav -%%HLDSDIR%%valve/sound/agrunt/ag_die4.wav -%%HLDSDIR%%valve/sound/agrunt/ag_die5.wav -%%HLDSDIR%%valve/sound/agrunt/ag_idle1.wav -%%HLDSDIR%%valve/sound/agrunt/ag_idle2.wav -%%HLDSDIR%%valve/sound/agrunt/ag_idle3.wav -%%HLDSDIR%%valve/sound/agrunt/ag_idle4.wav -%%HLDSDIR%%valve/sound/agrunt/ag_idle5.wav -%%HLDSDIR%%valve/sound/agrunt/ag_pain1.wav -%%HLDSDIR%%valve/sound/agrunt/ag_pain2.wav -%%HLDSDIR%%valve/sound/agrunt/ag_pain3.wav -%%HLDSDIR%%valve/sound/agrunt/ag_pain4.wav -%%HLDSDIR%%valve/sound/agrunt/ag_pain5.wav -%%HLDSDIR%%valve/sound/ambience/_comma.wav -%%HLDSDIR%%valve/sound/ambience/alien_beacon.wav -%%HLDSDIR%%valve/sound/ambience/alien_blipper.wav -%%HLDSDIR%%valve/sound/ambience/alien_builder.wav -%%HLDSDIR%%valve/sound/ambience/alien_chatter.wav -%%HLDSDIR%%valve/sound/ambience/alien_creeper.wav -%%HLDSDIR%%valve/sound/ambience/alien_cycletone.wav -%%HLDSDIR%%valve/sound/ambience/alien_frantic.wav -%%HLDSDIR%%valve/sound/ambience/alien_hollow.wav -%%HLDSDIR%%valve/sound/ambience/alien_humongo.wav -%%HLDSDIR%%valve/sound/ambience/alien_minddrill.wav -%%HLDSDIR%%valve/sound/ambience/alien_powernode.wav -%%HLDSDIR%%valve/sound/ambience/alien_purrmachine.wav -%%HLDSDIR%%valve/sound/ambience/alien_squit.wav -%%HLDSDIR%%valve/sound/ambience/alien_twow.wav -%%HLDSDIR%%valve/sound/ambience/alien_zonerator.wav -%%HLDSDIR%%valve/sound/ambience/aliencave1.wav -%%HLDSDIR%%valve/sound/ambience/alienclicker1.wav -%%HLDSDIR%%valve/sound/ambience/alienfazzle1.wav -%%HLDSDIR%%valve/sound/ambience/alienflyby1.wav -%%HLDSDIR%%valve/sound/ambience/alienlaser1.wav -%%HLDSDIR%%valve/sound/ambience/alienvalve1.wav -%%HLDSDIR%%valve/sound/ambience/alienvalve2.wav -%%HLDSDIR%%valve/sound/ambience/alienvoices1.wav -%%HLDSDIR%%valve/sound/ambience/alienwind1.wav -%%HLDSDIR%%valve/sound/ambience/alienwind2.wav -%%HLDSDIR%%valve/sound/ambience/bee1.wav -%%HLDSDIR%%valve/sound/ambience/bee2.wav -%%HLDSDIR%%valve/sound/ambience/biggun1.wav -%%HLDSDIR%%valve/sound/ambience/biggun2.wav -%%HLDSDIR%%valve/sound/ambience/biggun3.wav -%%HLDSDIR%%valve/sound/ambience/bigwarning.wav -%%HLDSDIR%%valve/sound/ambience/biotone.wav -%%HLDSDIR%%valve/sound/ambience/boomer.wav -%%HLDSDIR%%valve/sound/ambience/breather.wav -%%HLDSDIR%%valve/sound/ambience/burning1.wav -%%HLDSDIR%%valve/sound/ambience/burning2.wav -%%HLDSDIR%%valve/sound/ambience/burning3.wav -%%HLDSDIR%%valve/sound/ambience/computalk1.wav -%%HLDSDIR%%valve/sound/ambience/computalk2.wav -%%HLDSDIR%%valve/sound/ambience/cricket.wav -%%HLDSDIR%%valve/sound/ambience/crickets.wav -%%HLDSDIR%%valve/sound/ambience/crtnoise.wav -%%HLDSDIR%%valve/sound/ambience/deadsignal1.wav -%%HLDSDIR%%valve/sound/ambience/deadsignal2.wav -%%HLDSDIR%%valve/sound/ambience/des_wind1.wav -%%HLDSDIR%%valve/sound/ambience/des_wind2.wav -%%HLDSDIR%%valve/sound/ambience/des_wind3.wav -%%HLDSDIR%%valve/sound/ambience/disgusting.wav -%%HLDSDIR%%valve/sound/ambience/distantmortar1.wav -%%HLDSDIR%%valve/sound/ambience/distantmortar2.wav -%%HLDSDIR%%valve/sound/ambience/distantmortar3.wav -%%HLDSDIR%%valve/sound/ambience/drips.wav -%%HLDSDIR%%valve/sound/ambience/dronemachine1.wav -%%HLDSDIR%%valve/sound/ambience/dronemachine2.wav -%%HLDSDIR%%valve/sound/ambience/dronemachine3.wav -%%HLDSDIR%%valve/sound/ambience/flameburst1.wav -%%HLDSDIR%%valve/sound/ambience/flies.wav -%%HLDSDIR%%valve/sound/ambience/goal_1.wav -%%HLDSDIR%%valve/sound/ambience/hammer.wav -%%HLDSDIR%%valve/sound/ambience/hawk1.wav -%%HLDSDIR%%valve/sound/ambience/industrial1.wav -%%HLDSDIR%%valve/sound/ambience/industrial2.wav -%%HLDSDIR%%valve/sound/ambience/industrial3.wav -%%HLDSDIR%%valve/sound/ambience/industrial4.wav -%%HLDSDIR%%valve/sound/ambience/jetflyby1.wav -%%HLDSDIR%%valve/sound/ambience/labdrone1.wav -%%HLDSDIR%%valve/sound/ambience/labdrone2.wav -%%HLDSDIR%%valve/sound/ambience/labgear.wav -%%HLDSDIR%%valve/sound/ambience/labmoan.wav -%%HLDSDIR%%valve/sound/ambience/littlemachine.wav -%%HLDSDIR%%valve/sound/ambience/loader_hydra1.wav -%%HLDSDIR%%valve/sound/ambience/loader_step1.wav -%%HLDSDIR%%valve/sound/ambience/mechwhine.wav -%%HLDSDIR%%valve/sound/ambience/mgun_burst1.wav -%%HLDSDIR%%valve/sound/ambience/mgun_burst2.wav -%%HLDSDIR%%valve/sound/ambience/mgun_burst3.wav -%%HLDSDIR%%valve/sound/ambience/mgun_burst4.wav -%%HLDSDIR%%valve/sound/ambience/particle_suck1.wav -%%HLDSDIR%%valve/sound/ambience/particle_suck2.wav -%%HLDSDIR%%valve/sound/ambience/port_suckin1.wav -%%HLDSDIR%%valve/sound/ambience/port_suckout1.wav -%%HLDSDIR%%valve/sound/ambience/pounder.wav -%%HLDSDIR%%valve/sound/ambience/pulsemachine.wav -%%HLDSDIR%%valve/sound/ambience/pumper.wav -%%HLDSDIR%%valve/sound/ambience/quail1.wav -%%HLDSDIR%%valve/sound/ambience/rifle1.wav -%%HLDSDIR%%valve/sound/ambience/rifle2.wav -%%HLDSDIR%%valve/sound/ambience/rocket_groan1.wav -%%HLDSDIR%%valve/sound/ambience/rocket_groan2.wav -%%HLDSDIR%%valve/sound/ambience/rocket_groan3.wav -%%HLDSDIR%%valve/sound/ambience/rocket_groan4.wav -%%HLDSDIR%%valve/sound/ambience/rocket_steam1.wav -%%HLDSDIR%%valve/sound/ambience/rocketflame1.wav -%%HLDSDIR%%valve/sound/ambience/rocketrumble1.wav -%%HLDSDIR%%valve/sound/ambience/rotormachine.wav -%%HLDSDIR%%valve/sound/ambience/sandfall1.wav -%%HLDSDIR%%valve/sound/ambience/sandfall2.wav -%%HLDSDIR%%valve/sound/ambience/screammachine.wav -%%HLDSDIR%%valve/sound/ambience/signalgear1.wav -%%HLDSDIR%%valve/sound/ambience/signalgear2.wav -%%HLDSDIR%%valve/sound/ambience/siren.wav -%%HLDSDIR%%valve/sound/ambience/sparks.wav -%%HLDSDIR%%valve/sound/ambience/squeeks1.wav -%%HLDSDIR%%valve/sound/ambience/squeeks2.wav -%%HLDSDIR%%valve/sound/ambience/squirm2.wav -%%HLDSDIR%%valve/sound/ambience/squitch.wav -%%HLDSDIR%%valve/sound/ambience/squitch2.wav -%%HLDSDIR%%valve/sound/ambience/steamburst1.wav -%%HLDSDIR%%valve/sound/ambience/steamjet1.wav -%%HLDSDIR%%valve/sound/ambience/tankdrivein1.wav -%%HLDSDIR%%valve/sound/ambience/tankdrivein2.wav -%%HLDSDIR%%valve/sound/ambience/tankidle1.wav -%%HLDSDIR%%valve/sound/ambience/tankidle2.wav -%%HLDSDIR%%valve/sound/ambience/techamb1.wav -%%HLDSDIR%%valve/sound/ambience/techamb2.wav -%%HLDSDIR%%valve/sound/ambience/the_horror1.wav -%%HLDSDIR%%valve/sound/ambience/the_horror2.wav -%%HLDSDIR%%valve/sound/ambience/the_horror3.wav -%%HLDSDIR%%valve/sound/ambience/the_horror4.wav -%%HLDSDIR%%valve/sound/ambience/truck1.wav -%%HLDSDIR%%valve/sound/ambience/truck2.wav -%%HLDSDIR%%valve/sound/ambience/turretrot1.wav -%%HLDSDIR%%valve/sound/ambience/turretrot2.wav -%%HLDSDIR%%valve/sound/ambience/warn1.wav -%%HLDSDIR%%valve/sound/ambience/warn2.wav -%%HLDSDIR%%valve/sound/ambience/warn3.wav -%%HLDSDIR%%valve/sound/ambience/waterfall1.wav -%%HLDSDIR%%valve/sound/ambience/waterfall2.wav -%%HLDSDIR%%valve/sound/ambience/waterfall3.wav -%%HLDSDIR%%valve/sound/ambience/wind1.wav -%%HLDSDIR%%valve/sound/ambience/wind2.wav -%%HLDSDIR%%valve/sound/ambience/wren1.wav -%%HLDSDIR%%valve/sound/ambience/xtal_down1.wav -%%HLDSDIR%%valve/sound/ambience/zapmachine.wav -%%HLDSDIR%%valve/sound/ambience/zipmachine.wav -%%HLDSDIR%%valve/sound/buttons/bell1.wav -%%HLDSDIR%%valve/sound/buttons/blip1.wav -%%HLDSDIR%%valve/sound/buttons/blip2.wav -%%HLDSDIR%%valve/sound/buttons/button1.wav -%%HLDSDIR%%valve/sound/buttons/button10.wav -%%HLDSDIR%%valve/sound/buttons/button11.wav -%%HLDSDIR%%valve/sound/buttons/button2.wav -%%HLDSDIR%%valve/sound/buttons/button3.wav -%%HLDSDIR%%valve/sound/buttons/button4.wav -%%HLDSDIR%%valve/sound/buttons/button5.wav -%%HLDSDIR%%valve/sound/buttons/button6.wav -%%HLDSDIR%%valve/sound/buttons/button7.wav -%%HLDSDIR%%valve/sound/buttons/button8.wav -%%HLDSDIR%%valve/sound/buttons/button9.wav -%%HLDSDIR%%valve/sound/buttons/latchlocked1.wav -%%HLDSDIR%%valve/sound/buttons/latchlocked2.wav -%%HLDSDIR%%valve/sound/buttons/latchunlocked1.wav -%%HLDSDIR%%valve/sound/buttons/latchunlocked2.wav -%%HLDSDIR%%valve/sound/buttons/lever1.wav -%%HLDSDIR%%valve/sound/buttons/lever2.wav -%%HLDSDIR%%valve/sound/buttons/lever3.wav -%%HLDSDIR%%valve/sound/buttons/lever4.wav -%%HLDSDIR%%valve/sound/buttons/lever5.wav -%%HLDSDIR%%valve/sound/buttons/lightswitch2.wav -%%HLDSDIR%%valve/sound/buttons/spark1.wav -%%HLDSDIR%%valve/sound/buttons/spark2.wav -%%HLDSDIR%%valve/sound/buttons/spark3.wav -%%HLDSDIR%%valve/sound/buttons/spark4.wav -%%HLDSDIR%%valve/sound/buttons/spark5.wav -%%HLDSDIR%%valve/sound/buttons/spark6.wav -%%HLDSDIR%%valve/sound/fvox/beep.wav -%%HLDSDIR%%valve/sound/hornet/ag_buzz1.wav -%%HLDSDIR%%valve/sound/hornet/ag_buzz2.wav -%%HLDSDIR%%valve/sound/hornet/ag_buzz3.wav -%%HLDSDIR%%valve/sound/hornet/ag_hornethit1.wav -%%HLDSDIR%%valve/sound/hornet/ag_hornethit2.wav -%%HLDSDIR%%valve/sound/hornet/ag_hornethit3.wav -%%HLDSDIR%%valve/sound/materials.txt -%%HLDSDIR%%valve/sound/plats/bigmove1.wav -%%HLDSDIR%%valve/sound/plats/bigmove2.wav -%%HLDSDIR%%valve/sound/plats/bigstop1.wav -%%HLDSDIR%%valve/sound/plats/bigstop2.wav -%%HLDSDIR%%valve/sound/plats/elevbell1.wav -%%HLDSDIR%%valve/sound/plats/elevmove1.wav -%%HLDSDIR%%valve/sound/plats/elevmove2.wav -%%HLDSDIR%%valve/sound/plats/elevmove3.wav -%%HLDSDIR%%valve/sound/plats/freightmove1.wav -%%HLDSDIR%%valve/sound/plats/freightmove2.wav -%%HLDSDIR%%valve/sound/plats/freightstop1.wav -%%HLDSDIR%%valve/sound/plats/heavymove1.wav -%%HLDSDIR%%valve/sound/plats/heavystop1.wav -%%HLDSDIR%%valve/sound/plats/heavystop2.wav -%%HLDSDIR%%valve/sound/plats/platmove1.wav -%%HLDSDIR%%valve/sound/plats/platstop1.wav -%%HLDSDIR%%valve/sound/plats/rackmove1.wav -%%HLDSDIR%%valve/sound/plats/rackstop1.wav -%%HLDSDIR%%valve/sound/plats/railmove1.wav -%%HLDSDIR%%valve/sound/plats/railstop1.wav -%%HLDSDIR%%valve/sound/plats/squeekmove1.wav -%%HLDSDIR%%valve/sound/plats/squeekstop1.wav -%%HLDSDIR%%valve/sound/plats/talkmove1.wav -%%HLDSDIR%%valve/sound/plats/talkmove2.wav -%%HLDSDIR%%valve/sound/plats/talkstop1.wav -%%HLDSDIR%%valve/sound/plats/train1.wav -%%HLDSDIR%%valve/sound/plats/train2.wav -%%HLDSDIR%%valve/sound/plats/train_use1.wav -%%HLDSDIR%%valve/sound/plats/ttrain1.wav -%%HLDSDIR%%valve/sound/plats/ttrain2.wav -%%HLDSDIR%%valve/sound/plats/ttrain3.wav -%%HLDSDIR%%valve/sound/plats/ttrain4.wav -%%HLDSDIR%%valve/sound/plats/ttrain6.wav -%%HLDSDIR%%valve/sound/plats/ttrain7.wav -%%HLDSDIR%%valve/sound/plats/ttrain_brake1.wav -%%HLDSDIR%%valve/sound/plats/ttrain_start1.wav -%%HLDSDIR%%valve/sound/player/breathe1.wav -%%HLDSDIR%%valve/sound/player/breathe2.wav -%%HLDSDIR%%valve/sound/player/geiger1.wav -%%HLDSDIR%%valve/sound/player/geiger2.wav -%%HLDSDIR%%valve/sound/player/geiger3.wav -%%HLDSDIR%%valve/sound/player/geiger4.wav -%%HLDSDIR%%valve/sound/player/geiger5.wav -%%HLDSDIR%%valve/sound/player/geiger6.wav -%%HLDSDIR%%valve/sound/player/heartbeat1.wav -%%HLDSDIR%%valve/sound/player/pl_dirt1.wav -%%HLDSDIR%%valve/sound/player/pl_dirt2.wav -%%HLDSDIR%%valve/sound/player/pl_dirt3.wav -%%HLDSDIR%%valve/sound/player/pl_dirt4.wav -%%HLDSDIR%%valve/sound/player/pl_duct1.wav -%%HLDSDIR%%valve/sound/player/pl_duct2.wav -%%HLDSDIR%%valve/sound/player/pl_duct3.wav -%%HLDSDIR%%valve/sound/player/pl_duct4.wav -%%HLDSDIR%%valve/sound/player/pl_fallpain1.wav -%%HLDSDIR%%valve/sound/player/pl_fallpain2.wav -%%HLDSDIR%%valve/sound/player/pl_fallpain3.wav -%%HLDSDIR%%valve/sound/player/pl_grate1.wav -%%HLDSDIR%%valve/sound/player/pl_grate2.wav -%%HLDSDIR%%valve/sound/player/pl_grate3.wav -%%HLDSDIR%%valve/sound/player/pl_grate4.wav -%%HLDSDIR%%valve/sound/player/pl_jump1.wav -%%HLDSDIR%%valve/sound/player/pl_jump2.wav -%%HLDSDIR%%valve/sound/player/pl_jumpland2.wav -%%HLDSDIR%%valve/sound/player/pl_ladder1.wav -%%HLDSDIR%%valve/sound/player/pl_ladder2.wav -%%HLDSDIR%%valve/sound/player/pl_ladder3.wav -%%HLDSDIR%%valve/sound/player/pl_ladder4.wav -%%HLDSDIR%%valve/sound/player/pl_metal1.wav -%%HLDSDIR%%valve/sound/player/pl_metal2.wav -%%HLDSDIR%%valve/sound/player/pl_metal3.wav -%%HLDSDIR%%valve/sound/player/pl_metal4.wav -%%HLDSDIR%%valve/sound/player/pl_pain2.wav -%%HLDSDIR%%valve/sound/player/pl_pain4.wav -%%HLDSDIR%%valve/sound/player/pl_pain5.wav -%%HLDSDIR%%valve/sound/player/pl_pain6.wav -%%HLDSDIR%%valve/sound/player/pl_pain7.wav -%%HLDSDIR%%valve/sound/player/pl_shell1.wav -%%HLDSDIR%%valve/sound/player/pl_shell2.wav -%%HLDSDIR%%valve/sound/player/pl_shell3.wav -%%HLDSDIR%%valve/sound/player/pl_slosh1.wav -%%HLDSDIR%%valve/sound/player/pl_slosh2.wav -%%HLDSDIR%%valve/sound/player/pl_slosh3.wav -%%HLDSDIR%%valve/sound/player/pl_slosh4.wav -%%HLDSDIR%%valve/sound/player/pl_step1.wav -%%HLDSDIR%%valve/sound/player/pl_step2.wav -%%HLDSDIR%%valve/sound/player/pl_step3.wav -%%HLDSDIR%%valve/sound/player/pl_step4.wav -%%HLDSDIR%%valve/sound/player/pl_swim1.wav -%%HLDSDIR%%valve/sound/player/pl_swim2.wav -%%HLDSDIR%%valve/sound/player/pl_swim3.wav -%%HLDSDIR%%valve/sound/player/pl_swim4.wav -%%HLDSDIR%%valve/sound/player/pl_tile1.wav -%%HLDSDIR%%valve/sound/player/pl_tile2.wav -%%HLDSDIR%%valve/sound/player/pl_tile3.wav -%%HLDSDIR%%valve/sound/player/pl_tile4.wav -%%HLDSDIR%%valve/sound/player/pl_tile5.wav -%%HLDSDIR%%valve/sound/player/pl_wade1.wav -%%HLDSDIR%%valve/sound/player/pl_wade2.wav -%%HLDSDIR%%valve/sound/player/pl_wade3.wav -%%HLDSDIR%%valve/sound/player/pl_wade4.wav -%%HLDSDIR%%valve/sound/player/sprayer.wav -%%HLDSDIR%%valve/sound/sentences.txt -%%HLDSDIR%%valve/sound/squeek/sqk_blast1.wav -%%HLDSDIR%%valve/sound/squeek/sqk_deploy1.wav -%%HLDSDIR%%valve/sound/squeek/sqk_die1.wav -%%HLDSDIR%%valve/sound/squeek/sqk_hunt1.wav -%%HLDSDIR%%valve/sound/squeek/sqk_hunt2.wav -%%HLDSDIR%%valve/sound/squeek/sqk_hunt3.wav -%%HLDSDIR%%valve/sound/turret/tu_active.wav -%%HLDSDIR%%valve/sound/turret/tu_active2.wav -%%HLDSDIR%%valve/sound/turret/tu_alert.wav -%%HLDSDIR%%valve/sound/turret/tu_deploy.wav -%%HLDSDIR%%valve/sound/turret/tu_die.wav -%%HLDSDIR%%valve/sound/turret/tu_die2.wav -%%HLDSDIR%%valve/sound/turret/tu_die3.wav -%%HLDSDIR%%valve/sound/turret/tu_fire1.wav -%%HLDSDIR%%valve/sound/turret/tu_ping.wav -%%HLDSDIR%%valve/sound/turret/tu_retract.wav -%%HLDSDIR%%valve/sound/turret/tu_search.wav -%%HLDSDIR%%valve/sound/turret/tu_spindown.wav -%%HLDSDIR%%valve/sound/turret/tu_spinup.wav -%%HLDSDIR%%valve/spraypaint.wad -%%HLDSDIR%%valve/sprites/320_logo.spr -%%HLDSDIR%%valve/sprites/320_pain.spr -%%HLDSDIR%%valve/sprites/320_train.spr -%%HLDSDIR%%valve/sprites/320hud1.spr -%%HLDSDIR%%valve/sprites/320hud2.spr -%%HLDSDIR%%valve/sprites/320hud3.spr -%%HLDSDIR%%valve/sprites/320hud4.spr -%%HLDSDIR%%valve/sprites/640_logo.spr -%%HLDSDIR%%valve/sprites/640_pain.spr -%%HLDSDIR%%valve/sprites/640_train.spr -%%HLDSDIR%%valve/sprites/640hud1.spr -%%HLDSDIR%%valve/sprites/640hud2.spr -%%HLDSDIR%%valve/sprites/640hud3.spr -%%HLDSDIR%%valve/sprites/640hud4.spr -%%HLDSDIR%%valve/sprites/640hud5.spr -%%HLDSDIR%%valve/sprites/640hud6.spr -%%HLDSDIR%%valve/sprites/640hud7.spr -%%HLDSDIR%%valve/sprites/640hud8.spr -%%HLDSDIR%%valve/sprites/640hud9.spr -%%HLDSDIR%%valve/sprites/WXplo1.spr -%%HLDSDIR%%valve/sprites/aexplo.spr -%%HLDSDIR%%valve/sprites/agrunt1.spr -%%HLDSDIR%%valve/sprites/animglow01.spr -%%HLDSDIR%%valve/sprites/arrow1.spr -%%HLDSDIR%%valve/sprites/b-tele1.spr -%%HLDSDIR%%valve/sprites/ballsmoke.spr -%%HLDSDIR%%valve/sprites/bexplo.spr -%%HLDSDIR%%valve/sprites/bhit.spr -%%HLDSDIR%%valve/sprites/bigspit.spr -%%HLDSDIR%%valve/sprites/blast.spr -%%HLDSDIR%%valve/sprites/blood.spr -%%HLDSDIR%%valve/sprites/blooddrop.spr -%%HLDSDIR%%valve/sprites/bloodspray.spr -%%HLDSDIR%%valve/sprites/blueflare1.spr -%%HLDSDIR%%valve/sprites/blueflare2.spr -%%HLDSDIR%%valve/sprites/bluejet1.spr -%%HLDSDIR%%valve/sprites/bm1.spr -%%HLDSDIR%%valve/sprites/bolt1.spr -%%HLDSDIR%%valve/sprites/bubble.spr -%%HLDSDIR%%valve/sprites/c-tele1.spr -%%HLDSDIR%%valve/sprites/camera.spr -%%HLDSDIR%%valve/sprites/cexplo.spr -%%HLDSDIR%%valve/sprites/cnt1.spr -%%HLDSDIR%%valve/sprites/crosshairs.spr -%%HLDSDIR%%valve/sprites/d-tele1.spr -%%HLDSDIR%%valve/sprites/dexplo.spr -%%HLDSDIR%%valve/sprites/dot.spr -%%HLDSDIR%%valve/sprites/e-tele1.spr -%%HLDSDIR%%valve/sprites/eexplo.spr -%%HLDSDIR%%valve/sprites/enter1.spr -%%HLDSDIR%%valve/sprites/exit1.spr -%%HLDSDIR%%valve/sprites/explode1.spr -%%HLDSDIR%%valve/sprites/explode2.spr -%%HLDSDIR%%valve/sprites/fexplo.spr -%%HLDSDIR%%valve/sprites/fexplo1.spr -%%HLDSDIR%%valve/sprites/fire.spr -%%HLDSDIR%%valve/sprites/flare1.spr -%%HLDSDIR%%valve/sprites/flare2.spr -%%HLDSDIR%%valve/sprites/flare3.spr -%%HLDSDIR%%valve/sprites/flare4.spr -%%HLDSDIR%%valve/sprites/flare5.spr -%%HLDSDIR%%valve/sprites/flare6.spr -%%HLDSDIR%%valve/sprites/gargeye1.spr -%%HLDSDIR%%valve/sprites/gexplo.spr -%%HLDSDIR%%valve/sprites/glow01.spr -%%HLDSDIR%%valve/sprites/glow02.spr -%%HLDSDIR%%valve/sprites/glow03.spr -%%HLDSDIR%%valve/sprites/glow04.spr -%%HLDSDIR%%valve/sprites/glow05.spr -%%HLDSDIR%%valve/sprites/gwave1.spr -%%HLDSDIR%%valve/sprites/hexplo.spr -%%HLDSDIR%%valve/sprites/hotglow.spr -%%HLDSDIR%%valve/sprites/hud.txt -%%HLDSDIR%%valve/sprites/iflagblue.spr -%%HLDSDIR%%valve/sprites/iflagred.spr -%%HLDSDIR%%valve/sprites/iplayer.spr -%%HLDSDIR%%valve/sprites/iplayerblue.spr -%%HLDSDIR%%valve/sprites/iplayerdead.spr -%%HLDSDIR%%valve/sprites/iplayerred.spr -%%HLDSDIR%%valve/sprites/iunknown.spr -%%HLDSDIR%%valve/sprites/laserbeam.spr -%%HLDSDIR%%valve/sprites/laserdot.spr -%%HLDSDIR%%valve/sprites/lgtning.spr -%%HLDSDIR%%valve/sprites/logo.spr -%%HLDSDIR%%valve/sprites/mommablob.spr -%%HLDSDIR%%valve/sprites/mommaspit.spr -%%HLDSDIR%%valve/sprites/mommaspout.spr -%%HLDSDIR%%valve/sprites/moths.spr -%%HLDSDIR%%valve/sprites/mushroom.spr -%%HLDSDIR%%valve/sprites/muz1.spr -%%HLDSDIR%%valve/sprites/muz2.spr -%%HLDSDIR%%valve/sprites/muz3.spr -%%HLDSDIR%%valve/sprites/muz4.spr -%%HLDSDIR%%valve/sprites/muz5.spr -%%HLDSDIR%%valve/sprites/muz6.spr -%%HLDSDIR%%valve/sprites/muz7.spr -%%HLDSDIR%%valve/sprites/muz8.spr -%%HLDSDIR%%valve/sprites/muzzleflash.spr -%%HLDSDIR%%valve/sprites/muzzleflash1.spr -%%HLDSDIR%%valve/sprites/muzzleflash2.spr -%%HLDSDIR%%valve/sprites/muzzleflash3.spr -%%HLDSDIR%%valve/sprites/nhth1.spr -%%HLDSDIR%%valve/sprites/oriented.spr -%%HLDSDIR%%valve/sprites/plasma.spr -%%HLDSDIR%%valve/sprites/poison.spr -%%HLDSDIR%%valve/sprites/portal1.spr -%%HLDSDIR%%valve/sprites/redflare1.spr -%%HLDSDIR%%valve/sprites/redflare2.spr -%%HLDSDIR%%valve/sprites/richo1.spr -%%HLDSDIR%%valve/sprites/richo2.spr -%%HLDSDIR%%valve/sprites/rjet1.spr -%%HLDSDIR%%valve/sprites/rope.spr -%%HLDSDIR%%valve/sprites/sdrip1.spr -%%HLDSDIR%%valve/sprites/shellchrome.spr -%%HLDSDIR%%valve/sprites/shockwave.spr -%%HLDSDIR%%valve/sprites/small_logo.spr -%%HLDSDIR%%valve/sprites/smoke.spr -%%HLDSDIR%%valve/sprites/spark1.spr -%%HLDSDIR%%valve/sprites/spotlight01.spr -%%HLDSDIR%%valve/sprites/spotlight02.spr -%%HLDSDIR%%valve/sprites/spotlight03.spr -%%HLDSDIR%%valve/sprites/spotlight04.spr -%%HLDSDIR%%valve/sprites/steam1.spr -%%HLDSDIR%%valve/sprites/stmbal1.spr -%%HLDSDIR%%valve/sprites/streak.spr -%%HLDSDIR%%valve/sprites/tele1.spr -%%HLDSDIR%%valve/sprites/tile.spr -%%HLDSDIR%%valve/sprites/tinyspit.spr -%%HLDSDIR%%valve/sprites/voiceicon.spr -%%HLDSDIR%%valve/sprites/vp_parallel.spr -%%HLDSDIR%%valve/sprites/vp_parallel_oriented.spr -%%HLDSDIR%%valve/sprites/wallpuff.spr -%%HLDSDIR%%valve/sprites/wdrip2.spr -%%HLDSDIR%%valve/sprites/weapon_357.txt -%%HLDSDIR%%valve/sprites/weapon_9mmar.txt -%%HLDSDIR%%valve/sprites/weapon_9mmhandgun.txt -%%HLDSDIR%%valve/sprites/weapon_crossbow.txt -%%HLDSDIR%%valve/sprites/weapon_crowbar.txt -%%HLDSDIR%%valve/sprites/weapon_egon.txt -%%HLDSDIR%%valve/sprites/weapon_gauss.txt -%%HLDSDIR%%valve/sprites/weapon_handgrenade.txt -%%HLDSDIR%%valve/sprites/weapon_hornetgun.txt -%%HLDSDIR%%valve/sprites/weapon_question.txt -%%HLDSDIR%%valve/sprites/weapon_rpg.txt -%%HLDSDIR%%valve/sprites/weapon_satchel.txt -%%HLDSDIR%%valve/sprites/weapon_shotgun.txt -%%HLDSDIR%%valve/sprites/weapon_snark.txt -%%HLDSDIR%%valve/sprites/weapon_tripmine.txt -%%HLDSDIR%%valve/sprites/white.spr -%%HLDSDIR%%valve/sprites/wsplash3.spr -%%HLDSDIR%%valve/sprites/xbeam1.spr -%%HLDSDIR%%valve/sprites/xbeam2.spr -%%HLDSDIR%%valve/sprites/xbeam3.spr -%%HLDSDIR%%valve/sprites/xbeam4.spr -%%HLDSDIR%%valve/sprites/xbeam5.spr -%%HLDSDIR%%valve/sprites/xenobeam.spr -%%HLDSDIR%%valve/sprites/xffloor.spr -%%HLDSDIR%%valve/sprites/xfire.spr -%%HLDSDIR%%valve/sprites/xfire2.spr -%%HLDSDIR%%valve/sprites/xfireball3.spr -%%HLDSDIR%%valve/sprites/xflare1.spr -%%HLDSDIR%%valve/sprites/xflare2.spr -%%HLDSDIR%%valve/sprites/xflare3.spr -%%HLDSDIR%%valve/sprites/xsmoke1.spr -%%HLDSDIR%%valve/sprites/xsmoke3.spr -%%HLDSDIR%%valve/sprites/xsmoke4.spr -%%HLDSDIR%%valve/sprites/xspark1.spr -%%HLDSDIR%%valve/sprites/xspark2.spr -%%HLDSDIR%%valve/sprites/xspark3.spr -%%HLDSDIR%%valve/sprites/xspark4.spr -%%HLDSDIR%%valve/sprites/xssmke1.spr -%%HLDSDIR%%valve/sprites/yelflare1.spr -%%HLDSDIR%%valve/sprites/yelflare2.spr -%%HLDSDIR%%valve/sprites/zbeam1.spr -%%HLDSDIR%%valve/sprites/zbeam2.spr -%%HLDSDIR%%valve/sprites/zbeam3.spr -%%HLDSDIR%%valve/sprites/zbeam4.spr -%%HLDSDIR%%valve/sprites/zbeam5.spr -%%HLDSDIR%%valve/sprites/zbeam6.spr -%%HLDSDIR%%valve/sprites/zerogxplode.spr -%%HLDSDIR%%valve/steam.inf -%%HLDSDIR%%valve/valve.rc -%%HLDSDIR%%valve/valvecomm.lst -%%HLDSDIR%%valve/xeno.wad -@dirrm %%HLDSDIR%%valve/sprites -@dirrm %%HLDSDIR%%valve/sound/weapons -@dirrm %%HLDSDIR%%valve/sound/turret -@dirrm %%HLDSDIR%%valve/sound/squeek -@dirrm %%HLDSDIR%%valve/sound/player -@dirrm %%HLDSDIR%%valve/sound/plats -@dirrm %%HLDSDIR%%valve/sound/items -@dirrm %%HLDSDIR%%valve/sound/hornet -@dirrm %%HLDSDIR%%valve/sound/fvox -@dirrm %%HLDSDIR%%valve/sound/fans -@dirrm %%HLDSDIR%%valve/sound/doors -@dirrm %%HLDSDIR%%valve/sound/debris -@dirrm %%HLDSDIR%%valve/sound/common -@dirrm %%HLDSDIR%%valve/sound/buttons -@dirrm %%HLDSDIR%%valve/sound/ambience -@dirrm %%HLDSDIR%%valve/sound/agrunt -@dirrm %%HLDSDIR%%valve/sound/UI -@dirrm %%HLDSDIR%%valve/sound -@dirrm %%HLDSDIR%%valve/scripts -@dirrm %%HLDSDIR%%valve/models/player/zombie -@dirrm %%HLDSDIR%%valve/models/player/scientist -@dirrm %%HLDSDIR%%valve/models/player/robo -@dirrm %%HLDSDIR%%valve/models/player/recon -@dirrm %%HLDSDIR%%valve/models/player/hgrunt -@dirrm %%HLDSDIR%%valve/models/player/helmet -@dirrm %%HLDSDIR%%valve/models/player/gordon -@dirrm %%HLDSDIR%%valve/models/player/gman -@dirrm %%HLDSDIR%%valve/models/player/gina -@dirrm %%HLDSDIR%%valve/models/player/barney -@dirrm %%HLDSDIR%%valve/models/player -@dirrm %%HLDSDIR%%valve/models -@dirrm %%HLDSDIR%%valve/maps -@dirrm %%HLDSDIR%%valve/gfx -@dirrm %%HLDSDIR%%valve/events -@dirrm %%HLDSDIR%%valve/dlls -@dirrm %%HLDSDIR%%valve/cl_dlls -@dirrm %%HLDSDIR%%tfc/sprites/hudbmps -@dirrm %%HLDSDIR%%tfc/sprites/bmp -@dirrm %%HLDSDIR%%tfc/sprites -@dirrm %%HLDSDIR%%tfc/sound/weapons -@dirrm %%HLDSDIR%%tfc/sound/vox -@dirrm %%HLDSDIR%%tfc/sound/speech -@dirrm %%HLDSDIR%%tfc/sound/player -@dirrm %%HLDSDIR%%tfc/sound/misc -@dirrm %%HLDSDIR%%tfc/sound/items -@dirrm %%HLDSDIR%%tfc/sound/ambience -@dirrm %%HLDSDIR%%tfc/sound -@dirrm %%HLDSDIR%%tfc/resource/UI -@dirrm %%HLDSDIR%%tfc/resource -@dirrm %%HLDSDIR%%tfc/models/player/spy -@dirrm %%HLDSDIR%%tfc/models/player/soldier -@dirrm %%HLDSDIR%%tfc/models/player/sniper -@dirrm %%HLDSDIR%%tfc/models/player/scout -@dirrm %%HLDSDIR%%tfc/models/player/pyro -@dirrm %%HLDSDIR%%tfc/models/player/medic -@dirrm %%HLDSDIR%%tfc/models/player/hvyweapon -@dirrm %%HLDSDIR%%tfc/models/player/engineer -@dirrm %%HLDSDIR%%tfc/models/player/demo -@dirrm %%HLDSDIR%%tfc/models/player/civilian -@dirrm %%HLDSDIR%%tfc/models/player -@dirrm %%HLDSDIR%%tfc/models -@dirrm %%HLDSDIR%%tfc/maps -@dirrm %%HLDSDIR%%tfc/manual -@dirrm %%HLDSDIR%%tfc/events/wpn -@dirrm %%HLDSDIR%%tfc/events/misc -@dirrm %%HLDSDIR%%tfc/events/explode -@dirrm %%HLDSDIR%%tfc/events/door -@dirrm %%HLDSDIR%%tfc/events -@dirrm %%HLDSDIR%%tfc/dlls -@dirrm %%HLDSDIR%%tfc/cl_dlls -@dirrm %%HLDSDIR%%ricochet/sprites -@dirrm %%HLDSDIR%%ricochet/sound/Weapons -@dirrm %%HLDSDIR%%ricochet/sound/Vox -@dirrm %%HLDSDIR%%ricochet/sound/Items -@dirrm %%HLDSDIR%%ricochet/sound -@dirrm %%HLDSDIR%%ricochet/models/player/male -@dirrm %%HLDSDIR%%ricochet/models/player/female -@dirrm %%HLDSDIR%%ricochet/models/player -@dirrm %%HLDSDIR%%ricochet/models -@dirrm %%HLDSDIR%%ricochet/maps -@dirrm %%HLDSDIR%%ricochet/gfx -@dirrm %%HLDSDIR%%ricochet/events -@dirrm %%HLDSDIR%%ricochet/dlls -@dirrm %%HLDSDIR%%ricochet/cl_dlls -@dirrm %%HLDSDIR%%dmc/sprites -@dirrm %%HLDSDIR%%dmc/sound/weapons -@dirrm %%HLDSDIR%%dmc/sound/player -@dirrm %%HLDSDIR%%dmc/sound/misc -@dirrm %%HLDSDIR%%dmc/sound/items -@dirrm %%HLDSDIR%%dmc/sound/ambience -@dirrm %%HLDSDIR%%dmc/sound -@dirrm %%HLDSDIR%%dmc/resource -@dirrm %%HLDSDIR%%dmc/models -@dirrm %%HLDSDIR%%dmc/maps -@dirrm %%HLDSDIR%%dmc/events/door -@dirrm %%HLDSDIR%%dmc/events -@dirrm %%HLDSDIR%%dmc/dlls -@dirrm %%HLDSDIR%%dmc/cl_dlls -@dirrmtry %%HLDSDIR%%valve -@dirrmtry %%HLDSDIR%%reslists -@dirrmtry %%HLDSDIR%%tfc -@dirrmtry %%HLDSDIR%%ricochet -@dirrmtry %%HLDSDIR%%dmc -@unexec rmdir %D/%%HLDSDIR%% 2>/dev/null || echo "If you are permanently removing this port and its mods, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%`` to remove any configuration files and logs left." | fmt -@dirrmtry %%HLDSBASE%% |