Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2011 00:00:33 GMT
From:      Sven Moeller <smoeller@nichthelfer.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/156896: Update of megaglest-data Port
Message-ID:  <201106150000.p5F00X3g084962@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156896; it has been noted by GNATS.

From: Sven Moeller <smoeller@nichthelfer.de>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/156896: Update of megaglest-data Port
Date: Wed, 15 Jun 2011 01:22:50 +0200

 This is a multi-part message in MIME format.
 --------------050107030606080807040908
 Content-Type: text/plain; charset=ISO-8859-15; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Here's another update. Please find attached diff file. This diff was 
 made against 3.4.0
 
 --------------050107030606080807040908
 Content-Type: text/plain;
  name="megaglest-data-3.5.2-diff.txt"
 Content-Transfer-Encoding: 8bit
 Content-Disposition: attachment;
  filename="megaglest-data-3.5.2-diff.txt"
 
 diff -ruN megaglest-data.orig/Makefile megaglest-data/Makefile
 --- megaglest-data.orig/Makefile	2011-04-07 07:13:40.000000000 +0200
 +++ megaglest-data/Makefile	2011-06-14 23:18:57.000000000 +0200
 @@ -6,38 +6,34 @@
  #
  
  PORTNAME=	megaglest
 -PORTVERSION=	3.4.0
 +PORTVERSION=	3.5.2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME}/current_release/
  PKGNAMESUFFIX=	-data
 -DISTNAME=	${PORTNAME}-fixed${PKGNAMESUFFIX:S/-/_/}-${PORTVERSION}
 -EXTRACT_SUFX=	.7z
 +DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.${PORTREVISION}
  
  MAINTAINER=	smoeller@nichthelfer.de
  COMMENT=	MegaGlest data files
  
 -EXTRACT_DEPENDS=7z:${PORTSDIR}/archivers/p7zip
 -
 +USE_XZ=		yes
  USE_DOS2UNIX=	*.log *.ini *.html *.txt *.lng
  NO_BUILD=	yes
  
 -WRKSRC=		${WRKDIR}/${PORTNAME}_game
 -
 -PLIST=		${WRKDIR}/pkg-plist
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
 -do-extract:
 -	@${MKDIR} ${WRKSRC}
 -	@cd ${WRKSRC} && \
 -		${LOCALBASE}/bin/7z x ${DISTDIR}/${DISTFILES} >/dev/null
 +#		this way $PLIST won't be deleted by "make clean"
 +PLIST=		${PORTSDIR}/games/${PORTNAME}${PKGNAMESUFFIX}/pkg-plist
  
  pre-install:
 -	@${ECHO_CMD} "%%DATADIR%%/megaglest.ico" >> ${PLIST}
 -
 +	${RM} -f ${PLIST}
  .for DIR in data maps scenarios techs tilesets tutorials
  	@cd ${WRKSRC} && \
  		${FIND} ${DIR} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
  			${FIND} ${DIR} -type d | ${SORT} -r | ${SED} -e 's|^|@dirrmtry %%DATADIR%%/|' >> ${PLIST}
  .endfor
 +	@${ECHO_CMD} "share/applications/megaglest.desktop" >> ${PLIST}
 +	@${ECHO_CMD} "share/icons/megaglest.png" >> ${PLIST}
  	@${ECHO_CMD} "@dirrmtry %%DATADIR%%" >> ${PLIST}
  
  .if !defined(NOPORTDOCS)
 @@ -50,13 +46,14 @@
  do-install:
  .if !defined(NOPORTDOCS)
  	@${MKDIR} ${DOCSDIR}/glest_factions
 -.for f in AUTHORS CHANGELOG LICENSE README data_license.txt data_license_readme.txt
 +.for f in AUTHORS.data.txt README.data-license.txt cc-by-sa-3.0-unported.txt COPYRIGHT.data.txt
  	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
  .endfor
  	(cd ${WRKSRC}/docs/glest_factions && ${COPYTREE_SHARE} "*" ${DOCSDIR}/glest_factions)
  .endif
  	@${MKDIR} ${DATADIR}
 -	${INSTALL_DATA} ${WRKSRC}/megaglest.ico ${DATADIR}
 +	${INSTALL_DATA} ${WRKSRC}/megaglest.desktop ${PREFIX}/share/applications/
 +	${INSTALL_DATA} ${WRKSRC}/megaglest.png ${PREFIX}/share/icons/
  
  .for DIR in data maps scenarios techs tilesets tutorials
  	${MKDIR} ${DATADIR}/${DIR}
 diff -ruN megaglest-data.orig/distinfo megaglest-data/distinfo
 --- megaglest-data.orig/distinfo	2011-04-07 07:13:40.000000000 +0200
 +++ megaglest-data/distinfo	2011-05-29 21:14:50.000000000 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (megaglest-fixed_data-3.4.0.7z) = 3944c2549f03c64a75a1c33835b22aaed3748a2712c192b5705978d8caef1d45
 -SIZE (megaglest-fixed_data-3.4.0.7z) = 189268275
 +SHA256 (megaglest-data-3.5.2.3.tar.xz) = d38aa14a1fb07e359946619138ed61b653bcc738fef043c16956da9acfa0b7d2
 +SIZE (megaglest-data-3.5.2.3.tar.xz) = 188064952
 diff -ruN megaglest-data.orig/pkg-plist megaglest-data/pkg-plist
 --- megaglest-data.orig/pkg-plist	1970-01-01 01:00:00.000000000 +0100
 +++ megaglest-data/pkg-plist	2011-05-29 21:50:02.000000000 +0200
 @@ -0,0 +1,6232 @@
 +%%DATADIR%%/data/core/faction_textures/faction0.tga
 +%%DATADIR%%/data/core/faction_textures/faction1.tga
 +%%DATADIR%%/data/core/faction_textures/faction2.tga
 +%%DATADIR%%/data/core/faction_textures/faction3.tga
 +%%DATADIR%%/data/core/faction_textures/faction4.tga
 +%%DATADIR%%/data/core/faction_textures/faction5.tga
 +%%DATADIR%%/data/core/faction_textures/faction6.tga
 +%%DATADIR%%/data/core/faction_textures/faction7.tga
 +%%DATADIR%%/data/core/menu/about_models/character0.g3d
 +%%DATADIR%%/data/core/menu/about_models/character1.g3d
 +%%DATADIR%%/data/core/menu/about_models/character2.g3d
 +%%DATADIR%%/data/core/menu/about_models/character3.g3d
 +%%DATADIR%%/data/core/menu/about_models/character4.g3d
 +%%DATADIR%%/data/core/menu/about_models/texture_archer.tga
 +%%DATADIR%%/data/core/menu/about_models/texture_armored_swordman.tga
 +%%DATADIR%%/data/core/menu/about_models/texture_battle_mage.tga
 +%%DATADIR%%/data/core/menu/about_models/texture_mage_worker.tga
 +%%DATADIR%%/data/core/menu/about_models/texture_mapa #1.tga
 +%%DATADIR%%/data/core/menu/about_models/texture_swordman.tga
 +%%DATADIR%%/data/core/menu/about_models/texture_worker.tga
 +%%DATADIR%%/data/core/menu/about_models/tree1.g3d
 +%%DATADIR%%/data/core/menu/main_model/menu_main.g3d
 +%%DATADIR%%/data/core/menu/main_model/texture_Map #10.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_airship.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_archmage_tower.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_big_stone.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_canopy_tree_1.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_canopy_tree_2.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_castle.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_grass.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_mage_tower.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_mapa #19.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_skull.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_sky.tga
 +%%DATADIR%%/data/core/menu/main_model/texture_trunk.tga
 +%%DATADIR%%/data/core/menu/menu.xml
 +%%DATADIR%%/data/core/menu/music/intro_music.ogg
 +%%DATADIR%%/data/core/menu/music/menu_music.ogg
 +%%DATADIR%%/data/core/menu/sound/attention.wav
 +%%DATADIR%%/data/core/menu/sound/click_a.wav
 +%%DATADIR%%/data/core/menu/sound/click_b.wav
 +%%DATADIR%%/data/core/menu/sound/click_c.wav
 +%%DATADIR%%/data/core/menu/sound/click_d.wav
 +%%DATADIR%%/data/core/menu/sound/highlight.wav
 +%%DATADIR%%/data/core/menu/textures/back.tga
 +%%DATADIR%%/data/core/menu/textures/button_big.tga
 +%%DATADIR%%/data/core/menu/textures/button_small.tga
 +%%DATADIR%%/data/core/menu/textures/checkbox.tga
 +%%DATADIR%%/data/core/menu/textures/checkbox_checked.tga
 +%%DATADIR%%/data/core/menu/textures/custom_texture.tga
 +%%DATADIR%%/data/core/menu/textures/gpl-v3-logo.svg
 +%%DATADIR%%/data/core/menu/textures/line_horizontal.tga
 +%%DATADIR%%/data/core/menu/textures/line_vertical.tga
 +%%DATADIR%%/data/core/menu/textures/logo.tga
 +%%DATADIR%%/data/core/menu/textures/logo1.png
 +%%DATADIR%%/data/core/menu/textures/logo2.png
 +%%DATADIR%%/data/core/menu/textures/water.tga
 +%%DATADIR%%/data/core/misc_textures/closed_node.bmp
 +%%DATADIR%%/data/core/misc_textures/fire_particle.tga
 +%%DATADIR%%/data/core/misc_textures/flags/README
 +%%DATADIR%%/data/core/misc_textures/flags/ad.png
 +%%DATADIR%%/data/core/misc_textures/flags/ae.png
 +%%DATADIR%%/data/core/misc_textures/flags/af.png
 +%%DATADIR%%/data/core/misc_textures/flags/ag.png
 +%%DATADIR%%/data/core/misc_textures/flags/ai.png
 +%%DATADIR%%/data/core/misc_textures/flags/al.png
 +%%DATADIR%%/data/core/misc_textures/flags/am.png
 +%%DATADIR%%/data/core/misc_textures/flags/an.png
 +%%DATADIR%%/data/core/misc_textures/flags/ao.png
 +%%DATADIR%%/data/core/misc_textures/flags/ar.png
 +%%DATADIR%%/data/core/misc_textures/flags/as.png
 +%%DATADIR%%/data/core/misc_textures/flags/at.png
 +%%DATADIR%%/data/core/misc_textures/flags/au.png
 +%%DATADIR%%/data/core/misc_textures/flags/aw.png
 +%%DATADIR%%/data/core/misc_textures/flags/ax.png
 +%%DATADIR%%/data/core/misc_textures/flags/az.png
 +%%DATADIR%%/data/core/misc_textures/flags/ba.png
 +%%DATADIR%%/data/core/misc_textures/flags/bb.png
 +%%DATADIR%%/data/core/misc_textures/flags/bd.png
 +%%DATADIR%%/data/core/misc_textures/flags/be.png
 +%%DATADIR%%/data/core/misc_textures/flags/bf.png
 +%%DATADIR%%/data/core/misc_textures/flags/bg.png
 +%%DATADIR%%/data/core/misc_textures/flags/bh.png
 +%%DATADIR%%/data/core/misc_textures/flags/bi.png
 +%%DATADIR%%/data/core/misc_textures/flags/bj.png
 +%%DATADIR%%/data/core/misc_textures/flags/bm.png
 +%%DATADIR%%/data/core/misc_textures/flags/bn.png
 +%%DATADIR%%/data/core/misc_textures/flags/bo.png
 +%%DATADIR%%/data/core/misc_textures/flags/br.png
 +%%DATADIR%%/data/core/misc_textures/flags/bs.png
 +%%DATADIR%%/data/core/misc_textures/flags/bt.png
 +%%DATADIR%%/data/core/misc_textures/flags/bv.png
 +%%DATADIR%%/data/core/misc_textures/flags/bw.png
 +%%DATADIR%%/data/core/misc_textures/flags/by.png
 +%%DATADIR%%/data/core/misc_textures/flags/bz.png
 +%%DATADIR%%/data/core/misc_textures/flags/ca.png
 +%%DATADIR%%/data/core/misc_textures/flags/cc.png
 +%%DATADIR%%/data/core/misc_textures/flags/cd.png
 +%%DATADIR%%/data/core/misc_textures/flags/cf.png
 +%%DATADIR%%/data/core/misc_textures/flags/cg.png
 +%%DATADIR%%/data/core/misc_textures/flags/ch.png
 +%%DATADIR%%/data/core/misc_textures/flags/ci.png
 +%%DATADIR%%/data/core/misc_textures/flags/ck.png
 +%%DATADIR%%/data/core/misc_textures/flags/cl.png
 +%%DATADIR%%/data/core/misc_textures/flags/cm.png
 +%%DATADIR%%/data/core/misc_textures/flags/cn.png
 +%%DATADIR%%/data/core/misc_textures/flags/co.png
 +%%DATADIR%%/data/core/misc_textures/flags/cr.png
 +%%DATADIR%%/data/core/misc_textures/flags/cs.png
 +%%DATADIR%%/data/core/misc_textures/flags/cu.png
 +%%DATADIR%%/data/core/misc_textures/flags/cv.png
 +%%DATADIR%%/data/core/misc_textures/flags/cx.png
 +%%DATADIR%%/data/core/misc_textures/flags/cy.png
 +%%DATADIR%%/data/core/misc_textures/flags/cz.png
 +%%DATADIR%%/data/core/misc_textures/flags/de.png
 +%%DATADIR%%/data/core/misc_textures/flags/dj.png
 +%%DATADIR%%/data/core/misc_textures/flags/dk.png
 +%%DATADIR%%/data/core/misc_textures/flags/dm.png
 +%%DATADIR%%/data/core/misc_textures/flags/do.png
 +%%DATADIR%%/data/core/misc_textures/flags/dz.png
 +%%DATADIR%%/data/core/misc_textures/flags/ec.png
 +%%DATADIR%%/data/core/misc_textures/flags/ee.png
 +%%DATADIR%%/data/core/misc_textures/flags/eg.png
 +%%DATADIR%%/data/core/misc_textures/flags/eh.png
 +%%DATADIR%%/data/core/misc_textures/flags/er.png
 +%%DATADIR%%/data/core/misc_textures/flags/es.png
 +%%DATADIR%%/data/core/misc_textures/flags/et.png
 +%%DATADIR%%/data/core/misc_textures/flags/fi.png
 +%%DATADIR%%/data/core/misc_textures/flags/fj.png
 +%%DATADIR%%/data/core/misc_textures/flags/fk.png
 +%%DATADIR%%/data/core/misc_textures/flags/fm.png
 +%%DATADIR%%/data/core/misc_textures/flags/fo.png
 +%%DATADIR%%/data/core/misc_textures/flags/fr.png
 +%%DATADIR%%/data/core/misc_textures/flags/ga.png
 +%%DATADIR%%/data/core/misc_textures/flags/gb.png
 +%%DATADIR%%/data/core/misc_textures/flags/gd.png
 +%%DATADIR%%/data/core/misc_textures/flags/ge.png
 +%%DATADIR%%/data/core/misc_textures/flags/gf.png
 +%%DATADIR%%/data/core/misc_textures/flags/gh.png
 +%%DATADIR%%/data/core/misc_textures/flags/gi.png
 +%%DATADIR%%/data/core/misc_textures/flags/gl.png
 +%%DATADIR%%/data/core/misc_textures/flags/gm.png
 +%%DATADIR%%/data/core/misc_textures/flags/gn.png
 +%%DATADIR%%/data/core/misc_textures/flags/gp.png
 +%%DATADIR%%/data/core/misc_textures/flags/gq.png
 +%%DATADIR%%/data/core/misc_textures/flags/gr.png
 +%%DATADIR%%/data/core/misc_textures/flags/gs.png
 +%%DATADIR%%/data/core/misc_textures/flags/gt.png
 +%%DATADIR%%/data/core/misc_textures/flags/gu.png
 +%%DATADIR%%/data/core/misc_textures/flags/gw.png
 +%%DATADIR%%/data/core/misc_textures/flags/gy.png
 +%%DATADIR%%/data/core/misc_textures/flags/hk.png
 +%%DATADIR%%/data/core/misc_textures/flags/hm.png
 +%%DATADIR%%/data/core/misc_textures/flags/hn.png
 +%%DATADIR%%/data/core/misc_textures/flags/hr.png
 +%%DATADIR%%/data/core/misc_textures/flags/ht.png
 +%%DATADIR%%/data/core/misc_textures/flags/hu.png
 +%%DATADIR%%/data/core/misc_textures/flags/id.png
 +%%DATADIR%%/data/core/misc_textures/flags/ie.png
 +%%DATADIR%%/data/core/misc_textures/flags/il.png
 +%%DATADIR%%/data/core/misc_textures/flags/in.png
 +%%DATADIR%%/data/core/misc_textures/flags/io.png
 +%%DATADIR%%/data/core/misc_textures/flags/iq.png
 +%%DATADIR%%/data/core/misc_textures/flags/ir.png
 +%%DATADIR%%/data/core/misc_textures/flags/is.png
 +%%DATADIR%%/data/core/misc_textures/flags/it.png
 +%%DATADIR%%/data/core/misc_textures/flags/jm.png
 +%%DATADIR%%/data/core/misc_textures/flags/jo.png
 +%%DATADIR%%/data/core/misc_textures/flags/jp.png
 +%%DATADIR%%/data/core/misc_textures/flags/ke.png
 +%%DATADIR%%/data/core/misc_textures/flags/kg.png
 +%%DATADIR%%/data/core/misc_textures/flags/kh.png
 +%%DATADIR%%/data/core/misc_textures/flags/ki.png
 +%%DATADIR%%/data/core/misc_textures/flags/km.png
 +%%DATADIR%%/data/core/misc_textures/flags/kn.png
 +%%DATADIR%%/data/core/misc_textures/flags/kp.png
 +%%DATADIR%%/data/core/misc_textures/flags/kr.png
 +%%DATADIR%%/data/core/misc_textures/flags/kw.png
 +%%DATADIR%%/data/core/misc_textures/flags/ky.png
 +%%DATADIR%%/data/core/misc_textures/flags/kz.png
 +%%DATADIR%%/data/core/misc_textures/flags/la.png
 +%%DATADIR%%/data/core/misc_textures/flags/lb.png
 +%%DATADIR%%/data/core/misc_textures/flags/lc.png
 +%%DATADIR%%/data/core/misc_textures/flags/li.png
 +%%DATADIR%%/data/core/misc_textures/flags/lk.png
 +%%DATADIR%%/data/core/misc_textures/flags/lr.png
 +%%DATADIR%%/data/core/misc_textures/flags/ls.png
 +%%DATADIR%%/data/core/misc_textures/flags/lt.png
 +%%DATADIR%%/data/core/misc_textures/flags/lu.png
 +%%DATADIR%%/data/core/misc_textures/flags/lv.png
 +%%DATADIR%%/data/core/misc_textures/flags/ly.png
 +%%DATADIR%%/data/core/misc_textures/flags/ma.png
 +%%DATADIR%%/data/core/misc_textures/flags/mc.png
 +%%DATADIR%%/data/core/misc_textures/flags/md.png
 +%%DATADIR%%/data/core/misc_textures/flags/me.png
 +%%DATADIR%%/data/core/misc_textures/flags/mg.png
 +%%DATADIR%%/data/core/misc_textures/flags/mh.png
 +%%DATADIR%%/data/core/misc_textures/flags/mk.png
 +%%DATADIR%%/data/core/misc_textures/flags/ml.png
 +%%DATADIR%%/data/core/misc_textures/flags/mm.png
 +%%DATADIR%%/data/core/misc_textures/flags/mn.png
 +%%DATADIR%%/data/core/misc_textures/flags/mo.png
 +%%DATADIR%%/data/core/misc_textures/flags/mp.png
 +%%DATADIR%%/data/core/misc_textures/flags/mq.png
 +%%DATADIR%%/data/core/misc_textures/flags/mr.png
 +%%DATADIR%%/data/core/misc_textures/flags/ms.png
 +%%DATADIR%%/data/core/misc_textures/flags/mt.png
 +%%DATADIR%%/data/core/misc_textures/flags/mu.png
 +%%DATADIR%%/data/core/misc_textures/flags/mv.png
 +%%DATADIR%%/data/core/misc_textures/flags/mw.png
 +%%DATADIR%%/data/core/misc_textures/flags/mx.png
 +%%DATADIR%%/data/core/misc_textures/flags/my.png
 +%%DATADIR%%/data/core/misc_textures/flags/mz.png
 +%%DATADIR%%/data/core/misc_textures/flags/na.png
 +%%DATADIR%%/data/core/misc_textures/flags/nc.png
 +%%DATADIR%%/data/core/misc_textures/flags/ne.png
 +%%DATADIR%%/data/core/misc_textures/flags/nf.png
 +%%DATADIR%%/data/core/misc_textures/flags/ng.png
 +%%DATADIR%%/data/core/misc_textures/flags/ni.png
 +%%DATADIR%%/data/core/misc_textures/flags/nl.png
 +%%DATADIR%%/data/core/misc_textures/flags/no.png
 +%%DATADIR%%/data/core/misc_textures/flags/np.png
 +%%DATADIR%%/data/core/misc_textures/flags/nr.png
 +%%DATADIR%%/data/core/misc_textures/flags/nu.png
 +%%DATADIR%%/data/core/misc_textures/flags/nz.png
 +%%DATADIR%%/data/core/misc_textures/flags/om.png
 +%%DATADIR%%/data/core/misc_textures/flags/pa.png
 +%%DATADIR%%/data/core/misc_textures/flags/pe.png
 +%%DATADIR%%/data/core/misc_textures/flags/pf.png
 +%%DATADIR%%/data/core/misc_textures/flags/pg.png
 +%%DATADIR%%/data/core/misc_textures/flags/ph.png
 +%%DATADIR%%/data/core/misc_textures/flags/pk.png
 +%%DATADIR%%/data/core/misc_textures/flags/pl.png
 +%%DATADIR%%/data/core/misc_textures/flags/pm.png
 +%%DATADIR%%/data/core/misc_textures/flags/pn.png
 +%%DATADIR%%/data/core/misc_textures/flags/pr.png
 +%%DATADIR%%/data/core/misc_textures/flags/ps.png
 +%%DATADIR%%/data/core/misc_textures/flags/pt.png
 +%%DATADIR%%/data/core/misc_textures/flags/pw.png
 +%%DATADIR%%/data/core/misc_textures/flags/py.png
 +%%DATADIR%%/data/core/misc_textures/flags/qa.png
 +%%DATADIR%%/data/core/misc_textures/flags/re.png
 +%%DATADIR%%/data/core/misc_textures/flags/ro.png
 +%%DATADIR%%/data/core/misc_textures/flags/rs.png
 +%%DATADIR%%/data/core/misc_textures/flags/ru.png
 +%%DATADIR%%/data/core/misc_textures/flags/rw.png
 +%%DATADIR%%/data/core/misc_textures/flags/sa.png
 +%%DATADIR%%/data/core/misc_textures/flags/sb.png
 +%%DATADIR%%/data/core/misc_textures/flags/sc.png
 +%%DATADIR%%/data/core/misc_textures/flags/sd.png
 +%%DATADIR%%/data/core/misc_textures/flags/se.png
 +%%DATADIR%%/data/core/misc_textures/flags/sg.png
 +%%DATADIR%%/data/core/misc_textures/flags/sh.png
 +%%DATADIR%%/data/core/misc_textures/flags/si.png
 +%%DATADIR%%/data/core/misc_textures/flags/sj.png
 +%%DATADIR%%/data/core/misc_textures/flags/sk.png
 +%%DATADIR%%/data/core/misc_textures/flags/sl.png
 +%%DATADIR%%/data/core/misc_textures/flags/sm.png
 +%%DATADIR%%/data/core/misc_textures/flags/sn.png
 +%%DATADIR%%/data/core/misc_textures/flags/so.png
 +%%DATADIR%%/data/core/misc_textures/flags/sr.png
 +%%DATADIR%%/data/core/misc_textures/flags/st.png
 +%%DATADIR%%/data/core/misc_textures/flags/sv.png
 +%%DATADIR%%/data/core/misc_textures/flags/sy.png
 +%%DATADIR%%/data/core/misc_textures/flags/sz.png
 +%%DATADIR%%/data/core/misc_textures/flags/tc.png
 +%%DATADIR%%/data/core/misc_textures/flags/td.png
 +%%DATADIR%%/data/core/misc_textures/flags/tf.png
 +%%DATADIR%%/data/core/misc_textures/flags/tg.png
 +%%DATADIR%%/data/core/misc_textures/flags/th.png
 +%%DATADIR%%/data/core/misc_textures/flags/tj.png
 +%%DATADIR%%/data/core/misc_textures/flags/tk.png
 +%%DATADIR%%/data/core/misc_textures/flags/tl.png
 +%%DATADIR%%/data/core/misc_textures/flags/tm.png
 +%%DATADIR%%/data/core/misc_textures/flags/tn.png
 +%%DATADIR%%/data/core/misc_textures/flags/to.png
 +%%DATADIR%%/data/core/misc_textures/flags/tr.png
 +%%DATADIR%%/data/core/misc_textures/flags/tt.png
 +%%DATADIR%%/data/core/misc_textures/flags/tv.png
 +%%DATADIR%%/data/core/misc_textures/flags/tw.png
 +%%DATADIR%%/data/core/misc_textures/flags/tz.png
 +%%DATADIR%%/data/core/misc_textures/flags/ua.png
 +%%DATADIR%%/data/core/misc_textures/flags/ug.png
 +%%DATADIR%%/data/core/misc_textures/flags/um.png
 +%%DATADIR%%/data/core/misc_textures/flags/us.png
 +%%DATADIR%%/data/core/misc_textures/flags/uy.png
 +%%DATADIR%%/data/core/misc_textures/flags/uz.png
 +%%DATADIR%%/data/core/misc_textures/flags/va.png
 +%%DATADIR%%/data/core/misc_textures/flags/vc.png
 +%%DATADIR%%/data/core/misc_textures/flags/ve.png
 +%%DATADIR%%/data/core/misc_textures/flags/vg.png
 +%%DATADIR%%/data/core/misc_textures/flags/vi.png
 +%%DATADIR%%/data/core/misc_textures/flags/vn.png
 +%%DATADIR%%/data/core/misc_textures/flags/vu.png
 +%%DATADIR%%/data/core/misc_textures/flags/wf.png
 +%%DATADIR%%/data/core/misc_textures/flags/ws.png
 +%%DATADIR%%/data/core/misc_textures/flags/ye.png
 +%%DATADIR%%/data/core/misc_textures/flags/yt.png
 +%%DATADIR%%/data/core/misc_textures/flags/za.png
 +%%DATADIR%%/data/core/misc_textures/flags/zm.png
 +%%DATADIR%%/data/core/misc_textures/flags/zw.png
 +%%DATADIR%%/data/core/misc_textures/g00.bmp
 +%%DATADIR%%/data/core/misc_textures/g01.bmp
 +%%DATADIR%%/data/core/misc_textures/g02.bmp
 +%%DATADIR%%/data/core/misc_textures/g03.bmp
 +%%DATADIR%%/data/core/misc_textures/g04.bmp
 +%%DATADIR%%/data/core/misc_textures/g05.bmp
 +%%DATADIR%%/data/core/misc_textures/g06.bmp
 +%%DATADIR%%/data/core/misc_textures/g07.bmp
 +%%DATADIR%%/data/core/misc_textures/game_winner.png
 +%%DATADIR%%/data/core/misc_textures/grid.bmp
 +%%DATADIR%%/data/core/misc_textures/l00.bmp
 +%%DATADIR%%/data/core/misc_textures/l01.bmp
 +%%DATADIR%%/data/core/misc_textures/l02.bmp
 +%%DATADIR%%/data/core/misc_textures/l03.bmp
 +%%DATADIR%%/data/core/misc_textures/l04.bmp
 +%%DATADIR%%/data/core/misc_textures/l05.bmp
 +%%DATADIR%%/data/core/misc_textures/l06.bmp
 +%%DATADIR%%/data/core/misc_textures/l07.bmp
 +%%DATADIR%%/data/core/misc_textures/observer.jpg
 +%%DATADIR%%/data/core/misc_textures/open_node.bmp
 +%%DATADIR%%/data/core/misc_textures/path_dest.bmp
 +%%DATADIR%%/data/core/misc_textures/path_node.bmp
 +%%DATADIR%%/data/core/misc_textures/path_start.bmp
 +%%DATADIR%%/data/core/misc_textures/random.jpg
 +%%DATADIR%%/data/core/misc_textures/snow_particle.tga
 +%%DATADIR%%/data/core/misc_textures/water_splash.tga
 +%%DATADIR%%/data/core/water_sounds/water0.wav
 +%%DATADIR%%/data/core/water_sounds/water1.wav
 +%%DATADIR%%/data/core/water_sounds/water2.wav
 +%%DATADIR%%/data/core/water_sounds/water3.wav
 +%%DATADIR%%/data/core/water_sounds/water4.wav
 +%%DATADIR%%/data/core/water_sounds/water5.wav
 +%%DATADIR%%/data/lang/catalan.lng
 +%%DATADIR%%/data/lang/dansk.lng
 +%%DATADIR%%/data/lang/deutsch.lng
 +%%DATADIR%%/data/lang/english.lng
 +%%DATADIR%%/data/lang/español.lng
 +%%DATADIR%%/data/lang/francais.lng
 +%%DATADIR%%/data/lang/galego.lng
 +%%DATADIR%%/data/lang/galician.lng
 +%%DATADIR%%/data/lang/italiano.lng
 +%%DATADIR%%/data/lang/portugues.lng
 +%%DATADIR%%/data/lang/russian.lng
 +%%DATADIR%%/data/lang/ukrainian.lng
 +@dirrmtry %%DATADIR%%/data/lang
 +@dirrmtry %%DATADIR%%/data/core/water_sounds
 +@dirrmtry %%DATADIR%%/data/core/misc_textures/flags
 +@dirrmtry %%DATADIR%%/data/core/misc_textures
 +@dirrmtry %%DATADIR%%/data/core/menu/textures
 +@dirrmtry %%DATADIR%%/data/core/menu/sound
 +@dirrmtry %%DATADIR%%/data/core/menu/music
 +@dirrmtry %%DATADIR%%/data/core/menu/main_model
 +@dirrmtry %%DATADIR%%/data/core/menu/about_models
 +@dirrmtry %%DATADIR%%/data/core/menu
 +@dirrmtry %%DATADIR%%/data/core/faction_textures
 +@dirrmtry %%DATADIR%%/data/core
 +@dirrmtry %%DATADIR%%/data
 +%%DATADIR%%/maps/2rivers.mgm
 +%%DATADIR%%/maps/4hills8kings.mgm
 +%%DATADIR%%/maps/4kingdoms8kings.mgm
 +%%DATADIR%%/maps/6isle.mgm
 +%%DATADIR%%/maps/ally_resist.mgm
 +%%DATADIR%%/maps/beat_the_enemy.mgm
 +%%DATADIR%%/maps/cauldron.mgm
 +%%DATADIR%%/maps/center_castle.mgm
 +%%DATADIR%%/maps/conflict.gbm
 +%%DATADIR%%/maps/coop6_big_river.mgm
 +%%DATADIR%%/maps/domination_isles.gbm
 +%%DATADIR%%/maps/eight_gradient.mgm
 +%%DATADIR%%/maps/eight_rivers.mgm
 +%%DATADIR%%/maps/end_times.gbm
 +%%DATADIR%%/maps/five_on_three.mgm
 +%%DATADIR%%/maps/forest_for_four.gbm
 +%%DATADIR%%/maps/four_rivers.gbm
 +%%DATADIR%%/maps/fracture.gbm
 +%%DATADIR%%/maps/highcliff.mgm
 +%%DATADIR%%/maps/highlands.mgm
 +%%DATADIR%%/maps/in_the_forest.gbm
 +%%DATADIR%%/maps/island_siege.gbm
 +%%DATADIR%%/maps/land_of_plenty2.mgm
 +%%DATADIR%%/maps/lau_lagoon.gbm
 +%%DATADIR%%/maps/megakill3vs1.gbm
 +%%DATADIR%%/maps/mountains.gbm
 +%%DATADIR%%/maps/one_on_one.gbm
 +%%DATADIR%%/maps/overgrown_city.gbm
 +%%DATADIR%%/maps/pot_hole.gbm
 +%%DATADIR%%/maps/redoubt.gbm
 +%%DATADIR%%/maps/river_crossing.gbm
 +%%DATADIR%%/maps/river_raid2.mgm
 +%%DATADIR%%/maps/six_swamp_of_sorrow.mgm
 +%%DATADIR%%/maps/swamp_of_sorrow.gbm
 +%%DATADIR%%/maps/team_island.mgm
 +%%DATADIR%%/maps/tropical4v4.mgm
 +%%DATADIR%%/maps/tropical_arena.gbm
 +%%DATADIR%%/maps/tt_goldrush_v2.gbm
 +%%DATADIR%%/maps/twisty_canyon.gbm
 +%%DATADIR%%/maps/valley_of_death.gbm
 +%%DATADIR%%/maps/wadi_nefud2.gbm
 +%%DATADIR%%/maps/waterworld.gbm
 +@dirrmtry %%DATADIR%%/maps
 +%%DATADIR%%/scenarios/amazones/amazones.xml
 +%%DATADIR%%/scenarios/amazones/amazones_english.lng
 +%%DATADIR%%/scenarios/amazones/amazones_galician.lng
 +%%DATADIR%%/scenarios/amazones/amazones_italiano.lng
 +%%DATADIR%%/scenarios/amazones/loading_screen.jpg
 +%%DATADIR%%/scenarios/amazones_light/amazones_light.xml
 +%%DATADIR%%/scenarios/amazones_light/amazones_light_english.lng
 +%%DATADIR%%/scenarios/amazones_light/amazones_light_galician.lng
 +%%DATADIR%%/scenarios/amazones_light/amazones_light_italiano.lng
 +%%DATADIR%%/scenarios/amazones_light/loading_screen.jpg
 +%%DATADIR%%/scenarios/anarchy/anarchy.xml
 +%%DATADIR%%/scenarios/anarchy/loading_screen.jpg
 +%%DATADIR%%/scenarios/beehive_castle/beehive_castle.xml
 +%%DATADIR%%/scenarios/beehive_castle/loading_screen.jpg
 +%%DATADIR%%/scenarios/beginner_1/beginner_1.xml
 +%%DATADIR%%/scenarios/beginner_1/loading_screen.jpg
 +%%DATADIR%%/scenarios/beginner_2/beginner_2.xml
 +%%DATADIR%%/scenarios/beginner_3/beginner_3.xml
 +%%DATADIR%%/scenarios/duel/duel.xml
 +%%DATADIR%%/scenarios/duel/loading_screen.jpg
 +%%DATADIR%%/scenarios/egypt_mayhem/egypt_mayhem.xml
 +%%DATADIR%%/scenarios/egypt_mayhem/loading_screen.jpg
 +%%DATADIR%%/scenarios/indian_attack/indian_attack.xml
 +%%DATADIR%%/scenarios/indian_attack/loading_screen.jpg
 +%%DATADIR%%/scenarios/kill_the_magic/kill_the_magic.xml
 +%%DATADIR%%/scenarios/kill_the_magic/loading_screen.jpg
 +%%DATADIR%%/scenarios/magic_can_do_it/loading_screen.jpg
 +%%DATADIR%%/scenarios/magic_can_do_it/magic_can_do_it.xml
 +%%DATADIR%%/scenarios/my_island/loading_screen.jpg
 +%%DATADIR%%/scenarios/my_island/my_island.xml
 +%%DATADIR%%/scenarios/norsemen_attack/loading_screen.jpg
 +%%DATADIR%%/scenarios/norsemen_attack/norsemen_attack.xml
 +%%DATADIR%%/scenarios/one_hope/loading_screen.jpg
 +%%DATADIR%%/scenarios/one_hope/one_hope.xml
 +%%DATADIR%%/scenarios/siege_of_despair/loading_screen.jpg
 +%%DATADIR%%/scenarios/siege_of_despair/siege_of_despair.xml
 +%%DATADIR%%/scenarios/storming/loading_screen.jpg
 +%%DATADIR%%/scenarios/storming/storming.xml
 +%%DATADIR%%/scenarios/storming/storming_english.lng
 +%%DATADIR%%/scenarios/storming/storming_español.lng
 +%%DATADIR%%/scenarios/storming/storming_galego.lng
 +%%DATADIR%%/scenarios/storming/storming_galician.lng
 +%%DATADIR%%/scenarios/storming/storming_italiano.lng
 +%%DATADIR%%/scenarios/tech_and_magic/tech_and_magic.xml
 +%%DATADIR%%/scenarios/tough_duel/loading_screen.jpg
 +%%DATADIR%%/scenarios/tough_duel/tough_duel.xml
 +%%DATADIR%%/scenarios/waterworld/loading_screen.jpg
 +%%DATADIR%%/scenarios/waterworld/waterworld.xml
 +@dirrmtry %%DATADIR%%/scenarios/waterworld
 +@dirrmtry %%DATADIR%%/scenarios/tough_duel
 +@dirrmtry %%DATADIR%%/scenarios/tech_and_magic
 +@dirrmtry %%DATADIR%%/scenarios/storming
 +@dirrmtry %%DATADIR%%/scenarios/siege_of_despair
 +@dirrmtry %%DATADIR%%/scenarios/one_hope
 +@dirrmtry %%DATADIR%%/scenarios/norsemen_attack
 +@dirrmtry %%DATADIR%%/scenarios/my_island
 +@dirrmtry %%DATADIR%%/scenarios/magic_can_do_it
 +@dirrmtry %%DATADIR%%/scenarios/kill_the_magic
 +@dirrmtry %%DATADIR%%/scenarios/indian_attack
 +@dirrmtry %%DATADIR%%/scenarios/egypt_mayhem
 +@dirrmtry %%DATADIR%%/scenarios/duel
 +@dirrmtry %%DATADIR%%/scenarios/beginner_3
 +@dirrmtry %%DATADIR%%/scenarios/beginner_2
 +@dirrmtry %%DATADIR%%/scenarios/beginner_1
 +@dirrmtry %%DATADIR%%/scenarios/beehive_castle
 +@dirrmtry %%DATADIR%%/scenarios/anarchy
 +@dirrmtry %%DATADIR%%/scenarios/amazones_light
 +@dirrmtry %%DATADIR%%/scenarios/amazones
 +@dirrmtry %%DATADIR%%/scenarios
 +%%DATADIR%%/techs/megapack/commondata/sounds/ab_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/ab_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/ab_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/ab_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/ab_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_hit2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_hit3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/air_hit4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/anvil1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/anvil2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/anvil3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/anvil4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack13.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack14.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack15.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_ack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_die4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archer_select9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_ack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack13.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack15.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack16.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_attack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_hit2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_hit3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_hit4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/archmage_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/arrow_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/arrow_hit2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/arrow_hit3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/arrow_hit4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/arrow_hit5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_die4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/axe_thrower_select6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_hit2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_walk1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_walk2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_walk3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_walk4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_walk5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/catapult_walk6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/cow_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack13.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack14.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack15.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack16.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_attack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_select6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/daemon_select7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/defense_tower_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/defense_tower_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/dragon_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/dragon_hit2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/dragon_hit3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/dragon_hit4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/eagle_hit4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_ack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_select9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_walk1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/golem_walk2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_ack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack13.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack14.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_attack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_die4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/guard_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack13.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack14.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack15.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_ack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack13.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack14.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_attack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_die4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_select9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_walk1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_walk2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/horseman_walk3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/orni_fly.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/orni_standing.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_die4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/pig_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/shaman_heal1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/stickfighter_attack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_attack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_hit2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_hit3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_hit4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_summon1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_summon2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_summon3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/summoner_summon4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_attack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_select6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/swordman_select7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tech_building_fall1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tech_building_fall2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tech_building_fall3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tech_building_fall4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tech_building_fall5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tech_click.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack10.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack11.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack12.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack13.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack14.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack15.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack16.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack17.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack18.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack19.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_ack9.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_build1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_build2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_build3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_build4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_build5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_build6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_die4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/technician_select8.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_attack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_attack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_attack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_attack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_attack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_attack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_hit1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_hit2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/tower_hit3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_ack1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_ack2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_ack3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_ack4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_ack5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_ack6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_ack7.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_build1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_build2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_build3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_die1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_die2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_die3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_harvest_wood1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_harvest_wood2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_harvest_wood3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_mine1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_mine2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_mine3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_mine4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_mine5.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_mine6.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_select1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_select2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_select3.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_select4.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_work_end1.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_work_end2.wav
 +%%DATADIR%%/techs/megapack/commondata/sounds/worker_work_end3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/egypt.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/loading_screen.jpg
 +%%DATADIR%%/techs/megapack/factions/egypt/music/asak-jadeflange.ogg
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/air_pyramid.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/images/air_pyramid.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/images/airpyramid_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/images/airpyramid_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/images/battlemage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/models/air_pyramid.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/models/air_pyramid_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/models/air_pyramid_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/models/air_pyramid_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/models/airpyramid.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/anubis_warrior.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/images/anubis.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/images/anubis_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/models/anubis.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/models/anubis_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/models/anubis_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/models/anubis_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/models/anubis_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_die1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_die2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_die3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_die4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_select1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_select2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds/warrior_select3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/chicken.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/images/chicken.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/models/chicken.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/models/chicken_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/models/chicken_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/models/chicken_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_die1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_die2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_die3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_die4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_select1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_select2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_select3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_select4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_standing1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds/chicken_standing2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/desert_camp.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/images/barracks.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/desert_camp.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/desert_camp.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/desert_camp_burned.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/desert_camp_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/desert_camp_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/desert_camp_produce_black.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/desert_camp_produce_white.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/texture_spearthrower.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/farm/farm.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/farm/images/farm.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/farm/models/chickenfarm.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/farm/models/chickenfarm.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/farm/models/chickenfarm_contruction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/ibis.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/images/archmage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/images/ibis.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/images/ibis_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/models/ibis.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/models/ibis_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/models/ibis_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/models/ibis_fly.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/models/ibis_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/ibis/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/images/daemon.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/images/mummy_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/models/mummy_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/models/mummy_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/models/mummy_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/models/mummy_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/models/texture_mummy2.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/mummy.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_attack11.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_attack12.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_attack13.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_attack14.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_die1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_die2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_die3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_die4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_select1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_select2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_select3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_select4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_select5.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_select6.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds/mummy_select7.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/images/obelisk.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/models/obelisk.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/models/obelisk.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/models/obelisk_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/models/obelisk_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/models/obelisk_producing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/obelisk.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/images/archmage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/images/heal.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/images/priest.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/images/priest_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/models/pharao_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/models/pharao_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/models/pharao_healing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/models/pharao_producing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/models/pharao_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/models/pharao_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/priest/priest.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/construction_models/barracks_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/construction_models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/destruction_models/barracks_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/destruction_models/farm_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/destruction_models/pyramid_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/destruction_models/texture_ashes_tech.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/images/pyramid.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/models/pyramid.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/models/pyramid.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/models/pyramid_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/pyramid.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/images/archmage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/images/scarab.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/images/scarab_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/models/dungball.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/models/scarab.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/models/scarab_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/models/scarab_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/models/scarab_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/models/scarab_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/scarab/scarab.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/images/worker.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/images/worker_build_basic.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/images/worker_harvest_wood.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/images/worker_mine.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/images/worker_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_building.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_harvesting_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_stop_harvesting_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_stop_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_walking_gold.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_walking_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/slave_walking_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/texture_wood.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/slave/slave.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/images/archmage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/images/snake.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/images/snake_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/models/snake.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/models/snake_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/models/snake_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/models/snake_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/models/snake_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/snake/snake.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/images/swordman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/models/spearman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/models/spearman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/models/spearman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/models/spearman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_die3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds/spearman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearman/spearman.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/images/archer.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/models/spear.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/models/spearthrower_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/models/spearthrower_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/models/spearthrower_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/models/spearthrower_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/spearthrower.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/damage2_particles.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/damage_particles.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/images/archmage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/images/sphinx.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/images/sphinx_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/images/sphinx_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/models/sphinx.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/models/sphinx.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/models/sphinx_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/models/sphinx_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/sphinx.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/units/temple/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/temple/images/temple.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/units/temple/models/temple.g3d
 +%%DATADIR%%/techs/megapack/factions/egypt/units/temple/models/temple.tga
 +%%DATADIR%%/techs/megapack/factions/egypt/units/temple/temple.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/power_of_ra/images/ra.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/power_of_ra/power_of_ra.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/spear_weapons/images/piercing.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/spear_weapons/images/upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/spear_weapons/spear_weapons.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/speedup_priest_production/images/stables.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/speedup_priest_production/speedup_priest_production.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_ibis/images/stables.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_ibis/summon_ibis.xml
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_scarab/images/stables.bmp
 +%%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_scarab/summon_scarab.xml
 +%%DATADIR%%/techs/megapack/factions/indian/indian.xml
 +%%DATADIR%%/techs/megapack/factions/indian/loading_screen.jpg
 +%%DATADIR%%/techs/megapack/factions/indian/music/music_indian.ogg
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/archer.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/images/archer.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/models/archer_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/models/archer_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/models/archer_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/models/archer_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_die5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_select3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_select4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_select5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_select6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds/archer_select7.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/axe_indian.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/images/axe_indian.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/images/axe_indian_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/models/axe_indian_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/models/worker_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/models/worker_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/sounds/daemon_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/sounds/daemon_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/sounds/daemon_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/sounds/daemon_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/axe_thrower.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/images/axe_thrower.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/images/axe_thrower_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models/beil.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models/beil.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models/worker_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models/worker_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models/worker_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/beehive.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/images/defense_tower.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/images/defense_tower_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/images/defense_tower_attack_on.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/beehive.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/beehive.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/beehive_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/beehive_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/beehive_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/beehive_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/bees.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/models/bees.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/sounds/bee1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/sounds/bee2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/sounds/bee3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/beehive/sounds/bee4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/bigtent.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/images/bigtent.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/models/tent_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/models/tent_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/models/tipi2_2.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/models/tipi_big.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/bigtent/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/bull.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/images/bull.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/images/bull_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/images/bull_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/models/bull_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/models/bull_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/models/bull_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/models/texture_cow.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds/bull_select3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/campfire.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/images/campfire.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/models/campfire.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/models/campfire.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/models/campfire_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/models/campfire_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/campfire/smoke_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/fire_archer.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images/fire_archer.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/models/archer_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/models/archer_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/models/archer_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/models/archer_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_die5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select7.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select8.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/archer_select9.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/firearrowhit1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/firearrowhit2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/firearrowhit3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds/firearrowhit4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/firegolem.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/images/firegolem.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/images/firegolem_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models/golem_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models/golem_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models/golem_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models/golem_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models/stone_model.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models/texture_golem.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models/texture_stone.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/firegolem/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/horsefarm.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/images/farm.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/models/horse.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/models/horsefarm.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/models/horsefarm_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/models/horsefarm_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/models/horsefarm_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/dirt_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/dirt_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/horseman.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/images/horseman.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/images/horseman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/models/horseman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/models/horseman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/models/horseman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/models/horseman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/models/texture_horseman.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds/horseman_select5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/images/mainteepee.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/mainteepee.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/models/maintipi.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/models/maintipi.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/models/maintipi_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/models/maintipi_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/models/maintipi_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/images/reed.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/models/reed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/models/reed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/models/reed_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/models/reed_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/models/reed_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/reed.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/reed/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/images/roundtent.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/models/roundtent.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/models/roundtent.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/models/roundtent_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/models/roundtent_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/models/roundtent_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/roundtent.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/roundtent/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/images/molotov.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/images/shaman.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/images/shaman_heal.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/images/shaman_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/models/shaman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/models/shaman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/models/shaman_healing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/models/shaman_repairing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/models/shaman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/models/shaman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/models/texture_technician.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/shaman.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_attack.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_build1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_build2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_build3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_build4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_build5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_build6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_prod1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_prod2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_prod3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds/shaman_select5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/images/spearman.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/images/spearman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/models/sh_texture.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/models/spear_shaman.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/models/spearman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/models/spearman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/models/spearman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/models/spearman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_select3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_select4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_select5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_select6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds/stickfighter_select7.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/spearman/spearman.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/images/swordman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/models/swordman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/models/swordman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/models/swordman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/models/swordman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/models/swordman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/models/texture_swordman.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/indiattack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/indiattack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/indiattack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/indiattack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_die3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_die4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_select3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_select4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_select5.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_select6.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds/stickfighter_select7.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/stickfighter.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/images/tent.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/models/tent.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/models/tent_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/models/tent_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/models/tent_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/models/tipi2_2.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/tent/tent.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/images/eagle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/images/eagle_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/images/eagle_attack2.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/images/eagle_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/models/dragon_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/models/dragon_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/models/dragon_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/models/dragon_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/models/texture_dragon.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_die1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_die2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_fly.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_select1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/eagle_select2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/ground_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/ground_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/ground_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds/ground_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/thunderbird.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/images/initiate_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/images/totem.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/images/tower_of_souls_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/images/tower_of_souls_attack_on.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/models/texture_skull.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/models/totem.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/models/totem.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/models/totem_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/models/totem_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/models/totem_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/models/tower_of_souls_projectile.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/totem/totem.xml
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/images/worker.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/images/worker_build_basic.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/images/worker_harvest_wood.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/images/worker_mine.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/images/worker_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/texture_wood.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_building.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_harversting_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_standing_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_standing_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_walking_gold.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_walking_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/models/worker_walking_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/sounds/worker_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/sounds/worker_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/sounds/worker_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/sounds/worker_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/sounds/worker_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/indian/units/worker/worker.xml
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/bullfood/bullfood.xml
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/bullfood/images/bullfood.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/iron/images/iron.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/iron/iron.xml
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/iron_advanced/images/iron_advanced.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/iron_advanced/iron_advanced.xml
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/petroleum/images/petroleum.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/petroleum/petroleum.xml
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/stables/images/stables.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/stables/images/tech_upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/stables/stables.xml
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/training_field/images/training_field.bmp
 +%%DATADIR%%/techs/megapack/factions/indian/upgrades/training_field/training_field.xml
 +%%DATADIR%%/techs/megapack/factions/magic/loading_screen.jpg
 +%%DATADIR%%/techs/megapack/factions/magic/magic.xml
 +%%DATADIR%%/techs/megapack/factions/magic/music/music_magic.ogg
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/archmage.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/fire_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/archmage.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/archmage_ice_nova.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/archmage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/archmage_static_fire.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/magic_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/magic_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/magic_move.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/images/magic_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/models/archmage_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/models/archmage_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/models/archmage_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/models/archmage_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/models/texture_archmage.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/particle_proj2.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack17.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack18.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack19.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack20.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack21.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack22.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack23.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds/archmage_attack24.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/archmage_tower.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/images/archmage_tower.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/models/archmage_tower.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/models/texture_archmage_tower.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/sounds/magic_building_fall1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/sounds/magic_building_fall2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/sounds/magic_building_fall5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/sounds/magic_building_fall6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/sounds/magic_building_fall7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/sounds/magic_click.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/battlemage.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/images/battlemage.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/images/battlemage_fire_bolt.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/images/battlemage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/models/battlemage_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/models/battlemage_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/models/battlemage_morphing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/models/battlemage_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/models/battlemage_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/models/texture_battle_mage.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack10.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack8.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_ack9.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_die3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_hit3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_hit4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select10.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select11.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select12.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select13.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select14.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select8.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds/battlemage_select9.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/behemoth.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/images/behemoth.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/images/behemoth_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/models/behemoth_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/models/behemoth_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/models/behemoth_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/models/behemoth_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/models/texture_daemon_giant.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1a.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1b.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1c.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1d.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1e.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1f.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1g.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_attack1h.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_die3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_die4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_select1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_select3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_select4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_walk1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds/behemoth_walk2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/daemon.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/images/daemon.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/images/daemon_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/models/daemon_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/models/daemon_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/models/daemon_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/models/daemon_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/models/texture_creature.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/sounds/daemon_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/sounds/daemon_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/sounds/daemon_die3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/daemon/sounds/daemon_die4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/dragon.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/images/dragon.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/images/dragon_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/images/dragon_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/models/dragon_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/models/dragon_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/models/dragon_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/models/dragon_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/models/texture_dragon.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_select1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds/dragon_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/drake_rider.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/images/drake_rider.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/images/fire_breath_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/images/flare_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/models/drake_rider_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/models/drake_rider_attacking2.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/models/drake_rider_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/models/drake_rider_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/models/drake_rider_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/models/texture_dragon_rider.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/particle_proj_air.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/particle_splash_air.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_attack.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_die3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_die4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_select1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_select3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_select4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_walk1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds/dr_walk2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/energy_source/energy_source.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/energy_source/images/energy_source.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/energy_source/models/energy_source.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/energy_source/models/texture_energy_source.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/evil_dragon.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/images/evil_dragon.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/images/evil_dragon_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/images/evil_dragon_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/models/dragon_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/models/dragon_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/models/dragon_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/models/dragon_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/models/texture_dragon.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_fly.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_hit3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_hit4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_select1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds/evil_dragon_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/ghost_armor.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/images/ghost_armor.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/images/ghost_armor_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/models/ghost_armor_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/models/ghost_armor_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/models/ghost_armor_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/models/ghost_armor_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/models/texture_magic_armor.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_die3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_die4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_die5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_select1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_select3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds/ghost_armor_select4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/golem.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/images/golem.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/images/golem_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/golem_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/golem_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/golem_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/golem_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/golem_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/stone_model.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/texture_golem.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/models/texture_stone.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/golem/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/images/initiate.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/images/initiate_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/images/initiate_build.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/images/initiate_harvest.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/images/initiate_harvest_wood.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/images/initiate_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/images/initiate_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/initiate.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_building.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_harvesting.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_morphing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_repairing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_standing_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_standing_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/initiate_walking_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/texture_mage_worker.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/models/texture_wood.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack8.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_ack9.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_build1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_build2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_build3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_die3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_harvest1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_harvest2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_harvest3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_harvest4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_hit3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_hit4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_select1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_select3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_select4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_select5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_work_end1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_work_end2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_work_start1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds/initiate_work_start2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/images/library.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/library.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/models/library.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/models/library_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/models/texture_library.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/library/smoke_particles_2.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/construction_models/archmage_tower_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/construction_models/energy_source_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/construction_models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/construction_models/tower_of_souls_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models/archmage_tower_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models/energy_source_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models/library_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models/mage_tower_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models/summoner_guild_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models/texture_ashes_magic.tga.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models/wicker_behemoth_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/images/mage_tower.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/mage_tower.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/models/mage_tower.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/models/mage_tower_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/models/texture_mage_tower.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/images/golem.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/images/golem_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/golem_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/golem_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/golem_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/golem_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/golem_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/stone_model.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/texture_golem.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models/texture_stone.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/power_golem/power_golem.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/images/summoner.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/images/summoner_armor.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/images/summoner_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/images/summoner_daemon.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/images/summoner_dragon.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/images/summoner_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/images/summoner_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/models/summoner_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/models/summoner_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/models/summoner_producing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/models/summoner_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/models/summoner_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/models/texture_elementalist.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack10.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack11.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack12.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack8.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_ack9.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_die1.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_die2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_die3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_die4.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select10.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select11.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select14.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select15.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select16.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select17.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select2.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select3.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select5.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select6.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds/summoner_select7.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner/summoner.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/images/summoner_guild.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/models/summoner_guild.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/models/summoner_guild_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/models/texture_summoner_guild.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/summoner_guild.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/images/initiate_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/images/tower_of_souls.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/images/tower_of_souls_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/images/tower_of_souls_attack_on.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/models/texture_skull.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/models/texture_tower_of_souls.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/models/tower_of_souls.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/models/tower_of_souls_projectile.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/tower_of_souls.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/images/wicker_behemoth.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/models/texture_wicker_daemon.tga
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/models/wicker_behemoth.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/models/wicker_behemoth_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/models/wicker_behemoth_morph.g3d
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/sounds/wicker_fire.wav
 +%%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/wicker_behemoth.xml
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/ancient_summoning/ancient_summoning.xml
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/ancient_summoning/images/ancient_summoning.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/ancient_summoning/images/magic_upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/dragon_call/dragon_call.xml
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/dragon_call/images/dragon_call.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_compression/energy_compression.xml
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_compression/images/energy_compression.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_sharpening/energy_sharpening.xml
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_sharpening/images/energy_sharpening.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/golem_power/golem_power.xml
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/golem_power/images/golem_power.bmp
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/hell_gate/hell_gate.xml
 +%%DATADIR%%/techs/megapack/factions/magic/upgrades/hell_gate/images/hell_gate.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/loading_screen.jpg
 +%%DATADIR%%/techs/megapack/factions/norsemen/music/manolo_camp-medieval.ogg
 +%%DATADIR%%/techs/megapack/factions/norsemen/norsemen.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/archer.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images/archer.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models/archer_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models/archer_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models/archer_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models/archer_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models/norse_archer_tex.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/archer/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/axe_thrower.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/images/axe_thrower.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/images/axe_thrower_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/models/axe_die.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/models/axe_unit.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/models/beil.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/models/worker_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/models/worker_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/battleaxe.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/images/axe_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/images/battleaxe.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/models/axeman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/models/axeman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/models/axeman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/models/axeman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/models/axeman_tex.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/models/axeman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_die3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_die4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_select5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_select6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds/daemon_select7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/battleaxe_berzerk.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/images/axe_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/images/battleaxe_berzerk.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models/axeman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models/axeman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models/axeman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models/axeman_morphing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models/axeman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models/axeman_tex.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models/axeman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_die3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_die4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_select5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_select6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds/daemon_select7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/blacksmith.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/fire_particles1.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/images/blacksmith.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/models/blacksmith.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/models/blacksmith_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/models/blacksmith_upgrading.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/models/texture_blacksmith.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/smoke_particles_2.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/bone_tent.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/images/bone_tent.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/models/whalehouse.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/models/whalehouse.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/models/whalehouse_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/models/whalehouse_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/models/whalehouse_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/castle.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/construction_models/barracks_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/construction_models/castle_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/construction_models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/destruction_models/blacksmith_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/destruction_models/castle_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/destruction_models/farm_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/destruction_models/texture_ashes_tech.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/images/castle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/models/castle.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/models/texture_castle.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/castle/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cow/cow.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cow/images/cow.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cow/models/cow_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cow/models/cow_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cow/models/cow_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cow/models/texture_cow.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/crossbow.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/images/catapult_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/images/crossbow.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models/axe_unit.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models/crossbow.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models/crossbow_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models/crossbow_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models/crossbow_spear.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models/crossbow_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models/crossbow_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/cudgel_lady.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/images/cudgel.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/images/cudgel_lady.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/models/cudgel_lady_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/models/cudgel_lady_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/models/cudgel_lady_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/models/cudgel_lady_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/models/cudgel_lady_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/models/fat.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_ack8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/cudgel_select9.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/technician_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/technician_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/technician_die3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds/technician_die4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/farm.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/images/farm.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/models/farm.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/models/farm_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/models/texture_farm.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/smoke_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/farm/smoke_particles3.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/fly_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/fly_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/flyingvalkyrie.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/images/flyingvalkyrie.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/images/flyingvalkyrie_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/images/particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/images/particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/images/spark.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/models/flyingvalkyrie_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/models/flyingvalkyrie_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/models/flyingvalkyrie_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/models/flyingvalkyrie_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/models/texture_horse.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/models/texture_horseman.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds/horseman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/house/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/house/house.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/house/images/housesmall.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/house/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/house/models/house.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/house/models/house.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/house/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/images/med_bar.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/med_bar.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/models/fat.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/models/med_bar.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/models/med_bar_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/models/med_bar_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/models/sailboat.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/models/sailboat_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/smoke_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/images/initiate_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/images/mistletree.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/images/mistletree_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/mistletree.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models/mistleball.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models/mistletree.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models/mistletree_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models/mistletree_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models/mistletree_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models/tree.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models/tree_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/images/spearman.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/images/spearman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/models/norse_spearman2.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/models/spearman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/models/spearman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/models/spearman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/models/spearman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/models/spearman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack11.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack12.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds/swordman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/spearman.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/images/spearman.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/images/spearman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models/norse_spearman2.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models/spearman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models/spearman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models/spearman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models/spearman_morphing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models/spearman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models/spearman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack11.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack12.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds/swordman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/spearman_berzerk.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/images/swordman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/models/armored_swordman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/models/armored_swordman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/models/armored_swordman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/models/armored_swordman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/models/armored_swordman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/models/norse_swordman_1.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack11.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack12.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_die3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_die4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_die5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_die6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_select5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds/swordman_select6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/swordman.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/images/swordman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models/armored_swordman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models/armored_swordman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models/armored_swordman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models/armored_swordman_morphing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models/armored_swordman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models/armored_swordman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models/norse_swordman_1.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack11.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack12.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_die3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_die4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_die5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_die6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds/swordman_select5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/swordman_berzerk.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/air_particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/images/air_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/images/eagle_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/images/thor.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/images/thor_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/models/thor.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/models/thor_airattacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/models/thor_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/models/thor_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/models/thor_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/models/thor_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thor/thor.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/images/thor_totem.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/models/rock.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/models/thor_construction.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/models/thor_statue.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/models/thor_statue_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/models/thor_statue_morph.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/thortotem.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/images/build_basic.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/images/harvest_wood.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/images/mine.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/images/repair.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/images/thrull.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/norse-thrull.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/texture_wood.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_building.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_harversting_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_standing_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_standing_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_walking_gold.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_walking_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models/worker_walking_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/thrull.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/effect_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/images/spark.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/images/valhalla.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/models/walhalla.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/models/walhalla.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/models/walhalla_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/models/walhalla_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/models/walhalla_destroyed.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/team_particles.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/valhalla.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/images/air_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/images/particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/images/particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/images/sword_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/images/valkyrie.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models/valkyrie.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models/valkyrie_airattacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models/valkyrie_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models/valkyrie_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models/valkyrie_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models/valkyrie_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models/valkyrie_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_die1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_die2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_die3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_select1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_select2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds/valkyrie_select3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/valkyrie.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/images/pig_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/images/pig_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/images/wild_sow.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/models/pig_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/models/pig_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/models/pig_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/models/texture_pig.tga
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/sounds/pig_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/sounds/pig_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/sounds/pig_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/sounds/pig_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/wild_sow.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/advanced_iron/advanced_iron.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/advanced_iron/images/advanced_iron.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/advanced_iron/images/tech_upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/arrow/arrow.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/arrow/images/arrow.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/holy_valkyrie/holy_valkyrie.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/holy_valkyrie/images/holy_valkyrie.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/iron/images/iron.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/iron/iron.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/med/images/med.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/med/med.xml
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/root/images/root.bmp
 +%%DATADIR%%/techs/megapack/factions/norsemen/upgrades/root/root.xml
 +%%DATADIR%%/techs/megapack/factions/persian/loading_screen.jpg
 +%%DATADIR%%/techs/megapack/factions/persian/music/aminos-together_together.ogg
 +%%DATADIR%%/techs/megapack/factions/persian/persian.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/blacksmith.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/images/blacksmith.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/models/blacksmith.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/models/blacksmith_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/models/blacksmith_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/models/blacksmith_upgrading.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/models/house.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/smoke_particles_2.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/dust_back_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/dust_front_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/elephant.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/images/elephant.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/images/elephant_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/elephant.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/elephant_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/elephant_attack_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/elephant_die.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/elephant_idle.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/elephant_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/ele1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/ele2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/ele3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/ele4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/ele5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/eleattack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/eleattack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds/elewalk2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/elephant_cage.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/images/barracks.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/images/elephant.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/models/ehouse.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/models/ehouse.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/models/ehouse_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/models/ehouse_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/models/elephant.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/fakir.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/images/fakir.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/images/fakir_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/images/fakir_p.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/models/fakir_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/models/fakir_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/models/fakir_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/models/fakir_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/models/fakir_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_die3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_die4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_select1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_select2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_select3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_select4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_select5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_select6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds/stickfighter_select7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/farm.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/images/farm.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/models/farm.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/models/farm.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/models/farm_constructing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/models/farm_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/farm/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/fly_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/fly_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/flying_carpet.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/images/fire.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/images/flying_carpet.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/models/carpet_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/models/carpet_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/models/carpet_flying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/models/carpet_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/models/tex.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/molotov_particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/molotov_particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_die3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_die4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_die5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_sel1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_sel2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds/carpet_sel3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/genie.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/battlemage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/fire.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/genie.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/models/genie.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/models/genie_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/models/genie_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/models/genie_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/models/genie_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/models/genie_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/arrow_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/arrow_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/arrow_hit3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/arrow_hit4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/arrow_hit5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_die3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_die4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds/genie_select8.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/house.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/images/house.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/models/house.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/models/house.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/models/house_constructing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/models/house_destroy.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/house/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/images/battlemage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/images/fire.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/images/heal.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/images/magician.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/magician.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/ball.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/magician_ambient.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/magician_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/magician_building.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/magician_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/magician_healing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/magician_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/models/tex.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/ack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/ack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/ack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/ack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/ack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/die3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/die4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/hit.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/select1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/select2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/select3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/select4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/select5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds/throw2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/images/attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/images/attack_on.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/images/initiate_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/images/minaret.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/minaret.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/models/minaret.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/models/minaret.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/models/minaret_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/models/texture_skull.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/models/tower_of_souls_projectile.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/sounds/minarett1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/sounds/minarett2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/sounds/minarett3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/sounds/minarett4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/minaret/sounds/minarett5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/construction_models/barracks_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/construction_models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/destruction_models/barracks_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/destruction_models/defense_tower_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/destruction_models/texture_ashes_tech.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/images/palace.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/models/temple.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/models/temple.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/models/temple_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/models/temple_destroyed.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/palace/palace.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/images/princess.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/images/princess_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/models/dirk.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/models/indian_princess_tex.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/models/princess_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/models/princess_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/models/princess_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/models/princess_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/models/princess_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/princess.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/knife1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/knife2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/knife3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/knife4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_ack7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_die3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_die4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_select1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_select2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_select3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_select4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_select5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_select6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds/princess_select7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/images/sheep.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/images/sheep_p.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/models/schaf.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/models/sheep_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/models/sheep_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/models/sheep_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sheep.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep10.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep8.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep9.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep_die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep_die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds/sheep_die3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/images/battlemage_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/images/defense_tower.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/images/fire_off.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/images/fire_on.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/models/snake_basket.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/models/snake_basket.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/models/snake_basket_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/models/snake_basket_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/models/snake_basket_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/snake_basket.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/sounds/snake_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/sounds/snake_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/sounds/snake_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/sounds/snake_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/sounds/snake_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/images/stickfighter.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/images/stickfighter_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/images/stickfighter_p.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/models/swordman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/models/swordman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/models/swordman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/models/swordman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/models/swordman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/models/texture_swordman.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack11.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack12.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_die3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_die4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_select1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_select2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_select3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_select4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_select5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_select6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds/stickfighter_select7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/stickfighter.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/images/swordman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/models/perser_tex.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/models/swordman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/models/swordman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/models/swordman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/models/swordman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_ack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_ack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_ack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_ack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_ack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_ack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack10.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack11.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack12.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack8.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_attack9.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_die1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_die2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_select1.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_select2.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_select3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_select4.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_select5.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_select6.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds/swordman_select7.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/swordman/swordman.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/images/princess.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/images/temple.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/models/palace.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/models/palace.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/temple/temple.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/ghost_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/images/flying_carpet.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/images/genie.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/images/magician.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/images/tent.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/magic_lvl1_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/magic_lvl1_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/magic_lvl2_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/magic_lvl2_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tent.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tent2_burned.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tent2_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tent2_produce.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tent2_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tent2_upgrade.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tent_burned.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/models/tex.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/tent/tent.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/images/stone_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/images/worker.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/images/worker_build_basic.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/images/worker_harvest_wood.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/images/worker_mine.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/images/worker_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/stone.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/texture_wood.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_building.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_harversting_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_standing_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_standing_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_walking_gold.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_walking_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/models/worker_walking_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/sounds/attack3.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/sounds/hit.wav
 +%%DATADIR%%/techs/megapack/factions/persian/units/worker/worker.xml
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/corn_and_wicker/corn_and_wicker.xml
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/corn_and_wicker/images/cornandwicker.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/corn_and_wicker/images/tech_upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_1/images/magic1.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_1/magic_level_1.xml
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_2/images/magic2.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_2/magic_level_2.xml
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/nails/images/nails.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/nails/nails.xml
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/shield/images/shield1.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/shield/shield.xml
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/weapons/images/weapons.bmp
 +%%DATADIR%%/techs/megapack/factions/persian/upgrades/weapons/weapons.xml
 +%%DATADIR%%/techs/megapack/factions/romans/loading_screen.jpg
 +%%DATADIR%%/techs/megapack/factions/romans/music/romans.ogg
 +%%DATADIR%%/techs/megapack/factions/romans/romans.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/archer.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/images/archer.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/models/archer.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/models/archer_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/models/archer_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/models/archer_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/models/archer_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/archer/upgrade_particles.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/axe_man.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/images/axe_man.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/models/axe_man_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/models/axe_man_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/models/axe_man_idle.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/models/axe_man_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/axe_man/models/speer_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/ballista.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/images/air_ballista.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/images/air_ballista_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/images/air_ballista_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/archer.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/ballstac_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/ballstac_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/ballstac_sit.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/texture_air_ballista.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/wood_b.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/models/wtm.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/ballista/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/battering_ram.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/images/air_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/images/br.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/images/thor_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/b_ram.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/battering_ram_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/battering_ram_attack_air.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/battering_ram_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/battering_ram_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/battering_ram_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models/wtm.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/blacksmith_shop.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/images/blacksmith.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/models/blacksmith.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/models/blacksmith_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/models/blacksmith_upgrade.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/models/rome_stone_1.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/models/temple_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/models/texture_blacksmith.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/catapult.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/images/catapult.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/images/catapult_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/catapult_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/catapult_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/catapult_sit.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/catapult_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/stone_model.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/texture_stone.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/models/wtm.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/catapult/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/cavalry.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/images/horseman.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/images/horseman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/models/calvary_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/models/calvary_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/models/calvary_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/models/calvary_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/models/speer_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/cavalry/models/texture_horseman.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/cow/cow.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/cow/images/cow.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/cow/models/cow_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/cow/models/cow_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/cow/models/cow_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/cow/models/texture_cow.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/eagle_pillar.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/images/attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/images/attack_on.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/images/es.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/models/eagle_pillar.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/models/eagle_pillar_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/models/eagle_pillar_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/models/eagle_pillar_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/models/gold.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/models/rome_stone_1.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds/eagle_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds/eagle_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds/eagle_attack3.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds/eagle_attack4.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds/eagle_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds/eagle_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds/eagle_hit3.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/fire_archer.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images/archer.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models/archer.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models/archer_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models/archer_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models/archer_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models/archer_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/fire_particles1.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/fire_particles3.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/forum.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/images/castle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/fourm.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/fourm_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/fourm_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/rome_stone_1.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/roof.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/texture_ashes_tech.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/texture_blacksmith.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/models/wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/smoke_particles1.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/smoke_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/forum/smoke_particles3.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/general.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/images/guard.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/models/comander.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/models/roman_soldier_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/models/roman_soldier_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/models/roman_soldier_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/general/models/roman_soldier_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/gladiator.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/images/gladiator.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models/g_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models/g_attack_air.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models/g_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models/g_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models/g_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models/g_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models/p_fork.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator/sounds/guard_attack5.wav
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/gladiator_school.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/images/barracks.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/g_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/rome_stone_1.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/school.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/school_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/school_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/school_pruduse.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/school_pruduse2.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/speer_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models/wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/guard.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/images/guard.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/models/guard.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/models/guard_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/models/guard_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/models/guard_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard/models/guard_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/guard_tower.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/images/defense_tower.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/images/defense_tower_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/images/defense_tower_attack_on.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/archmage_tower_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/archmage_tower_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/defense_tower_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/guard_tower.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/rome_stone_1.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/roof.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/texture_ashes_magic.tga.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/texture_defense_tower.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/fire_particles.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/images/castle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/military_camp.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/comander.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/recruiting_camp.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/recruiting_camp_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/recruiting_camp_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/tent.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/tent_b.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models/wood_b.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/military_camp/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/images/worker.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/images/worker_build_basic.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/images/worker_harvest_wood.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/images/worker_mine.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/images/worker_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/texture_wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_building.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_harversting_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_standing_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_standing_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_walking_gold.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_walking_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/models/worker_walking_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/slave/slave.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/images/swordman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/models/lightning_sheald.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/models/s_speer_man_attack_land.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/models/s_speer_man_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/models/s_speer_man_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/models/s_speer_man_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/models/speer_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/spearman/spearman.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/images/guard.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/models/lightning_sheald.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/models/sword_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/models/sword_man_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/models/sword_man_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/models/sword_man_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/models/sword_man_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/swordsman/swordsman.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/images/castle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/images/par.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/models/rome_stone_1.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/models/temple.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/models/temple_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/models/temple_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/temple.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/temple/upgrade.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/fire_particles1.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/images/barracks.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models/tent.png
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models/tent_ash.png
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models/training_camp.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models/training_camp_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models/training_camp_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models/wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models/wood_b.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/training_camp/training_camp.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/images/horseman.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/images/horseman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/models/comander.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/models/heavy_calvary_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/models/heavy_calvary_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/models/heavy_calvary_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/models/heavy_calvary_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/models/texture_horseman.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/tribune/tribune.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/images/guard.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/models/lightning_sheald.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/models/sword_man.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/models/t_f_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/models/t_f_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/models/t_f_sit.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/models/t_f_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/turtle_formation.xml
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/images/guard.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/images/heal.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/b_ram.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/ballstac_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/battering_ram_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/catapult_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wartime_mechanic_attack.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wartime_mechanic_build.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wartime_mechanic_die.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wartime_mechanic_heal.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wartime_mechanic_stand.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wartime_mechanic_walk.g3d
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wood.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models/wtm.tga
 +%%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/wartime_mechanic.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/advanced_architecture/advanced_architecture.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/advanced_architecture/images/advanced_architecture.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/advanced_architecture/images/tech_upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/bless_of_minerva/bless_of_minerva.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/bless_of_minerva/images/bless.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/enlarge_shields/enlarge_shields.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/enlarge_shields/images/shield2.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/formations/formations.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/formations/images/f.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/formations/images/tech_upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/jupiter/images/jupiter.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/jupiter/jupiter.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/reinforce_armor/images/shield1.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/reinforce_armor/reinforce_armor.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/sharpen_points/images/piercing.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/sharpen_points/sharpen_points.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/sign_of_mars/images/marz.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/sign_of_mars/sign_of_mars.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/strengthen_swords/images/blade.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/strengthen_swords/strengthen_swords.xml
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/training_field/images/training_field.bmp
 +%%DATADIR%%/techs/megapack/factions/romans/upgrades/training_field/training_field.xml
 +%%DATADIR%%/techs/megapack/factions/tech/loading_screen.jpg
 +%%DATADIR%%/techs/megapack/factions/tech/music/music_tech.ogg
 +%%DATADIR%%/techs/megapack/factions/tech/tech.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/aerodrome.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/images/aerodrome.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/models/aerodrome.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/models/aerodrome_airship.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/models/aerodrome_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/models/aerodrome_ornithopter.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/models/texture_map #0.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/air_ballista.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/images/air_ballista.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/images/air_ballista_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/models/air_ballista_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/models/air_ballista_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/models/air_ballista_morphing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/models/air_ballista_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/models/arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/models/texture_air_ballista.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/airship.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/images/airship.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/images/airship_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/models/airship_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/models/airship_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/models/airship_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/models/airship_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/models/rocket.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/models/texture_airship.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/motor_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/motor_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/sounds/airship_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/sounds/airship_die1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/sounds/airship_die2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/sounds/airship_die3.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/sounds/airship_fly.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/airship/sounds/airship_hit.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/archer.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/images/archer.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/images/archer_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/images/archer_particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/images/tech_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/images/tech_hold.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/images/tech_move.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/images/tech_stop.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/models/archer_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/models/archer_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/models/archer_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/models/archer_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/models/archer_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/models/texture_archer.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/archer/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/barracks.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/images/barracks.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/images/meeting_point.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/models/barracks.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/models/texture_barracks.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/barracks/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/battle_machine.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/images/battle_machine.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/images/battle_machine_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/images/battle_machine_attack_arrow.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/battle_machine_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/battle_machine_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/battle_machine_attacking2.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/battle_machine_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/battle_machine_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/battle_machine_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/battle_machine_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models/texture_battle_machine.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_attack1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_attack1b.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_attack1c.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_attack2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_attack2b.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_attack2c.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_die1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_die2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_die3.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_walk1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_walk2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_walk3.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_walk4.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds/machine_walk5.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/blacksmith.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/fire_particles1.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/fire_particles2.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/images/blacksmith.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/models/blacksmith.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/models/blacksmith_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/models/blacksmith_upgrading.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/models/texture_blacksmith.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/smoke_particles_2.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/castle.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/construction_models/barracks_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/construction_models/castle_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/construction_models/technodrome_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/construction_models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models/barracks_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models/blacksmith_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models/castle_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models/defense_tower_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models/farm_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models/technodrome_destruction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models/texture_ashes_tech.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/images/castle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/models/castle.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/models/texture_castle.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/castle/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/catapult.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/images/catapult.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/images/catapult_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/images/catapult_particle_proj.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/images/catapult_particle_splash.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/models/catapult_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/models/catapult_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/models/catapult_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/models/catapult_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/models/stone_model.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/models/texture_catapult.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/models/texture_stone.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/catapult/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/cow/cow.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/cow/images/cow.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/cow/models/cow_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/cow/models/cow_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/cow/models/cow_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/cow/models/texture_cow.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/defense_tower.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/images/defense_tower.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/images/defense_tower_attack_off.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/images/defense_tower_attack_on.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/models/defense_tower.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/models/defense_tower_arrow.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/models/defense_tower_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/models/texture_defense_tower.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/farm.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/images/farm.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/models/farm.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/models/farm_construction.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/models/texture_farm.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/models/texture_stone_wood.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/farm/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/guard.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/images/guard.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/images/guard_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/models/guard_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/models/guard_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/models/guard_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/models/guard_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/models/guard_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/guard/models/texture_armored_swordman.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/horseman.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/images/horseman.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/images/horseman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/models/horseman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/models/horseman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/models/horseman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/models/horseman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/horseman/models/texture_horseman.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/arrow_particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/arrow_particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/images/fire_arrow.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/images/ornithopter.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/models/bottle.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/models/ornithopter_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/models/ornithopter_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/models/ornithopter_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/models/ornithopter_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/models/texture_flying_machine.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/molotov_particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/molotov_particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/ornithopter.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_attack.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_die1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_die2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_die3.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_hit3.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_hit4.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds/orni_hit5.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/pig/images/pig.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/pig/models/pig_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/pig/models/pig_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/pig/models/pig_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/pig/models/texture_pig.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/pig/pig.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/images/swordman.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/images/swordman_attack.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/models/swordman_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/models/swordman_charging.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/models/swordman_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/models/swordman_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/models/swordman_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/models/texture_swordman.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/swordman/swordman.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/images/molotov.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/images/technician.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/images/technician_heal.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/images/technician_mine.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/images/technician_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_attacking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_healing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_morphing_battle_machine.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_morphing_catapult.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_repairing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_standing_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/technician_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/texture_battle_machine_catapult.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/models/texture_technician.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/particle_proj.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/particle_splash.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds/technician_attack.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds/technician_hit1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds/technician_hit2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds/technician_mine1.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds/technician_mine2.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds/technician_mine3.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds/technician_mine4.wav
 +%%DATADIR%%/techs/megapack/factions/tech/units/technician/technician.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/technodrome/glow_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/technodrome/images/particle.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/technodrome/images/technodrome.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/technodrome/models/technodrome.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/technodrome/models/texture_technodrome.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/technodrome/smoke_particles.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/technodrome/technodrome.xml
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/images/worker.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/images/worker_build_advanced.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/images/worker_build_basic.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/images/worker_harvest_wood.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/images/worker_mine.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/images/worker_repair.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/texture_wood.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/texture_worker.tga
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_building.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_dying.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_harversting_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_mining.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_standing.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_standing_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_standing_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_walking.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_walking_gold.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_walking_loaded.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_walking_loaded_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/models/worker_walking_wood.g3d
 +%%DATADIR%%/techs/megapack/factions/tech/units/worker/worker.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/advanced_architecture/advanced_architecture.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/advanced_architecture/images/advanced_architecture.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/advanced_architecture/images/tech_upgrade_cancel.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/blade_weapons/blade_weapons.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/blade_weapons/images/blade.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/piercing_weapons/images/piercing.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/piercing_weapons/piercing_weapons.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/robotics/images/robotics.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/robotics/robotics.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_1/images/shield1.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_1/shield_level_1.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_2/images/shield2.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_2/shield_level_2.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/stables/images/stables.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/stables/stables.xml
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/training_field/images/training_field.bmp
 +%%DATADIR%%/techs/megapack/factions/tech/upgrades/training_field/training_field.xml
 +%%DATADIR%%/techs/megapack/megapack.xml
 +%%DATADIR%%/techs/megapack/resources/energy/energy.xml
 +%%DATADIR%%/techs/megapack/resources/energy/images/energy.bmp
 +%%DATADIR%%/techs/megapack/resources/food/food.xml
 +%%DATADIR%%/techs/megapack/resources/food/images/food.bmp
 +%%DATADIR%%/techs/megapack/resources/gold/gold.xml
 +%%DATADIR%%/techs/megapack/resources/gold/images/gold.bmp
 +%%DATADIR%%/techs/megapack/resources/gold/models/gold.g3d
 +%%DATADIR%%/techs/megapack/resources/gold/models/texture_gold.tga
 +%%DATADIR%%/techs/megapack/resources/housing/housing.xml
 +%%DATADIR%%/techs/megapack/resources/housing/images/housing.bmp
 +%%DATADIR%%/techs/megapack/resources/stone/images/stone.bmp
 +%%DATADIR%%/techs/megapack/resources/stone/models/stone.g3d
 +%%DATADIR%%/techs/megapack/resources/stone/models/texture_stone.tga
 +%%DATADIR%%/techs/megapack/resources/stone/stone.xml
 +%%DATADIR%%/techs/megapack/resources/wood/images/wood.bmp
 +%%DATADIR%%/techs/megapack/resources/wood/wood.xml
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/wood/images
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/wood
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/stone/models
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/stone/images
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/stone
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/housing/images
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/housing
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/gold/models
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/gold/images
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/gold
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/food/images
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/food
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/energy/images
 +@dirrmtry %%DATADIR%%/techs/megapack/resources/energy
 +@dirrmtry %%DATADIR%%/techs/megapack/resources
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/training_field/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/training_field
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/stables/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/stables
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_2/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_2
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_1/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/shield_level_1
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/robotics/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/robotics
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/piercing_weapons/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/piercing_weapons
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/blade_weapons/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/blade_weapons
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/advanced_architecture/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades/advanced_architecture
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/upgrades
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/worker/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/worker/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/worker/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/worker
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/technodrome/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/technodrome/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/technodrome
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/technician/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/technician/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/technician/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/technician
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/swordman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/swordman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/swordman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/swordman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/pig/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/pig/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/pig/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/pig
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/ornithopter/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/ornithopter
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/horseman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/horseman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/horseman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/horseman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/guard/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/guard/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/guard/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/guard
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/farm/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/farm/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/farm
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/defense_tower/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/defense_tower
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/cow/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/cow/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/cow/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/cow
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/catapult/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/catapult/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/catapult/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/catapult
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/castle/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/castle/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/castle/destruction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/castle/construction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/castle
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/blacksmith/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/blacksmith
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/battle_machine/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/battle_machine
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/barracks/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/barracks/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/barracks/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/barracks
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/archer/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/archer/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/archer/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/archer
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/airship/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/airship/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/airship/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/airship
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/air_ballista/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/air_ballista
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/aerodrome/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units/aerodrome
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/units
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech/music
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/tech
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/training_field/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/training_field
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/strengthen_swords/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/strengthen_swords
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/sign_of_mars/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/sign_of_mars
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/sharpen_points/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/sharpen_points
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/reinforce_armor/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/reinforce_armor
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/jupiter/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/jupiter
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/formations/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/formations
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/enlarge_shields/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/enlarge_shields
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/bless_of_minerva/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/bless_of_minerva
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/advanced_architecture/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades/advanced_architecture
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/upgrades
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/wartime_mechanic
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/turtle_formation
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/tribune/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/tribune/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/tribune/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/tribune
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/training_camp/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/training_camp/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/training_camp/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/training_camp
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/temple/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/temple/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/temple/destruction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/temple
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/swordsman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/swordsman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/swordsman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/swordsman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/spearman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/spearman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/spearman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/spearman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/slave/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/slave/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/slave/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/slave
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/military_camp/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/military_camp/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/military_camp
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard_tower/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard_tower
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/guard
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator_school
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/gladiator
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/general/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/general/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/general/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/general
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/forum/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/forum/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/forum
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/fire_archer/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/fire_archer
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/eagle_pillar
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cow/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cow/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cow/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cow
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cavalry/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cavalry/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cavalry/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/cavalry
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/catapult/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/catapult/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/catapult/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/catapult
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/blacksmith_shop
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/battering_ram/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/battering_ram
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/ballista/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/ballista/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/ballista/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/ballista
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/axe_man/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/axe_man/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/axe_man/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/axe_man
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/archer/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/archer/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/archer/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units/archer
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/units
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans/music
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/romans
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/weapons/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/weapons
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/shield/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/shield
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/nails/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/nails
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_2/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_2
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_1/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/magic_level_1
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/corn_and_wicker/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades/corn_and_wicker
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/upgrades
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/worker/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/worker/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/worker/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/worker
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/tent/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/tent/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/tent/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/tent
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/temple/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/temple/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/temple/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/temple
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/swordman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/swordman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/swordman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/swordman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/stickfighter/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/stickfighter
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/snake_basket/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/snake_basket
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/sheep/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/sheep/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/sheep/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/sheep
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/princess/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/princess/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/princess/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/princess
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/palace/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/palace/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/palace/destruction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/palace/construction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/palace
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/minaret/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/minaret/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/minaret/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/minaret
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/magician/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/magician/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/magician/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/magician
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/house/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/house/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/house
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/genie/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/genie/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/genie/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/genie
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/flying_carpet
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/farm/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/farm/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/farm
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/fakir/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/fakir/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/fakir/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/fakir
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant_cage
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/elephant
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/blacksmith/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units/blacksmith
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/units
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian/music
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/persian
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/root/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/root
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/med/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/med
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/iron/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/iron
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/holy_valkyrie/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/holy_valkyrie
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/arrow/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/arrow
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/advanced_iron/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades/advanced_iron
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/upgrades
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/wild_sow
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/valkyrie
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/valhalla
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thrull/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thrull
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thortotem
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thor/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thor/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thor/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/thor
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman_berzerk
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/swordman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman_berzerk
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/spearman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/mistletree
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/med_bar
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/house/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/house/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/house
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/flyingvalkyrie
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/farm/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/farm/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/farm
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cudgel_lady
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/crossbow
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cow/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cow/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cow/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/cow
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/castle/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/castle/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/castle/destruction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/castle/construction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/castle
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/bone_tent
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/blacksmith
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe_berzerk
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/battleaxe
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/axe_thrower
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/archer/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/archer/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/archer/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units/archer
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/units
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen/music
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/norsemen
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/hell_gate/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/hell_gate
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/golem_power/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/golem_power
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_sharpening/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_sharpening
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_compression/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/energy_compression
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/dragon_call/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/dragon_call
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/ancient_summoning/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades/ancient_summoning
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/upgrades
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/wicker_behemoth
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/tower_of_souls
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/summoner_guild
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/summoner/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/summoner/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/summoner/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/summoner
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/power_golem/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/power_golem/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/power_golem/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/power_golem
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/destruction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/mage_tower/construction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/mage_tower
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/library/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/library/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/library
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/initiate/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/initiate/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/initiate/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/initiate
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/golem/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/golem/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/golem/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/golem
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/ghost_armor
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/evil_dragon
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/energy_source/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/energy_source/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/energy_source
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/drake_rider/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/drake_rider
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/dragon/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/dragon/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/dragon/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/dragon
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/daemon/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/daemon/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/daemon/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/daemon
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/behemoth/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/behemoth/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/behemoth/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/behemoth
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/battlemage/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/battlemage/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/battlemage/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/battlemage
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage_tower
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units/archmage
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/units
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic/music
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/magic
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/training_field/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/training_field
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/stables/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/stables
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/petroleum/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/petroleum
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/iron_advanced/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/iron_advanced
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/iron/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/iron
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/bullfood/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades/bullfood
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/upgrades
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/worker/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/worker/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/worker/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/worker
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/totem/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/totem/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/totem/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/totem
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/thunderbird/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/thunderbird
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/tent/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/tent/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/tent
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/stickfighter/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/stickfighter
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/spearman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/spearman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/spearman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/spearman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/shaman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/shaman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/shaman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/shaman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/roundtent/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/roundtent/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/roundtent/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/roundtent
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/reed/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/reed/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/reed
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/destruction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/mainteepee/construction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/mainteepee
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/horseman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/horseman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/horseman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/horseman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/horsefarm/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/horsefarm
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/firegolem/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/firegolem/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/firegolem/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/firegolem
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/fire_archer/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/fire_archer
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/campfire/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/campfire/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/campfire
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/bull/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/bull/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/bull/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/bull
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/bigtent/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/bigtent/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/bigtent
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/beehive/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/beehive/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/beehive/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/beehive
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_thrower
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_indian/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/axe_indian
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/archer/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/archer/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/archer/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units/archer
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/units
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian/music
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/indian
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_scarab/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_scarab
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_ibis/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/summon_ibis
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/speedup_priest_production/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/speedup_priest_production
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/spear_weapons/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/spear_weapons
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/power_of_ra/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades/power_of_ra
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/upgrades
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/temple/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/temple/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/temple/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/temple
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/sphinx/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/sphinx
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearthrower
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearman/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearman/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearman/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/spearman
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/snake/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/snake/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/snake/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/snake
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/slave/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/slave/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/slave/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/slave
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/scarab/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/scarab/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/scarab/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/scarab
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/destruction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/pyramid/construction_models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/pyramid
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/priest/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/priest/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/priest/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/priest
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/obelisk/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/obelisk
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/mummy/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/mummy/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/mummy/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/mummy
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/ibis/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/ibis/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/ibis/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/ibis
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/farm/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/farm/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/farm
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/desert_camp
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/chicken/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/chicken/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/chicken/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/chicken
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/anubis_warrior
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/models
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid/images
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units/air_pyramid
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/units
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt/music
 +@dirrmtry %%DATADIR%%/techs/megapack/factions/egypt
 +@dirrmtry %%DATADIR%%/techs/megapack/factions
 +@dirrmtry %%DATADIR%%/techs/megapack/commondata/sounds
 +@dirrmtry %%DATADIR%%/techs/megapack/commondata
 +@dirrmtry %%DATADIR%%/techs/megapack
 +@dirrmtry %%DATADIR%%/techs
 +%%DATADIR%%/tilesets/autumn/autumn.xml
 +%%DATADIR%%/tilesets/autumn/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/autumn/models/baum1.tga
 +%%DATADIR%%/tilesets/autumn/models/baum2.g3d
 +%%DATADIR%%/tilesets/autumn/models/baum2.tga
 +%%DATADIR%%/tilesets/autumn/models/baum2big.g3d
 +%%DATADIR%%/tilesets/autumn/models/big_stone.g3d
 +%%DATADIR%%/tilesets/autumn/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/autumn/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/autumn/models/birke.g3d
 +%%DATADIR%%/tilesets/autumn/models/birke.tga
 +%%DATADIR%%/tilesets/autumn/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/autumn/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/autumn/models/deathtree.g3d
 +%%DATADIR%%/tilesets/autumn/models/deathtree.tga
 +%%DATADIR%%/tilesets/autumn/models/deathtree_small.g3d
 +%%DATADIR%%/tilesets/autumn/models/farn.g3d
 +%%DATADIR%%/tilesets/autumn/models/flower.tga
 +%%DATADIR%%/tilesets/autumn/models/grass.tga
 +%%DATADIR%%/tilesets/autumn/models/hanged.g3d
 +%%DATADIR%%/tilesets/autumn/models/impaled.g3d
 +%%DATADIR%%/tilesets/autumn/models/nettle.tga
 +%%DATADIR%%/tilesets/autumn/models/nettles.g3d
 +%%DATADIR%%/tilesets/autumn/models/nettles1.g3d
 +%%DATADIR%%/tilesets/autumn/models/nettles2.g3d
 +%%DATADIR%%/tilesets/autumn/models/none.g3d
 +%%DATADIR%%/tilesets/autumn/models/obelisk.g3d
 +%%DATADIR%%/tilesets/autumn/models/palm2.g3d
 +%%DATADIR%%/tilesets/autumn/models/reed.g3d
 +%%DATADIR%%/tilesets/autumn/models/reed.tga
 +%%DATADIR%%/tilesets/autumn/models/rock.tga
 +%%DATADIR%%/tilesets/autumn/models/statue.g3d
 +%%DATADIR%%/tilesets/autumn/models/stone1.g3d
 +%%DATADIR%%/tilesets/autumn/models/stone2.g3d
 +%%DATADIR%%/tilesets/autumn/models/stone3.g3d
 +%%DATADIR%%/tilesets/autumn/models/stump.tga
 +%%DATADIR%%/tilesets/autumn/models/stump2.g3d
 +%%DATADIR%%/tilesets/autumn/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/autumn/models/tanne.g3d
 +%%DATADIR%%/tilesets/autumn/models/tanne2.g3d
 +%%DATADIR%%/tilesets/autumn/models/tanne_big.g3d
 +%%DATADIR%%/tilesets/autumn/models/tanne_small.g3d
 +%%DATADIR%%/tilesets/autumn/models/tannen.tga
 +%%DATADIR%%/tilesets/autumn/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/autumn/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_bush.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_grass.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_statue.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/autumn/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/autumn/sounds/nightime.ogg
 +%%DATADIR%%/tilesets/autumn/sounds/owl.ogg
 +%%DATADIR%%/tilesets/autumn/sounds/rain.ogg
 +%%DATADIR%%/tilesets/autumn/sounds/rooster.ogg
 +%%DATADIR%%/tilesets/autumn/sounds/sunny_day.ogg
 +%%DATADIR%%/tilesets/autumn/textures/rock1.bmp
 +%%DATADIR%%/tilesets/autumn/textures/rock2.bmp
 +%%DATADIR%%/tilesets/autumn/textures/rock3.bmp
 +%%DATADIR%%/tilesets/autumn/textures/rock4.bmp
 +%%DATADIR%%/tilesets/autumn/textures/rock5.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface4b.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface4c.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface4d.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface4e.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/autumn/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/autumn/textures/water.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_001.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_002.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_003.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_004.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_005.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_006.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_007.tga
 +%%DATADIR%%/tilesets/autumn/textures/water_008.tga
 +%%DATADIR%%/tilesets/dark_forest/dark_forest.xml
 +%%DATADIR%%/tilesets/dark_forest/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/big_stone.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/bush_1.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/bush_2.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/bush_3.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/bush_4.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/bush_5.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/dead_tree.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/grass.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/hanged.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/impaled.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/none.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/obelisk.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/statue.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/stone1.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/stone2.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_bush.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_canopy_tree_1.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_canopy_tree_2.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_canopy_tree_3.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_canopy_tree_4.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_canopy_tree_5.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_grass.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_grass_2.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_statue.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_stone.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_trunk.tga
 +%%DATADIR%%/tilesets/dark_forest/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/dark_forest/models/tree_1.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/tree_2.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/tree_3.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/tree_4.g3d
 +%%DATADIR%%/tilesets/dark_forest/models/tree_5.g3d
 +%%DATADIR%%/tilesets/dark_forest/sounds/chicken.wav
 +%%DATADIR%%/tilesets/dark_forest/sounds/day.ogg
 +%%DATADIR%%/tilesets/dark_forest/sounds/night.ogg
 +%%DATADIR%%/tilesets/dark_forest/sounds/rain.ogg
 +%%DATADIR%%/tilesets/dark_forest/sounds/wolf.wav
 +%%DATADIR%%/tilesets/dark_forest/textures/rock1.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/rock2.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/rock3.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/rock4.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/rock5.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/dark_forest/textures/water_001.tga
 +%%DATADIR%%/tilesets/dark_forest/textures/water_002.tga
 +%%DATADIR%%/tilesets/dark_forest/textures/water_003.tga
 +%%DATADIR%%/tilesets/dark_forest/textures/water_004.tga
 +%%DATADIR%%/tilesets/dark_forest/textures/water_005.tga
 +%%DATADIR%%/tilesets/dark_forest/textures/water_006.tga
 +%%DATADIR%%/tilesets/dark_forest/textures/water_007.tga
 +%%DATADIR%%/tilesets/dark_forest/textures/water_008.tga
 +%%DATADIR%%/tilesets/desert2/desert2.xml
 +%%DATADIR%%/tilesets/desert2/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/desert2/models/big_stone.g3d
 +%%DATADIR%%/tilesets/desert2/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/desert2/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/desert2/models/big_tree1.g3d
 +%%DATADIR%%/tilesets/desert2/models/big_tree2.g3d
 +%%DATADIR%%/tilesets/desert2/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/desert2/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/desert2/models/bush.g3d
 +%%DATADIR%%/tilesets/desert2/models/bush2.g3d
 +%%DATADIR%%/tilesets/desert2/models/bush3.g3d
 +%%DATADIR%%/tilesets/desert2/models/bush4.g3d
 +%%DATADIR%%/tilesets/desert2/models/bush5.g3d
 +%%DATADIR%%/tilesets/desert2/models/bushtree.g3d
 +%%DATADIR%%/tilesets/desert2/models/bushtree.tga
 +%%DATADIR%%/tilesets/desert2/models/deadtree.tga
 +%%DATADIR%%/tilesets/desert2/models/grass.g3d
 +%%DATADIR%%/tilesets/desert2/models/grass.tga
 +%%DATADIR%%/tilesets/desert2/models/hanged.g3d
 +%%DATADIR%%/tilesets/desert2/models/impaled.g3d
 +%%DATADIR%%/tilesets/desert2/models/kaktus_deadtree.g3d
 +%%DATADIR%%/tilesets/desert2/models/kaktusbusch.g3d
 +%%DATADIR%%/tilesets/desert2/models/kaktusbusch.tga
 +%%DATADIR%%/tilesets/desert2/models/kaktusbusch2.g3d
 +%%DATADIR%%/tilesets/desert2/models/kaktusbusch3.g3d
 +%%DATADIR%%/tilesets/desert2/models/katusgrund.tga
 +%%DATADIR%%/tilesets/desert2/models/none.g3d
 +%%DATADIR%%/tilesets/desert2/models/obelisk.g3d
 +%%DATADIR%%/tilesets/desert2/models/palm.g3d
 +%%DATADIR%%/tilesets/desert2/models/palm2.g3d
 +%%DATADIR%%/tilesets/desert2/models/palm_deada.g3d
 +%%DATADIR%%/tilesets/desert2/models/palm_deadb.g3d
 +%%DATADIR%%/tilesets/desert2/models/palm_deadc.g3d
 +%%DATADIR%%/tilesets/desert2/models/palmstump.tga
 +%%DATADIR%%/tilesets/desert2/models/palmtexture.tga
 +%%DATADIR%%/tilesets/desert2/models/palmtexture2.tga
 +%%DATADIR%%/tilesets/desert2/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/desert2/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/desert2/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/desert2/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/desert2/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/desert2/models/statue.g3d
 +%%DATADIR%%/tilesets/desert2/models/stone1.g3d
 +%%DATADIR%%/tilesets/desert2/models/stone2.g3d
 +%%DATADIR%%/tilesets/desert2/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/desert2/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/desert2/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_bush.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_grass.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_statue.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_stone.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_tree3.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_tree4.tga
 +%%DATADIR%%/tilesets/desert2/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/desert2/sounds/day.ogg
 +%%DATADIR%%/tilesets/desert2/sounds/hawk.ogg
 +%%DATADIR%%/tilesets/desert2/sounds/night.ogg
 +%%DATADIR%%/tilesets/desert2/sounds/rain.wav
 +%%DATADIR%%/tilesets/desert2/sounds/wolf.wav
 +%%DATADIR%%/tilesets/desert2/textures/beach0.bmp
 +%%DATADIR%%/tilesets/desert2/textures/beach1.bmp
 +%%DATADIR%%/tilesets/desert2/textures/beach1b.bmp
 +%%DATADIR%%/tilesets/desert2/textures/beach2.bmp
 +%%DATADIR%%/tilesets/desert2/textures/beach3.bmp
 +%%DATADIR%%/tilesets/desert2/textures/beach4.bmp
 +%%DATADIR%%/tilesets/desert2/textures/beach5.bmp
 +%%DATADIR%%/tilesets/desert2/textures/dark.bmp
 +%%DATADIR%%/tilesets/desert2/textures/rock1.bmp
 +%%DATADIR%%/tilesets/desert2/textures/rock2.bmp
 +%%DATADIR%%/tilesets/desert2/textures/rock3.bmp
 +%%DATADIR%%/tilesets/desert2/textures/rock4.bmp
 +%%DATADIR%%/tilesets/desert2/textures/rock5.bmp
 +%%DATADIR%%/tilesets/desert2/textures/sand1.bmp
 +%%DATADIR%%/tilesets/desert2/textures/sand2.bmp
 +%%DATADIR%%/tilesets/desert2/textures/sand3.bmp
 +%%DATADIR%%/tilesets/desert2/textures/sand4.bmp
 +%%DATADIR%%/tilesets/desert2/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/desert2/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/desert2/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/desert2/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/desert2/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/desert2/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/desert2/textures/water_001.tga
 +%%DATADIR%%/tilesets/desert2/textures/water_002.tga
 +%%DATADIR%%/tilesets/desert2/textures/water_003.tga
 +%%DATADIR%%/tilesets/desert2/textures/water_004.tga
 +%%DATADIR%%/tilesets/desert2/textures/water_005.tga
 +%%DATADIR%%/tilesets/desert2/textures/water_006.tga
 +%%DATADIR%%/tilesets/desert2/textures/water_007.tga
 +%%DATADIR%%/tilesets/desert2/textures/water_008.tga
 +%%DATADIR%%/tilesets/desert2/textures/way1.bmp
 +%%DATADIR%%/tilesets/desert2/textures/way2.bmp
 +%%DATADIR%%/tilesets/desert2/textures/way3.bmp
 +%%DATADIR%%/tilesets/evergreen/evergreen.xml
 +%%DATADIR%%/tilesets/evergreen/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/evergreen/models/baum1.tga
 +%%DATADIR%%/tilesets/evergreen/models/baum2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/baum2.tga
 +%%DATADIR%%/tilesets/evergreen/models/baum2big.g3d
 +%%DATADIR%%/tilesets/evergreen/models/big_stone.g3d
 +%%DATADIR%%/tilesets/evergreen/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/evergreen/models/birke.g3d
 +%%DATADIR%%/tilesets/evergreen/models/birke.tga
 +%%DATADIR%%/tilesets/evergreen/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/evergreen/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/deathtree.g3d
 +%%DATADIR%%/tilesets/evergreen/models/deathtree.tga
 +%%DATADIR%%/tilesets/evergreen/models/deathtree_small.g3d
 +%%DATADIR%%/tilesets/evergreen/models/farn.g3d
 +%%DATADIR%%/tilesets/evergreen/models/flower.tga
 +%%DATADIR%%/tilesets/evergreen/models/grass.tga
 +%%DATADIR%%/tilesets/evergreen/models/hanged.g3d
 +%%DATADIR%%/tilesets/evergreen/models/impaled.g3d
 +%%DATADIR%%/tilesets/evergreen/models/nettle.tga
 +%%DATADIR%%/tilesets/evergreen/models/nettles.g3d
 +%%DATADIR%%/tilesets/evergreen/models/nettles1.g3d
 +%%DATADIR%%/tilesets/evergreen/models/nettles2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/none.g3d
 +%%DATADIR%%/tilesets/evergreen/models/obelisk.g3d
 +%%DATADIR%%/tilesets/evergreen/models/palm2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/reed.g3d
 +%%DATADIR%%/tilesets/evergreen/models/reed.tga
 +%%DATADIR%%/tilesets/evergreen/models/rock.tga
 +%%DATADIR%%/tilesets/evergreen/models/statue.g3d
 +%%DATADIR%%/tilesets/evergreen/models/stone1.g3d
 +%%DATADIR%%/tilesets/evergreen/models/stone2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/stone3.g3d
 +%%DATADIR%%/tilesets/evergreen/models/stump.tga
 +%%DATADIR%%/tilesets/evergreen/models/stump2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/evergreen/models/tanne.g3d
 +%%DATADIR%%/tilesets/evergreen/models/tanne2.g3d
 +%%DATADIR%%/tilesets/evergreen/models/tanne_big.g3d
 +%%DATADIR%%/tilesets/evergreen/models/tanne_small.g3d
 +%%DATADIR%%/tilesets/evergreen/models/tannen.tga
 +%%DATADIR%%/tilesets/evergreen/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/evergreen/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_bush.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_grass.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_statue.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/evergreen/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/evergreen/sounds/chicken.wav
 +%%DATADIR%%/tilesets/evergreen/sounds/day.ogg
 +%%DATADIR%%/tilesets/evergreen/sounds/night.ogg
 +%%DATADIR%%/tilesets/evergreen/sounds/rain.ogg
 +%%DATADIR%%/tilesets/evergreen/sounds/wolf.wav
 +%%DATADIR%%/tilesets/evergreen/textures/rock1.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/rock2.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/rock3.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/rock4.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/rock5.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/evergreen/textures/water.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_001.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_002.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_003.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_004.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_005.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_006.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_007.tga
 +%%DATADIR%%/tilesets/evergreen/textures/water_008.tga
 +%%DATADIR%%/tilesets/fernland/fernland.xml
 +%%DATADIR%%/tilesets/fernland/models/baum1.tga
 +%%DATADIR%%/tilesets/fernland/models/big_stone.g3d
 +%%DATADIR%%/tilesets/fernland/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/fernland/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/fernland/models/bigfern1.g3d
 +%%DATADIR%%/tilesets/fernland/models/bigfern1.png
 +%%DATADIR%%/tilesets/fernland/models/bigfern2.g3d
 +%%DATADIR%%/tilesets/fernland/models/bigfern3.g3d
 +%%DATADIR%%/tilesets/fernland/models/bigfern3.png
 +%%DATADIR%%/tilesets/fernland/models/br1.g3d
 +%%DATADIR%%/tilesets/fernland/models/br2.g3d
 +%%DATADIR%%/tilesets/fernland/models/br3.g3d
 +%%DATADIR%%/tilesets/fernland/models/calendar.g3d
 +%%DATADIR%%/tilesets/fernland/models/calendar_aztec.png
 +%%DATADIR%%/tilesets/fernland/models/deadfern1.g3d
 +%%DATADIR%%/tilesets/fernland/models/deadfern2.g3d
 +%%DATADIR%%/tilesets/fernland/models/deadfern3.g3d
 +%%DATADIR%%/tilesets/fernland/models/deadfern4.g3d
 +%%DATADIR%%/tilesets/fernland/models/deadfern5.g3d
 +%%DATADIR%%/tilesets/fernland/models/farn.g3d
 +%%DATADIR%%/tilesets/fernland/models/ferntree1.g3d
 +%%DATADIR%%/tilesets/fernland/models/ferntree1.png
 +%%DATADIR%%/tilesets/fernland/models/ferntree1a.g3d
 +%%DATADIR%%/tilesets/fernland/models/ferntree2.g3d
 +%%DATADIR%%/tilesets/fernland/models/ferntree2.png
 +%%DATADIR%%/tilesets/fernland/models/ferntree2a.g3d
 +%%DATADIR%%/tilesets/fernland/models/ferntree3.g3d
 +%%DATADIR%%/tilesets/fernland/models/ferntree4.g3d
 +%%DATADIR%%/tilesets/fernland/models/ferntree4.png
 +%%DATADIR%%/tilesets/fernland/models/hanged.g3d
 +%%DATADIR%%/tilesets/fernland/models/impaled.g3d
 +%%DATADIR%%/tilesets/fernland/models/none.g3d
 +%%DATADIR%%/tilesets/fernland/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/fernland/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/fernland/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/fernland/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/fernland/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/fernland/models/stone1.g3d
 +%%DATADIR%%/tilesets/fernland/models/stone2.g3d
 +%%DATADIR%%/tilesets/fernland/models/swamp_rock.jpg
 +%%DATADIR%%/tilesets/fernland/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_grass.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_stone.tga
 +%%DATADIR%%/tilesets/fernland/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/fernland/models/totem1.g3d
 +%%DATADIR%%/tilesets/fernland/models/totem1.png
 +%%DATADIR%%/tilesets/fernland/models/totem1a.g3d
 +%%DATADIR%%/tilesets/fernland/models/totem1a.png
 +%%DATADIR%%/tilesets/fernland/models/totem2.g3d
 +%%DATADIR%%/tilesets/fernland/models/totem2.png
 +%%DATADIR%%/tilesets/fernland/models/totem3.g3d
 +%%DATADIR%%/tilesets/fernland/models/totem_broken.g3d
 +%%DATADIR%%/tilesets/fernland/sounds/chicken.wav
 +%%DATADIR%%/tilesets/fernland/sounds/day.ogg
 +%%DATADIR%%/tilesets/fernland/sounds/night.ogg
 +%%DATADIR%%/tilesets/fernland/sounds/rain.ogg
 +%%DATADIR%%/tilesets/fernland/sounds/wolf.wav
 +%%DATADIR%%/tilesets/fernland/textures/cobbles1.bmp
 +%%DATADIR%%/tilesets/fernland/textures/cobbles2.bmp
 +%%DATADIR%%/tilesets/fernland/textures/cobbles3.bmp
 +%%DATADIR%%/tilesets/fernland/textures/forest1.bmp
 +%%DATADIR%%/tilesets/fernland/textures/forest2.bmp
 +%%DATADIR%%/tilesets/fernland/textures/forest3.bmp
 +%%DATADIR%%/tilesets/fernland/textures/forest4.bmp
 +%%DATADIR%%/tilesets/fernland/textures/forest5.bmp
 +%%DATADIR%%/tilesets/fernland/textures/meadow1.bmp
 +%%DATADIR%%/tilesets/fernland/textures/meadow2.bmp
 +%%DATADIR%%/tilesets/fernland/textures/meadow3.bmp
 +%%DATADIR%%/tilesets/fernland/textures/meadow4.bmp
 +%%DATADIR%%/tilesets/fernland/textures/meadow5.bmp
 +%%DATADIR%%/tilesets/fernland/textures/rock1.bmp
 +%%DATADIR%%/tilesets/fernland/textures/rock2.bmp
 +%%DATADIR%%/tilesets/fernland/textures/rock3.bmp
 +%%DATADIR%%/tilesets/fernland/textures/rock4.bmp
 +%%DATADIR%%/tilesets/fernland/textures/rock5.bmp
 +%%DATADIR%%/tilesets/fernland/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/fernland/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/fernland/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/fernland/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/fernland/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/fernland/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/fernland/textures/water_001.tga
 +%%DATADIR%%/tilesets/fernland/textures/water_002.tga
 +%%DATADIR%%/tilesets/fernland/textures/water_003.tga
 +%%DATADIR%%/tilesets/fernland/textures/water_004.tga
 +%%DATADIR%%/tilesets/fernland/textures/water_005.tga
 +%%DATADIR%%/tilesets/fernland/textures/water_006.tga
 +%%DATADIR%%/tilesets/fernland/textures/water_007.tga
 +%%DATADIR%%/tilesets/fernland/textures/water_008.tga
 +%%DATADIR%%/tilesets/fernland/textures/way1.bmp
 +%%DATADIR%%/tilesets/fernland/textures/way2.bmp
 +%%DATADIR%%/tilesets/fernland/textures/way3.bmp
 +%%DATADIR%%/tilesets/fernland/textures/way4.bmp
 +%%DATADIR%%/tilesets/forest/forest.xml
 +%%DATADIR%%/tilesets/forest/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/forest/models/big_stone.g3d
 +%%DATADIR%%/tilesets/forest/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/forest/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/forest/models/big_tree1.g3d
 +%%DATADIR%%/tilesets/forest/models/big_tree2.g3d
 +%%DATADIR%%/tilesets/forest/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/forest/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/forest/models/bush.g3d
 +%%DATADIR%%/tilesets/forest/models/bush2.g3d
 +%%DATADIR%%/tilesets/forest/models/bush3.g3d
 +%%DATADIR%%/tilesets/forest/models/bush4.g3d
 +%%DATADIR%%/tilesets/forest/models/bush5.g3d
 +%%DATADIR%%/tilesets/forest/models/dead_tree.g3d
 +%%DATADIR%%/tilesets/forest/models/hanged.g3d
 +%%DATADIR%%/tilesets/forest/models/impaled.g3d
 +%%DATADIR%%/tilesets/forest/models/none.g3d
 +%%DATADIR%%/tilesets/forest/models/obelisk.g3d
 +%%DATADIR%%/tilesets/forest/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/forest/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/forest/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/forest/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/forest/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/forest/models/statue.g3d
 +%%DATADIR%%/tilesets/forest/models/stone1.g3d
 +%%DATADIR%%/tilesets/forest/models/stone2.g3d
 +%%DATADIR%%/tilesets/forest/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/forest/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/forest/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/forest/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/forest/models/texture_bush.tga
 +%%DATADIR%%/tilesets/forest/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/forest/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/forest/models/texture_dead_tree.tga
 +%%DATADIR%%/tilesets/forest/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/forest/models/texture_grass.tga
 +%%DATADIR%%/tilesets/forest/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/forest/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/forest/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/forest/models/texture_statue.tga
 +%%DATADIR%%/tilesets/forest/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/forest/models/texture_stone.tga
 +%%DATADIR%%/tilesets/forest/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree1.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree2.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree3.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree4.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree5.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree6.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree_3.tga
 +%%DATADIR%%/tilesets/forest/models/texture_tree_4.tga
 +%%DATADIR%%/tilesets/forest/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/forest/models/tree1.g3d
 +%%DATADIR%%/tilesets/forest/models/tree10.g3d
 +%%DATADIR%%/tilesets/forest/models/tree2.g3d
 +%%DATADIR%%/tilesets/forest/models/tree3.g3d
 +%%DATADIR%%/tilesets/forest/models/tree4.g3d
 +%%DATADIR%%/tilesets/forest/models/tree5.g3d
 +%%DATADIR%%/tilesets/forest/models/tree6.g3d
 +%%DATADIR%%/tilesets/forest/models/tree7.g3d
 +%%DATADIR%%/tilesets/forest/models/tree8.g3d
 +%%DATADIR%%/tilesets/forest/models/tree9.g3d
 +%%DATADIR%%/tilesets/forest/sounds/chicken.wav
 +%%DATADIR%%/tilesets/forest/sounds/day.ogg
 +%%DATADIR%%/tilesets/forest/sounds/night.ogg
 +%%DATADIR%%/tilesets/forest/sounds/rain.ogg
 +%%DATADIR%%/tilesets/forest/sounds/wolf.wav
 +%%DATADIR%%/tilesets/forest/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/forest/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/forest/textures/water_001.tga
 +%%DATADIR%%/tilesets/forest/textures/water_002.tga
 +%%DATADIR%%/tilesets/forest/textures/water_003.tga
 +%%DATADIR%%/tilesets/forest/textures/water_004.tga
 +%%DATADIR%%/tilesets/forest/textures/water_005.tga
 +%%DATADIR%%/tilesets/forest/textures/water_006.tga
 +%%DATADIR%%/tilesets/forest/textures/water_007.tga
 +%%DATADIR%%/tilesets/forest/textures/water_008.tga
 +%%DATADIR%%/tilesets/hell/hell.xml
 +%%DATADIR%%/tilesets/hell/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/hell/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/hell/models/birke.g3d
 +%%DATADIR%%/tilesets/hell/models/bodypart2.g3d
 +%%DATADIR%%/tilesets/hell/models/bodypart3.g3d
 +%%DATADIR%%/tilesets/hell/models/bodypart4.g3d
 +%%DATADIR%%/tilesets/hell/models/bodypart5.g3d
 +%%DATADIR%%/tilesets/hell/models/bone.tga
 +%%DATADIR%%/tilesets/hell/models/bone2.g3d
 +%%DATADIR%%/tilesets/hell/models/bone3.g3d
 +%%DATADIR%%/tilesets/hell/models/bone5.g3d
 +%%DATADIR%%/tilesets/hell/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/hell/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/hell/models/bushbone.g3d
 +%%DATADIR%%/tilesets/hell/models/cross.tga
 +%%DATADIR%%/tilesets/hell/models/crosses.g3d
 +%%DATADIR%%/tilesets/hell/models/deadtree.g3d
 +%%DATADIR%%/tilesets/hell/models/deadtree2.g3d
 +%%DATADIR%%/tilesets/hell/models/deathtree.tga
 +%%DATADIR%%/tilesets/hell/models/deathtree_small.g3d
 +%%DATADIR%%/tilesets/hell/models/grab.g3d
 +%%DATADIR%%/tilesets/hell/models/grab.tga
 +%%DATADIR%%/tilesets/hell/models/hell1.g3d
 +%%DATADIR%%/tilesets/hell/models/hell2.g3d
 +%%DATADIR%%/tilesets/hell/models/hell3.g3d
 +%%DATADIR%%/tilesets/hell/models/nettles.g3d
 +%%DATADIR%%/tilesets/hell/models/none.g3d
 +%%DATADIR%%/tilesets/hell/models/obelisk.g3d
 +%%DATADIR%%/tilesets/hell/models/rock.tga
 +%%DATADIR%%/tilesets/hell/models/sarg.tga
 +%%DATADIR%%/tilesets/hell/models/sarg_holz.g3d
 +%%DATADIR%%/tilesets/hell/models/sarg_stein.g3d
 +%%DATADIR%%/tilesets/hell/models/skullbone.g3d
 +%%DATADIR%%/tilesets/hell/models/skullbone2.g3d
 +%%DATADIR%%/tilesets/hell/models/skullbone3.g3d
 +%%DATADIR%%/tilesets/hell/models/statue.g3d
 +%%DATADIR%%/tilesets/hell/models/stone1.g3d
 +%%DATADIR%%/tilesets/hell/models/stone2.g3d
 +%%DATADIR%%/tilesets/hell/models/stone3.g3d
 +%%DATADIR%%/tilesets/hell/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/hell/models/tanne2.g3d
 +%%DATADIR%%/tilesets/hell/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/hell/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/hell/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/hell/models/texture_bush.tga
 +%%DATADIR%%/tilesets/hell/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/hell/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/hell/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/hell/models/texture_grass.tga
 +%%DATADIR%%/tilesets/hell/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/hell/models/texture_statue.tga
 +%%DATADIR%%/tilesets/hell/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/hell/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/hell/models/texture_worker.tga
 +%%DATADIR%%/tilesets/hell/models/vertebra.g3d
 +%%DATADIR%%/tilesets/hell/models/vulcano.g3d
 +%%DATADIR%%/tilesets/hell/models/vulcano.tga
 +%%DATADIR%%/tilesets/hell/models/vulcano1.g3d
 +%%DATADIR%%/tilesets/hell/models/vulcano2.g3d
 +%%DATADIR%%/tilesets/hell/particles/fire_particles.xml
 +%%DATADIR%%/tilesets/hell/particles/fire_particles2.xml
 +%%DATADIR%%/tilesets/hell/particles/particle.bmp
 +%%DATADIR%%/tilesets/hell/particles/smoke_particles.xml
 +%%DATADIR%%/tilesets/hell/particles/smoke_particles2.xml
 +%%DATADIR%%/tilesets/hell/sounds/chicken.wav
 +%%DATADIR%%/tilesets/hell/sounds/good_morning.wav
 +%%DATADIR%%/tilesets/hell/sounds/hell.ogg
 +%%DATADIR%%/tilesets/hell/sounds/wolf.wav
 +%%DATADIR%%/tilesets/hell/textures/rock1.bmp
 +%%DATADIR%%/tilesets/hell/textures/rock2.bmp
 +%%DATADIR%%/tilesets/hell/textures/rock3.bmp
 +%%DATADIR%%/tilesets/hell/textures/rock4.bmp
 +%%DATADIR%%/tilesets/hell/textures/rock5.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/hell/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/hell/textures/water.tga
 +%%DATADIR%%/tilesets/hell/textures/water_001.tga
 +%%DATADIR%%/tilesets/hell/textures/water_002.tga
 +%%DATADIR%%/tilesets/hell/textures/water_003.tga
 +%%DATADIR%%/tilesets/hell/textures/water_004.tga
 +%%DATADIR%%/tilesets/hell/textures/water_005.tga
 +%%DATADIR%%/tilesets/hell/textures/water_006.tga
 +%%DATADIR%%/tilesets/hell/textures/water_007.tga
 +%%DATADIR%%/tilesets/hell/textures/water_008.tga
 +%%DATADIR%%/tilesets/jungle/jungle.xml
 +%%DATADIR%%/tilesets/jungle/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/jungle/models/big_stone.g3d
 +%%DATADIR%%/tilesets/jungle/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/jungle/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/jungle/models/big_tree1.g3d
 +%%DATADIR%%/tilesets/jungle/models/big_tree2.g3d
 +%%DATADIR%%/tilesets/jungle/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/jungle/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/jungle/models/bush.g3d
 +%%DATADIR%%/tilesets/jungle/models/bush2.g3d
 +%%DATADIR%%/tilesets/jungle/models/bush3.g3d
 +%%DATADIR%%/tilesets/jungle/models/bush4.g3d
 +%%DATADIR%%/tilesets/jungle/models/bush5.g3d
 +%%DATADIR%%/tilesets/jungle/models/bushtree.g3d
 +%%DATADIR%%/tilesets/jungle/models/bushtree.tga
 +%%DATADIR%%/tilesets/jungle/models/deadtree.tga
 +%%DATADIR%%/tilesets/jungle/models/grass.g3d
 +%%DATADIR%%/tilesets/jungle/models/grass.tga
 +%%DATADIR%%/tilesets/jungle/models/hanged.g3d
 +%%DATADIR%%/tilesets/jungle/models/impaled.g3d
 +%%DATADIR%%/tilesets/jungle/models/kaktus_deadtree.g3d
 +%%DATADIR%%/tilesets/jungle/models/kaktusbusch.g3d
 +%%DATADIR%%/tilesets/jungle/models/kaktusbusch.tga
 +%%DATADIR%%/tilesets/jungle/models/kaktusbusch2.g3d
 +%%DATADIR%%/tilesets/jungle/models/kaktusbusch3.g3d
 +%%DATADIR%%/tilesets/jungle/models/katusgrund.tga
 +%%DATADIR%%/tilesets/jungle/models/none.g3d
 +%%DATADIR%%/tilesets/jungle/models/obelisk.g3d
 +%%DATADIR%%/tilesets/jungle/models/palm.g3d
 +%%DATADIR%%/tilesets/jungle/models/palm2.g3d
 +%%DATADIR%%/tilesets/jungle/models/palmtexture.tga
 +%%DATADIR%%/tilesets/jungle/models/palmtexture2.tga
 +%%DATADIR%%/tilesets/jungle/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/jungle/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/jungle/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/jungle/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/jungle/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/jungle/models/statue.g3d
 +%%DATADIR%%/tilesets/jungle/models/stone1.g3d
 +%%DATADIR%%/tilesets/jungle/models/stone2.g3d
 +%%DATADIR%%/tilesets/jungle/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/jungle/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/jungle/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_bush.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_grass.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_statue.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_stone.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_tree3.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_tree4.tga
 +%%DATADIR%%/tilesets/jungle/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/jungle/sounds/chicken.wav
 +%%DATADIR%%/tilesets/jungle/sounds/day.ogg
 +%%DATADIR%%/tilesets/jungle/sounds/night.ogg
 +%%DATADIR%%/tilesets/jungle/sounds/rain.ogg
 +%%DATADIR%%/tilesets/jungle/sounds/wolf.wav
 +%%DATADIR%%/tilesets/jungle/textures/rock1.bmp
 +%%DATADIR%%/tilesets/jungle/textures/rock2.bmp
 +%%DATADIR%%/tilesets/jungle/textures/rock3.bmp
 +%%DATADIR%%/tilesets/jungle/textures/rock4.bmp
 +%%DATADIR%%/tilesets/jungle/textures/rock5.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/jungle/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/jungle/textures/water_001.tga
 +%%DATADIR%%/tilesets/jungle/textures/water_002.tga
 +%%DATADIR%%/tilesets/jungle/textures/water_003.tga
 +%%DATADIR%%/tilesets/jungle/textures/water_004.tga
 +%%DATADIR%%/tilesets/jungle/textures/water_005.tga
 +%%DATADIR%%/tilesets/jungle/textures/water_006.tga
 +%%DATADIR%%/tilesets/jungle/textures/water_007.tga
 +%%DATADIR%%/tilesets/jungle/textures/water_008.tga
 +%%DATADIR%%/tilesets/karningul/karningul.xml
 +%%DATADIR%%/tilesets/karningul/models/atheleas.g3d
 +%%DATADIR%%/tilesets/karningul/models/bark_texture.tga
 +%%DATADIR%%/tilesets/karningul/models/big_stone.g3d
 +%%DATADIR%%/tilesets/karningul/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/karningul/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/karningul/models/big_tree1.g3d
 +%%DATADIR%%/tilesets/karningul/models/big_tree2.g3d
 +%%DATADIR%%/tilesets/karningul/models/birdbath.g3d
 +%%DATADIR%%/tilesets/karningul/models/brown_tree.g3d
 +%%DATADIR%%/tilesets/karningul/models/bush5.g3d
 +%%DATADIR%%/tilesets/karningul/models/bush_flower.g3d
 +%%DATADIR%%/tilesets/karningul/models/dark_tree.g3d
 +%%DATADIR%%/tilesets/karningul/models/dead_tree.g3d
 +%%DATADIR%%/tilesets/karningul/models/e_sword.tga
 +%%DATADIR%%/tilesets/karningul/models/elven_tree_texture.tga
 +%%DATADIR%%/tilesets/karningul/models/fern.g3d
 +%%DATADIR%%/tilesets/karningul/models/flower.g3d
 +%%DATADIR%%/tilesets/karningul/models/hanging_garden.g3d
 +%%DATADIR%%/tilesets/karningul/models/hanging_garden2.g3d
 +%%DATADIR%%/tilesets/karningul/models/mallorn.g3d
 +%%DATADIR%%/tilesets/karningul/models/none.g3d
 +%%DATADIR%%/tilesets/karningul/models/prince_statue.g3d
 +%%DATADIR%%/tilesets/karningul/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/karningul/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/karningul/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/karningul/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/karningul/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/karningul/models/silver_helm_statue.g3d
 +%%DATADIR%%/tilesets/karningul/models/statue.g3d
 +%%DATADIR%%/tilesets/karningul/models/stone1.g3d
 +%%DATADIR%%/tilesets/karningul/models/stone2.g3d
 +%%DATADIR%%/tilesets/karningul/models/stone_texture.tga
 +%%DATADIR%%/tilesets/karningul/models/sword_holder_statue.g3d
 +%%DATADIR%%/tilesets/karningul/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/karningul/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_bird_bath.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_bricks.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_bush.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_dead_tree.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_elven_statue_prince.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_elven_statue_rider.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_grass.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_hanging_garden.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_mallorn.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_prince_statue_stuff.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_silver_lancer_statue.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_statue.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_stone.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_tree3.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_tree4.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_wise_elf_statue.tga
 +%%DATADIR%%/tilesets/karningul/models/texture_wise_elf_statue_book.tga
 +%%DATADIR%%/tilesets/karningul/models/tree1.g3d
 +%%DATADIR%%/tilesets/karningul/models/tree2.g3d
 +%%DATADIR%%/tilesets/karningul/models/tree3.g3d
 +%%DATADIR%%/tilesets/karningul/models/tree4.g3d
 +%%DATADIR%%/tilesets/karningul/models/tree5.g3d
 +%%DATADIR%%/tilesets/karningul/models/tree6.g3d
 +%%DATADIR%%/tilesets/karningul/models/tree7.g3d
 +%%DATADIR%%/tilesets/karningul/models/tree_texure.tga
 +%%DATADIR%%/tilesets/karningul/models/wise_elf_statue.g3d
 +%%DATADIR%%/tilesets/karningul/sounds/chicken.wav
 +%%DATADIR%%/tilesets/karningul/sounds/day.ogg
 +%%DATADIR%%/tilesets/karningul/sounds/night.ogg
 +%%DATADIR%%/tilesets/karningul/sounds/rain.ogg
 +%%DATADIR%%/tilesets/karningul/sounds/wolf.wav
 +%%DATADIR%%/tilesets/karningul/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface2g.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface3c.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface3d.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface3e.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface3f.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface4b.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface4c.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface4d.bmp
 +%%DATADIR%%/tilesets/karningul/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/karningul/textures/water_001.tga
 +%%DATADIR%%/tilesets/karningul/textures/water_002.tga
 +%%DATADIR%%/tilesets/karningul/textures/water_003.tga
 +%%DATADIR%%/tilesets/karningul/textures/water_004.tga
 +%%DATADIR%%/tilesets/karningul/textures/water_005.tga
 +%%DATADIR%%/tilesets/karningul/textures/water_006.tga
 +%%DATADIR%%/tilesets/karningul/textures/water_007.tga
 +%%DATADIR%%/tilesets/karningul/textures/water_008.tga
 +%%DATADIR%%/tilesets/meadow/images/particle.bmp
 +%%DATADIR%%/tilesets/meadow/meadow.xml
 +%%DATADIR%%/tilesets/meadow/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/meadow/models/baum1.tga
 +%%DATADIR%%/tilesets/meadow/models/big_stone.g3d
 +%%DATADIR%%/tilesets/meadow/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/meadow/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/meadow/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/meadow/models/bush_1.g3d
 +%%DATADIR%%/tilesets/meadow/models/bush_2.g3d
 +%%DATADIR%%/tilesets/meadow/models/bush_3.g3d
 +%%DATADIR%%/tilesets/meadow/models/bush_4.g3d
 +%%DATADIR%%/tilesets/meadow/models/bush_5.g3d
 +%%DATADIR%%/tilesets/meadow/models/dead_tree.g3d
 +%%DATADIR%%/tilesets/meadow/models/dead_tree_1.g3d
 +%%DATADIR%%/tilesets/meadow/models/farn.g3d
 +%%DATADIR%%/tilesets/meadow/models/grass.g3d
 +%%DATADIR%%/tilesets/meadow/models/grass.tga
 +%%DATADIR%%/tilesets/meadow/models/grass_2.g3d
 +%%DATADIR%%/tilesets/meadow/models/hanged.g3d
 +%%DATADIR%%/tilesets/meadow/models/impaled.g3d
 +%%DATADIR%%/tilesets/meadow/models/none.g3d
 +%%DATADIR%%/tilesets/meadow/models/obelisk.g3d
 +%%DATADIR%%/tilesets/meadow/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/meadow/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/meadow/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/meadow/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/meadow/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/meadow/models/statue.g3d
 +%%DATADIR%%/tilesets/meadow/models/stone1.g3d
 +%%DATADIR%%/tilesets/meadow/models/stone2.g3d
 +%%DATADIR%%/tilesets/meadow/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/meadow/models/tanne2.g3d
 +%%DATADIR%%/tilesets/meadow/models/tanne_small.g3d
 +%%DATADIR%%/tilesets/meadow/models/tannen.tga
 +%%DATADIR%%/tilesets/meadow/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/meadow/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_big_stone2.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_bush.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_canopy_tree_1.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_canopy_tree_2.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_canopy_tree_3.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_canopy_tree_4.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_canopy_tree_5.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_dead_tree.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_grass.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_grass_2.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_statue.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_stone.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_tree5.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_trunk.tga
 +%%DATADIR%%/tilesets/meadow/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/meadow/models/tree10.g3d
 +%%DATADIR%%/tilesets/meadow/models/tree_1.g3d
 +%%DATADIR%%/tilesets/meadow/models/tree_2.g3d
 +%%DATADIR%%/tilesets/meadow/models/tree_3.g3d
 +%%DATADIR%%/tilesets/meadow/models/tree_4.g3d
 +%%DATADIR%%/tilesets/meadow/models/tree_5.g3d
 +%%DATADIR%%/tilesets/meadow/smoke_particles.xml
 +%%DATADIR%%/tilesets/meadow/sounds/chicken.wav
 +%%DATADIR%%/tilesets/meadow/sounds/day.ogg
 +%%DATADIR%%/tilesets/meadow/sounds/night.ogg
 +%%DATADIR%%/tilesets/meadow/sounds/rain.ogg
 +%%DATADIR%%/tilesets/meadow/sounds/wolf.wav
 +%%DATADIR%%/tilesets/meadow/textures/rock1.bmp
 +%%DATADIR%%/tilesets/meadow/textures/rock2.bmp
 +%%DATADIR%%/tilesets/meadow/textures/rock3.bmp
 +%%DATADIR%%/tilesets/meadow/textures/rock4.bmp
 +%%DATADIR%%/tilesets/meadow/textures/rock5.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface3c.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface3d.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface3e.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface4b.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/meadow/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/meadow/textures/water_001.tga
 +%%DATADIR%%/tilesets/meadow/textures/water_002.tga
 +%%DATADIR%%/tilesets/meadow/textures/water_003.tga
 +%%DATADIR%%/tilesets/meadow/textures/water_004.tga
 +%%DATADIR%%/tilesets/meadow/textures/water_005.tga
 +%%DATADIR%%/tilesets/meadow/textures/water_006.tga
 +%%DATADIR%%/tilesets/meadow/textures/water_007.tga
 +%%DATADIR%%/tilesets/meadow/textures/water_008.tga
 +%%DATADIR%%/tilesets/mediterran/mediterran.xml
 +%%DATADIR%%/tilesets/mediterran/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/mediterran/models/big_stone.g3d
 +%%DATADIR%%/tilesets/mediterran/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/mediterran/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/mediterran/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/mediterran/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/mediterran/models/bush.g3d
 +%%DATADIR%%/tilesets/mediterran/models/bush.tga
 +%%DATADIR%%/tilesets/mediterran/models/bush2.g3d
 +%%DATADIR%%/tilesets/mediterran/models/bush2.tga
 +%%DATADIR%%/tilesets/mediterran/models/bush3.g3d
 +%%DATADIR%%/tilesets/mediterran/models/cypress.tga
 +%%DATADIR%%/tilesets/mediterran/models/cypress43.g3d
 +%%DATADIR%%/tilesets/mediterran/models/cypress44.g3d
 +%%DATADIR%%/tilesets/mediterran/models/grass.g3d
 +%%DATADIR%%/tilesets/mediterran/models/grass.tga
 +%%DATADIR%%/tilesets/mediterran/models/hanged.g3d
 +%%DATADIR%%/tilesets/mediterran/models/impaled.g3d
 +%%DATADIR%%/tilesets/mediterran/models/none.g3d
 +%%DATADIR%%/tilesets/mediterran/models/obelisk.g3d
 +%%DATADIR%%/tilesets/mediterran/models/palm2.blend1
 +%%DATADIR%%/tilesets/mediterran/models/palm2.g3d
 +%%DATADIR%%/tilesets/mediterran/models/palm2.tga
 +%%DATADIR%%/tilesets/mediterran/models/palm21.g3d
 +%%DATADIR%%/tilesets/mediterran/models/palm3.g3d
 +%%DATADIR%%/tilesets/mediterran/models/palm3.tga
 +%%DATADIR%%/tilesets/mediterran/models/palm31.g3d
 +%%DATADIR%%/tilesets/mediterran/models/papyrus.g3d
 +%%DATADIR%%/tilesets/mediterran/models/papyrus.tga
 +%%DATADIR%%/tilesets/mediterran/models/phoenix.g3d
 +%%DATADIR%%/tilesets/mediterran/models/phoenix2.g3d
 +%%DATADIR%%/tilesets/mediterran/models/ppalm.tga
 +%%DATADIR%%/tilesets/mediterran/models/rock.tga
 +%%DATADIR%%/tilesets/mediterran/models/statue.g3d
 +%%DATADIR%%/tilesets/mediterran/models/stone1.blend1
 +%%DATADIR%%/tilesets/mediterran/models/stone1.g3d
 +%%DATADIR%%/tilesets/mediterran/models/stone2.g3d
 +%%DATADIR%%/tilesets/mediterran/models/stone3.g3d
 +%%DATADIR%%/tilesets/mediterran/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/mediterran/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/mediterran/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_bush.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_grass.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_statue.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/mediterran/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/mediterran/models/tree.tga
 +%%DATADIR%%/tilesets/mediterran/models/tree4.g3d
 +%%DATADIR%%/tilesets/mediterran/models/tree5.g3d
 +%%DATADIR%%/tilesets/mediterran/models/tree6.g3d
 +%%DATADIR%%/tilesets/mediterran/models/tree_dead1.g3d
 +%%DATADIR%%/tilesets/mediterran/sounds/chicken.wav
 +%%DATADIR%%/tilesets/mediterran/sounds/desertday.ogg
 +%%DATADIR%%/tilesets/mediterran/sounds/night.ogg
 +%%DATADIR%%/tilesets/mediterran/sounds/rain.ogg
 +%%DATADIR%%/tilesets/mediterran/sounds/wolf.wav
 +%%DATADIR%%/tilesets/mediterran/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface3c.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface3d.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface3e.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface4b.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface4c.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface4d.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface4e.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/mediterran/textures/water.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_001.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_002.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_003.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_004.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_005.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_006.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_007.tga
 +%%DATADIR%%/tilesets/mediterran/textures/water_008.tga
 +%%DATADIR%%/tilesets/mediterran/textures/yellow1.png
 +%%DATADIR%%/tilesets/mediterran/textures/yellow2.png
 +%%DATADIR%%/tilesets/mediterran/textures/yellow3.png
 +%%DATADIR%%/tilesets/mediterran/textures/yellow4.png
 +%%DATADIR%%/tilesets/mediterran/textures/yellow5.png
 +%%DATADIR%%/tilesets/pine_peat/models/br1.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/br2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/br3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/burned1.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/burned2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/burned3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/burned_tree.tga
 +%%DATADIR%%/tilesets/pine_peat/models/fir.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/fir.tga
 +%%DATADIR%%/tilesets/pine_peat/models/fir2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/fir3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/flower.tga
 +%%DATADIR%%/tilesets/pine_peat/models/mushroom.tga
 +%%DATADIR%%/tilesets/pine_peat/models/none.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_bush.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_bush.tga
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_bush2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_bush3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_mushroom.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_mushroom_2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_mushroom_3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock.jpg
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock.tga
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock_1.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock_2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock_3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock_4.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock_big.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock_big2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_rock_big3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_ruin.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_ruin.tga
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_ruin2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_ruin3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_tree_dead.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_tree_dead.tga
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_tree_dead_2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_tree_dead_3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_tree_dead_4.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_water2.tga
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_water_1.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_water_2.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/swamp_water_3.g3d
 +%%DATADIR%%/tilesets/pine_peat/models/texture_bush.tga
 +%%DATADIR%%/tilesets/pine_peat/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/pine_peat/models/texture_tree3.tga
 +%%DATADIR%%/tilesets/pine_peat/models/texture_tree4.tga
 +%%DATADIR%%/tilesets/pine_peat/pine_peat.xml
 +%%DATADIR%%/tilesets/pine_peat/sounds/day.ogg
 +%%DATADIR%%/tilesets/pine_peat/sounds/mudchute_cow_1.ogg
 +%%DATADIR%%/tilesets/pine_peat/sounds/night.ogg
 +%%DATADIR%%/tilesets/pine_peat/sounds/rain.ogg
 +%%DATADIR%%/tilesets/pine_peat/sounds/wolf.wav
 +%%DATADIR%%/tilesets/pine_peat/textures/forest1.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/forest2.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/forest3.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/forest4.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/forest5.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/meadow1.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/meadow2.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/meadow3.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/meadow4.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/meadow5.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/rock1.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/rock2.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/rock3.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/rock4.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/rock5.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface4b.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/pine_peat/textures/water_001.tga
 +%%DATADIR%%/tilesets/pine_peat/textures/water_002.tga
 +%%DATADIR%%/tilesets/pine_peat/textures/water_003.tga
 +%%DATADIR%%/tilesets/pine_peat/textures/water_004.tga
 +%%DATADIR%%/tilesets/pine_peat/textures/water_005.tga
 +%%DATADIR%%/tilesets/pine_peat/textures/water_006.tga
 +%%DATADIR%%/tilesets/pine_peat/textures/water_007.tga
 +%%DATADIR%%/tilesets/pine_peat/textures/water_008.tga
 +%%DATADIR%%/tilesets/scrub_land/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/big_stone.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/big_tree1.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/big_tree2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush3.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush4.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush5.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush_1.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush_2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush_3.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush_4.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/bush_5.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/dead_tree.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/grass.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/hanged.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/impaled.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/joshua_tree.tga
 +%%DATADIR%%/tilesets/scrub_land/models/joshuatree1.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/joshuatree2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/joshuatree3.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/joshuatree4.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/kaktusbusch.tga
 +%%DATADIR%%/tilesets/scrub_land/models/none.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/obelisk.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/statue.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/stone1.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/stone2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_bush.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_canopy_tree_1.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_canopy_tree_2.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_canopy_tree_3.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_canopy_tree_4.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_canopy_tree_5.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_dead_tree.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_grass.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_grass_2.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_statue.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_stone.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree1.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree2.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree3.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree4.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree5.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree6.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree_3.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_tree_4.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_trunk.tga
 +%%DATADIR%%/tilesets/scrub_land/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/scrub_land/models/tree1.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree10.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree3.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree4.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree5.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree6.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree7.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree8.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree9.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree_1.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree_2.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree_3.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree_4.g3d
 +%%DATADIR%%/tilesets/scrub_land/models/tree_5.g3d
 +%%DATADIR%%/tilesets/scrub_land/scrub_land.xml
 +%%DATADIR%%/tilesets/scrub_land/sounds/chicken.wav
 +%%DATADIR%%/tilesets/scrub_land/sounds/day.ogg
 +%%DATADIR%%/tilesets/scrub_land/sounds/night.ogg
 +%%DATADIR%%/tilesets/scrub_land/sounds/rain.ogg
 +%%DATADIR%%/tilesets/scrub_land/sounds/wolf.wav
 +%%DATADIR%%/tilesets/scrub_land/textures/ground1.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/ground2.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/ground3.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/ground4.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/ground5.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/scrub_land/textures/water_001.tga
 +%%DATADIR%%/tilesets/scrub_land/textures/water_002.tga
 +%%DATADIR%%/tilesets/scrub_land/textures/water_003.tga
 +%%DATADIR%%/tilesets/scrub_land/textures/water_004.tga
 +%%DATADIR%%/tilesets/scrub_land/textures/water_005.tga
 +%%DATADIR%%/tilesets/scrub_land/textures/water_006.tga
 +%%DATADIR%%/tilesets/scrub_land/textures/water_007.tga
 +%%DATADIR%%/tilesets/scrub_land/textures/water_008.tga
 +%%DATADIR%%/tilesets/spring/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/spring/models/baum1.tga
 +%%DATADIR%%/tilesets/spring/models/baum2.g3d
 +%%DATADIR%%/tilesets/spring/models/baum2.tga
 +%%DATADIR%%/tilesets/spring/models/baum2big.g3d
 +%%DATADIR%%/tilesets/spring/models/big_stone.g3d
 +%%DATADIR%%/tilesets/spring/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/spring/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/spring/models/birke.g3d
 +%%DATADIR%%/tilesets/spring/models/birke.tga
 +%%DATADIR%%/tilesets/spring/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/spring/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/spring/models/bush2.g3d
 +%%DATADIR%%/tilesets/spring/models/deathtree.g3d
 +%%DATADIR%%/tilesets/spring/models/deathtree.tga
 +%%DATADIR%%/tilesets/spring/models/deathtree_small.g3d
 +%%DATADIR%%/tilesets/spring/models/farn.g3d
 +%%DATADIR%%/tilesets/spring/models/flower.tga
 +%%DATADIR%%/tilesets/spring/models/flowers.g3d
 +%%DATADIR%%/tilesets/spring/models/hanged.g3d
 +%%DATADIR%%/tilesets/spring/models/impaled.g3d
 +%%DATADIR%%/tilesets/spring/models/nettle.tga
 +%%DATADIR%%/tilesets/spring/models/nettles.g3d
 +%%DATADIR%%/tilesets/spring/models/nettles1.g3d
 +%%DATADIR%%/tilesets/spring/models/nettles2.g3d
 +%%DATADIR%%/tilesets/spring/models/none.g3d
 +%%DATADIR%%/tilesets/spring/models/obelisk.g3d
 +%%DATADIR%%/tilesets/spring/models/palm2.g3d
 +%%DATADIR%%/tilesets/spring/models/reed.g3d
 +%%DATADIR%%/tilesets/spring/models/reed.tga
 +%%DATADIR%%/tilesets/spring/models/rock.tga
 +%%DATADIR%%/tilesets/spring/models/statue.g3d
 +%%DATADIR%%/tilesets/spring/models/stone1.g3d
 +%%DATADIR%%/tilesets/spring/models/stone2.g3d
 +%%DATADIR%%/tilesets/spring/models/stone3.g3d
 +%%DATADIR%%/tilesets/spring/models/stump.tga
 +%%DATADIR%%/tilesets/spring/models/stump2.g3d
 +%%DATADIR%%/tilesets/spring/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/spring/models/tanne.g3d
 +%%DATADIR%%/tilesets/spring/models/tanne2.g3d
 +%%DATADIR%%/tilesets/spring/models/tanne_big.g3d
 +%%DATADIR%%/tilesets/spring/models/tanne_small.g3d
 +%%DATADIR%%/tilesets/spring/models/tannen.tga
 +%%DATADIR%%/tilesets/spring/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/spring/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/spring/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/spring/models/texture_bush.tga
 +%%DATADIR%%/tilesets/spring/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/spring/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/spring/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/spring/models/texture_grass.tga
 +%%DATADIR%%/tilesets/spring/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/spring/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/spring/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/spring/models/texture_statue.tga
 +%%DATADIR%%/tilesets/spring/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/spring/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/spring/sounds/chicken.wav
 +%%DATADIR%%/tilesets/spring/sounds/day.ogg
 +%%DATADIR%%/tilesets/spring/sounds/night.ogg
 +%%DATADIR%%/tilesets/spring/sounds/rain.ogg
 +%%DATADIR%%/tilesets/spring/sounds/wolf.wav
 +%%DATADIR%%/tilesets/spring/spring.xml
 +%%DATADIR%%/tilesets/spring/textures/rock1.bmp
 +%%DATADIR%%/tilesets/spring/textures/rock2.bmp
 +%%DATADIR%%/tilesets/spring/textures/rock3.bmp
 +%%DATADIR%%/tilesets/spring/textures/rock4.bmp
 +%%DATADIR%%/tilesets/spring/textures/rock5.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/spring/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/spring/textures/water_001.tga
 +%%DATADIR%%/tilesets/spring/textures/water_002.tga
 +%%DATADIR%%/tilesets/spring/textures/water_003.tga
 +%%DATADIR%%/tilesets/spring/textures/water_004.tga
 +%%DATADIR%%/tilesets/spring/textures/water_005.tga
 +%%DATADIR%%/tilesets/spring/textures/water_006.tga
 +%%DATADIR%%/tilesets/spring/textures/water_007.tga
 +%%DATADIR%%/tilesets/spring/textures/water_008.tga
 +%%DATADIR%%/tilesets/winter/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/winter/models/baum1.tga
 +%%DATADIR%%/tilesets/winter/models/baum2.g3d
 +%%DATADIR%%/tilesets/winter/models/baum2.tga
 +%%DATADIR%%/tilesets/winter/models/baum2big.g3d
 +%%DATADIR%%/tilesets/winter/models/big_stone.g3d
 +%%DATADIR%%/tilesets/winter/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/winter/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/winter/models/birke.g3d
 +%%DATADIR%%/tilesets/winter/models/birke.tga
 +%%DATADIR%%/tilesets/winter/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/winter/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/winter/models/deathtree.g3d
 +%%DATADIR%%/tilesets/winter/models/deathtree.tga
 +%%DATADIR%%/tilesets/winter/models/deathtree_small.g3d
 +%%DATADIR%%/tilesets/winter/models/farn.g3d
 +%%DATADIR%%/tilesets/winter/models/flower.tga
 +%%DATADIR%%/tilesets/winter/models/grass.tga
 +%%DATADIR%%/tilesets/winter/models/hanged.g3d
 +%%DATADIR%%/tilesets/winter/models/impaled.g3d
 +%%DATADIR%%/tilesets/winter/models/nettle.tga
 +%%DATADIR%%/tilesets/winter/models/nettles.g3d
 +%%DATADIR%%/tilesets/winter/models/nettles1.g3d
 +%%DATADIR%%/tilesets/winter/models/nettles2.g3d
 +%%DATADIR%%/tilesets/winter/models/none.g3d
 +%%DATADIR%%/tilesets/winter/models/obelisk.g3d
 +%%DATADIR%%/tilesets/winter/models/palm2.g3d
 +%%DATADIR%%/tilesets/winter/models/reed.g3d
 +%%DATADIR%%/tilesets/winter/models/reed.tga
 +%%DATADIR%%/tilesets/winter/models/rock.tga
 +%%DATADIR%%/tilesets/winter/models/statue.g3d
 +%%DATADIR%%/tilesets/winter/models/stone1.g3d
 +%%DATADIR%%/tilesets/winter/models/stone2.g3d
 +%%DATADIR%%/tilesets/winter/models/stone3.g3d
 +%%DATADIR%%/tilesets/winter/models/stump.tga
 +%%DATADIR%%/tilesets/winter/models/stump2.g3d
 +%%DATADIR%%/tilesets/winter/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/winter/models/tanne.g3d
 +%%DATADIR%%/tilesets/winter/models/tanne2.g3d
 +%%DATADIR%%/tilesets/winter/models/tanne_big.g3d
 +%%DATADIR%%/tilesets/winter/models/tanne_small.g3d
 +%%DATADIR%%/tilesets/winter/models/tannen.tga
 +%%DATADIR%%/tilesets/winter/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/winter/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/winter/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/winter/models/texture_bush.tga
 +%%DATADIR%%/tilesets/winter/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/winter/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/winter/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/winter/models/texture_grass.tga
 +%%DATADIR%%/tilesets/winter/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/winter/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/winter/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/winter/models/texture_statue.tga
 +%%DATADIR%%/tilesets/winter/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/winter/models/texture_stone.tga
 +%%DATADIR%%/tilesets/winter/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/winter/sounds/chicken.wav
 +%%DATADIR%%/tilesets/winter/sounds/wind.ogg
 +%%DATADIR%%/tilesets/winter/sounds/wolf.wav
 +%%DATADIR%%/tilesets/winter/textures/rock1.bmp
 +%%DATADIR%%/tilesets/winter/textures/rock2.bmp
 +%%DATADIR%%/tilesets/winter/textures/rock3.bmp
 +%%DATADIR%%/tilesets/winter/textures/rock4.bmp
 +%%DATADIR%%/tilesets/winter/textures/rock5.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1d.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1e.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1f.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1g.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1h.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1i.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface1j.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface4b.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface4c.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface4d.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface4e.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface5b.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface5c.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface5d.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface5e.bmp
 +%%DATADIR%%/tilesets/winter/textures/surface5f.bmp
 +%%DATADIR%%/tilesets/winter/textures/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_bush.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_custom5.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_hanged.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_impaled.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_obelisk.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_statue.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_stone.tga
 +%%DATADIR%%/tilesets/winter/textures/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/winter/textures/water.tga
 +%%DATADIR%%/tilesets/winter/textures/water_001.tga
 +%%DATADIR%%/tilesets/winter/textures/water_002.tga
 +%%DATADIR%%/tilesets/winter/textures/water_003.tga
 +%%DATADIR%%/tilesets/winter/textures/water_004.tga
 +%%DATADIR%%/tilesets/winter/textures/water_005.tga
 +%%DATADIR%%/tilesets/winter/textures/water_006.tga
 +%%DATADIR%%/tilesets/winter/textures/water_007.tga
 +%%DATADIR%%/tilesets/winter/textures/water_008.tga
 +%%DATADIR%%/tilesets/winter/winter.xml
 +%%DATADIR%%/tilesets/winter_forest/models/battlemage_statue.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/big_stone.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/big_stone2.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/big_stone3.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/big_tree1.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/big_tree2.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/broken_statue.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/broken_statue2.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/bush.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/bush2.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/bush3.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/bush4.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/bush5.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/dead_tree.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/hanged.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/impaled.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/none.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/obelisk.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/riverside_object.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/riverside_object2.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/riverside_object3.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/riverside_object4.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/riverside_object5.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/statue.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/stone1.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/stone2.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/swordman_statue.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/technician_statue.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/texture_battlemage_statue.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_big_stone.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_bush.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_bush2.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_custom5.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_dead_tree.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_flowers.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_grass.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_hanged.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_impaled.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_obelisk.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_statue.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_statue_technician.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_stone.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_swordman_statue.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree1.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree2.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree3.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree4.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree5.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree6.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree_3.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_tree_4.tga
 +%%DATADIR%%/tilesets/winter_forest/models/texture_water_object.tga
 +%%DATADIR%%/tilesets/winter_forest/models/tree1.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree10.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree2.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree3.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree4.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree5.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree6.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree7.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree8.g3d
 +%%DATADIR%%/tilesets/winter_forest/models/tree9.g3d
 +%%DATADIR%%/tilesets/winter_forest/sounds/rain.ogg
 +%%DATADIR%%/tilesets/winter_forest/sounds/wind.ogg
 +%%DATADIR%%/tilesets/winter_forest/textures/surface1a.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface1b.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface1c.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface2a.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface2b.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface2c.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface2d.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface2e.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface2f.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface3a.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface3b.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface4a.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface4b.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface4c.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/surface5a.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/water.bmp
 +%%DATADIR%%/tilesets/winter_forest/textures/water_001.tga
 +%%DATADIR%%/tilesets/winter_forest/textures/water_002.tga
 +%%DATADIR%%/tilesets/winter_forest/textures/water_003.tga
 +%%DATADIR%%/tilesets/winter_forest/textures/water_004.tga
 +%%DATADIR%%/tilesets/winter_forest/textures/water_005.tga
 +%%DATADIR%%/tilesets/winter_forest/textures/water_006.tga
 +%%DATADIR%%/tilesets/winter_forest/textures/water_007.tga
 +%%DATADIR%%/tilesets/winter_forest/textures/water_008.tga
 +%%DATADIR%%/tilesets/winter_forest/winter_forest.xml
 +@dirrmtry %%DATADIR%%/tilesets/winter_forest/textures
 +@dirrmtry %%DATADIR%%/tilesets/winter_forest/sounds
 +@dirrmtry %%DATADIR%%/tilesets/winter_forest/models
 +@dirrmtry %%DATADIR%%/tilesets/winter_forest
 +@dirrmtry %%DATADIR%%/tilesets/winter/textures
 +@dirrmtry %%DATADIR%%/tilesets/winter/sounds
 +@dirrmtry %%DATADIR%%/tilesets/winter/models
 +@dirrmtry %%DATADIR%%/tilesets/winter
 +@dirrmtry %%DATADIR%%/tilesets/spring/textures
 +@dirrmtry %%DATADIR%%/tilesets/spring/sounds
 +@dirrmtry %%DATADIR%%/tilesets/spring/models
 +@dirrmtry %%DATADIR%%/tilesets/spring
 +@dirrmtry %%DATADIR%%/tilesets/scrub_land/textures
 +@dirrmtry %%DATADIR%%/tilesets/scrub_land/sounds
 +@dirrmtry %%DATADIR%%/tilesets/scrub_land/models
 +@dirrmtry %%DATADIR%%/tilesets/scrub_land
 +@dirrmtry %%DATADIR%%/tilesets/pine_peat/textures
 +@dirrmtry %%DATADIR%%/tilesets/pine_peat/sounds
 +@dirrmtry %%DATADIR%%/tilesets/pine_peat/models
 +@dirrmtry %%DATADIR%%/tilesets/pine_peat
 +@dirrmtry %%DATADIR%%/tilesets/mediterran/textures
 +@dirrmtry %%DATADIR%%/tilesets/mediterran/sounds
 +@dirrmtry %%DATADIR%%/tilesets/mediterran/models
 +@dirrmtry %%DATADIR%%/tilesets/mediterran
 +@dirrmtry %%DATADIR%%/tilesets/meadow/textures
 +@dirrmtry %%DATADIR%%/tilesets/meadow/sounds
 +@dirrmtry %%DATADIR%%/tilesets/meadow/models
 +@dirrmtry %%DATADIR%%/tilesets/meadow/images
 +@dirrmtry %%DATADIR%%/tilesets/meadow
 +@dirrmtry %%DATADIR%%/tilesets/karningul/textures
 +@dirrmtry %%DATADIR%%/tilesets/karningul/sounds
 +@dirrmtry %%DATADIR%%/tilesets/karningul/models
 +@dirrmtry %%DATADIR%%/tilesets/karningul
 +@dirrmtry %%DATADIR%%/tilesets/jungle/textures
 +@dirrmtry %%DATADIR%%/tilesets/jungle/sounds
 +@dirrmtry %%DATADIR%%/tilesets/jungle/models
 +@dirrmtry %%DATADIR%%/tilesets/jungle
 +@dirrmtry %%DATADIR%%/tilesets/hell/textures
 +@dirrmtry %%DATADIR%%/tilesets/hell/sounds
 +@dirrmtry %%DATADIR%%/tilesets/hell/particles
 +@dirrmtry %%DATADIR%%/tilesets/hell/models
 +@dirrmtry %%DATADIR%%/tilesets/hell
 +@dirrmtry %%DATADIR%%/tilesets/forest/textures
 +@dirrmtry %%DATADIR%%/tilesets/forest/sounds
 +@dirrmtry %%DATADIR%%/tilesets/forest/models
 +@dirrmtry %%DATADIR%%/tilesets/forest
 +@dirrmtry %%DATADIR%%/tilesets/fernland/textures
 +@dirrmtry %%DATADIR%%/tilesets/fernland/sounds
 +@dirrmtry %%DATADIR%%/tilesets/fernland/models
 +@dirrmtry %%DATADIR%%/tilesets/fernland
 +@dirrmtry %%DATADIR%%/tilesets/evergreen/textures
 +@dirrmtry %%DATADIR%%/tilesets/evergreen/sounds
 +@dirrmtry %%DATADIR%%/tilesets/evergreen/models
 +@dirrmtry %%DATADIR%%/tilesets/evergreen
 +@dirrmtry %%DATADIR%%/tilesets/desert2/textures
 +@dirrmtry %%DATADIR%%/tilesets/desert2/sounds
 +@dirrmtry %%DATADIR%%/tilesets/desert2/models
 +@dirrmtry %%DATADIR%%/tilesets/desert2
 +@dirrmtry %%DATADIR%%/tilesets/dark_forest/textures
 +@dirrmtry %%DATADIR%%/tilesets/dark_forest/sounds
 +@dirrmtry %%DATADIR%%/tilesets/dark_forest/models
 +@dirrmtry %%DATADIR%%/tilesets/dark_forest
 +@dirrmtry %%DATADIR%%/tilesets/autumn/textures
 +@dirrmtry %%DATADIR%%/tilesets/autumn/sounds
 +@dirrmtry %%DATADIR%%/tilesets/autumn/models
 +@dirrmtry %%DATADIR%%/tilesets/autumn
 +@dirrmtry %%DATADIR%%/tilesets
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial.xml
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_deutsch.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_english.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_español.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_francais.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_galego.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_galician.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_italiano.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/advanced_tutorial_russian.lng
 +%%DATADIR%%/tutorials/advanced_tutorial/loading_screen.jpg
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial.xml
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_deutsch.lng
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_english.lng
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_español.lng
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_francais.lng
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_galego.lng
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_galician.lng
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_italiano.lng
 +%%DATADIR%%/tutorials/basic_tutorial/basic_tutorial_russian.lng
 +%%DATADIR%%/tutorials/basic_tutorial/loading_screen.jpg
 +%%DATADIR%%/tutorials/basic_tutorial_2/basic_tutorial_2.xml
 +%%DATADIR%%/tutorials/basic_tutorial_2/basic_tutorial_2_deutsch.lng
 +%%DATADIR%%/tutorials/basic_tutorial_2/basic_tutorial_2_english.lng
 +%%DATADIR%%/tutorials/basic_tutorial_2/basic_tutorial_2_francais.lng
 +%%DATADIR%%/tutorials/basic_tutorial_2/basic_tutorial_2_italiano.lng
 +%%DATADIR%%/tutorials/basic_tutorial_2/basic_tutorial_2_russian.lng
 +%%DATADIR%%/tutorials/basic_tutorial_2/basic_tutorial_2_ukrainska.lng
 +%%DATADIR%%/tutorials/basic_tutorial_2/loading_screen.jpg
 +@dirrmtry %%DATADIR%%/tutorials/basic_tutorial_2
 +@dirrmtry %%DATADIR%%/tutorials/basic_tutorial
 +@dirrmtry %%DATADIR%%/tutorials/advanced_tutorial
 +@dirrmtry %%DATADIR%%/tutorials
 +share/applications/megaglest.desktop
 +share/icons/megaglest.png
 +@dirrmtry %%DATADIR%%
 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.data.txt
 +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.data.txt
 +%%PORTDOCS%%%%DOCSDIR%%/README.data-license.txt
 +%%PORTDOCS%%%%DOCSDIR%%/cc-by-sa-3.0-unported.txt
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/advanced_architecture.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/advanced_magic.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/aerodrome.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/air_ballista.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/airship.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/ancient_summoning.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/archer.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/archmage.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/archmage_tower.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/barracks.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/battle_machine.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/battlemage.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/behemoth.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/blacksmith.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/blade_weapons.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/castle.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/catapult.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/cow.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/daemon.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/defense_tower.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/dragon.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/dragon_call.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/drake_rider.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/energy_compression.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/energy_sharpening.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/energy_source.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/farm.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/ghost_armor.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/golem.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/guard.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/hell_gate.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/horseman.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/index.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/initiate.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/library.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/mage_tower.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/mana_compression.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/ornithopter.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/piercing_weapons.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/pig.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/rider.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/robotics.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/shield_level_1.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/shield_level_2.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/stables.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/summoner.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/summoner_guild.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/swordman.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/technician.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/technodrome.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/tower_of_souls.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/training_field.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/wicker_behemoth.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/wicker_daemon.html
 +%%PORTDOCS%%%%DOCSDIR%%/glest_factions/worker.html
 +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/glest_factions
 +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
 
 --------------050107030606080807040908--



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