diff options
-rw-r--r-- | games/adonthell/Makefile | 51 | ||||
-rw-r--r-- | games/adonthell/distinfo | 6 | ||||
-rw-r--r-- | games/adonthell/files/patch-src_SDL_ttf.c | 20 | ||||
-rw-r--r-- | games/adonthell/files/patch-src_map__event__handler.cc | 13 | ||||
-rw-r--r-- | games/adonthell/files/patch-src_win__select.cc | 13 | ||||
-rw-r--r-- | games/adonthell/pkg-descr | 9 | ||||
-rw-r--r-- | games/adonthell/pkg-plist | 475 |
7 files changed, 587 insertions, 0 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile new file mode 100644 index 000000000..884edffbd --- /dev/null +++ b/games/adonthell/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: adonthell +# Date created: Sat May 10 15:26:09 CEST 2003 +# Whom: Miguel Mendez <flynn@energyhq.es.eu.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= adonthell +PORTVERSION= 0.3.4 +PORTREVISION= 2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${PORTNAME}-src-${PORTVERSION}a${EXTRACT_SUFX} \ + wastesedge-src-${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A free role playing game + +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \ + freetype-config:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis + +USE_SDL= mixer sdl +USE_PYTHON= yes +USE_GETTEXT= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-py-debug +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib + +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not build on sparc64 +.endif + +post-extract: + +post-install: + cd ${WRKDIR}/wastesedge-${PORTVERSION} && \ + ${REINPLACE_CMD} -e 's/test $$adonthell_major_ver -eq 0 .*/true ;/' configure + cd ${WRKDIR}/wastesedge-${PORTVERSION} && \ + ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} \ + --with-adonthell-binary=${PREFIX}/bin/${PORTNAME} \ + ${CONFIGURE_TARGET} + cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} + cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} install + +.include <bsd.port.post.mk> diff --git a/games/adonthell/distinfo b/games/adonthell/distinfo new file mode 100644 index 000000000..bafbb2667 --- /dev/null +++ b/games/adonthell/distinfo @@ -0,0 +1,6 @@ +MD5 (adonthell-src-0.3.4a.tar.gz) = 477ae574374fc9b5e1c5076769c150fe +SHA256 (adonthell-src-0.3.4a.tar.gz) = 05e0a282d15dfdac282f9a8fee077e43d09423eb30ae9a1654ada765e3052087 +SIZE (adonthell-src-0.3.4a.tar.gz) = 680872 +MD5 (wastesedge-src-0.3.4.tar.gz) = a4beb3d2c8ae8f52a91b54966371e973 +SHA256 (wastesedge-src-0.3.4.tar.gz) = 0d461fc43141cec5f1f08fc912bf17effbf2b496fa9e4def1739c76d71359071 +SIZE (wastesedge-src-0.3.4.tar.gz) = 10711953 diff --git a/games/adonthell/files/patch-src_SDL_ttf.c b/games/adonthell/files/patch-src_SDL_ttf.c new file mode 100644 index 000000000..0999b7f20 --- /dev/null +++ b/games/adonthell/files/patch-src_SDL_ttf.c @@ -0,0 +1,20 @@ +--- src/SDL_ttf.c.orig Wed Oct 4 16:00:53 2006 ++++ src/SDL_ttf.c Wed Oct 4 16:12:38 2006 +@@ -43,7 +43,7 @@ + #include FT_FREETYPE_H + #include FT_OUTLINE_H + #include FT_TRUETYPE_IDS_H +-#include FT_INTERNAL_OBJECTS_H ++/* #include FT_INTERNAL_OBJECTS_H */ + + #include "SDL.h" + #include "SDL_endian.h" +@@ -270,7 +270,7 @@ + } + memset(stream, 0, sizeof(*stream)); + +- stream->memory = library->memory; ++ stream->memory = NULL; + stream->read = RWread; + stream->descriptor.pointer = src; + stream->pos = (unsigned long)position; diff --git a/games/adonthell/files/patch-src_map__event__handler.cc b/games/adonthell/files/patch-src_map__event__handler.cc new file mode 100644 index 000000000..479adba7c --- /dev/null +++ b/games/adonthell/files/patch-src_map__event__handler.cc @@ -0,0 +1,13 @@ +--- src/map_event_handler.cc.orig Fri Apr 29 05:30:43 2005 ++++ src/map_event_handler.cc Fri Apr 29 05:30:44 2005 +@@ -19,9 +19,9 @@ + * @brief Implements the map_event_handler class. + */ + +-#include <algorithm> + #include "map_event.h" + #include "map_event_handler.h" ++#include <algorithm> + + + // See whether a matching event is registered and execute the diff --git a/games/adonthell/files/patch-src_win__select.cc b/games/adonthell/files/patch-src_win__select.cc new file mode 100644 index 000000000..bb22ba17d --- /dev/null +++ b/games/adonthell/files/patch-src_win__select.cc @@ -0,0 +1,13 @@ +--- src/win_select.cc.orig Fri Apr 29 05:39:00 2005 ++++ src/win_select.cc Fri Apr 29 05:39:04 2005 +@@ -12,9 +12,9 @@ + See the COPYING file for more details + */ + ++#include "audio.h" + #include "win_select.h" + +-#include "audio.h" + + win_select::win_select() + { diff --git a/games/adonthell/pkg-descr b/games/adonthell/pkg-descr new file mode 100644 index 000000000..162375f04 --- /dev/null +++ b/games/adonthell/pkg-descr @@ -0,0 +1,9 @@ +Adonthell is the combined effort of like-minded people to create a free +role playing game for various operating systems. + +The project's goals are the creation of an engine (currently going by +the codename adonthell), a set of tools and an actual, playable game +driven by that engine and built with those tools. + +-- Miguel Mendez <flynn@energyhq.es.eu.org> +WWW: http://adonthell.linuxgames.com/ diff --git a/games/adonthell/pkg-plist b/games/adonthell/pkg-plist new file mode 100644 index 000000000..b972e6c9c --- /dev/null +++ b/games/adonthell/pkg-plist @@ -0,0 +1,475 @@ +bin/adonthell +bin/adonthell-wastesedge +%%DATADIR%%/modules/dialogue.pyc +%%DATADIR%%/modules/adonthell.pyc +%%DATADIR%%/games/wastesedge/gamename.txt +%%DATADIR%%/games/wastesedge/character.data +%%DATADIR%%/games/wastesedge/mapengine.data +%%DATADIR%%/games/wastesedge/quest.data +%%DATADIR%%/games/wastesedge/audio.data +%%DATADIR%%/games/wastesedge/audio/at-demo-1.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-2.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-3.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-4.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-5.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-6.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-7.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-8.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-9.ogg +%%DATADIR%%/games/wastesedge/audio/at-demo-a.ogg +%%DATADIR%%/games/wastesedge/audio/select.wav +%%DATADIR%%/games/wastesedge/audio/switch.wav +%%DATADIR%%/games/wastesedge/locale/nl/LC_MESSAGES/wastesedge.mo +%%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES/wastesedge.mo +%%DATADIR%%/games/wastesedge/gfx/cutscene/adonthell_03.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/adonthell_green.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/jewelbag_closed.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/jewelbag_open.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/forest1.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/forest2.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/forest3.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_bg.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_guard.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_player.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_inn.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_talan.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/player.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/gem.pnm +%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_bjarn.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_chest.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_wall.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_open_bag.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_closed_bag.img +%%DATADIR%%/games/wastesedge/gfx/cutscene/running_alek.anim +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/frostbloom.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/player.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/servant1.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/silverhair.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/orloth.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/bjarn.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/oliver.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/lucia.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/servant2.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/talan.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/erek.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/fellnir.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/jelom.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/alek.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/illig.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/bjarn_crying.mchar +%%DATADIR%%/games/wastesedge/gfx/mapcharacters/talan_beaten.mchar +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/treeleaves.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/tree.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/vine.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/gate-fore.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/gate-back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/hay-cart.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-mid.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-right.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor2b.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor2a.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor1b.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor1a.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-3.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-trans.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_trans_1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_trans_2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_trans.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/behind-window.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/barn_ground_inside.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/barn_loft_main.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/barn_loft_front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bar.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden_with-tap.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/clock.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/cupboard.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/oven.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/round-table.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelves_wooden_books.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelves_wooden_filled.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/water-bucket.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bathtub.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelf_bottles1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelf_bottles2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/mug_on_table-1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/mug_on_table-2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_bot.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_mid.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stool.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bed_wooden_h.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bed_wooden_v.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bed.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_alchemy_h.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/draws_wooden.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/noble_bed.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_cupboard.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_basin.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_chest.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stone_bed.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stone_v.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/crate.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/crate2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/dwarf_chest.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/normal-cupboard.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/chest-wooden.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-3.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-4.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stove.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barn_loft_clutter.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/oven_flame.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/kitchen_smoke.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/kitchen_smoke_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_backpart.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barnroof.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance-top-fore.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance-top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/gatepost.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_leftwing.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_bot.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_bot.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_bot.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/mainleft-top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/main-ltop.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_door.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/mainright-top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_roof.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/main-rtop.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/guardhouse_entrance.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/guardhouse_main.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_frontpart.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_frontpart_entrance.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-down.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-right.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-up.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-down.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-right.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-up.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/ground-stone-1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/ground-stone2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/hay-bot.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/hay.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/stoneflower.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/stone_ground.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/tree_ground.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_bot.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_right.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_to_stone_bot-left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_to_stone_left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass_medium-height_front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass_medium-height.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_bot.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_bot_leaves.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_left_leaves.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_mid.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_mid_leaves.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/stone_to_grass.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass_to_stone.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_br.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_br_leaves.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_top_leaves.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/doorframe-back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/doorframe.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl2-back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-br1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-br2-back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-br2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-face-back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-face-front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl1-back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl2.back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr1-back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr2.back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-v-l.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-v-r.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-bl.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-br.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-h.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-tl.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-tr.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-v.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-bl-lb.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-bl-rf.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-ib.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-if.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-lf.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-rb.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-column-b.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-column-f.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-b.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-b-top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-f.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-h-b.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-h-f.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tl-lf.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tl-rb.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-ib.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-v-l.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-if.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-lb.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-rf.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-v-r.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/painting1.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/painting2.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/painting3.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_right.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_round_front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_loft_main.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_loft_main_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_loft_main_front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_ground_back_top.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/gate_back_wall.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_left.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_right.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_left_back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_right_back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_left_front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_right_front.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_bl-tr.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_br-tl.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_tr-bl.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_tl-br.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_bl-tr.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_back.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_br-tl.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_tl-br.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_tr-bl.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/barn_ground-cellar.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/barn_ground-loft.mobj +%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/barn_loft-ground.mobj +%%DATADIR%%/games/wastesedge/gfx/portraits/erek.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/jelom.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/talan.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/player.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/alek.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/frostbloom.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/lucia.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/sarin.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/bjarn.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/illig.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/oliver.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/silverhair.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/janesta.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/orloth.pnm +%%DATADIR%%/games/wastesedge/gfx/portraits/fellnir.pnm +%%DATADIR%%/games/wastesedge/gfx/window/background/original/background.pnm +%%DATADIR%%/games/wastesedge/gfx/window/background/silverleaf/background.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_bottom_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_bottom_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_top_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_top_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/h_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/v_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_bottom_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_bottom_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_top_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_top_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/h_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/v_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_bottom_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_bottom_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_top_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_top_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/h_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/v_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_bottom_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_bottom_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_top_left.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_top_right.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/h_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/v_border.pnm +%%DATADIR%%/games/wastesedge/gfx/window/cursor/original/cursor.pnm +%%DATADIR%%/games/wastesedge/gfx/window/cursor/silverleaf/cursor.pnm +%%DATADIR%%/games/wastesedge/gfx/window/font/avatar.ttf +%%DATADIR%%/games/wastesedge/gfx/window/font/blue/font.font +%%DATADIR%%/games/wastesedge/gfx/window/font/green/font.font +%%DATADIR%%/games/wastesedge/gfx/window/font/original/font.font +%%DATADIR%%/games/wastesedge/gfx/window/font/red/font.font +%%DATADIR%%/games/wastesedge/gfx/window/font/silverleaf/font.font +%%DATADIR%%/games/wastesedge/gfx/window/font/violet/font.font +%%DATADIR%%/games/wastesedge/gfx/window/font/white/font.font +%%DATADIR%%/games/wastesedge/gfx/window/font/yellow/font.font +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_back_bot.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_back_mid.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_back_top.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_bot.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_flex.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_mid.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_top.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_bot.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_mid.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_top.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_bot.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_flex.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_mid.pnm +%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_top.pnm +%%DATADIR%%/games/wastesedge/gfx/empty_slot.pnm +%%DATADIR%%/games/wastesedge/maps/test.map +%%DATADIR%%/games/wastesedge/scripts/dialogues/__init__.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/alek_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/bjarn_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/demo_intro_1.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/erek_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/extro.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/fellnir_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/frostbloom_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/janesta_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/jelom_2nd.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/jelom_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/lucia_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/oliver_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/orloth_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/sarin_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/silverhair_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/talan_start.pyc +%%DATADIR%%/games/wastesedge/scripts/dialogues/tristan_start.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/__init__.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/brn_to_silverhair.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/cellar_to_bjarn.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/character_speak.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/fst_to_silverhair.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/lft_to_vnd.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/open_inn_door.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/search_chest.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/silverhair_to_brn.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/silverhair_to_fst.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/speak.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/teleport.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/to_storage.pyc +%%DATADIR%%/games/wastesedge/scripts/game_events/vnd_to_lft.pyc +%%DATADIR%%/games/wastesedge/scripts/modules/character_screen.pyc +%%DATADIR%%/games/wastesedge/scripts/modules/console.pyc +%%DATADIR%%/games/wastesedge/scripts/modules/events.pyc +%%DATADIR%%/games/wastesedge/scripts/modules/intro.pyc +%%DATADIR%%/games/wastesedge/scripts/modules/main_menu.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/audio/__init__.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/audio/in_game.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/__init__.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/alek.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/bjarn.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/erek.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/extro.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/fellnir.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/frostbloom.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/intro.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/janesta.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/jelom.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/keyboard_control.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/lucia.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/oliver.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/orloth.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/sarin.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/schedule.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/silverhair.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/talan.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/to_cellar.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/tristan.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapviews/__init__.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/mapviews/center_character.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/__init__.pyc +%%DATADIR%%/games/wastesedge/scripts/schedules/control.pyc +%%DATADIR%%/games/wastesedge/scripts/actions/__init__.pyc +%%DATADIR%%/games/wastesedge/scripts/actions/talk.pyc +%%DATADIR%%/games/wastesedge/scripts/init.pyc +share/pixmaps/wastesedge_16x16.xpm +share/pixmaps/wastesedge_32x32.xpm +@dirrm %%DATADIR%%/games/wastesedge/audio +@dirrm %%DATADIR%%/games/wastesedge/gfx/cutscene +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapcharacters +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/houses +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/icons +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls +@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects +@dirrm %%DATADIR%%/games/wastesedge/gfx/portraits +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/background/original +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/background/silverleaf +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/background +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/cursor/original +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/cursor/silverleaf +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/cursor +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/original/mini +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/original/normal +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/original +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/blue +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/green +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/original +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/red +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/silverleaf +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/violet +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/white +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/yellow +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf +@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar +@dirrm %%DATADIR%%/games/wastesedge/gfx/window +@dirrm %%DATADIR%%/games/wastesedge/gfx +@dirrm %%DATADIR%%/games/wastesedge/locale/nl/LC_MESSAGES +@dirrm %%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES +@dirrm %%DATADIR%%/games/wastesedge/locale/nl +@dirrm %%DATADIR%%/games/wastesedge/locale/it +@dirrm %%DATADIR%%/games/wastesedge/locale +@dirrm %%DATADIR%%/games/wastesedge/maps +@dirrm %%DATADIR%%/games/wastesedge/scripts/actions +@dirrm %%DATADIR%%/games/wastesedge/scripts/dialogues +@dirrm %%DATADIR%%/games/wastesedge/scripts/game_events +@dirrm %%DATADIR%%/games/wastesedge/scripts/modules +@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules/audio +@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters +@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules/mapviews +@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules +@dirrm %%DATADIR%%/games/wastesedge/scripts +@dirrm %%DATADIR%%/games/wastesedge +@dirrm %%DATADIR%%/games +@dirrm %%DATADIR%%/modules +@dirrm %%DATADIR%% +@dirrmtry share/pixmaps |