Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2005 22:13:35 +0200
From:      "Miguel Mendez" <flynn@energyhq.es.eu.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/80375: [Maintainer Update] games/adonthell to 0.3.4
Message-ID:  <1114546415.0@scienide.energyhq.es.eu.org>
Resent-Message-ID: <200504262020.j3QKKOnF047664@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80375
>Category:       ports
>Synopsis:       [Maintainer Update] games/adonthell to 0.3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 26 20:20:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:


System: FreeBSD 5.4-STABLE #0: Mon Apr  4 18:33:00 CEST 2005
    root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE.SMP



>Description:


The adonthell people have released a new version.

On the FreeBSD side of things:

- All patches are gone and replaced by some REINPLACE_CMD magic
- Fixed the pkg-plist as suggested by pointyhat and portlint
- Depend on freetype

Unfortunately the program still doesn't build on RELENG_5, I'm going to contact
the developers and see what can we do about this.



>How-To-Repeat:





>Fix:


--- adonthell.diff begins here ---
diff -ruN adonthell.old/Makefile adonthell/Makefile
--- adonthell.old/Makefile	Tue Apr 12 05:25:29 2005
+++ adonthell/Makefile	Tue Apr 26 22:02:28 2005
@@ -6,23 +6,24 @@
 #
 
 PORTNAME=	adonthell
-PORTVERSION=	0.3.3
-PORTREVISION=	3
+PORTVERSION=	0.3.4
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	${PORTNAME}/src
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
-	   	wastesedge-${PORTVERSION}${EXTRACT_SUFX}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTFILES=	${PORTNAME}-src-${PORTVERSION}a${EXTRACT_SUFX} \
+	   	wastesedge-src-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	flynn@energyhq.es.eu.org
 COMMENT=	A free role playing game
 
-BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS+=	swig:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS+=	freetype-config:${PORTSDIR}/print/freetype2
 LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis
 
 USE_SDL=	mixer sdl
 USE_PYTHON=	yes
 USE_GMAKE=	yes
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-py-debug
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -34,7 +35,13 @@
 BROKEN=		"Does not compile on FreeBSD >= 5.x"
 .endif
 
+post-extract:
+.for f in configure src/fileops.cc src/gametime.cc src/image.cc src/win_types.h
+	${REINPLACE_CMD} -e 's@SDL/SDL@SDL11/SDL@g' ${WRKSRC}/$f
+.endfor
 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} \
diff -ruN adonthell.old/distinfo adonthell/distinfo
--- adonthell.old/distinfo	Wed Mar 31 05:07:49 2004
+++ adonthell/distinfo	Tue Apr 19 22:09:33 2005
@@ -1,4 +1,4 @@
-MD5 (adonthell-0.3.3.tar.gz) = 8ed4a8b02ea24fd393b67bca355cc70b
-SIZE (adonthell-0.3.3.tar.gz) = 1042278
-MD5 (wastesedge-0.3.3.tar.gz) = c208c4c7aa2e8c97ec7b27a5bf4f2cd0
-SIZE (wastesedge-0.3.3.tar.gz) = 10174237
+MD5 (adonthell-src-0.3.4a.tar.gz) = 477ae574374fc9b5e1c5076769c150fe
+SIZE (adonthell-src-0.3.4a.tar.gz) = 680872
+MD5 (wastesedge-src-0.3.4.tar.gz) = a4beb3d2c8ae8f52a91b54966371e973
+SIZE (wastesedge-src-0.3.4.tar.gz) = 10711953
diff -ruN adonthell.old/files/patch-aa adonthell/files/patch-aa
--- adonthell.old/files/patch-aa	Tue May 13 04:08:00 2003
+++ adonthell/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/win_types.h.orig	Sat May 10 11:38:41 2003
-+++ src/win_types.h	Sat May 10 11:38:53 2003
-@@ -15,7 +15,7 @@
- #ifndef TYPES_WIN_H_
- #define TYPES_WIN_H_
- 
--#include <SDL/SDL_keysym.h>
-+#include <SDL11/SDL_keysym.h>
- 
- #define WIN_NB_TABLE_CHAR 127
- #define WIN_TEXT_MAX_LENGTH 5000
diff -ruN adonthell.old/files/patch-ab adonthell/files/patch-ab
--- adonthell.old/files/patch-ab	Tue May 13 04:08:00 2003
+++ adonthell/files/patch-ab	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/fileops.cc.orig	Sat May 10 11:41:53 2003
-+++ src/fileops.cc	Sat May 10 11:42:07 2003
-@@ -24,7 +24,7 @@
- 
- 
- #include <iostream>
--#include <SDL/SDL_endian.h>
-+#include <SDL11/SDL_endian.h>
- #include "fileops.h"
- 
- 
diff -ruN adonthell.old/files/patch-ac adonthell/files/patch-ac
--- adonthell.old/files/patch-ac	Tue May 13 04:08:00 2003
+++ adonthell/files/patch-ac	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/gametime.cc.orig	Sat May 10 11:42:49 2003
-+++ src/gametime.cc	Sat May 10 11:42:58 2003
-@@ -20,7 +20,7 @@
-   */
- 
- #include "gametime.h"
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
- 
- double gametime::Minute;
- u_int32 gametime::timer1;
diff -ruN adonthell.old/files/patch-ad adonthell/files/patch-ad
--- adonthell.old/files/patch-ad	Tue May 13 04:08:00 2003
+++ adonthell/files/patch-ad	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/image.cc.orig	Sat May 10 11:43:30 2003
-+++ src/image.cc	Sat May 10 11:43:38 2003
-@@ -22,7 +22,7 @@
-  * 
-  */
- 
--#include <SDL/SDL_endian.h>
-+#include <SDL11/SDL_endian.h>
- #include "image.h"
- #include "pnm.h"
- 
diff -ruN adonthell.old/files/patch-ae adonthell/files/patch-ae
--- adonthell.old/files/patch-ae	Tue May 13 04:08:00 2003
+++ adonthell/files/patch-ae	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig	Sat May 10 13:08:26 2003
-+++ src/Makefile.in	Sat May 10 13:08:33 2003
-@@ -96,7 +96,7 @@
- LIB = @LIB@
- LIBICONV = @LIBICONV@
- LIBINTL = @LIBINTL@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lintl
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
- LTLIB = @LTLIB@
diff -ruN adonthell.old/pkg-plist adonthell/pkg-plist
--- adonthell.old/pkg-plist	Tue May 13 04:08:00 2003
+++ adonthell/pkg-plist	Tue Apr 26 03:42:08 2005
@@ -1,466 +1,475 @@
 bin/adonthell
 bin/adonthell-wastesedge
-share/adonthell/modules/dialogue.pyc
-share/adonthell/modules/adonthell.pyc
-share/adonthell/games/wastesedge/gamename.txt
-share/adonthell/games/wastesedge/character.data
-share/adonthell/games/wastesedge/mapengine.data
-share/adonthell/games/wastesedge/quest.data
-share/adonthell/games/wastesedge/audio.data
-share/adonthell/games/wastesedge/audio/at-demo-1.ogg
-share/adonthell/games/wastesedge/audio/at-demo-2.ogg
-share/adonthell/games/wastesedge/audio/at-demo-3.ogg
-share/adonthell/games/wastesedge/audio/at-demo-4.ogg
-share/adonthell/games/wastesedge/audio/at-demo-5.ogg
-share/adonthell/games/wastesedge/audio/at-demo-6.ogg
-share/adonthell/games/wastesedge/audio/at-demo-7.ogg
-share/adonthell/games/wastesedge/audio/at-demo-8.ogg
-share/adonthell/games/wastesedge/audio/at-demo-9.ogg
-share/adonthell/games/wastesedge/audio/at-demo-a.ogg
-share/adonthell/games/wastesedge/audio/select.wav
-share/adonthell/games/wastesedge/audio/switch.wav
-share/adonthell/games/wastesedge/gfx/cutscene/adonthell_03.img
-share/adonthell/games/wastesedge/gfx/cutscene/adonthell_green.img
-share/adonthell/games/wastesedge/gfx/cutscene/jewelbag_closed.img
-share/adonthell/games/wastesedge/gfx/cutscene/jewelbag_open.img
-share/adonthell/games/wastesedge/gfx/cutscene/forest1.img
-share/adonthell/games/wastesedge/gfx/cutscene/forest2.img
-share/adonthell/games/wastesedge/gfx/cutscene/forest3.img
-share/adonthell/games/wastesedge/gfx/cutscene/intro_bg.img
-share/adonthell/games/wastesedge/gfx/cutscene/intro_guard.img
-share/adonthell/games/wastesedge/gfx/cutscene/intro_player.img
-share/adonthell/games/wastesedge/gfx/cutscene/intro_inn.img
-share/adonthell/games/wastesedge/gfx/cutscene/intro_talan.img
-share/adonthell/games/wastesedge/gfx/cutscene/player.img
-share/adonthell/games/wastesedge/gfx/cutscene/gem.pnm
-share/adonthell/games/wastesedge/gfx/cutscene/extro_bjarn.img
-share/adonthell/games/wastesedge/gfx/cutscene/extro_chest.img
-share/adonthell/games/wastesedge/gfx/cutscene/extro_wall.img
-share/adonthell/games/wastesedge/gfx/cutscene/extro_open_bag.img
-share/adonthell/games/wastesedge/gfx/cutscene/extro_closed_bag.img
-share/adonthell/games/wastesedge/gfx/cutscene/running_alek.anim
-share/adonthell/games/wastesedge/gfx/mapcharacters/frostbloom.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/player.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/servant1.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/silverhair.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/orloth.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/bjarn.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/oliver.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/lucia.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/servant2.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/talan.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/erek.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/fellnir.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/jelom.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/alek.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/illig.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/bjarn_crying.mchar
-share/adonthell/games/wastesedge/gfx/mapcharacters/talan_beaten.mchar
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/treeleaves.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/tree.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/vine.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/gate-fore.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/gate-back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/hay-cart.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-mid.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-right.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/woodenplanks.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/bath-floor2b.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/bath-floor2a.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/bath-floor1b.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/bath-floor1a.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-3.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/terracotta-trans.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_trans_1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_trans_2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_trans.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/behind-window.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/barn_ground_inside.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/barn_loft_main.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/floorings/barn_loft_front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/bar.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden_with-tap.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/clock.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/cupboard.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/oven.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/round-table.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/shelves_wooden_books.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/shelves_wooden_filled.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/water-bucket.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/bathtub.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/shelf_bottles1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/shelf_bottles2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/mug_on_table-1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/mug_on_table-2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_bot.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_mid.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/stool.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/bed_wooden_h.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/bed_wooden_v.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/bed.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/table_alchemy_h.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/draws_wooden.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/noble_bed.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/silverhair_cupboard.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/silverhair_basin.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/silverhair_chest.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/stone_bed.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/stone_v.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/crate.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/crate2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/dwarf_chest.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/normal-cupboard.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/chest-wooden.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-3.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-4.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/stove.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/barn_loft_clutter.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/oven_flame.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/kitchen_smoke.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/furnitures/kitchen_smoke_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_backpart.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barnroof.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance-top-fore.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance-top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/gatepost.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_leftwing.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_bot.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_bot.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_bot.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/mainleft-top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/main-ltop.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_door.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/mainright-top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_roof.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/main-rtop.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/guardhouse_entrance.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/guardhouse_main.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_frontpart.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_frontpart_entrance.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/green-down.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/green-left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/green-right.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/green-up.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/red-down.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/red-left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/red-right.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows/red-up.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/grass1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/grass2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/ground-stone-1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/ground-stone2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/hay-bot.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/hay.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/stoneflower.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/stone_ground.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/tree_ground.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/road_sandy.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_bot.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_right.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/road_to_stone_bot-left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/road_to_stone_left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/grass_medium-height_front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/grass_medium-height.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_bot.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_bot_leaves.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_left_leaves.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_mid.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_mid_leaves.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/stone_to_grass.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/grass_to_stone.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_br.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_br_leaves.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/terrains/forest_top_leaves.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/doorframe-back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/doorframe.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl2-back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-br1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-br2-back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-br2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-face-back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-face-front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl1-back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl2.back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr1-back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr2.back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-v-l.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside/wall-v-r.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-bl.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-br.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-h.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-tl.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-tr.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-v.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-bl-lb.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-bl-rf.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-ib.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-if.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-lf.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-rb.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-column-b.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-column-f.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-b.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-b-top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-f.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-h-b.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-h-f.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tl-lf.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tl-rb.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-ib.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-v-l.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-if.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-lb.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-rf.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-v-r.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/painting1.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/painting2.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/painting3.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/window_right.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/window_left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/window_front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/window_round_front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/window_back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_loft_main.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_loft_main_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_loft_main_front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_ground_back_top.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/gate_back_wall.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_left.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_right.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_left_back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_right_back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_left_front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/walls/barn_right_front.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet_bl-tr.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet_br-tl.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet_tr-bl.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet_tl-br.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_bl-tr.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_back.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_br-tl.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_tl-br.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_tr-bl.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/barn_ground-cellar.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/barn_ground-loft.mobj
-share/adonthell/games/wastesedge/gfx/mapobjects/stairs/barn_loft-ground.mobj
-share/adonthell/games/wastesedge/gfx/portraits/erek.pnm
-share/adonthell/games/wastesedge/gfx/portraits/jelom.pnm
-share/adonthell/games/wastesedge/gfx/portraits/talan.pnm
-share/adonthell/games/wastesedge/gfx/portraits/player.pnm
-share/adonthell/games/wastesedge/gfx/portraits/alek.pnm
-share/adonthell/games/wastesedge/gfx/portraits/frostbloom.pnm
-share/adonthell/games/wastesedge/gfx/portraits/lucia.pnm
-share/adonthell/games/wastesedge/gfx/portraits/sarin.pnm
-share/adonthell/games/wastesedge/gfx/portraits/bjarn.pnm
-share/adonthell/games/wastesedge/gfx/portraits/illig.pnm
-share/adonthell/games/wastesedge/gfx/portraits/oliver.pnm
-share/adonthell/games/wastesedge/gfx/portraits/silverhair.pnm
-share/adonthell/games/wastesedge/gfx/portraits/janesta.pnm
-share/adonthell/games/wastesedge/gfx/portraits/orloth.pnm
-share/adonthell/games/wastesedge/gfx/portraits/fellnir.pnm
-share/adonthell/games/wastesedge/gfx/window/background/original/background.pnm
-share/adonthell/games/wastesedge/gfx/window/background/silverleaf/background.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/mini/corner_bottom_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/mini/corner_bottom_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/mini/corner.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/mini/corner_top_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/mini/corner_top_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/mini/h_border.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/mini/v_border.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/normal/corner_bottom_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/normal/corner_bottom_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/normal/corner.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/normal/corner_top_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/normal/corner_top_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/normal/h_border.pnm
-share/adonthell/games/wastesedge/gfx/window/border/original/normal/v_border.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini/corner_bottom_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini/corner_bottom_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini/corner.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini/corner_top_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini/corner_top_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini/h_border.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini/v_border.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal/corner_bottom_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal/corner_bottom_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal/corner.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal/corner_top_left.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal/corner_top_right.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal/h_border.pnm
-share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal/v_border.pnm
-share/adonthell/games/wastesedge/gfx/window/cursor/original/cursor.pnm
-share/adonthell/games/wastesedge/gfx/window/cursor/silverleaf/cursor.pnm
-share/adonthell/games/wastesedge/gfx/window/font/blue/font.font
-share/adonthell/games/wastesedge/gfx/window/font/green/font.font
-share/adonthell/games/wastesedge/gfx/window/font/original/font.font
-share/adonthell/games/wastesedge/gfx/window/font/red/font.font
-share/adonthell/games/wastesedge/gfx/window/font/silverleaf/font.font
-share/adonthell/games/wastesedge/gfx/window/font/violet/font.font
-share/adonthell/games/wastesedge/gfx/window/font/white/font.font
-share/adonthell/games/wastesedge/gfx/window/font/yellow/font.font
-share/adonthell/games/wastesedge/gfx/window/scrollbar/original/scroll_back_bot.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/original/scroll_back_mid.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/original/scroll_back_top.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_bot.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_flex.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_mid.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_top.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_bot.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_mid.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_top.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_bot.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_flex.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_mid.pnm
-share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_top.pnm
-share/adonthell/games/wastesedge/gfx/empty_slot.pnm
-share/adonthell/games/wastesedge/maps/test.map
-share/adonthell/games/wastesedge/scripts/dialogues/__init__.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/alek_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/bjarn_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/demo_intro_1.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/erek_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/extro.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/fellnir_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/frostbloom_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/janesta_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/jelom_2nd.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/jelom_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/lucia_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/oliver_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/orloth_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/sarin_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/silverhair_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/talan_start.pyc
-share/adonthell/games/wastesedge/scripts/dialogues/tristan_start.pyc
-share/adonthell/games/wastesedge/scripts/game_events/__init__.pyc
-share/adonthell/games/wastesedge/scripts/game_events/brn_to_silverhair.pyc
-share/adonthell/games/wastesedge/scripts/game_events/cellar_to_bjarn.pyc
-share/adonthell/games/wastesedge/scripts/game_events/character_speak.pyc
-share/adonthell/games/wastesedge/scripts/game_events/fst_to_silverhair.pyc
-share/adonthell/games/wastesedge/scripts/game_events/lft_to_vnd.pyc
-share/adonthell/games/wastesedge/scripts/game_events/open_inn_door.pyc
-share/adonthell/games/wastesedge/scripts/game_events/search_chest.pyc
-share/adonthell/games/wastesedge/scripts/game_events/silverhair_to_brn.pyc
-share/adonthell/games/wastesedge/scripts/game_events/silverhair_to_fst.pyc
-share/adonthell/games/wastesedge/scripts/game_events/speak.pyc
-share/adonthell/games/wastesedge/scripts/game_events/teleport.pyc
-share/adonthell/games/wastesedge/scripts/game_events/to_storage.pyc
-share/adonthell/games/wastesedge/scripts/game_events/vnd_to_lft.pyc
-share/adonthell/games/wastesedge/scripts/modules/character_screen.pyc
-share/adonthell/games/wastesedge/scripts/modules/console.pyc
-share/adonthell/games/wastesedge/scripts/modules/events.pyc
-share/adonthell/games/wastesedge/scripts/modules/intro.pyc
-share/adonthell/games/wastesedge/scripts/modules/main_menu.pyc
-share/adonthell/games/wastesedge/scripts/schedules/audio/__init__.pyc
-share/adonthell/games/wastesedge/scripts/schedules/audio/in_game.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/__init__.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/alek.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/bjarn.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/erek.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/extro.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/fellnir.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/frostbloom.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/intro.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/janesta.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/jelom.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/keyboard_control.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/lucia.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/oliver.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/orloth.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/sarin.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/schedule.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/silverhair.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/talan.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/to_cellar.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapcharacters/tristan.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapviews/__init__.pyc
-share/adonthell/games/wastesedge/scripts/schedules/mapviews/center_character.pyc
-share/adonthell/games/wastesedge/scripts/schedules/__init__.pyc
-share/adonthell/games/wastesedge/scripts/schedules/control.pyc
-share/adonthell/games/wastesedge/scripts/actions/__init__.pyc
-share/adonthell/games/wastesedge/scripts/actions/talk.pyc
-share/adonthell/games/wastesedge/scripts/init.pyc
+%%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 share/adonthell/games/wastesedge/audio
-@dirrm share/adonthell/games/wastesedge/gfx/cutscene
-@dirrm share/adonthell/games/wastesedge/gfx/mapcharacters
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/exteriors
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/floorings
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/furnitures
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/houses/redwyne-inn
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/houses
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/icons/arrows
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/icons
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/terrains
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/stairs
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/walls/inside
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/walls/cellar
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/walls/stone
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects/walls
-@dirrm share/adonthell/games/wastesedge/gfx/mapobjects
-@dirrm share/adonthell/games/wastesedge/gfx/portraits
-@dirrm share/adonthell/games/wastesedge/gfx/window/background/original
-@dirrm share/adonthell/games/wastesedge/gfx/window/background/silverleaf
-@dirrm share/adonthell/games/wastesedge/gfx/window/background
-@dirrm share/adonthell/games/wastesedge/gfx/window/cursor/original
-@dirrm share/adonthell/games/wastesedge/gfx/window/cursor/silverleaf
-@dirrm share/adonthell/games/wastesedge/gfx/window/cursor
-@dirrm share/adonthell/games/wastesedge/gfx/window/border/original/mini
-@dirrm share/adonthell/games/wastesedge/gfx/window/border/original/normal
-@dirrm share/adonthell/games/wastesedge/gfx/window/border/original
-@dirrm share/adonthell/games/wastesedge/gfx/window/border/silverleaf/mini
-@dirrm share/adonthell/games/wastesedge/gfx/window/border/silverleaf/normal
-@dirrm share/adonthell/games/wastesedge/gfx/window/border/silverleaf
-@dirrm share/adonthell/games/wastesedge/gfx/window/border
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/blue
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/green
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/original
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/red
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/silverleaf
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/violet
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/white
-@dirrm share/adonthell/games/wastesedge/gfx/window/font/yellow
-@dirrm share/adonthell/games/wastesedge/gfx/window/font
-@dirrm share/adonthell/games/wastesedge/gfx/window/scrollbar/original
-@dirrm share/adonthell/games/wastesedge/gfx/window/scrollbar/silverleaf
-@dirrm share/adonthell/games/wastesedge/gfx/window/scrollbar
-@dirrm share/adonthell/games/wastesedge/gfx/window
-@dirrm share/adonthell/games/wastesedge/gfx
-@dirrm share/adonthell/games/wastesedge/maps
-@dirrm share/adonthell/games/wastesedge/scripts/actions
-@dirrm share/adonthell/games/wastesedge/scripts/dialogues
-@dirrm share/adonthell/games/wastesedge/scripts/game_events
-@dirrm share/adonthell/games/wastesedge/scripts/modules
-@dirrm share/adonthell/games/wastesedge/scripts/schedules/audio
-@dirrm share/adonthell/games/wastesedge/scripts/schedules/mapcharacters
-@dirrm share/adonthell/games/wastesedge/scripts/schedules/mapviews
-@dirrm share/adonthell/games/wastesedge/scripts/schedules
-@dirrm share/adonthell/games/wastesedge/scripts
-@dirrm share/adonthell/games/wastesedge
-@dirrm share/adonthell/games
-@dirrm share/adonthell/modules
-@dirrm share/adonthell
+@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%%
+@unexec rmdir %D/share/pixmaps 2>/dev/null || true
--- adonthell.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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