From owner-svn-ports-head@FreeBSD.ORG Mon Nov 18 22:52:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1142E346; Mon, 18 Nov 2013 22:52:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F358C2D49; Mon, 18 Nov 2013 22:52:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIMqkSL047977; Mon, 18 Nov 2013 22:52:46 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIMqkOS047975; Mon, 18 Nov 2013 22:52:46 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201311182252.rAIMqkOS047975@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 18 Nov 2013 22:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334270 - head/games/freedroidrpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 22:52:47 -0000 Author: amdmi3 Date: Mon Nov 18 22:52:46 2013 New Revision: 334270 URL: http://svnweb.freebsd.org/changeset/ports/334270 Log: - Support staging - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax Modified: head/games/freedroidrpg/Makefile head/games/freedroidrpg/pkg-plist Modified: head/games/freedroidrpg/Makefile ============================================================================== --- head/games/freedroidrpg/Makefile Mon Nov 18 22:49:32 2013 (r334269) +++ head/games/freedroidrpg/Makefile Mon Nov 18 22:52:46 2013 (r334270) @@ -10,25 +10,24 @@ MASTER_SITES= SF/freedroid/freedroidRPG/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Modification of the classical Freedroid engine into an RPG -USE_SDL= sdl image mixer gfx GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake +USE_SDL= sdl image mixer gfx USE_LUA= 5.1+ CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua" USE_GCC= any # doesn't build with clang -MAN6= freedroidRPG.6 +PORTDATA= * OPTIONS_DEFINE= BACKTRACE OPENGL VORBIS BACKTRACE_DESC= Use backtrace() to generate nice bug reports -OPTIONS_DEFAULT= BACKTRACE OPENGL VORBIS +OPTIONS_DEFAULT=BACKTRACE OPENGL VORBIS -NO_STAGE= yes .include .if ${PORT_OPTIONS:MBACKTRACE} -LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo CONFIGURE_ARGS+=--enable-backtrace STRIP= # .else @@ -43,8 +42,8 @@ CONFIGURE_ARGS+=--disable-opengl .endif .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis \ - ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libogg.so:${PORTSDIR}/audio/libogg CONFIGURE_ARGS+=--enable-vorbis .else CONFIGURE_ARGS+=--disable-vorbis Modified: head/games/freedroidrpg/pkg-plist ============================================================================== --- head/games/freedroidrpg/pkg-plist Mon Nov 18 22:49:32 2013 (r334269) +++ head/games/freedroidrpg/pkg-plist Mon Nov 18 22:52:46 2013 (r334270) @@ -5,8071 +5,4 @@ bin/freedroidRPG bin/gluefont bin/make_atlas bin/pngtoico -%%DATADIR%%/dialogs/614_cryo.dialog -%%DATADIR%%/dialogs/AfterTakeover.dialog -%%DATADIR%%/dialogs/Bender.dialog -%%DATADIR%%/dialogs/Benjamin.dialog -%%DATADIR%%/dialogs/Bruce.dialog -%%DATADIR%%/dialogs/Butch.dialog -%%DATADIR%%/dialogs/Chandra.dialog -%%DATADIR%%/dialogs/Cryo-Terminal.dialog -%%DATADIR%%/dialogs/DSB-MachineDeckControl.dialog -%%DATADIR%%/dialogs/DSB-PowerControl.dialog -%%DATADIR%%/dialogs/DSB-PowerControlGate1.dialog -%%DATADIR%%/dialogs/Dixon.dialog -%%DATADIR%%/dialogs/DocMoore.dialog -%%DATADIR%%/dialogs/Dude.dialog -%%DATADIR%%/dialogs/Duncan.dialog -%%DATADIR%%/dialogs/Engel.dialog -%%DATADIR%%/dialogs/Ewald.dialog -%%DATADIR%%/dialogs/Ewalds_296.dialog -%%DATADIR%%/dialogs/Francis.dialog -%%DATADIR%%/dialogs/Geist.dialog -%%DATADIR%%/dialogs/HF-EntranceBot.dialog -%%DATADIR%%/dialogs/HF-FirmwareUpdateServer.dialog -%%DATADIR%%/dialogs/InvaderBot.dialog -%%DATADIR%%/dialogs/Iris.dialog -%%DATADIR%%/dialogs/Jasmine.dialog -%%DATADIR%%/dialogs/John.dialog -%%DATADIR%%/dialogs/Kevin-Lawnmower.dialog -%%DATADIR%%/dialogs/Kevin.dialog -%%DATADIR%%/dialogs/KevinGuard.dialog -%%DATADIR%%/dialogs/Koan.dialog -%%DATADIR%%/dialogs/Lukas.dialog -%%DATADIR%%/dialogs/MO-HFGateAccessServer.dialog -%%DATADIR%%/dialogs/MO-RGGateGuard.dialog -%%DATADIR%%/dialogs/MO-RGGateGuardLeader.dialog -%%DATADIR%%/dialogs/Maintenance-Terminal.dialog -%%DATADIR%%/dialogs/Michelangelo.dialog -%%DATADIR%%/dialogs/MiniFactory-Terminal.dialog -%%DATADIR%%/dialogs/Pendragon.dialog -%%DATADIR%%/dialogs/Peter.dialog -%%DATADIR%%/dialogs/Richard.dialog -%%DATADIR%%/dialogs/SACD.dialog -%%DATADIR%%/dialogs/SADD.dialog -%%DATADIR%%/dialogs/Singularity-Drone.dialog -%%DATADIR%%/dialogs/Singularity.dialog -%%DATADIR%%/dialogs/Skippy.dialog -%%DATADIR%%/dialogs/Sorenson.dialog -%%DATADIR%%/dialogs/Spencer.dialog -%%DATADIR%%/dialogs/Stone.dialog -%%DATADIR%%/dialogs/Tamara.dialog -%%DATADIR%%/dialogs/Tania.dialog -%%DATADIR%%/dialogs/Template.dialog -%%DATADIR%%/dialogs/Terminal.dialog -%%DATADIR%%/dialogs/TestDroid.dialog -%%DATADIR%%/dialogs/Town-614.dialog -%%DATADIR%%/dialogs/Town-GuardhouseGuard.dialog -%%DATADIR%%/dialogs/Town-NorthGateGuard.dialog -%%DATADIR%%/dialogs/Town-TeleporterGuard.dialog -%%DATADIR%%/dialogs/Town-TuxGuard.dialog -%%DATADIR%%/dialogs/TutorialTerminal.dialog -%%DATADIR%%/dialogs/TutorialTom.dialog -%%DATADIR%%/dialogs/Tybalt.dialog -%%DATADIR%%/dialogs/WillGapes.dialog -%%DATADIR%%/dialogs/c-net.dialog -%%DATADIR%%/dialogs/c-net_sub_nethack.dialog -%%DATADIR%%/graphics/backgrounds/SkillExplanationScreen.png -%%DATADIR%%/graphics/backgrounds/SkillScreen.png -%%DATADIR%%/graphics/backgrounds/character.png -%%DATADIR%%/graphics/backgrounds/console_bg1.jpg -%%DATADIR%%/graphics/backgrounds/conversation.png -%%DATADIR%%/graphics/backgrounds/credits.jpg -%%DATADIR%%/graphics/backgrounds/inventory.png -%%DATADIR%%/graphics/backgrounds/item_browser.jpg -%%DATADIR%%/graphics/backgrounds/item_browser_shop.png -%%DATADIR%%/graphics/backgrounds/item_upgrade.png -%%DATADIR%%/graphics/backgrounds/item_upgrade_crafting.png -%%DATADIR%%/graphics/backgrounds/loadingmachine.png -%%DATADIR%%/graphics/backgrounds/number_selector.png -%%DATADIR%%/graphics/backgrounds/shoppe.jpg -%%DATADIR%%/graphics/backgrounds/startup1.jpg -%%DATADIR%%/graphics/backgrounds/takeover_browser.png -%%DATADIR%%/graphics/backgrounds/title.jpg -%%DATADIR%%/graphics/backgrounds/transfer.jpg -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0001.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0001.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0002.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0002.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0003.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0003.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0004.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0004.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0005.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0005.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0006.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0006.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0007.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0007.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0008.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0008.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0009.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0009.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0010.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0010.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0011.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0011.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0012.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0012.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0013.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0013.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0014.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0014.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0015.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0015.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0016.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0016.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0017.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0017.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0018.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0018.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0019.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0019.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0020.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0020.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0021.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0021.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0022.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0022.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0023.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0023.png -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0024.offset -%%DATADIR%%/graphics/blasts/iso_blast_bullet_0024.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0001.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0001.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0002.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0002.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0003.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0003.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0004.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0004.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0005.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0005.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0006.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0006.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0007.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0007.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0008.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0008.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0009.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0009.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0010.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0010.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0011.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0011.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0012.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0012.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0013.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0013.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0014.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0014.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0015.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0015.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0016.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0016.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0017.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0017.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0018.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0018.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0019.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0019.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0020.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0020.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0021.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0021.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0022.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0022.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0023.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0023.png -%%DATADIR%%/graphics/blasts/iso_blast_droid_0024.offset -%%DATADIR%%/graphics/blasts/iso_blast_droid_0024.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0001.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0001.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0002.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0002.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0003.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0003.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0004.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0004.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0005.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0005.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0006.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0006.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0007.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0007.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0008.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0008.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0009.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0009.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0010.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0010.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0011.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0011.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0012.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0012.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0013.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0013.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0014.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0014.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0015.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0015.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0016.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0016.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0017.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0017.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0018.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0018.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0019.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0019.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0020.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0020.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0021.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0021.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0022.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0022.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0023.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0023.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0024.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0024.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0025.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0025.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0026.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0026.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0027.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0027.png -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0028.offset -%%DATADIR%%/graphics/blasts/iso_blast_exterminator_0028.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_00_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_00_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_01_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_01_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_02_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_02_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_03_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_03_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_04_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_04_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_05_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_05_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_06_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_06_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_07_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_07_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_08_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_08_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_09_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_09_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_10_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_10_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_11_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_11_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_12_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_12_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_13_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_13_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_14_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_14_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_15_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_exterminator_15_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_00_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_00_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_01_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_01_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_02_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_02_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_03_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_03_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_04_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_04_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_05_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_05_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_06_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_06_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_07_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_07_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_08_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_08_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_09_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_09_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_10_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_10_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_11_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_11_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_12_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_12_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_13_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_13_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_14_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_14_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_15_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_half_pulse_15_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_00_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_00_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_01_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_01_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_02_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_02_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_03_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_03_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_04_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_04_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_05_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_05_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_06_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_06_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_07_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_07_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_08_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_08_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_09_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_09_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_10_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_10_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_11_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_11_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_12_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_12_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_13_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_13_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_14_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_14_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_15_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_laser_rifle_15_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_00_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_00_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_01_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_01_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_02_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_02_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_03_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_03_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_04_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_04_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_05_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_05_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_06_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_06_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_07_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_07_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_08_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_08_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_09_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_09_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_10_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_10_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_11_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_11_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_12_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_12_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_13_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_13_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_14_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_14_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_military_15_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_military_15_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_00_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_00_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_01_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_01_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_02_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_02_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_03_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_03_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_04_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_04_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_05_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_05_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_06_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_06_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_07_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_07_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_08_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_08_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_09_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_09_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_10_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_10_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_11_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_11_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_12_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_12_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_13_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_13_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_14_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_14_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_15_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_plasma_white_15_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_00_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_01_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_02_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_03_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_04_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_05_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_06_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_07_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_08_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_09_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_10_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_11_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_12_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_13_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_14_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0002.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0002.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0003.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0003.png -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0004.offset -%%DATADIR%%/graphics/bullets/iso_bullet_shotgun_15_0004.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_00_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_00_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_01_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_01_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_02_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_02_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_03_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_03_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_04_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_04_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_05_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_05_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_06_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_06_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_07_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_07_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_08_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_08_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_09_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_09_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_10_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_10_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_11_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_11_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_12_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_12_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_13_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_13_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_14_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_14_0001.png -%%DATADIR%%/graphics/bullets/iso_bullet_single_15_0001.offset -%%DATADIR%%/graphics/bullets/iso_bullet_single_15_0001.png -%%DATADIR%%/graphics/compass.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0000.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0001.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0002.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0003.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0004.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0005.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0006.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0007.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0008.png -%%DATADIR%%/graphics/cursors/mouse_cursor_0009.png -%%DATADIR%%/graphics/cursors/mouse_move_cursor_0.offset -%%DATADIR%%/graphics/cursors/mouse_move_cursor_0.png -%%DATADIR%%/graphics/cursors/mouse_move_cursor_1.offset -%%DATADIR%%/graphics/cursors/mouse_move_cursor_1.png -%%DATADIR%%/graphics/droids/123/123_1.png -%%DATADIR%%/graphics/droids/123/123_2.png -%%DATADIR%%/graphics/droids/123/123_3.png -%%DATADIR%%/graphics/droids/123/123_4.png -%%DATADIR%%/graphics/droids/123/atlas.txt -%%DATADIR%%/graphics/droids/123/portrait.png -%%DATADIR%%/graphics/droids/123/portrait_0001.jpg -%%DATADIR%%/graphics/droids/123/portrait_0002.jpg -%%DATADIR%%/graphics/droids/123/portrait_0003.jpg -%%DATADIR%%/graphics/droids/123/portrait_0004.jpg -%%DATADIR%%/graphics/droids/123/portrait_0005.jpg -%%DATADIR%%/graphics/droids/123/portrait_0006.jpg -%%DATADIR%%/graphics/droids/123/portrait_0007.jpg -%%DATADIR%%/graphics/droids/123/portrait_0008.jpg -%%DATADIR%%/graphics/droids/123/portrait_0009.jpg -%%DATADIR%%/graphics/droids/123/portrait_0010.jpg -%%DATADIR%%/graphics/droids/123/portrait_0011.jpg -%%DATADIR%%/graphics/droids/123/portrait_0012.jpg -%%DATADIR%%/graphics/droids/123/portrait_0013.jpg -%%DATADIR%%/graphics/droids/123/portrait_0014.jpg -%%DATADIR%%/graphics/droids/123/portrait_0015.jpg -%%DATADIR%%/graphics/droids/123/portrait_0016.jpg -%%DATADIR%%/graphics/droids/123/portrait_0017.jpg -%%DATADIR%%/graphics/droids/123/portrait_0018.jpg -%%DATADIR%%/graphics/droids/123/portrait_0019.jpg -%%DATADIR%%/graphics/droids/123/portrait_0020.jpg -%%DATADIR%%/graphics/droids/123/portrait_0021.jpg -%%DATADIR%%/graphics/droids/123/portrait_0022.jpg -%%DATADIR%%/graphics/droids/123/portrait_0023.jpg -%%DATADIR%%/graphics/droids/123/portrait_0024.jpg -%%DATADIR%%/graphics/droids/123/portrait_0025.jpg -%%DATADIR%%/graphics/droids/123/portrait_0026.jpg -%%DATADIR%%/graphics/droids/123/portrait_0027.jpg -%%DATADIR%%/graphics/droids/123/portrait_0028.jpg -%%DATADIR%%/graphics/droids/123/portrait_0029.jpg -%%DATADIR%%/graphics/droids/123/portrait_0030.jpg -%%DATADIR%%/graphics/droids/123/portrait_0031.jpg -%%DATADIR%%/graphics/droids/123/portrait_0032.jpg -%%DATADIR%%/graphics/droids/139/139_1.png -%%DATADIR%%/graphics/droids/139/139_2.png -%%DATADIR%%/graphics/droids/139/139_3.png -%%DATADIR%%/graphics/droids/139/139_4.png -%%DATADIR%%/graphics/droids/139/atlas.txt -%%DATADIR%%/graphics/droids/139/portrait.png -%%DATADIR%%/graphics/droids/139/portrait_0001.jpg -%%DATADIR%%/graphics/droids/139/portrait_0002.jpg -%%DATADIR%%/graphics/droids/139/portrait_0003.jpg -%%DATADIR%%/graphics/droids/139/portrait_0004.jpg -%%DATADIR%%/graphics/droids/139/portrait_0005.jpg -%%DATADIR%%/graphics/droids/139/portrait_0006.jpg -%%DATADIR%%/graphics/droids/139/portrait_0007.jpg -%%DATADIR%%/graphics/droids/139/portrait_0008.jpg -%%DATADIR%%/graphics/droids/139/portrait_0009.jpg -%%DATADIR%%/graphics/droids/139/portrait_0010.jpg -%%DATADIR%%/graphics/droids/139/portrait_0011.jpg -%%DATADIR%%/graphics/droids/139/portrait_0012.jpg -%%DATADIR%%/graphics/droids/139/portrait_0013.jpg -%%DATADIR%%/graphics/droids/139/portrait_0014.jpg -%%DATADIR%%/graphics/droids/139/portrait_0015.jpg -%%DATADIR%%/graphics/droids/139/portrait_0016.jpg -%%DATADIR%%/graphics/droids/139/portrait_0017.jpg -%%DATADIR%%/graphics/droids/139/portrait_0018.jpg -%%DATADIR%%/graphics/droids/139/portrait_0019.jpg -%%DATADIR%%/graphics/droids/139/portrait_0020.jpg -%%DATADIR%%/graphics/droids/139/portrait_0021.jpg -%%DATADIR%%/graphics/droids/139/portrait_0022.jpg -%%DATADIR%%/graphics/droids/139/portrait_0023.jpg -%%DATADIR%%/graphics/droids/139/portrait_0024.jpg -%%DATADIR%%/graphics/droids/139/portrait_0025.jpg -%%DATADIR%%/graphics/droids/139/portrait_0026.jpg -%%DATADIR%%/graphics/droids/139/portrait_0027.jpg -%%DATADIR%%/graphics/droids/139/portrait_0028.jpg -%%DATADIR%%/graphics/droids/139/portrait_0029.jpg -%%DATADIR%%/graphics/droids/139/portrait_0030.jpg -%%DATADIR%%/graphics/droids/139/portrait_0031.jpg -%%DATADIR%%/graphics/droids/139/portrait_0032.jpg -%%DATADIR%%/graphics/droids/247/247_1.png -%%DATADIR%%/graphics/droids/247/247_2.png -%%DATADIR%%/graphics/droids/247/247_3.png -%%DATADIR%%/graphics/droids/247/atlas.txt -%%DATADIR%%/graphics/droids/247/portrait.png -%%DATADIR%%/graphics/droids/247/portrait_0001.jpg -%%DATADIR%%/graphics/droids/247/portrait_0002.jpg -%%DATADIR%%/graphics/droids/247/portrait_0003.jpg -%%DATADIR%%/graphics/droids/247/portrait_0004.jpg -%%DATADIR%%/graphics/droids/247/portrait_0005.jpg -%%DATADIR%%/graphics/droids/247/portrait_0006.jpg -%%DATADIR%%/graphics/droids/247/portrait_0007.jpg -%%DATADIR%%/graphics/droids/247/portrait_0008.jpg -%%DATADIR%%/graphics/droids/247/portrait_0009.jpg -%%DATADIR%%/graphics/droids/247/portrait_0010.jpg -%%DATADIR%%/graphics/droids/247/portrait_0011.jpg -%%DATADIR%%/graphics/droids/247/portrait_0012.jpg -%%DATADIR%%/graphics/droids/247/portrait_0013.jpg -%%DATADIR%%/graphics/droids/247/portrait_0014.jpg -%%DATADIR%%/graphics/droids/247/portrait_0015.jpg -%%DATADIR%%/graphics/droids/247/portrait_0016.jpg -%%DATADIR%%/graphics/droids/247/portrait_0017.jpg -%%DATADIR%%/graphics/droids/247/portrait_0018.jpg -%%DATADIR%%/graphics/droids/247/portrait_0019.jpg -%%DATADIR%%/graphics/droids/247/portrait_0020.jpg -%%DATADIR%%/graphics/droids/247/portrait_0021.jpg -%%DATADIR%%/graphics/droids/247/portrait_0022.jpg -%%DATADIR%%/graphics/droids/247/portrait_0023.jpg -%%DATADIR%%/graphics/droids/247/portrait_0024.jpg -%%DATADIR%%/graphics/droids/247/portrait_0025.jpg -%%DATADIR%%/graphics/droids/247/portrait_0026.jpg -%%DATADIR%%/graphics/droids/247/portrait_0027.jpg -%%DATADIR%%/graphics/droids/247/portrait_0028.jpg -%%DATADIR%%/graphics/droids/247/portrait_0029.jpg -%%DATADIR%%/graphics/droids/247/portrait_0030.jpg -%%DATADIR%%/graphics/droids/247/portrait_0031.jpg -%%DATADIR%%/graphics/droids/247/portrait_0032.jpg -%%DATADIR%%/graphics/droids/249/249_1.png -%%DATADIR%%/graphics/droids/249/atlas.txt -%%DATADIR%%/graphics/droids/249/portrait.png -%%DATADIR%%/graphics/droids/249/portrait_0001.jpg -%%DATADIR%%/graphics/droids/249/portrait_0002.jpg -%%DATADIR%%/graphics/droids/249/portrait_0003.jpg -%%DATADIR%%/graphics/droids/249/portrait_0004.jpg -%%DATADIR%%/graphics/droids/249/portrait_0005.jpg -%%DATADIR%%/graphics/droids/249/portrait_0006.jpg -%%DATADIR%%/graphics/droids/249/portrait_0007.jpg -%%DATADIR%%/graphics/droids/249/portrait_0008.jpg -%%DATADIR%%/graphics/droids/249/portrait_0009.jpg -%%DATADIR%%/graphics/droids/249/portrait_0010.jpg -%%DATADIR%%/graphics/droids/249/portrait_0011.jpg -%%DATADIR%%/graphics/droids/249/portrait_0012.jpg -%%DATADIR%%/graphics/droids/249/portrait_0013.jpg -%%DATADIR%%/graphics/droids/249/portrait_0014.jpg -%%DATADIR%%/graphics/droids/249/portrait_0015.jpg -%%DATADIR%%/graphics/droids/249/portrait_0016.jpg -%%DATADIR%%/graphics/droids/249/portrait_0017.jpg -%%DATADIR%%/graphics/droids/249/portrait_0018.jpg -%%DATADIR%%/graphics/droids/249/portrait_0019.jpg -%%DATADIR%%/graphics/droids/249/portrait_0020.jpg -%%DATADIR%%/graphics/droids/249/portrait_0021.jpg -%%DATADIR%%/graphics/droids/249/portrait_0022.jpg -%%DATADIR%%/graphics/droids/249/portrait_0023.jpg -%%DATADIR%%/graphics/droids/249/portrait_0024.jpg -%%DATADIR%%/graphics/droids/249/portrait_0025.jpg -%%DATADIR%%/graphics/droids/249/portrait_0026.jpg -%%DATADIR%%/graphics/droids/249/portrait_0027.jpg -%%DATADIR%%/graphics/droids/249/portrait_0028.jpg -%%DATADIR%%/graphics/droids/249/portrait_0029.jpg -%%DATADIR%%/graphics/droids/249/portrait_0030.jpg -%%DATADIR%%/graphics/droids/249/portrait_0031.jpg -%%DATADIR%%/graphics/droids/249/portrait_0032.jpg -%%DATADIR%%/graphics/droids/296/296_1.png -%%DATADIR%%/graphics/droids/296/atlas.txt -%%DATADIR%%/graphics/droids/296/portrait.png -%%DATADIR%%/graphics/droids/296/portrait_0001.jpg -%%DATADIR%%/graphics/droids/296/portrait_0002.jpg -%%DATADIR%%/graphics/droids/296/portrait_0003.jpg -%%DATADIR%%/graphics/droids/296/portrait_0004.jpg -%%DATADIR%%/graphics/droids/296/portrait_0005.jpg -%%DATADIR%%/graphics/droids/296/portrait_0006.jpg -%%DATADIR%%/graphics/droids/296/portrait_0007.jpg -%%DATADIR%%/graphics/droids/296/portrait_0008.jpg -%%DATADIR%%/graphics/droids/296/portrait_0009.jpg -%%DATADIR%%/graphics/droids/296/portrait_0010.jpg -%%DATADIR%%/graphics/droids/296/portrait_0011.jpg -%%DATADIR%%/graphics/droids/296/portrait_0012.jpg -%%DATADIR%%/graphics/droids/296/portrait_0013.jpg -%%DATADIR%%/graphics/droids/296/portrait_0014.jpg -%%DATADIR%%/graphics/droids/296/portrait_0015.jpg -%%DATADIR%%/graphics/droids/296/portrait_0016.jpg -%%DATADIR%%/graphics/droids/296/portrait_0017.jpg -%%DATADIR%%/graphics/droids/296/portrait_0018.jpg -%%DATADIR%%/graphics/droids/296/portrait_0019.jpg -%%DATADIR%%/graphics/droids/296/portrait_0020.jpg -%%DATADIR%%/graphics/droids/296/portrait_0021.jpg -%%DATADIR%%/graphics/droids/296/portrait_0022.jpg -%%DATADIR%%/graphics/droids/296/portrait_0023.jpg -%%DATADIR%%/graphics/droids/296/portrait_0024.jpg -%%DATADIR%%/graphics/droids/296/portrait_0025.jpg -%%DATADIR%%/graphics/droids/296/portrait_0026.jpg -%%DATADIR%%/graphics/droids/296/portrait_0027.jpg -%%DATADIR%%/graphics/droids/296/portrait_0028.jpg -%%DATADIR%%/graphics/droids/296/portrait_0029.jpg -%%DATADIR%%/graphics/droids/296/portrait_0030.jpg -%%DATADIR%%/graphics/droids/296/portrait_0031.jpg -%%DATADIR%%/graphics/droids/296/portrait_0032.jpg -%%DATADIR%%/graphics/droids/302/302_1.png -%%DATADIR%%/graphics/droids/302/atlas.txt -%%DATADIR%%/graphics/droids/302/portrait.png -%%DATADIR%%/graphics/droids/302/portrait_0001.jpg -%%DATADIR%%/graphics/droids/302/portrait_0002.jpg -%%DATADIR%%/graphics/droids/302/portrait_0003.jpg -%%DATADIR%%/graphics/droids/302/portrait_0004.jpg -%%DATADIR%%/graphics/droids/302/portrait_0005.jpg -%%DATADIR%%/graphics/droids/302/portrait_0006.jpg -%%DATADIR%%/graphics/droids/302/portrait_0007.jpg -%%DATADIR%%/graphics/droids/302/portrait_0008.jpg -%%DATADIR%%/graphics/droids/302/portrait_0009.jpg -%%DATADIR%%/graphics/droids/302/portrait_0010.jpg -%%DATADIR%%/graphics/droids/302/portrait_0011.jpg -%%DATADIR%%/graphics/droids/302/portrait_0012.jpg -%%DATADIR%%/graphics/droids/302/portrait_0013.jpg -%%DATADIR%%/graphics/droids/302/portrait_0014.jpg -%%DATADIR%%/graphics/droids/302/portrait_0015.jpg -%%DATADIR%%/graphics/droids/302/portrait_0016.jpg -%%DATADIR%%/graphics/droids/302/portrait_0017.jpg -%%DATADIR%%/graphics/droids/302/portrait_0018.jpg -%%DATADIR%%/graphics/droids/302/portrait_0019.jpg -%%DATADIR%%/graphics/droids/302/portrait_0020.jpg -%%DATADIR%%/graphics/droids/302/portrait_0021.jpg -%%DATADIR%%/graphics/droids/302/portrait_0022.jpg -%%DATADIR%%/graphics/droids/302/portrait_0023.jpg -%%DATADIR%%/graphics/droids/302/portrait_0024.jpg -%%DATADIR%%/graphics/droids/302/portrait_0025.jpg -%%DATADIR%%/graphics/droids/302/portrait_0026.jpg -%%DATADIR%%/graphics/droids/302/portrait_0027.jpg -%%DATADIR%%/graphics/droids/302/portrait_0028.jpg -%%DATADIR%%/graphics/droids/302/portrait_0029.jpg -%%DATADIR%%/graphics/droids/302/portrait_0030.jpg -%%DATADIR%%/graphics/droids/302/portrait_0031.jpg -%%DATADIR%%/graphics/droids/302/portrait_0032.jpg -%%DATADIR%%/graphics/droids/329/329_1.png -%%DATADIR%%/graphics/droids/329/329_2.png -%%DATADIR%%/graphics/droids/329/329_3.png -%%DATADIR%%/graphics/droids/329/329_4.png -%%DATADIR%%/graphics/droids/329/atlas.txt -%%DATADIR%%/graphics/droids/329/portrait.png -%%DATADIR%%/graphics/droids/329/portrait_0001.jpg -%%DATADIR%%/graphics/droids/329/portrait_0002.jpg -%%DATADIR%%/graphics/droids/329/portrait_0003.jpg -%%DATADIR%%/graphics/droids/329/portrait_0004.jpg -%%DATADIR%%/graphics/droids/329/portrait_0005.jpg -%%DATADIR%%/graphics/droids/329/portrait_0006.jpg -%%DATADIR%%/graphics/droids/329/portrait_0007.jpg -%%DATADIR%%/graphics/droids/329/portrait_0008.jpg -%%DATADIR%%/graphics/droids/329/portrait_0009.jpg -%%DATADIR%%/graphics/droids/329/portrait_0010.jpg -%%DATADIR%%/graphics/droids/329/portrait_0011.jpg -%%DATADIR%%/graphics/droids/329/portrait_0012.jpg -%%DATADIR%%/graphics/droids/329/portrait_0013.jpg -%%DATADIR%%/graphics/droids/329/portrait_0014.jpg -%%DATADIR%%/graphics/droids/329/portrait_0015.jpg -%%DATADIR%%/graphics/droids/329/portrait_0016.jpg -%%DATADIR%%/graphics/droids/329/portrait_0017.jpg -%%DATADIR%%/graphics/droids/329/portrait_0018.jpg -%%DATADIR%%/graphics/droids/329/portrait_0019.jpg -%%DATADIR%%/graphics/droids/329/portrait_0020.jpg -%%DATADIR%%/graphics/droids/329/portrait_0021.jpg -%%DATADIR%%/graphics/droids/329/portrait_0022.jpg -%%DATADIR%%/graphics/droids/329/portrait_0023.jpg -%%DATADIR%%/graphics/droids/329/portrait_0024.jpg -%%DATADIR%%/graphics/droids/329/portrait_0025.jpg -%%DATADIR%%/graphics/droids/329/portrait_0026.jpg -%%DATADIR%%/graphics/droids/329/portrait_0027.jpg -%%DATADIR%%/graphics/droids/329/portrait_0028.jpg -%%DATADIR%%/graphics/droids/329/portrait_0029.jpg -%%DATADIR%%/graphics/droids/329/portrait_0030.jpg -%%DATADIR%%/graphics/droids/329/portrait_0031.jpg -%%DATADIR%%/graphics/droids/329/portrait_0032.jpg -%%DATADIR%%/graphics/droids/420/420_1.png -%%DATADIR%%/graphics/droids/420/420_2.png -%%DATADIR%%/graphics/droids/420/atlas.txt -%%DATADIR%%/graphics/droids/420/portrait.png -%%DATADIR%%/graphics/droids/420/portrait_0001.jpg -%%DATADIR%%/graphics/droids/420/portrait_0002.jpg -%%DATADIR%%/graphics/droids/420/portrait_0003.jpg -%%DATADIR%%/graphics/droids/420/portrait_0004.jpg -%%DATADIR%%/graphics/droids/420/portrait_0005.jpg -%%DATADIR%%/graphics/droids/420/portrait_0006.jpg -%%DATADIR%%/graphics/droids/420/portrait_0007.jpg -%%DATADIR%%/graphics/droids/420/portrait_0008.jpg -%%DATADIR%%/graphics/droids/420/portrait_0009.jpg -%%DATADIR%%/graphics/droids/420/portrait_0010.jpg -%%DATADIR%%/graphics/droids/420/portrait_0011.jpg -%%DATADIR%%/graphics/droids/420/portrait_0012.jpg -%%DATADIR%%/graphics/droids/420/portrait_0013.jpg -%%DATADIR%%/graphics/droids/420/portrait_0014.jpg -%%DATADIR%%/graphics/droids/420/portrait_0015.jpg -%%DATADIR%%/graphics/droids/420/portrait_0016.jpg -%%DATADIR%%/graphics/droids/420/portrait_0017.jpg -%%DATADIR%%/graphics/droids/420/portrait_0018.jpg -%%DATADIR%%/graphics/droids/420/portrait_0019.jpg -%%DATADIR%%/graphics/droids/420/portrait_0020.jpg -%%DATADIR%%/graphics/droids/420/portrait_0021.jpg -%%DATADIR%%/graphics/droids/420/portrait_0022.jpg -%%DATADIR%%/graphics/droids/420/portrait_0023.jpg -%%DATADIR%%/graphics/droids/420/portrait_0024.jpg -%%DATADIR%%/graphics/droids/420/portrait_0025.jpg -%%DATADIR%%/graphics/droids/420/portrait_0026.jpg -%%DATADIR%%/graphics/droids/420/portrait_0027.jpg -%%DATADIR%%/graphics/droids/420/portrait_0028.jpg -%%DATADIR%%/graphics/droids/420/portrait_0029.jpg -%%DATADIR%%/graphics/droids/420/portrait_0030.jpg -%%DATADIR%%/graphics/droids/420/portrait_0031.jpg -%%DATADIR%%/graphics/droids/420/portrait_0032.jpg -%%DATADIR%%/graphics/droids/476/476_1.png -%%DATADIR%%/graphics/droids/476/atlas.txt -%%DATADIR%%/graphics/droids/476/portrait.png -%%DATADIR%%/graphics/droids/476/portrait_0001.jpg -%%DATADIR%%/graphics/droids/476/portrait_0002.jpg -%%DATADIR%%/graphics/droids/476/portrait_0003.jpg -%%DATADIR%%/graphics/droids/476/portrait_0004.jpg -%%DATADIR%%/graphics/droids/476/portrait_0005.jpg -%%DATADIR%%/graphics/droids/476/portrait_0006.jpg -%%DATADIR%%/graphics/droids/476/portrait_0007.jpg -%%DATADIR%%/graphics/droids/476/portrait_0008.jpg -%%DATADIR%%/graphics/droids/476/portrait_0009.jpg -%%DATADIR%%/graphics/droids/476/portrait_0010.jpg -%%DATADIR%%/graphics/droids/476/portrait_0011.jpg -%%DATADIR%%/graphics/droids/476/portrait_0012.jpg -%%DATADIR%%/graphics/droids/476/portrait_0013.jpg -%%DATADIR%%/graphics/droids/476/portrait_0014.jpg -%%DATADIR%%/graphics/droids/476/portrait_0015.jpg -%%DATADIR%%/graphics/droids/476/portrait_0016.jpg -%%DATADIR%%/graphics/droids/476/portrait_0017.jpg -%%DATADIR%%/graphics/droids/476/portrait_0018.jpg -%%DATADIR%%/graphics/droids/476/portrait_0019.jpg -%%DATADIR%%/graphics/droids/476/portrait_0020.jpg -%%DATADIR%%/graphics/droids/476/portrait_0021.jpg -%%DATADIR%%/graphics/droids/476/portrait_0022.jpg -%%DATADIR%%/graphics/droids/476/portrait_0023.jpg -%%DATADIR%%/graphics/droids/476/portrait_0024.jpg -%%DATADIR%%/graphics/droids/476/portrait_0025.jpg -%%DATADIR%%/graphics/droids/476/portrait_0026.jpg -%%DATADIR%%/graphics/droids/476/portrait_0027.jpg -%%DATADIR%%/graphics/droids/476/portrait_0028.jpg -%%DATADIR%%/graphics/droids/476/portrait_0029.jpg -%%DATADIR%%/graphics/droids/476/portrait_0030.jpg -%%DATADIR%%/graphics/droids/476/portrait_0031.jpg -%%DATADIR%%/graphics/droids/476/portrait_0032.jpg -%%DATADIR%%/graphics/droids/493/493_1.png -%%DATADIR%%/graphics/droids/493/493_2.png -%%DATADIR%%/graphics/droids/493/493_3.png -%%DATADIR%%/graphics/droids/493/493_4.png -%%DATADIR%%/graphics/droids/493/atlas.txt -%%DATADIR%%/graphics/droids/493/portrait.png -%%DATADIR%%/graphics/droids/493/portrait_0001.jpg -%%DATADIR%%/graphics/droids/493/portrait_0002.jpg -%%DATADIR%%/graphics/droids/493/portrait_0003.jpg -%%DATADIR%%/graphics/droids/493/portrait_0004.jpg -%%DATADIR%%/graphics/droids/493/portrait_0005.jpg -%%DATADIR%%/graphics/droids/493/portrait_0006.jpg -%%DATADIR%%/graphics/droids/493/portrait_0007.jpg -%%DATADIR%%/graphics/droids/493/portrait_0008.jpg -%%DATADIR%%/graphics/droids/493/portrait_0009.jpg -%%DATADIR%%/graphics/droids/493/portrait_0010.jpg -%%DATADIR%%/graphics/droids/493/portrait_0011.jpg -%%DATADIR%%/graphics/droids/493/portrait_0012.jpg -%%DATADIR%%/graphics/droids/493/portrait_0013.jpg -%%DATADIR%%/graphics/droids/493/portrait_0014.jpg -%%DATADIR%%/graphics/droids/493/portrait_0015.jpg -%%DATADIR%%/graphics/droids/493/portrait_0016.jpg -%%DATADIR%%/graphics/droids/493/portrait_0017.jpg -%%DATADIR%%/graphics/droids/493/portrait_0018.jpg -%%DATADIR%%/graphics/droids/493/portrait_0019.jpg -%%DATADIR%%/graphics/droids/493/portrait_0020.jpg -%%DATADIR%%/graphics/droids/493/portrait_0021.jpg -%%DATADIR%%/graphics/droids/493/portrait_0022.jpg -%%DATADIR%%/graphics/droids/493/portrait_0023.jpg -%%DATADIR%%/graphics/droids/493/portrait_0024.jpg -%%DATADIR%%/graphics/droids/493/portrait_0025.jpg -%%DATADIR%%/graphics/droids/493/portrait_0026.jpg -%%DATADIR%%/graphics/droids/493/portrait_0027.jpg -%%DATADIR%%/graphics/droids/493/portrait_0028.jpg -%%DATADIR%%/graphics/droids/493/portrait_0029.jpg -%%DATADIR%%/graphics/droids/493/portrait_0030.jpg -%%DATADIR%%/graphics/droids/493/portrait_0031.jpg -%%DATADIR%%/graphics/droids/493/portrait_0032.jpg -%%DATADIR%%/graphics/droids/516/516_1.png -%%DATADIR%%/graphics/droids/516/516_2.png -%%DATADIR%%/graphics/droids/516/atlas.txt -%%DATADIR%%/graphics/droids/516/portrait.png -%%DATADIR%%/graphics/droids/516/portrait_0001.jpg -%%DATADIR%%/graphics/droids/516/portrait_0002.jpg -%%DATADIR%%/graphics/droids/516/portrait_0003.jpg -%%DATADIR%%/graphics/droids/516/portrait_0004.jpg -%%DATADIR%%/graphics/droids/516/portrait_0005.jpg -%%DATADIR%%/graphics/droids/516/portrait_0006.jpg -%%DATADIR%%/graphics/droids/516/portrait_0007.jpg -%%DATADIR%%/graphics/droids/516/portrait_0008.jpg -%%DATADIR%%/graphics/droids/516/portrait_0009.jpg -%%DATADIR%%/graphics/droids/516/portrait_0010.jpg -%%DATADIR%%/graphics/droids/516/portrait_0011.jpg -%%DATADIR%%/graphics/droids/516/portrait_0012.jpg *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***