From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 11 02:50:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A89B116A401 for ; Tue, 11 Apr 2006 02:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EEE243D49 for ; Tue, 11 Apr 2006 02:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3B2oBHi000297 for ; Tue, 11 Apr 2006 02:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3B2oBQV000292; Tue, 11 Apr 2006 02:50:11 GMT (envelope-from gnats) Resent-Date: Tue, 11 Apr 2006 02:50:11 GMT Resent-Message-Id: <200604110250.k3B2oBQV000292@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jose Alonso Cardenas Marquez Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80B916A404 for ; Tue, 11 Apr 2006 02:40:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA4A43D58 for ; Tue, 11 Apr 2006 02:40:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k3B2ealF092766 for ; Tue, 11 Apr 2006 02:40:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k3B2eaZS092765; Tue, 11 Apr 2006 02:40:36 GMT (envelope-from nobody) Message-Id: <200604110240.k3B2eaZS092765@www.freebsd.org> Date: Tue, 11 Apr 2006 02:40:36 GMT From: Jose Alonso Cardenas Marquez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/95607: [NEW PORT] games/glest-data: Glest data files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 02:50:12 -0000 >Number: 95607 >Category: ports >Synopsis: [NEW PORT] games/glest-data: Glest data files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 11 02:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jose Alonso Cardenas Marquez >Release: FreeBSD 6.1-RC i386 >Organization: BSDPeru (http://www.bsd.org.pe) >Environment: FreeBSD HellFire.BSD.org.pe 6.1-RC FreeBSD 6.1-RC #0: Sun Apr 9 02:54:32 PET >Description: The glest data files. This port install the data files needed to run glest a free 3d real-time customizable strategy game WWW: http://www.glest.org/ >How-To-Repeat: >Fix: --- glest-data-2.0.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # glest-data # glest-data/pkg-descr # glest-data/Makefile # glest-data/pkg-plist # glest-data/distinfo # echo c - glest-data mkdir -p glest-data > /dev/null 2>&1 echo x - glest-data/pkg-descr sed 's/^X//' >glest-data/pkg-descr << 'END-of-glest-data/pkg-descr' XThe glest data files. X XThis port install the data files needed to run glest a free 3d real-time Xcustomizable strategy game X XWWW: http://www.glest.org/ END-of-glest-data/pkg-descr echo x - glest-data/Makefile sed 's/^X//' >glest-data/Makefile << 'END-of-glest-data/Makefile' X# New ports collection makefile for: glest-data X# Date created: 2006-04-10 X# Whom: Jose Alonso Cardenas Marquez X# X# $FreeBSD$ X# X XPORTNAME= data XPORTVERSION= 2.0.0 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= glest XPKGNAMEPREFIX= glest- XDISTNAME= glest_${PORTNAME}_2.0rc5 XDIST_SUBDIR= glest X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= Glest data files X XUSE_X_PREFIX= yes XUSE_ZIP= yes XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/glest_game X XDOCSDIR= ${PREFIX}/share/doc/glest XGLESTDIRE= lib/glest XGLESTDATADIRE= data maps screens techs tilesets XGLESTDOCSDIRE= tech X XPLIST_SUB= GLESTDIRE=${GLESTDIRE} X Xpost-extract: X @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(log|ini|html|txt|lng)" \ X -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' X Xpost-patch: X @${FIND} -E ${WRKSRC} -type f -name '*.bak' -o -name '*.orig' | ${XARGS} ${RM} X Xdo-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR}/${GLESTDOCSDIRE} X ${INSTALL_DATA} ${WRKSRC}/docs/license.txt ${DOCSDIR}/license-data.txt X ${INSTALL_DATA} ${WRKSRC}/docs/readme.txt ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/docs/${GLESTDOCSDIRE}/* ${DOCSDIR}/${GLESTDOCSDIRE} X.endif X @${MKDIR} ${PREFIX}/${GLESTDIRE} X.for FILE in configuration.xml glest.ico glest.log glest.url X ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${GLESTDIRE} X.endfor X @cd ${WRKSRC} && \ X ${FIND} ${GLESTDATADIRE} -type d -exec ${MKDIR} "${PREFIX}/${GLESTDIRE}/{}" \; && \ X ${FIND} ${GLESTDATADIRE} -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/${GLESTDIRE}/{}" \; X Xpost-install: X @${CHMOD} 666 ${PREFIX}/${GLESTDIRE}/glest.log X X.include END-of-glest-data/Makefile echo x - glest-data/pkg-plist sed 's/^X//' >glest-data/pkg-plist << 'END-of-glest-data/pkg-plist' X%%GLESTDIRE%%/configuration.xml X%%GLESTDIRE%%/data/core/faction_textures/faction0.tga X%%GLESTDIRE%%/data/core/faction_textures/faction1.tga X%%GLESTDIRE%%/data/core/faction_textures/faction2.tga X%%GLESTDIRE%%/data/core/faction_textures/faction3.tga X%%GLESTDIRE%%/data/core/menu/about_models/character0.g3d X%%GLESTDIRE%%/data/core/menu/about_models/character1.g3d X%%GLESTDIRE%%/data/core/menu/about_models/character2.g3d X%%GLESTDIRE%%/data/core/menu/about_models/character3.g3d X%%GLESTDIRE%%/data/core/menu/about_models/character4.g3d X%%GLESTDIRE%%/data/core/menu/about_models/texture_archer.tga X%%GLESTDIRE%%/data/core/menu/about_models/texture_armored_swordman.tga X%%GLESTDIRE%%/data/core/menu/about_models/texture_battle_mage.tga X%%GLESTDIRE%%/data/core/menu/about_models/texture_mage_worker.tga X%%GLESTDIRE%%/data/core/menu/about_models/texture_mapa #1.tga X%%GLESTDIRE%%/data/core/menu/about_models/texture_swordman.tga X%%GLESTDIRE%%/data/core/menu/about_models/texture_worker.tga X%%GLESTDIRE%%/data/core/menu/about_models/tree1.g3d X%%GLESTDIRE%%/data/core/menu/main_model/menu_main.g3d X%%GLESTDIRE%%/data/core/menu/main_model/texture_castle.tga X%%GLESTDIRE%%/data/core/menu/main_model/texture_grass.tga X%%GLESTDIRE%%/data/core/menu/main_model/texture_mage_tower.tga X%%GLESTDIRE%%/data/core/menu/main_model/texture_mapa #19.tga X%%GLESTDIRE%%/data/core/menu/main_model/texture_skull.tga X%%GLESTDIRE%%/data/core/menu/main_model/texture_tree1.tga X%%GLESTDIRE%%/data/core/menu/main_model/texture_tree2.tga X%%GLESTDIRE%%/data/core/menu/menu.xml X%%GLESTDIRE%%/data/core/menu/music/intro_music.ogg X%%GLESTDIRE%%/data/core/menu/music/menu_music.ogg X%%GLESTDIRE%%/data/core/menu/sound/click_a.wav X%%GLESTDIRE%%/data/core/menu/sound/click_b.wav X%%GLESTDIRE%%/data/core/menu/sound/click_c.wav X%%GLESTDIRE%%/data/core/menu/sound/click_d.wav X%%GLESTDIRE%%/data/core/menu/textures/back.tga X%%GLESTDIRE%%/data/core/menu/textures/button_big.tga X%%GLESTDIRE%%/data/core/menu/textures/button_small.tga X%%GLESTDIRE%%/data/core/menu/textures/custom_texture.tga X%%GLESTDIRE%%/data/core/menu/textures/logo.tga X%%GLESTDIRE%%/data/core/menu/textures/water.tga X%%GLESTDIRE%%/data/core/misc_textures/fire_particle.tga X%%GLESTDIRE%%/data/core/misc_textures/snow_particle.tga X%%GLESTDIRE%%/data/core/misc_textures/water_splash.tga X%%GLESTDIRE%%/data/core/water_sounds/water0.wav X%%GLESTDIRE%%/data/core/water_sounds/water1.wav X%%GLESTDIRE%%/data/core/water_sounds/water2.wav X%%GLESTDIRE%%/data/core/water_sounds/water3.wav X%%GLESTDIRE%%/data/core/water_sounds/water4.wav X%%GLESTDIRE%%/data/core/water_sounds/water5.wav X%%GLESTDIRE%%/data/lang/english.lng X%%GLESTDIRE%%/data/lang/espaņol.lng X%%GLESTDIRE%%/data/lang/galego.lng X%%PORTDOCS%%%%DOCSDIR%%/license-data.txt X%%PORTDOCS%%%%DOCSDIR%%/readme.txt X%%PORTDOCS%%%%DOCSDIR%%/tech/advanced_architecture.html X%%PORTDOCS%%%%DOCSDIR%%/tech/advanced_magic.html X%%PORTDOCS%%%%DOCSDIR%%/tech/aerodrome.html X%%PORTDOCS%%%%DOCSDIR%%/tech/air_ballista.html X%%PORTDOCS%%%%DOCSDIR%%/tech/airship.html X%%PORTDOCS%%%%DOCSDIR%%/tech/ancient_summoning.html X%%PORTDOCS%%%%DOCSDIR%%/tech/archer.html X%%PORTDOCS%%%%DOCSDIR%%/tech/archmage.html X%%PORTDOCS%%%%DOCSDIR%%/tech/archmage_tower.html X%%PORTDOCS%%%%DOCSDIR%%/tech/armored_swordman.html X%%PORTDOCS%%%%DOCSDIR%%/tech/barracks.html X%%PORTDOCS%%%%DOCSDIR%%/tech/battle_machine.html X%%PORTDOCS%%%%DOCSDIR%%/tech/battlemage.html X%%PORTDOCS%%%%DOCSDIR%%/tech/blacksmith.html X%%PORTDOCS%%%%DOCSDIR%%/tech/castle.html X%%PORTDOCS%%%%DOCSDIR%%/tech/catapult.html X%%PORTDOCS%%%%DOCSDIR%%/tech/cow.html X%%PORTDOCS%%%%DOCSDIR%%/tech/daemon.html X%%PORTDOCS%%%%DOCSDIR%%/tech/daemon_giant.html X%%PORTDOCS%%%%DOCSDIR%%/tech/defense_tower.html X%%PORTDOCS%%%%DOCSDIR%%/tech/dragon.html X%%PORTDOCS%%%%DOCSDIR%%/tech/dragon_call.html X%%PORTDOCS%%%%DOCSDIR%%/tech/drake_rider.html X%%PORTDOCS%%%%DOCSDIR%%/tech/energy_compression.html X%%PORTDOCS%%%%DOCSDIR%%/tech/energy_sharpening.html X%%PORTDOCS%%%%DOCSDIR%%/tech/energy_source.html X%%PORTDOCS%%%%DOCSDIR%%/tech/farm.html X%%PORTDOCS%%%%DOCSDIR%%/tech/golem.html X%%PORTDOCS%%%%DOCSDIR%%/tech/hell_gate.html X%%PORTDOCS%%%%DOCSDIR%%/tech/horseman.html X%%PORTDOCS%%%%DOCSDIR%%/tech/initiate.html X%%PORTDOCS%%%%DOCSDIR%%/tech/library.html X%%PORTDOCS%%%%DOCSDIR%%/tech/mage_tower.html X%%PORTDOCS%%%%DOCSDIR%%/tech/magic_armor.html X%%PORTDOCS%%%%DOCSDIR%%/tech/magitech.html X%%PORTDOCS%%%%DOCSDIR%%/tech/mana_compression.html X%%PORTDOCS%%%%DOCSDIR%%/tech/ornithopter.html X%%PORTDOCS%%%%DOCSDIR%%/tech/pig.html X%%PORTDOCS%%%%DOCSDIR%%/tech/rider.html X%%PORTDOCS%%%%DOCSDIR%%/tech/robotics.html X%%PORTDOCS%%%%DOCSDIR%%/tech/shield_level_1.html X%%PORTDOCS%%%%DOCSDIR%%/tech/shield_level_2.html X%%PORTDOCS%%%%DOCSDIR%%/tech/stables.html X%%PORTDOCS%%%%DOCSDIR%%/tech/summoner.html X%%PORTDOCS%%%%DOCSDIR%%/tech/summoner_guild.html X%%PORTDOCS%%%%DOCSDIR%%/tech/sword_level_1.html X%%PORTDOCS%%%%DOCSDIR%%/tech/sword_level_2.html X%%PORTDOCS%%%%DOCSDIR%%/tech/swordman.html X%%PORTDOCS%%%%DOCSDIR%%/tech/technician.html X%%PORTDOCS%%%%DOCSDIR%%/tech/technodrome.html X%%PORTDOCS%%%%DOCSDIR%%/tech/tower_of_souls.html X%%PORTDOCS%%%%DOCSDIR%%/tech/training_field.html X%%PORTDOCS%%%%DOCSDIR%%/tech/wicker_daemon.html X%%PORTDOCS%%%%DOCSDIR%%/tech/worker.html X%%GLESTDIRE%%/glest.ico X%%GLESTDIRE%%/glest.log X%%GLESTDIRE%%/glest.url X%%GLESTDIRE%%/maps/four_rivers.gbm X%%GLESTDIRE%%/maps/in_the_forest.gbm X%%GLESTDIRE%%/maps/island_siege.gbm X%%GLESTDIRE%%/maps/mountains.gbm X%%GLESTDIRE%%/maps/one_on_one.gbm X%%GLESTDIRE%%/maps/riverside.gbm X%%GLESTDIRE%%/maps/the_island.gbm X%%GLESTDIRE%%/maps/the_ruins.gbm X%%GLESTDIRE%%/techs/magitech/factions/magic/magic.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/music/music_magic.ogg X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/archmage.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/fire_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/archmage.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/archmage_ice_nova.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/archmage_particle.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/archmage_static_fire.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/magic_cancel.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/magic_hold.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/magic_move.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images/magic_stop.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/models/archmage_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/models/archmage_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/models/archmage_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/models/archmage_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/models/texture_archmage.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/particle_proj2.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack11.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack12.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack13.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack15.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack16.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack17.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack18.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack19.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack20.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack21.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack22.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack23.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack24.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_hit4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds/archmage_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/archmage_tower.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/images/archmage_tower.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/models/archmage_tower.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/models/texture_archmage_tower.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_building_fall7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds/magic_click.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/battlemage.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/images/battlemage.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/images/battlemage_fire_bolt.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/images/battlemage_particle.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/models/battlemage_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/models/battlemage_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/models/battlemage_morphing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/models/battlemage_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/models/battlemage_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/models/texture_battle_mage.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_ack9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_hit4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select11.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select12.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select13.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select14.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds/battlemage_select9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/daemon.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/images/daemon.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/images/daemon_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/models/daemon_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/models/daemon_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/models/daemon_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/models/daemon_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/models/texture_creature.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack11.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack12.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack13.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack14.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack15.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack16.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_attack9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds/daemon_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/daemon_giant.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/images/daemon_giant.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/images/daemon_giant_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/models/daemon_giant_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/models/daemon_giant_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/models/daemon_giant_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/models/daemon_giant_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/models/texture_daemon_giant.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1a.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1b.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1c.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1d.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1e.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1f.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1g.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_attack1h.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_walk1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds/dgiant_walk2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/dragon.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/images/dragon.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/images/dragon_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/images/dragon_particle_proj.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/models/dragon_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/models/dragon_attacking.log X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/models/dragon_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/models/dragon_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/models/dragon_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/models/texture_dragon.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_hit4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds/dragon_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/drake_rider.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/images/drake_rider.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/images/fire_breath_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/images/flare_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/models/drake_rider_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/models/drake_rider_attacking2.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/models/drake_rider_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/models/drake_rider_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/models/drake_rider_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/models/texture_dragon_rider.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/particle_proj_air.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/particle_splash_air.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_attack.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_walk1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds/dr_walk2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/energy_source/energy_source.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/energy_source/images/energy_source.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/energy_source/models/energy_source.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/energy_source/models/texture_energy_source.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/golem.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/images/catapult_particle_proj.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/images/catapult_particle_splash.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/images/golem.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/images/golem_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/golem_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/golem_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/golem_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/golem_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/golem_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/stone_model.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/texture_golem.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models/texture_stone.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack11.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_ack9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select11.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_select9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_walk1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds/golem_walk2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/golem.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/initiate.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/initiate_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/initiate_build.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/initiate_harvest.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/initiate_harvest_wood.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/initiate_particle.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images/initiate_repair.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/initiate.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_building.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_harvesting.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_morphing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_repairing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_standing_loaded.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_standing_loaded_wood.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_walking_loaded.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/initiate_walking_loaded_wood.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/texture_mage_worker.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models/texture_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_ack9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_build1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_build2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_build3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_harvest4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_hit4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_end1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_end2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_start1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds/initiate_work_start2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/library/images/library.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/library/library.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/library/models/library.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/library/models/library_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/library/models/texture_library.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/library/models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/construction_models/archmage_tower_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/construction_models/energy_source_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/construction_models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/construction_models/tower_of_souls_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models/archmage_tower_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models/energy_source_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models/library_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models/mage_tower_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models/summoner_guild_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models/texture_ashes_magic.tga.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models/wicker_daemon_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/images/mage_tower.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/images/meeting_point.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/mage_tower.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/models/mage_tower.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/models/mage_tower_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/models/texture_mage_tower.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/images/magic_armor.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/images/magic_armor_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/magic_armor.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/models/magic_armor_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/models/texture_magic_armor.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_attack9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_die5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds/magic_armor_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images/summoner.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images/summoner_armour.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images/summoner_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images/summoner_daemon.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images/summoner_dragon.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images/summoner_particle_proj.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images/summoner_particle_splash.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/models/summoner_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/models/summoner_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/models/summoner_producing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/models/summoner_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/models/summoner_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/models/texture_elementalist.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack11.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack12.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_ack9.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_die5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_hit4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select10.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select11.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select14.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select15.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select16.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select17.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds/summoner_summon4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/summoner.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/images/summoner_guild.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/models/summoner_guild.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/models/summoner_guild_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/models/texture_summoner_guild.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/summoner_guild.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/images/initiate_particle.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/images/tower_of_souls.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/images/tower_of_souls_attack_off.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/images/tower_of_souls_attack_on.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/images/towers_of_wouls_attack_off.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/images/towers_of_wouls_attack_on.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/models/texture_skull.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/models/texture_tower_of_souls.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/models/tower_of_souls.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/models/tower_of_souls_projectile.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds/tower_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/tower_of_souls.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/images/wicker_daemon.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/models/texture_wicker_daemon.tga X%%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/models/wicker_daemon.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/models/wicker_daemon_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/models/wicker_daemon_morph.g3d X%%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/sounds/wicker_fire.wav X%%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/wicker_daemon.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/ancient_summoning/ancient_summoning.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/ancient_summoning/images/ancient_summoning.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/ancient_summoning/images/magic_upgrade_cancel.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/dragon_call/dragon_call.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/dragon_call/images/dragon_call.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_compression/energy_compression.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_compression/images/energy_compression.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_sharpening/energy_sharpening.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_sharpening/images/energy_sharpening.bmp X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/hell_gate/hell_gate.xml X%%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/hell_gate/images/hell_gate.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/music/music_tech.ogg X%%GLESTDIRE%%/techs/magitech/factions/tech/tech.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/aerodrome.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/images/aerodrome.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/models/aerodrome.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/models/aerodrome_airship.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/models/aerodrome_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/models/aerodrome_ornithopter.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/models/texture_map #0.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/air_ballista.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/images/air_ballista.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/images/air_ballista_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/images/air_ballista_attack_off.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/models/air_ballista_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/models/air_ballista_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/models/air_ballista_morphing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/models/air_ballista_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/models/arrow.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/models/texture_air_ballista.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/sounds/ab_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/sounds/ab_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/sounds/ab_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/sounds/ab_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/sounds/ab_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/airship.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/images/airship.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/images/airship_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/models/airship_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/models/airship_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/models/airship_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/models/airship_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/models/rocket.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/models/texture_airship.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/sounds/airship_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/sounds/airship_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/sounds/airship_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/sounds/airship_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/sounds/airship_fly.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/sounds/airship_hit.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/archer.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images/archer.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images/archer_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images/archer_particle.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images/tech_cancel.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images/tech_hold.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images/tech_move.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images/tech_stop.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/models/archer_arrow.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/models/archer_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/models/archer_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/models/archer_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/models/archer_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/models/texture_archer.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack12.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack13.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack14.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack15.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_ack9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/archer_select9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/arrow_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/arrow_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/arrow_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/arrow_hit4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds/arrow_hit5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/armored_swordman.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/images/armored_swordman.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/images/armored_swordman_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_charging.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/models/armored_swordman_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/models/texture_armored_swordman.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack12.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack13.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack14.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_attack9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds/armored_swordman_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/barracks.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/images/barracks.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/images/meeting_point.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/models/barracks.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/models/texture_barracks.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds/tech_building_fall6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds/tech_click.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/battle_machine.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/images/battle_machine.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/images/battle_machine_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/images/battle_machine_attack_arrow.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/images/battle_machine_particle.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_arrow.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_attacking2.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_charging.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/battle_machine_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models/texture_battle_machine.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack1b.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack1c.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack2b.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_attack2c.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds/machine_walk5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/blacksmith.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/images/blacksmith.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/models/blacksmith.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/models/blacksmith_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/models/blacksmith_upgrading.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/models/texture_blacksmith.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/sounds/anvil1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/sounds/anvil2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/sounds/anvil3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/sounds/anvil4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/castle.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/construction_models/barracks_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/construction_models/castle_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/construction_models/technodrome_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/construction_models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models/barracks_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models/blacksmith_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models/castle_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models/defense_tower_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models/farm_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models/technodrome_destruction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models/texture_ashes_tech.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/images/castle.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/models/castle.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/models/texture_castle.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/catapult.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/images/catapult.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/images/catapult_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/images/catapult_particle_proj.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/images/catapult_particle_splash.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models/catapult_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models/catapult_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models/catapult_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models/catapult_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models/stone_model.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models/texture_catapult.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models/texture_stone.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_attack1b.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds/catapult_walk6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/cow.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/images/cow.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/models/cow_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/models/cow_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/models/cow_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/models/texture_cow.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds/cow_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/defense_tower.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/images/defense_tower.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/images/defense_tower_attack_off.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/images/defense_tower_attack_on.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/images/defense_tower_particle_proj.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/models/defense_tower.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/models/defense_tower_arrow.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/models/defense_tower_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/models/texture_defense_tower.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/sounds/defense_tower_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/sounds/defense_tower_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/farm.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/images/farm.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/models/farm.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/models/farm_construction.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/models/texture_farm.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/models/texture_stone_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/images/fire_arrow.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/images/ornithopter.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/models/bottle.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/models/ornithopter_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/models/ornithopter_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/models/ornithopter_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/models/ornithopter_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/models/texture_flying_machine.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/ornithopter.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_attack.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_fly.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_hit3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_hit4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_hit5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds/orni_standing.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/images/pig.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/models/pig_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/models/pig_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/models/pig_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/models/texture_pig.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/pig.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds/pig_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/images/rider.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/images/rider_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/models/rider_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/models/rider_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/models/rider_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/models/rider_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/models/texture_horseman.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/rider.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack12.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack13.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack14.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack15.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_ack9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack12.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack13.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack14.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_attack9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select12.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_select9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_walk1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_walk2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds/rider_walk3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/images/swordman.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/images/swordman_attack.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/models/swordman_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/models/swordman_charging.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/models/swordman_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/models/swordman_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/models/swordman_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/models/texture_swordman.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack12.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_attack9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds/swordman_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/swordman.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/images/molotov.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/images/technician.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/images/technician_heal.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/images/technician_mine.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/images/technician_repair.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/images/tehnician_repair.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_attacking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_healing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_mining.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_morphing_battle_machine.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_morphing_catapult.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_repairing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_standing_loaded.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/technician_walking_loaded.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/texture_battle_machine_catapult.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models/texture_technician.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/particle_proj.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/particle_splash.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack10.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack11.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack12.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack13.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack14.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack15.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack16.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack17.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack18.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack19.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_ack9.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_attack.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_build1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_build2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_build3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_build4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_build5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_build6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_die4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_hit1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_hit2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_mine1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_mine2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_mine3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_mine4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds/technician_select8.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/technician.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technodrome/images/technodrome.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technodrome/models/technodrome.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technodrome/models/texture_technodrome.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/technodrome/technodrome.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/images/worker.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/images/worker_build_advanced.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/images/worker_build_basic.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/images/worker_harvest_wood.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/images/worker_mine.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/images/worker_repair.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/texture_wood.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/texture_worker.tga X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_building.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_dying.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_harversting_wood.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_mining.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_standing.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_standing_loaded.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_standing_loaded_wood.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_walking.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_walking_gold.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_walking_loaded.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_walking_loaded_wood.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models/worker_walking_wood.g3d X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_ack1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_ack2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_ack3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_ack4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_ack5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_ack6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_ack7.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_build1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_build2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_build3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_build4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_die1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_die2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_die3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_harvest_wood1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_harvest_wood2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_harvest_wood3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_mine1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_mine2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_mine3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_mine4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_mine5.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_mine6.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_select1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_select2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_select3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_select4.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_work_end1.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_work_end2.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds/worker_work_end3.wav X%%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/worker.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/advanced_architecture/advanced_architecture.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/advanced_architecture/images/advanced_architecture.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/advanced_architecture/images/tech_upgrade_cancel.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/robotics/images/robotics.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/robotics/robotics.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_1/images/shield1.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_1/shield_level_1.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_2/images/shield2.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_2/shield_level_2.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/stables/images/stables.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/stables/stables.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_1/images/sword1.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_1/sword_level_1.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_2/images/sword2.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_2/sword_level_2.xml X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/training_field/images/training_field.bmp X%%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/training_field/training_field.xml X%%GLESTDIRE%%/techs/magitech/magitech.xml X%%GLESTDIRE%%/techs/magitech/resources/energy/energy.xml X%%GLESTDIRE%%/techs/magitech/resources/energy/images/energy.bmp X%%GLESTDIRE%%/techs/magitech/resources/food/food.xml X%%GLESTDIRE%%/techs/magitech/resources/food/images/food.bmp X%%GLESTDIRE%%/techs/magitech/resources/gold/gold.xml X%%GLESTDIRE%%/techs/magitech/resources/gold/images/gold.bmp X%%GLESTDIRE%%/techs/magitech/resources/gold/models/gold.g3d X%%GLESTDIRE%%/techs/magitech/resources/gold/models/texture_gold.tga X%%GLESTDIRE%%/techs/magitech/resources/stone/images/stone.bmp X%%GLESTDIRE%%/techs/magitech/resources/stone/models/stone.g3d X%%GLESTDIRE%%/techs/magitech/resources/stone/models/texture_stone.tga X%%GLESTDIRE%%/techs/magitech/resources/stone/stone.xml X%%GLESTDIRE%%/techs/magitech/resources/wood/images/wood.bmp X%%GLESTDIRE%%/techs/magitech/resources/wood/wood.xml X%%GLESTDIRE%%/tilesets/forest/forest.xml X%%GLESTDIRE%%/tilesets/forest/models/battlemage_statue.g3d X%%GLESTDIRE%%/tilesets/forest/models/big_stone.g3d X%%GLESTDIRE%%/tilesets/forest/models/big_stone2.g3d X%%GLESTDIRE%%/tilesets/forest/models/big_stone3.g3d X%%GLESTDIRE%%/tilesets/forest/models/big_tree1.g3d X%%GLESTDIRE%%/tilesets/forest/models/big_tree2.g3d X%%GLESTDIRE%%/tilesets/forest/models/broken_statue.g3d X%%GLESTDIRE%%/tilesets/forest/models/broken_statue2.g3d X%%GLESTDIRE%%/tilesets/forest/models/bush.g3d X%%GLESTDIRE%%/tilesets/forest/models/bush2.g3d X%%GLESTDIRE%%/tilesets/forest/models/bush3.g3d X%%GLESTDIRE%%/tilesets/forest/models/bush4.g3d X%%GLESTDIRE%%/tilesets/forest/models/bush5.g3d X%%GLESTDIRE%%/tilesets/forest/models/dead_tree.g3d X%%GLESTDIRE%%/tilesets/forest/models/hanged.g3d X%%GLESTDIRE%%/tilesets/forest/models/impaled.g3d X%%GLESTDIRE%%/tilesets/forest/models/none.g3d X%%GLESTDIRE%%/tilesets/forest/models/obelisk.g3d X%%GLESTDIRE%%/tilesets/forest/models/riverside_object.g3d X%%GLESTDIRE%%/tilesets/forest/models/riverside_object2.g3d X%%GLESTDIRE%%/tilesets/forest/models/riverside_object3.g3d X%%GLESTDIRE%%/tilesets/forest/models/riverside_object4.g3d X%%GLESTDIRE%%/tilesets/forest/models/riverside_object5.g3d X%%GLESTDIRE%%/tilesets/forest/models/statue.g3d X%%GLESTDIRE%%/tilesets/forest/models/stone1.g3d X%%GLESTDIRE%%/tilesets/forest/models/stone2.g3d X%%GLESTDIRE%%/tilesets/forest/models/swordman_statue.g3d X%%GLESTDIRE%%/tilesets/forest/models/technician_statue.g3d X%%GLESTDIRE%%/tilesets/forest/models/texture_battlemage_statue.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_big_stone.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_bush.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_bush2.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_custom5.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_dead_tree.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_flowers.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_grass.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_hanged.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_impaled.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_obelisk.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_statue.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_statue_technician.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_stone.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_swordman_statue.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree1.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree2.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree3.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree4.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree5.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree6.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree_3.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_tree_4.tga X%%GLESTDIRE%%/tilesets/forest/models/texture_water_object.tga X%%GLESTDIRE%%/tilesets/forest/models/tree1.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree10.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree2.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree3.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree4.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree5.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree6.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree7.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree8.g3d X%%GLESTDIRE%%/tilesets/forest/models/tree9.g3d X%%GLESTDIRE%%/tilesets/forest/sounds/chicken.wav X%%GLESTDIRE%%/tilesets/forest/sounds/day.ogg X%%GLESTDIRE%%/tilesets/forest/sounds/night.ogg X%%GLESTDIRE%%/tilesets/forest/sounds/rain.ogg X%%GLESTDIRE%%/tilesets/forest/sounds/wolf.wav X%%GLESTDIRE%%/tilesets/forest/textures/surface1a.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1b.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1c.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1d.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1e.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1f.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1g.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1h.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1i.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface1j.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface2a.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface2b.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface2c.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface2d.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface2e.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface2f.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface3a.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface3b.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface4a.bmp X%%GLESTDIRE%%/tilesets/forest/textures/surface5a.bmp X%%GLESTDIRE%%/tilesets/forest/textures/water_001.tga X%%GLESTDIRE%%/tilesets/forest/textures/water_002.tga X%%GLESTDIRE%%/tilesets/forest/textures/water_003.tga X%%GLESTDIRE%%/tilesets/forest/textures/water_004.tga X%%GLESTDIRE%%/tilesets/forest/textures/water_005.tga X%%GLESTDIRE%%/tilesets/forest/textures/water_006.tga X%%GLESTDIRE%%/tilesets/forest/textures/water_007.tga X%%GLESTDIRE%%/tilesets/forest/textures/water_008.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/battlemage_statue.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/big_stone.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/big_stone2.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/big_stone3.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/big_tree1.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/big_tree2.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/broken_statue.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/broken_statue2.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/bush.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/bush2.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/bush3.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/bush4.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/bush5.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/dead_tree.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/hanged.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/impaled.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/none.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/obelisk.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/riverside_object.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/riverside_object2.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/riverside_object3.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/riverside_object4.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/riverside_object5.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/statue.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/stone1.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/stone2.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/swordman_statue.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/technician_statue.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_battlemage_statue.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_big_stone.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_bush.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_bush2.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_custom5.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_dead_tree.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_flowers.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_grass.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_hanged.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_impaled.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_obelisk.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_statue.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_statue_technician.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_stone.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_swordman_statue.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree1.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree2.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree3.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree4.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree5.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree6.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree_3.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_tree_4.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/texture_water_object.tga X%%GLESTDIRE%%/tilesets/winter_forest/models/tree1.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree10.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree2.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree3.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree4.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree5.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree6.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree7.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree8.g3d X%%GLESTDIRE%%/tilesets/winter_forest/models/tree9.g3d X%%GLESTDIRE%%/tilesets/winter_forest/sounds/rain.ogg X%%GLESTDIRE%%/tilesets/winter_forest/sounds/wind.ogg X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface1a.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface1b.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface1c.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface2a.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface2b.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface2c.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface2d.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface2e.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface2f.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface3a.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface3b.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface4a.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface4b.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface4c.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/surface5a.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/water.bmp X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_001.tga X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_002.tga X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_003.tga X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_004.tga X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_005.tga X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_006.tga X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_007.tga X%%GLESTDIRE%%/tilesets/winter_forest/textures/water_008.tga X%%GLESTDIRE%%/tilesets/winter_forest/winter_forest.xml X@dirrm %%GLESTDIRE%%/data/core/faction_textures X@dirrm %%GLESTDIRE%%/data/core/menu/about_models X@dirrm %%GLESTDIRE%%/data/core/menu/main_model X@dirrm %%GLESTDIRE%%/data/core/menu/music X@dirrm %%GLESTDIRE%%/data/core/menu/sound X@dirrm %%GLESTDIRE%%/data/core/menu/textures X@dirrm %%GLESTDIRE%%/data/core/menu X@dirrm %%GLESTDIRE%%/data/core/misc_textures X@dirrm %%GLESTDIRE%%/data/core/water_sounds X@dirrm %%GLESTDIRE%%/data/core X@dirrm %%GLESTDIRE%%/data/lang X@dirrm %%GLESTDIRE%%/data X%%PORTDOCS%%@dirrm %%DOCSDIR%%/tech X%%PORTDOCS%%@dirrmtry %%DOCSDIR%% X@dirrm %%GLESTDIRE%%/maps X@dirrm %%GLESTDIRE%%/screens X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/music X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/archmage_tower X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/battlemage X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/daemon_giant X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/dragon X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/drake_rider X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/energy_source/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/energy_source/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/energy_source X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/golem/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/golem X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/initiate X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/library/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/library/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/library X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/construction_models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/destruction_models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/mage_tower X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/magic_armor X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/summoner_guild X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/tower_of_souls X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units/wicker_daemon X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/units X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/ancient_summoning/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/ancient_summoning X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/dragon_call/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/dragon_call X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_compression/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_compression X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_sharpening/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/energy_sharpening X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/hell_gate/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades/hell_gate X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic/upgrades X@dirrm %%GLESTDIRE%%/techs/magitech/factions/magic X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/music X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/aerodrome X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/airship/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/airship X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/air_ballista X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/archer/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/archer X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/armored_swordman X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/barracks X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/battle_machine X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/blacksmith X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/construction_models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/destruction_models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/castle/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/castle X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/catapult X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/cow/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/cow X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/defense_tower X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/farm/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/farm X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/ornithopter X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/pig/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/pig X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/rider/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/rider X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/swordman X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/technician/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/technician X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/technodrome/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/technodrome/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/technodrome X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/models X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/worker/sounds X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units/worker X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/units X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/advanced_architecture/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/advanced_architecture X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/robotics/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/robotics X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_1/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_1 X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_2/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/shield_level_2 X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/stables/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/stables X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_1/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_1 X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_2/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/sword_level_2 X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/training_field/images X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades/training_field X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech/upgrades X@dirrm %%GLESTDIRE%%/techs/magitech/factions/tech X@dirrm %%GLESTDIRE%%/techs/magitech/factions X@dirrm %%GLESTDIRE%%/techs/magitech/resources/energy/images X@dirrm %%GLESTDIRE%%/techs/magitech/resources/energy X@dirrm %%GLESTDIRE%%/techs/magitech/resources/food/images X@dirrm %%GLESTDIRE%%/techs/magitech/resources/food X@dirrm %%GLESTDIRE%%/techs/magitech/resources/gold/images X@dirrm %%GLESTDIRE%%/techs/magitech/resources/gold/models X@dirrm %%GLESTDIRE%%/techs/magitech/resources/gold X@dirrm %%GLESTDIRE%%/techs/magitech/resources/stone/images X@dirrm %%GLESTDIRE%%/techs/magitech/resources/stone/models X@dirrm %%GLESTDIRE%%/techs/magitech/resources/stone X@dirrm %%GLESTDIRE%%/techs/magitech/resources/wood/images X@dirrm %%GLESTDIRE%%/techs/magitech/resources/wood X@dirrm %%GLESTDIRE%%/techs/magitech/resources X@dirrm %%GLESTDIRE%%/techs/magitech X@dirrm %%GLESTDIRE%%/techs X@dirrm %%GLESTDIRE%%/tilesets/forest/models X@dirrm %%GLESTDIRE%%/tilesets/forest/sounds X@dirrm %%GLESTDIRE%%/tilesets/forest/textures X@dirrm %%GLESTDIRE%%/tilesets/forest X@dirrm %%GLESTDIRE%%/tilesets/winter_forest/models X@dirrm %%GLESTDIRE%%/tilesets/winter_forest/sounds X@dirrm %%GLESTDIRE%%/tilesets/winter_forest/textures X@dirrm %%GLESTDIRE%%/tilesets/winter_forest X@dirrm %%GLESTDIRE%%/tilesets X@dirrmtry %%GLESTDIRE%% END-of-glest-data/pkg-plist echo x - glest-data/distinfo sed 's/^X//' >glest-data/distinfo << 'END-of-glest-data/distinfo' XMD5 (glest/glest_data_2.0rc5.zip) = bb99037078183a9da710ccff21453723 XSHA256 (glest/glest_data_2.0rc5.zip) = 3c667ea28c640ad770d45d212d68a03c7b18412fe1d81d4da9bc2cfdfe0a9e3f XSIZE (glest/glest_data_2.0rc5.zip) = 64693060 END-of-glest-data/distinfo exit --- glest-data-2.0.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: