aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-08 15:55:32 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-08 15:55:32 +0000
commita530df564a57044ce6ce4f032464957096f4bc42 (patch)
tree7c608df1e4f7b519ce3cdfa0a677cf0c099a16e0 /games
parenta5fe1ac82b707f5d2310cc4e155b023f792075be (diff)
downloadports-a530df564a57044ce6ce4f032464957096f4bc42.tar.gz
ports-a530df564a57044ce6ce4f032464957096f4bc42.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-server/Makefile98
-rw-r--r--games/crossfire-server/distinfo10
-rw-r--r--games/crossfire-server/files/patch-common__loader.c20
-rw-r--r--games/crossfire-server/files/patch-common_exp.c (renamed from games/crossfire-server/files/patch-common__exp.c)6
-rw-r--r--games/crossfire-server/files/patch-common_loader.l (renamed from games/crossfire-server/files/patch-common__loader.l)6
-rw-r--r--games/crossfire-server/files/patch-include__libproto.h11
-rw-r--r--games/crossfire-server/pkg-plist475
7 files changed, 314 insertions, 312 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile
index 620dd4d56ce4..2b65489d626a 100644
--- a/games/crossfire-server/Makefile
+++ b/games/crossfire-server/Makefile
@@ -2,72 +2,84 @@
# $FreeBSD$
PORTNAME= crossfire
-PORTVERSION= 1.70.0
-PORTREVISION= 7
+PORTVERSION= 1.71.0
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-server/${PORTVERSION} \
+ SF/${PORTNAME}/${PORTNAME}-arch/${PORTVERSION}:arch \
SF/${PORTNAME}/${PORTNAME}-maps/${PORTVERSION}:maps
PKGNAMESUFFIX= -server
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.maps${EXTRACT_SUFX}:maps
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${DISTNAME}.arch${EXTRACT_SUFX}:arch \
+ ${DISTNAME}.maps${EXTRACT_SUFX}:maps
MAINTAINER= ports@FreeBSD.org
COMMENT= Server for multiplayer graphical arcade and adventure game
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libpng.so:${PORTSDIR}/graphics/png \
- libsablot.so:${PORTSDIR}/textproc/sablotron
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libpng.so:${PORTSDIR}/graphics/png
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-USES= gmake libtool localbase perl5 python sqlite uidfix
+USES= autoreconf gmake libtool perl5 python shebangfix tar:bzip2 \
+ uidfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --with-check=no --localstatedir=/var/games
-CONFIGURE_SHELL=${LOCALBASE}/bin/bash
-REINPLACE_ARGS= -i ""
+MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
-PORTDOCS= *
+WRKSRC= ${WRKDIR}/${PKGNAME}
-DOCSRCDIR1= ${WRKSRC}
-DOC_FILES1= AUTHORS ChangeLog DEVELOPERS NEWS README
+SHEBANG_FILES= ../maps/Info/*.pl ../maps/brest/pshops/pshop_copier \
+ doc/*.pl doc/playbook/*.pl doc/scripts/*.pl \
+ lib/adm/*.pl lib/adm/map_info utils/*.in utils/mktable.script
-DOCSRCDIR2= ${WRKSRC}/doc
-DOCSDIR2= ${DOCSDIR}/doc
-DOC_FILES2= PlayerStats README RunTimeCommands SurvivalGuide *.doc *.ps \
- metaserver multigod plugins spellcasters_guide_to_runes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PORTDOCS= *
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS
+OPTIONS_GROUP= PLUGINS
+OPTIONS_GROUP_PLUGINS= CFLOGGER CFNEWSPAPER CFRHG
+OPTIONS_SUB= yes
+
+CFLOGGER_DESC= SQLite logging plugin
+CFLOGGER_USE= sqlite=3
+CFLOGGER_CONFIGURE_ON= --enable-logger=yes
+CFNEWSPAPER_DESC= Newspaper plugin
+CFLOGGER_USE= sqlite=3
+CFNEWSPAPER_CONFIGURE_ON= --enable-newspaper=yes
+CFRHG_DESC= Random house genetor plugin
+CFRHG_CONFIGURE_ON= --enable-cfrhg=yes
post-patch:
- @${FIND} ${WRKSRC} -name 'Makefile.in'| ${XARGS} ${REINPLACE_CMD} -e \
- 's|-ldl||g'
- @${REINPLACE_CMD} -e 's|^#.*/bin/sh|#! ${LOCALBASE}/bin/bash|g; \
- s|-ldl||g; \
- s|python[{].*[}]|${PYTHON_VERSION}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/socket/metaserver.c
- @${REINPLACE_CMD} -e 's| /usr/bin/perl|${LOCALBASE}/bin/perl|' \
- ${WRKSRC}/lib/adm/map_expand.pl
+ @${FIND} ${WRKSRC} -name 'Makefile.am' | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|=-ldl|=|'
+ @${REINPLACE_CMD} -e \
+ 's|exec /usr/bin/perl|exec ${LOCALBASE}/bin/perl|' \
+ ${WRKSRC}/doc/scripts/*-extract.pl
+ @${REINPLACE_CMD} -e \
+ '/PYTHON_CHECK_VERSIONS/s|=".*"|="${PYTHON_VER}"|' \
+ ${WRKSRC}/macros/cf_python.m4
-post-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}/maps
- @(cd ${WRKDIR}/maps && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/maps)
+pre-configure:
+ @${CHMOD} 644 ${WRKSRC}/macros/*.m4
- @${FIND} ${STAGEDIR}${PREFIX} -exec ${GREP} -q "#!/usr/bin/perl" {} \; \
- -exec ${REINPLACE_CMD} -e \
- 's|#!/usr/bin/perl|#!${LOCALBASE}/bin/perl|g' {} \;
- @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
- ${STAGEDIR}${PREFIX}/bin/crossloop.web
+pre-build:
+ @${LN} -sf ../../arch ${WRKSRC}/lib
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${DATADIR}/maps
+ (cd ${WRKDIR}/maps && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/maps)
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
- @${FIND} ${WRKSRC}/doc -name 'Makefile*' -delete
-.for d in playbook playbook-html spoiler spoiler-html
- @(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DOCSDIR2})
-.endfor
- ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
+ (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog NEWS README \
+ ${STAGEDIR}${DOCSDIR})
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/doc
+ (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . \
+ ${STAGEDIR}${DOCSDIR}/doc "! -name '*Makefile*'")
.include <bsd.port.mk>
diff --git a/games/crossfire-server/distinfo b/games/crossfire-server/distinfo
index 5d7ab3c4b7e8..071cb20d15ec 100644
--- a/games/crossfire-server/distinfo
+++ b/games/crossfire-server/distinfo
@@ -1,4 +1,6 @@
-SHA256 (crossfire-1.70.0.tar.gz) = f6679aa19f7b041a779d26215a7f0062ab7a1fd96185527c207485e084b4654d
-SIZE (crossfire-1.70.0.tar.gz) = 6626864
-SHA256 (crossfire-1.70.0.maps.tar.gz) = 64b1bccef796fde9559a84b4486cf380710b9db70c2c45a1b0f67adf3d822aa9
-SIZE (crossfire-1.70.0.maps.tar.gz) = 28911538
+SHA256 (crossfire-1.71.0.tar.bz2) = cc1917db207628c34d2222f1b6c416481f72f185ac3bc9e49b9a53db94fe1e1d
+SIZE (crossfire-1.71.0.tar.bz2) = 6712638
+SHA256 (crossfire-1.71.0.arch.tar.bz2) = 016ee33b15879a96e14932a9209d03ee9e3da69b3f3bd6b82c800f43345f064d
+SIZE (crossfire-1.71.0.arch.tar.bz2) = 3462161
+SHA256 (crossfire-1.71.0.maps.tar.bz2) = f6df5fd605dd3b83dce1aa730390443b09569e6fae93bef058cd8f52fedc17da
+SIZE (crossfire-1.71.0.maps.tar.bz2) = 19463076
diff --git a/games/crossfire-server/files/patch-common__loader.c b/games/crossfire-server/files/patch-common__loader.c
deleted file mode 100644
index 10798b996b88..000000000000
--- a/games/crossfire-server/files/patch-common__loader.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./common/loader.c.orig 2012-03-19 06:14:09.000000000 +0100
-+++ ./common/loader.c 2014-03-27 18:59:52.056923524 +0100
-@@ -2898,7 +2898,7 @@
-
- void yyset_out (FILE * out_str );
-
--int yyget_leng (void );
-+size_t yyget_leng (void );
-
- char *yyget_text (void );
-
-@@ -5523,7 +5523,7 @@
- /** Get the length of the current token.
- *
- */
--int yyget_leng (void)
-+size_t yyget_leng (void)
- {
- return yyleng;
- }
diff --git a/games/crossfire-server/files/patch-common__exp.c b/games/crossfire-server/files/patch-common_exp.c
index 753db5fb06e3..3b04ce87a5e0 100644
--- a/games/crossfire-server/files/patch-common__exp.c
+++ b/games/crossfire-server/files/patch-common_exp.c
@@ -1,6 +1,6 @@
---- ./common/exp.c.orig 2012-03-18 07:31:50.000000000 +0100
-+++ ./common/exp.c 2014-03-27 18:59:52.047466456 +0100
-@@ -224,7 +224,7 @@
+--- common/exp.c.orig 2014-04-05 22:30:50 UTC
++++ common/exp.c
+@@ -209,7 +209,7 @@ void init_experience(void) {
exit(1);
}
diff --git a/games/crossfire-server/files/patch-common__loader.l b/games/crossfire-server/files/patch-common_loader.l
index 1543bf93326e..9e7e6c313e4d 100644
--- a/games/crossfire-server/files/patch-common__loader.l
+++ b/games/crossfire-server/files/patch-common_loader.l
@@ -1,6 +1,6 @@
---- ./common/loader.l.orig 2012-03-18 07:31:50.000000000 +0100
-+++ ./common/loader.l 2014-03-27 18:59:52.047466456 +0100
-@@ -856,8 +856,8 @@
+--- common/loader.l.orig 2014-04-05 22:30:50 UTC
++++ common/loader.l
+@@ -858,8 +858,8 @@ A .+
^maxsp{S} op->stats.maxsp = IVAL;
^grace{S} op->stats.grace = IVAL;
^maxgrace{S} op->stats.maxgrace = IVAL;
diff --git a/games/crossfire-server/files/patch-include__libproto.h b/games/crossfire-server/files/patch-include__libproto.h
deleted file mode 100644
index 6fc010710adf..000000000000
--- a/games/crossfire-server/files/patch-include__libproto.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./include/libproto.h.orig 2012-03-18 07:31:46.000000000 +0100
-+++ ./include/libproto.h 2014-03-27 18:59:52.056923524 +0100
-@@ -441,7 +441,7 @@
- extern int yyget_lineno(void);
- extern FILE *yyget_in(void);
- extern FILE *yyget_out(void);
--extern int yyget_leng(void);
-+extern size_t yyget_leng(void);
- extern char *yyget_text(void);
- extern void yyset_lineno(int line_number);
- extern void yyset_in(FILE *in_str);
diff --git a/games/crossfire-server/pkg-plist b/games/crossfire-server/pkg-plist
index f6922385e3ec..93a81d682903 100644
--- a/games/crossfire-server/pkg-plist
+++ b/games/crossfire-server/pkg-plist
@@ -1,7 +1,5 @@
-bin/crossfire-config
@(,games,2755) bin/crossfire-server
bin/crossloop
-bin/crossloop.pl
bin/crossloop.web
bin/player_dl.pl
%%ETCDIR%%/ban_file
@@ -15,9 +13,10 @@ bin/player_dl.pl
%%ETCDIR%%/settings
%%ETCDIR%%/stat_bonus
lib/crossfire/plugins/cfanim.so
-lib/crossfire/plugins/cflogger.so
-lib/crossfire/plugins/cfnewspaper.so
+%%CFLOGGER%%lib/crossfire/plugins/cflogger.so
+%%CFNEWSPAPER%%lib/crossfire/plugins/cfnewspaper.so
lib/crossfire/plugins/cfpython.so
+%%CFRHG%%lib/crossfire/plugins/cfrhg.so
lib/crossfire/plugins/citylife.so
libexec/crossfire/add_throw.perl
libexec/crossfire/metaserver.pl
@@ -36,7 +35,6 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/archetypes
%%DATADIR%%/artifacts
%%DATADIR%%/attackmess
-%%DATADIR%%/bmaps
%%DATADIR%%/bmaps.paths
%%DATADIR%%/crossfire.0
%%DATADIR%%/crossfire.1
@@ -56,6 +54,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/help/cast.en
%%DATADIR%%/help/cast.fr
%%DATADIR%%/help/chat.en
+%%DATADIR%%/help/death.en
%%DATADIR%%/help/drop.en
%%DATADIR%%/help/drop.fr
%%DATADIR%%/help/dropall.en
@@ -82,36 +81,56 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/help/mode.en
%%DATADIR%%/help/mode.fr
%%DATADIR%%/help/motd.en
+%%DATADIR%%/help/motd.fr
%%DATADIR%%/help/mouse.en
%%DATADIR%%/help/move.en
%%DATADIR%%/help/news.en
+%%DATADIR%%/help/news.fr
%%DATADIR%%/help/party.en
+%%DATADIR%%/help/party.fr
%%DATADIR%%/help/party_rejoin.en
+%%DATADIR%%/help/party_rejoin.fr
%%DATADIR%%/help/peaceful.en
+%%DATADIR%%/help/peaceful.fr
%%DATADIR%%/help/petmode.en
+%%DATADIR%%/help/petmode.fr
%%DATADIR%%/help/pickup.en
+%%DATADIR%%/help/pickup.fr
%%DATADIR%%/help/quest.en
%%DATADIR%%/help/quest.fr
%%DATADIR%%/help/quit.en
+%%DATADIR%%/help/quit.fr
%%DATADIR%%/help/range.en
+%%DATADIR%%/help/ready_skill.en
%%DATADIR%%/help/rename.en
+%%DATADIR%%/help/rename.fr
%%DATADIR%%/help/rules.en
+%%DATADIR%%/help/rules.fr
%%DATADIR%%/help/save.en
+%%DATADIR%%/help/save.fr
%%DATADIR%%/help/shout.en
+%%DATADIR%%/help/shout.fr
%%DATADIR%%/help/showpets.en
+%%DATADIR%%/help/showpets.fr
%%DATADIR%%/help/skills.en
+%%DATADIR%%/help/skills.fr
%%DATADIR%%/help/sort_inventory.en
%%DATADIR%%/help/sound.en
%%DATADIR%%/help/spells.en
%%DATADIR%%/help/statistics.en
%%DATADIR%%/help/take.en
+%%DATADIR%%/help/take.fr
%%DATADIR%%/help/title.en
%%DATADIR%%/help/traps.en
%%DATADIR%%/help/unarmed_skill.en
%%DATADIR%%/help/unbind.en
%%DATADIR%%/help/use.en
+%%DATADIR%%/help/use.fr
+%%DATADIR%%/help/use_skill.en
%%DATADIR%%/help/usekeys.en
+%%DATADIR%%/help/usekeys.fr
%%DATADIR%%/help/whereabouts.en
+%%DATADIR%%/help/whereabouts.fr
%%DATADIR%%/help/wimpy.en
%%DATADIR%%/i18n/messages.en
%%DATADIR%%/i18n/messages.fr
@@ -176,6 +195,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/azumauindo/ranbounagisatoshi/apartments/sapartment
%%DATADIR%%/maps/azumauindo/ranbounagisatoshi/gates/gate1
%%DATADIR%%/maps/azumauindo/ranbounagisatoshi/gates/gate2
+%%DATADIR%%/maps/azumauindo/ranbounagisatoshi/shops/IPO_ranbounagisatoshi
%%DATADIR%%/maps/azumauindo/ranbounagisatoshi/shops/groupshop
%%DATADIR%%/maps/azumauindo/ranbounagisatoshi/shops/groupshop2
%%DATADIR%%/maps/azumauindo/ranbounagisatoshi/shops/groupshopb1
@@ -279,8 +299,6 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/brest/asyvan/palace2
%%DATADIR%%/maps/brest/asyvan/palace3
%%DATADIR%%/maps/brest/black_shield/basement
-%%DATADIR%%/maps/brest/black_shield/bigchest
-%%DATADIR%%/maps/brest/black_shield/ground
%%DATADIR%%/maps/brest/black_shield/guild_alchemy
%%DATADIR%%/maps/brest/black_shield/guild_bbq
%%DATADIR%%/maps/brest/black_shield/guild_hq
@@ -297,9 +315,9 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/brest/black_shield/novice_lounge
%%DATADIR%%/maps/brest/black_shield/secondfloor
%%DATADIR%%/maps/brest/black_shield/storage_room
-%%DATADIR%%/maps/brest/black_shield/upper
%%DATADIR%%/maps/brest/brest.IPO
%%DATADIR%%/maps/brest/brest.inn
+%%DATADIR%%/maps/brest/brest.quests
%%DATADIR%%/maps/brest/brest.scrolls
%%DATADIR%%/maps/brest/brest.scrolls.right
%%DATADIR%%/maps/brest/brest.scrolls.upper.1
@@ -334,6 +352,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/brest/jes.admini.1
%%DATADIR%%/maps/brest/ludo1
%%DATADIR%%/maps/brest/ludo2
+%%DATADIR%%/maps/brest/misc/draughts
%%DATADIR%%/maps/brest/nasty_house
%%DATADIR%%/maps/brest/pantheon
%%DATADIR%%/maps/brest/privateshops/privateshop_1
@@ -544,9 +563,8 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/darcap/darcap/earthhouse
%%DATADIR%%/maps/darcap/darcap/elemental.quests
%%DATADIR%%/maps/darcap/darcap/firehouse
-%%DATADIR%%/maps/darcap/darcap/fishing
+%%DATADIR%%/maps/darcap/darcap/frightened_elf.msg
%%DATADIR%%/maps/darcap/darcap/grape_farm
-%%DATADIR%%/maps/darcap/darcap/gshop
%%DATADIR%%/maps/darcap/darcap/guilds/poisoned_dagger/basement
%%DATADIR%%/maps/darcap/darcap/guilds/poisoned_dagger/bigchest
%%DATADIR%%/maps/darcap/darcap/guilds/poisoned_dagger/ground
@@ -599,21 +617,26 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/darcap/darcap/maze
%%DATADIR%%/maps/darcap/darcap/molthir.msg
%%DATADIR%%/maps/darcap/darcap/park
-%%DATADIR%%/maps/darcap/darcap/petshop
%%DATADIR%%/maps/darcap/darcap/pirates.1
-%%DATADIR%%/maps/darcap/darcap/potionshop
%%DATADIR%%/maps/darcap/darcap/quest
%%DATADIR%%/maps/darcap/darcap/random_house
%%DATADIR%%/maps/darcap/darcap/scartis
%%DATADIR%%/maps/darcap/darcap/scartis.msg
-%%DATADIR%%/maps/darcap/darcap/shop_a
-%%DATADIR%%/maps/darcap/darcap/shop_g
-%%DATADIR%%/maps/darcap/darcap/shop_m
-%%DATADIR%%/maps/darcap/darcap/shop_w
-%%DATADIR%%/maps/darcap/darcap/spike.msg
+%%DATADIR%%/maps/darcap/darcap/shops/IPO_darcap
+%%DATADIR%%/maps/darcap/darcap/shops/bank_darcap
+%%DATADIR%%/maps/darcap/darcap/shops/fishing
+%%DATADIR%%/maps/darcap/darcap/shops/gshop
+%%DATADIR%%/maps/darcap/darcap/shops/petshop
+%%DATADIR%%/maps/darcap/darcap/shops/potionshop
+%%DATADIR%%/maps/darcap/darcap/shops/shop_a
+%%DATADIR%%/maps/darcap/darcap/shops/shop_g
+%%DATADIR%%/maps/darcap/darcap/shops/shop_m
+%%DATADIR%%/maps/darcap/darcap/shops/shop_w
+%%DATADIR%%/maps/darcap/darcap/shops/spike.msg
%%DATADIR%%/maps/darcap/darcap/talok.msg
%%DATADIR%%/maps/darcap/darcap/tavern
-%%DATADIR%%/maps/darcap/darcap/temple
+%%DATADIR%%/maps/darcap/darcap/temples/gaea
+%%DATADIR%%/maps/darcap/darcap/temples/valkyrie
%%DATADIR%%/maps/darcap/darcap/thilgar
%%DATADIR%%/maps/darcap/darcap/thilgar_top
%%DATADIR%%/maps/darcap/darcap/waterhouse
@@ -701,10 +724,21 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/dragonisland/intwell
%%DATADIR%%/maps/dragonisland/keysale
%%DATADIR%%/maps/dragonisland/luxhouse
+%%DATADIR%%/maps/dragonisland/shops/IPO_stoneville
+%%DATADIR%%/maps/dragonisland/shops/bank_stoneville
%%DATADIR%%/maps/dragonisland/tavern
%%DATADIR%%/maps/dragonisland/thievesden
+%%DATADIR%%/maps/dragonisland/ticket_office
%%DATADIR%%/maps/dungeons/barad_dur
%%DATADIR%%/maps/dungeons/castle_aaaarg
+%%DATADIR%%/maps/dungeons/dark-cave/dark-cave
+%%DATADIR%%/maps/dungeons/dark-cave/dark-cave-2
+%%DATADIR%%/maps/dungeons/dark-cave/dwarven_camp
+%%DATADIR%%/maps/dungeons/dark-cave/hidden-cave
+%%DATADIR%%/maps/dungeons/dark-cave/ogre-cave
+%%DATADIR%%/maps/dungeons/dark-cave/ogre-cave-2
+%%DATADIR%%/maps/dungeons/dark-cave/ogre-cave-3
+%%DATADIR%%/maps/dungeons/dark-cave/ogre-cave-4
%%DATADIR%%/maps/dungeons/grukks/grukks.1
%%DATADIR%%/maps/dungeons/grukks/grukks.2
%%DATADIR%%/maps/dungeons/grukks/grukks.3
@@ -757,12 +791,15 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/editor/walls/wall
%%DATADIR%%/maps/editor/walls/wall-special
%%DATADIR%%/maps/euthville/boulder_inferno
+%%DATADIR%%/maps/euthville/church/devil.church1
+%%DATADIR%%/maps/euthville/church/devil.church2
+%%DATADIR%%/maps/euthville/church/devil.church3
+%%DATADIR%%/maps/euthville/church/devil.church4
+%%DATADIR%%/maps/euthville/church/devil.church5
+%%DATADIR%%/maps/euthville/church/valriel
+%%DATADIR%%/maps/euthville/church/valriel.msg
%%DATADIR%%/maps/euthville/demon_quest
-%%DATADIR%%/maps/euthville/devil.church1
-%%DATADIR%%/maps/euthville/devil.church2
-%%DATADIR%%/maps/euthville/devil.church3
-%%DATADIR%%/maps/euthville/devil.church4
-%%DATADIR%%/maps/euthville/devil.church5
+%%DATADIR%%/maps/euthville/euthville.quests
%%DATADIR%%/maps/euthville/green_goblin/basement
%%DATADIR%%/maps/euthville/green_goblin/guild_alchemy
%%DATADIR%%/maps/euthville/green_goblin/guild_bbq
@@ -781,11 +818,11 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/euthville/green_goblin/secondfloor
%%DATADIR%%/maps/euthville/green_goblin/storage_room
%%DATADIR%%/maps/euthville/hallofbones
-%%DATADIR%%/maps/euthville/magic.shop
%%DATADIR%%/maps/euthville/map.fr.0
%%DATADIR%%/maps/euthville/map.fr.1
%%DATADIR%%/maps/euthville/map.fr.2
%%DATADIR%%/maps/euthville/map.fr.3
+%%DATADIR%%/maps/euthville/shops/magic.shop
%%DATADIR%%/maps/euthville/wiz1
%%DATADIR%%/maps/euthville/wiz2
%%DATADIR%%/maps/euthville/wiz3
@@ -897,6 +934,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/lake_country/marsh/marsh2_1
%%DATADIR%%/maps/lake_country/marsh/marsh2_2
%%DATADIR%%/maps/lake_country/sentrio_farmhouse
+%%DATADIR%%/maps/lake_country/shops/IPO_lakecountry
%%DATADIR%%/maps/lake_country/shops/Mopoon_wshop
%%DATADIR%%/maps/lake_country/shops/Olds_jewel
%%DATADIR%%/maps/lake_country/shops/clems_archery
@@ -922,9 +960,14 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/marksel/church
%%DATADIR%%/maps/marksel/grumms_inn
%%DATADIR%%/maps/marksel/grumms_inn2
+%%DATADIR%%/maps/marksel/hasphatois.anim
+%%DATADIR%%/maps/marksel/hasphatois.msg
%%DATADIR%%/maps/marksel/keep
%%DATADIR%%/maps/marksel/mines
-%%DATADIR%%/maps/marksel/shop
+%%DATADIR%%/maps/marksel/pikorme.msg
+%%DATADIR%%/maps/marksel/shops/IPO_marksel
+%%DATADIR%%/maps/marksel/shops/shop
+%%DATADIR%%/maps/marksel/shops/smith
%%DATADIR%%/maps/marksel/wizard
%%DATADIR%%/maps/mlab/citydeclouds/IPO_citydeclouds
%%DATADIR%%/maps/mlab/citydeclouds/apartment/cwdctownhaus1lvl1
@@ -1004,6 +1047,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/mlab/citydeclouds/misc/cwdcchessarenaa1
%%DATADIR%%/maps/mlab/citydeclouds/misc/cwdcchessarenaa2
%%DATADIR%%/maps/mlab/citydeclouds/misc/cwdcchessarenab2
+%%DATADIR%%/maps/mlab/citydeclouds/shops/IPO_citydeclouds
%%DATADIR%%/maps/mlab/citydeclouds/shops/cdcwcafe1
%%DATADIR%%/maps/mlab/citydeclouds/shops/cwdcgenshop1
%%DATADIR%%/maps/mlab/citydeclouds/shops/cwdckitchen
@@ -1025,17 +1069,13 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/apartments/apartment_attic
%%DATADIR%%/maps/navar_city/apartments/apartment_basement
%%DATADIR%%/maps/navar_city/apartments/apartment_upstairs
-%%DATADIR%%/maps/navar_city/bow_shop
+%%DATADIR%%/maps/navar_city/bradley.msg
%%DATADIR%%/maps/navar_city/casino_infernal/casino_infernal1
%%DATADIR%%/maps/navar_city/casino_infernal/casino_infernal2
-%%DATADIR%%/maps/navar_city/city1church1
-%%DATADIR%%/maps/navar_city/city1court
+%%DATADIR%%/maps/navar_city/city1court.msg
%%DATADIR%%/maps/navar_city/city1enter
-%%DATADIR%%/maps/navar_city/city1houses
-%%DATADIR%%/maps/navar_city/city1houses2
-%%DATADIR%%/maps/navar_city/city1houses3
%%DATADIR%%/maps/navar_city/city1prison
-%%DATADIR%%/maps/navar_city/collosium
+%%DATADIR%%/maps/navar_city/colosseum
%%DATADIR%%/maps/navar_city/dragon_hangar/hangar
%%DATADIR%%/maps/navar_city/dreaming_sage/basement
%%DATADIR%%/maps/navar_city/dreaming_sage/bigchest
@@ -1057,6 +1097,44 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/dreaming_sage/secondfloor
%%DATADIR%%/maps/navar_city/dreaming_sage/storage_room
%%DATADIR%%/maps/navar_city/dreaming_sage/upper
+%%DATADIR%%/maps/navar_city/houses/angelsabode
+%%DATADIR%%/maps/navar_city/houses/avashouse
+%%DATADIR%%/maps/navar_city/houses/ben.msg
+%%DATADIR%%/maps/navar_city/houses/benscottage
+%%DATADIR%%/maps/navar_city/houses/berlssmallhouse
+%%DATADIR%%/maps/navar_city/houses/bingohall
+%%DATADIR%%/maps/navar_city/houses/bonehouse
+%%DATADIR%%/maps/navar_city/houses/charliesplace
+%%DATADIR%%/maps/navar_city/houses/crazyhouse
+%%DATADIR%%/maps/navar_city/houses/crowdedhouse
+%%DATADIR%%/maps/navar_city/houses/dancinglessons
+%%DATADIR%%/maps/navar_city/houses/demonichouse
+%%DATADIR%%/maps/navar_city/houses/destitutehouse
+%%DATADIR%%/maps/navar_city/houses/dorganshouse
+%%DATADIR%%/maps/navar_city/houses/elishouse
+%%DATADIR%%/maps/navar_city/houses/freddyshouse
+%%DATADIR%%/maps/navar_city/houses/hanshut
+%%DATADIR%%/maps/navar_city/houses/herbertsundertakers
+%%DATADIR%%/maps/navar_city/houses/houseofgossip
+%%DATADIR%%/maps/navar_city/houses/ianshouse
+%%DATADIR%%/maps/navar_city/houses/jebshouse
+%%DATADIR%%/maps/navar_city/houses/jordanshouse
+%%DATADIR%%/maps/navar_city/houses/karassmallhouse
+%%DATADIR%%/maps/navar_city/houses/littlerumblehouse
+%%DATADIR%%/maps/navar_city/houses/masonshouse
+%%DATADIR%%/maps/navar_city/houses/meetinghouse
+%%DATADIR%%/maps/navar_city/houses/mouse_house
+%%DATADIR%%/maps/navar_city/houses/no4mainst
+%%DATADIR%%/maps/navar_city/houses/occupiedcabin
+%%DATADIR%%/maps/navar_city/houses/raazlessmallhouse
+%%DATADIR%%/maps/navar_city/houses/rudyscottage
+%%DATADIR%%/maps/navar_city/houses/rundownhouse
+%%DATADIR%%/maps/navar_city/houses/smokeyhouse
+%%DATADIR%%/maps/navar_city/houses/stromssmallhouse
+%%DATADIR%%/maps/navar_city/houses/toddscabin
+%%DATADIR%%/maps/navar_city/houses/travellerswayhouse
+%%DATADIR%%/maps/navar_city/houses/turlssmallhouse
+%%DATADIR%%/maps/navar_city/houses/wisehouse
%%DATADIR%%/maps/navar_city/illusion/illexit
%%DATADIR%%/maps/navar_city/illusion/illtow1
%%DATADIR%%/maps/navar_city/illusion/illtow2
@@ -1066,6 +1144,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/illusion/illtow6
%%DATADIR%%/maps/navar_city/illusion/illtow7
%%DATADIR%%/maps/navar_city/iscar
+%%DATADIR%%/maps/navar_city/iscar.msg
%%DATADIR%%/maps/navar_city/jail/jail
%%DATADIR%%/maps/navar_city/jail/jail2
%%DATADIR%%/maps/navar_city/jail/jail3
@@ -1085,15 +1164,13 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/misc/aliscave
%%DATADIR%%/maps/navar_city/misc/aliswell
%%DATADIR%%/maps/navar_city/misc/bowyer
-%%DATADIR%%/maps/navar_city/misc/buildshop
-%%DATADIR%%/maps/navar_city/misc/city1armour
%%DATADIR%%/maps/navar_city/misc/city1bank
-%%DATADIR%%/maps/navar_city/misc/city1gen
-%%DATADIR%%/maps/navar_city/misc/city1magic
%%DATADIR%%/maps/navar_city/misc/city1mermaid
%%DATADIR%%/maps/navar_city/misc/city1smith
-%%DATADIR%%/maps/navar_city/misc/city1weapon
%%DATADIR%%/maps/navar_city/misc/dragon_guild
+%%DATADIR%%/maps/navar_city/misc/draughts
+%%DATADIR%%/maps/navar_city/misc/emporiumofpower
+%%DATADIR%%/maps/navar_city/misc/highcourt
%%DATADIR%%/maps/navar_city/misc/jeweler
%%DATADIR%%/maps/navar_city/misc/kitchen
%%DATADIR%%/maps/navar_city/misc/library
@@ -1102,6 +1179,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/misc/midane
%%DATADIR%%/maps/navar_city/misc/navarwiz
%%DATADIR%%/maps/navar_city/misc/tannery
+%%DATADIR%%/maps/navar_city/misc/templeofhealing
%%DATADIR%%/maps/navar_city/misc/thamshop
%%DATADIR%%/maps/navar_city/misc/theater
%%DATADIR%%/maps/navar_city/misc/theater2
@@ -1168,27 +1246,40 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/mlab/ttowerchoswld1
%%DATADIR%%/maps/navar_city/mlab/zealothouse2
%%DATADIR%%/maps/navar_city/mlab/zealothouseb1
-%%DATADIR%%/maps/navar_city/mouse_house
+%%DATADIR%%/maps/navar_city/mostrai_priest.msg
%%DATADIR%%/maps/navar_city/navar_city.quests
+%%DATADIR%%/maps/navar_city/piltro.msg
+%%DATADIR%%/maps/navar_city/shops/bow_shop
+%%DATADIR%%/maps/navar_city/shops/buildshop
+%%DATADIR%%/maps/navar_city/shops/city1armour
+%%DATADIR%%/maps/navar_city/shops/city1gen
+%%DATADIR%%/maps/navar_city/shops/city1magic
+%%DATADIR%%/maps/navar_city/shops/city1weapon
%%DATADIR%%/maps/navar_city/slums/Iggys_house
%%DATADIR%%/maps/navar_city/slums/Iggys_house_lower
%%DATADIR%%/maps/navar_city/slums/Iggys_house_upper
%%DATADIR%%/maps/navar_city/slums/rockgardens
+%%DATADIR%%/maps/navar_city/smugglers_cove/nancy.msg
%%DATADIR%%/maps/navar_city/smugglers_cove/sc_warehouse
%%DATADIR%%/maps/navar_city/smugglers_cove/sc_warehouse2
%%DATADIR%%/maps/navar_city/smugglers_cove/sc_warehouse3
%%DATADIR%%/maps/navar_city/smugglers_cove/smugglercamp
+%%DATADIR%%/maps/navar_city/smugglers_cove/susan.msg
%%DATADIR%%/maps/navar_city/southgatehouse
%%DATADIR%%/maps/navar_city/spyhouse
+%%DATADIR%%/maps/navar_city/temples/devourers
%%DATADIR%%/maps/navar_city/temples/gaea
%%DATADIR%%/maps/navar_city/temples/gorokh
%%DATADIR%%/maps/navar_city/temples/gorokh2
%%DATADIR%%/maps/navar_city/temples/ixalovh
%%DATADIR%%/maps/navar_city/temples/ixalovh2
+%%DATADIR%%/maps/navar_city/temples/mostrai
%%DATADIR%%/maps/navar_city/temples/ruggilli
%%DATADIR%%/maps/navar_city/temples/ruggilli2
%%DATADIR%%/maps/navar_city/temples/sorig
%%DATADIR%%/maps/navar_city/temples/templelyth
+%%DATADIR%%/maps/navar_city/temples/valkyrie
+%%DATADIR%%/maps/navar_city/temples/valkyrie2
%%DATADIR%%/maps/navar_city/temples/valriel
%%DATADIR%%/maps/navar_city/tower/magetower1
%%DATADIR%%/maps/navar_city/tower/magetower2
@@ -1197,8 +1288,8 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/tower/magetower5
%%DATADIR%%/maps/navar_city/tower/magetower_low
%%DATADIR%%/maps/navar_city/tower/magetowfinal
-%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.0
-%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.1
+%%DATADIR%%/maps/navar_city/troll_canyon/basement
+%%DATADIR%%/maps/navar_city/troll_canyon/entrance
%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.10
%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.11
%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.12
@@ -1208,13 +1299,14 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.5
%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.6
%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.7
-%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.8
%%DATADIR%%/maps/navar_city/troll_canyon/troll_canyon.9
%%DATADIR%%/maps/navar_city/university
+%%DATADIR%%/maps/navar_city/university_lordil.msg
%%DATADIR%%/maps/navar_city/warehouse1
%%DATADIR%%/maps/navar_city/warehouse2
%%DATADIR%%/maps/navar_city/warehouse3
%%DATADIR%%/maps/navar_city/warehouse4
+%%DATADIR%%/maps/navar_city/warehouse4.msg
%%DATADIR%%/maps/navar_city/warehouse5
%%DATADIR%%/maps/navar_city/warehouse6
%%DATADIR%%/maps/navar_city/warehouse7
@@ -1254,23 +1346,30 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/port_joseph/pirates/mbgrave2
%%DATADIR%%/maps/port_joseph/pirates/mooglyprize
%%DATADIR%%/maps/port_joseph/pirates/mooglypuzzle
+%%DATADIR%%/maps/port_joseph/pirates/rowboat.msg
%%DATADIR%%/maps/port_joseph/pirates/tortcave
%%DATADIR%%/maps/port_joseph/pirates/torthole
%%DATADIR%%/maps/port_joseph/pirates/tortship
%%DATADIR%%/maps/port_joseph/pirates/tortship2
%%DATADIR%%/maps/port_joseph/pirates/tortship3
%%DATADIR%%/maps/port_joseph/pirates/torttemple
+%%DATADIR%%/maps/port_joseph/port_joseph.quests
%%DATADIR%%/maps/port_joseph/town/church
%%DATADIR%%/maps/port_joseph/town/churchcrypt
%%DATADIR%%/maps/port_joseph/town/churchtower
%%DATADIR%%/maps/port_joseph/town/dshark
-%%DATADIR%%/maps/port_joseph/town/generalstore
+%%DATADIR%%/maps/port_joseph/town/dshark_redeye.msg
+%%DATADIR%%/maps/port_joseph/town/dshark_thief.msg
%%DATADIR%%/maps/port_joseph/town/house
%%DATADIR%%/maps/port_joseph/town/inn
%%DATADIR%%/maps/port_joseph/town/ixalovh_shrine
+%%DATADIR%%/maps/port_joseph/town/percival.msg
%%DATADIR%%/maps/port_joseph/town/portia
+%%DATADIR%%/maps/port_joseph/town/portia.msg
%%DATADIR%%/maps/port_joseph/town/portia2
%%DATADIR%%/maps/port_joseph/town/ruined_home
+%%DATADIR%%/maps/port_joseph/town/shops/IPO_portjoseph
+%%DATADIR%%/maps/port_joseph/town/shops/generalstore
%%DATADIR%%/maps/port_joseph/town/tomassos_house
%%DATADIR%%/maps/port_joseph/town/underground_tavern
%%DATADIR%%/maps/pup_land/ancient/castle/castle.1
@@ -1464,6 +1563,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/pup_land/lone_town/mshop
%%DATADIR%%/maps/pup_land/lone_town/mshop_ud
%%DATADIR%%/maps/pup_land/lone_town/pupuly
+%%DATADIR%%/maps/pup_land/lone_town/shops/IPO_lonetown
%%DATADIR%%/maps/pup_land/lone_town/shops/buildshop
%%DATADIR%%/maps/pup_land/lone_town/shops/transport.shoppe
%%DATADIR%%/maps/pup_land/lone_town/tavern
@@ -1730,11 +1830,13 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/python/commands/give.py
%%DATADIR%%/maps/python/dialog/commongive.py
%%DATADIR%%/maps/python/dialog/dialog_check.py
+%%DATADIR%%/maps/python/dialog/eliza.py
%%DATADIR%%/maps/python/dialog/npc_dialog.py
%%DATADIR%%/maps/python/dialog/post/animate.py
%%DATADIR%%/maps/python/dialog/post/connection.py
%%DATADIR%%/maps/python/dialog/post/givecontents.py
%%DATADIR%%/maps/python/dialog/post/giveitem.py
+%%DATADIR%%/maps/python/dialog/post/giveknowledge.py
%%DATADIR%%/maps/python/dialog/post/marktime.py
%%DATADIR%%/maps/python/dialog/post/quest.py
%%DATADIR%%/maps/python/dialog/post/setnpctoken.py
@@ -1784,6 +1886,8 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/python/items/campfire_timer.py
%%DATADIR%%/maps/python/items/death_punisher.py
%%DATADIR%%/maps/python/items/experience_rewarder.py
+%%DATADIR%%/maps/python/items/lockable_doors.py
+%%DATADIR%%/maps/python/items/magic_whistle.py
%%DATADIR%%/maps/python/items/positioning_system.py
%%DATADIR%%/maps/python/items/rhyzian_amulet.py
%%DATADIR%%/maps/python/items/ring_occidental_mages.py
@@ -1817,6 +1921,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/python/misc/doNothing.py
%%DATADIR%%/maps/python/misc/greet_message.py
%%DATADIR%%/maps/python/misc/hall_of_fame.py
+%%DATADIR%%/maps/python/misc/ship.py
%%DATADIR%%/maps/python/misc/swallow_whole.py
%%DATADIR%%/maps/python/monsters/combat_chicken.py
%%DATADIR%%/maps/python/monsters/farnass.py
@@ -1826,7 +1931,6 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/python/pshop/TODO
%%DATADIR%%/maps/python/pshop/entry.py
%%DATADIR%%/maps/python/pshop/pshop.py
-%%DATADIR%%/maps/python/pshop/rent.py
%%DATADIR%%/maps/python/quests/QuestAdvance.py
%%DATADIR%%/maps/python/quests/QuestApplyIf.py
%%DATADIR%%/maps/python/quests/QuestConditionalDrop.py
@@ -1843,7 +1947,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/quests/cd/cd.inn.752
%%DATADIR%%/maps/quests/cd/cd.store.753
%%DATADIR%%/maps/quests/cd/cd.tower1.754
-%%DATADIR%%/maps/quests/cd/cd.tower2.755
+%%DATADIR%%/maps/quests/cd/cd.tower%%PYTHON_VER%%55
%%DATADIR%%/maps/quests/cd/cd.tunnel.751
%%DATADIR%%/maps/quests/greyshield/Archery
%%DATADIR%%/maps/quests/greyshield/Arena
@@ -1973,12 +2077,14 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/quests/peterm/quests/ogre_chief
%%DATADIR%%/maps/quests/peterm/quests/titan_quest
%%DATADIR%%/maps/quests/peterm/quests/titanguard.msg
+%%DATADIR%%/maps/quests/peterm/quests/undead_final
%%DATADIR%%/maps/quests/peterm/quests/wyvern_quest
%%DATADIR%%/maps/quests/peterm/temple/AnteChamber
%%DATADIR%%/maps/quests/peterm/temple/GemTunnel
%%DATADIR%%/maps/quests/peterm/temple/InnerTemple
%%DATADIR%%/maps/quests/peterm/temple/OuterTemple
%%DATADIR%%/maps/quests/peterm/temple/Temple
+%%DATADIR%%/maps/quests/quests.quests
%%DATADIR%%/maps/quests/saromok/castlesaromok_barracks1
%%DATADIR%%/maps/quests/saromok/castlesaromok_barracks2
%%DATADIR%%/maps/quests/saromok/castlesaromok_barracks3
@@ -2033,6 +2139,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/santo_dominion/espen/espen1
%%DATADIR%%/maps/santo_dominion/espen/espen2
%%DATADIR%%/maps/santo_dominion/espen/palace
+%%DATADIR%%/maps/santo_dominion/gordon.msg
%%DATADIR%%/maps/santo_dominion/guilds/drunken_barbarian/basement
%%DATADIR%%/maps/santo_dominion/guilds/drunken_barbarian/bigchest
%%DATADIR%%/maps/santo_dominion/guilds/drunken_barbarian/ground
@@ -2082,10 +2189,12 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/santo_dominion/map.and.sale
%%DATADIR%%/maps/santo_dominion/map.stigkr.1
%%DATADIR%%/maps/santo_dominion/map.stigkr.2
+%%DATADIR%%/maps/santo_dominion/misc/draughts
%%DATADIR%%/maps/santo_dominion/mudman/mudman.1
%%DATADIR%%/maps/santo_dominion/mudman/mudman.2
%%DATADIR%%/maps/santo_dominion/mudman/mudman.3
%%DATADIR%%/maps/santo_dominion/noble_rest
+%%DATADIR%%/maps/santo_dominion/noble_rest.msg
%%DATADIR%%/maps/santo_dominion/noble_rest_2nd
%%DATADIR%%/maps/santo_dominion/north_barn
%%DATADIR%%/maps/santo_dominion/north_farm
@@ -2097,7 +2206,10 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/santo_dominion/shaft/undeadshaft.2
%%DATADIR%%/maps/santo_dominion/shaft/undeadshaft.3
%%DATADIR%%/maps/santo_dominion/shaft/undeadshaft.4
+%%DATADIR%%/maps/santo_dominion/ship_scorn
+%%DATADIR%%/maps/santo_dominion/shops/IPO_santodominion
%%DATADIR%%/maps/santo_dominion/shops/armour
+%%DATADIR%%/maps/santo_dominion/shops/bank_santodominion
%%DATADIR%%/maps/santo_dominion/shops/eliks
%%DATADIR%%/maps/santo_dominion/shops/erash
%%DATADIR%%/maps/santo_dominion/shops/nosferatu
@@ -2111,7 +2223,8 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/santo_dominion/tobias
%%DATADIR%%/maps/santo_dominion/tobias.top
%%DATADIR%%/maps/santo_dominion/tollpost
-%%DATADIR%%/maps/scorn/README
+%%DATADIR%%/maps/santo_dominion/warloc_druid.anim
+%%DATADIR%%/maps/santo_dominion/warloc_druid.msg
%%DATADIR%%/maps/scorn/anthony/milton.msg
%%DATADIR%%/maps/scorn/anthony/passoffice
%%DATADIR%%/maps/scorn/anthony/portgate
@@ -2131,8 +2244,6 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/scorn/guilds/mailed_fist/GuildList
%%DATADIR%%/maps/scorn/guilds/mailed_fist/README.txt
%%DATADIR%%/maps/scorn/guilds/mailed_fist/basement
-%%DATADIR%%/maps/scorn/guilds/mailed_fist/bigchest
-%%DATADIR%%/maps/scorn/guilds/mailed_fist/ground
%%DATADIR%%/maps/scorn/guilds/mailed_fist/guild_alchemy
%%DATADIR%%/maps/scorn/guilds/mailed_fist/guild_bbq
%%DATADIR%%/maps/scorn/guilds/mailed_fist/guild_hq
@@ -2152,7 +2263,6 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/scorn/guilds/mailed_fist/storage_hall
%%DATADIR%%/maps/scorn/guilds/mailed_fist/storage_hall.0
%%DATADIR%%/maps/scorn/guilds/mailed_fist/storage_room
-%%DATADIR%%/maps/scorn/guilds/mailed_fist/upper
%%DATADIR%%/maps/scorn/houses/alfalfa_basement
%%DATADIR%%/maps/scorn/houses/alfalfa_ground
%%DATADIR%%/maps/scorn/houses/alfalfa_upstairs
@@ -2224,6 +2334,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/scorn/mansion/muriskunes
%%DATADIR%%/maps/scorn/mansion/str-tunnel
%%DATADIR%%/maps/scorn/mansion/stronghold
+%%DATADIR%%/maps/scorn/mansion/subbasement1
%%DATADIR%%/maps/scorn/mansion/witherspoon_manor
%%DATADIR%%/maps/scorn/mansion/witherspoon_manor_attic
%%DATADIR%%/maps/scorn/misc/HallOfQuests
@@ -2306,6 +2417,9 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/scorn/oldcity/oldcity8
%%DATADIR%%/maps/scorn/oldcity/oldcity9
%%DATADIR%%/maps/scorn/peterm/undead_quest
+%%DATADIR%%/maps/scorn/port/ship_santo_dominion
+%%DATADIR%%/maps/scorn/port/ship_stoneville
+%%DATADIR%%/maps/scorn/port/ticket_office
%%DATADIR%%/maps/scorn/scorn.quests
%%DATADIR%%/maps/scorn/shops/BasicSpells
%%DATADIR%%/maps/scorn/shops/IPO_scorn
@@ -2842,6 +2956,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/test/cfanim.conjurer
%%DATADIR%%/maps/test/cfanim.ghosted.animation
%%DATADIR%%/maps/test/cfanim.py
+%%DATADIR%%/maps/test/cfanim.take.drop.animation
%%DATADIR%%/maps/test/connected_bug
%%DATADIR%%/maps/test/cyclops
%%DATADIR%%/maps/test/diagonal
@@ -2950,120 +3065,6 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/test/trigger
%%DATADIR%%/maps/under_world/README
%%DATADIR%%/maps/under_world/uworld_120_109
-%%DATADIR%%/maps/unlinked/Fogs
-%%DATADIR%%/maps/unlinked/Greyshield/Archery
-%%DATADIR%%/maps/unlinked/Greyshield/Arena
-%%DATADIR%%/maps/unlinked/Greyshield/Castle
-%%DATADIR%%/maps/unlinked/Greyshield/Cave
-%%DATADIR%%/maps/unlinked/Greyshield/Cavern
-%%DATADIR%%/maps/unlinked/Greyshield/Cavern2
-%%DATADIR%%/maps/unlinked/Greyshield/Chamber
-%%DATADIR%%/maps/unlinked/Greyshield/Doors
-%%DATADIR%%/maps/unlinked/Greyshield/Dungeon
-%%DATADIR%%/maps/unlinked/Greyshield/Elements
-%%DATADIR%%/maps/unlinked/Greyshield/Factory
-%%DATADIR%%/maps/unlinked/Greyshield/Finish
-%%DATADIR%%/maps/unlinked/Greyshield/Fortress
-%%DATADIR%%/maps/unlinked/Greyshield/GreyMaster
-%%DATADIR%%/maps/unlinked/Greyshield/Greysword
-%%DATADIR%%/maps/unlinked/Greyshield/Island
-%%DATADIR%%/maps/unlinked/Greyshield/Island1
-%%DATADIR%%/maps/unlinked/Greyshield/README
-%%DATADIR%%/maps/unlinked/Greyshield/Ruins
-%%DATADIR%%/maps/unlinked/Greyshield/Sphinx
-%%DATADIR%%/maps/unlinked/academy.crap/Entrance
-%%DATADIR%%/maps/unlinked/academy.crap/Fighter.2
-%%DATADIR%%/maps/unlinked/academy.crap/Fighter.3
-%%DATADIR%%/maps/unlinked/academy.crap/Fighter.4
-%%DATADIR%%/maps/unlinked/academy.crap/Fighter.5
-%%DATADIR%%/maps/unlinked/academy.crap/Fighter.5_2
-%%DATADIR%%/maps/unlinked/academy.crap/MainFloor
-%%DATADIR%%/maps/unlinked/academy.crap/README
-%%DATADIR%%/maps/unlinked/casino/README
-%%DATADIR%%/maps/unlinked/casino/casino_infernal
-%%DATADIR%%/maps/unlinked/forgotten_town/README
-%%DATADIR%%/maps/unlinked/forgotten_town/city
-%%DATADIR%%/maps/unlinked/forgotten_town/enter
-%%DATADIR%%/maps/unlinked/forgotten_town/ft_dragonslib
-%%DATADIR%%/maps/unlinked/forgotten_town/ft_funhouse
-%%DATADIR%%/maps/unlinked/forgotten_town/inn
-%%DATADIR%%/maps/unlinked/forgotten_town/palace
-%%DATADIR%%/maps/unlinked/forgotten_town/quests/ft_quest_1
-%%DATADIR%%/maps/unlinked/forgotten_town/quests/ft_quest_2
-%%DATADIR%%/maps/unlinked/forgotten_town/quests/ft_quest_40
-%%DATADIR%%/maps/unlinked/forgotten_town/shops/armour
-%%DATADIR%%/maps/unlinked/forgotten_town/shops/general
-%%DATADIR%%/maps/unlinked/forgotten_town/shops/general2
-%%DATADIR%%/maps/unlinked/forgotten_town/shops/magic
-%%DATADIR%%/maps/unlinked/forgotten_town/shops/potion
-%%DATADIR%%/maps/unlinked/forgotten_town/shops/weapon
-%%DATADIR%%/maps/unlinked/kandora/ambush1
-%%DATADIR%%/maps/unlinked/kandora/cave/a_mine
-%%DATADIR%%/maps/unlinked/kandora/cave/a_mine2
-%%DATADIR%%/maps/unlinked/kandora/cave/cave1
-%%DATADIR%%/maps/unlinked/kandora/cave/cave2
-%%DATADIR%%/maps/unlinked/kandora/cave/cave3
-%%DATADIR%%/maps/unlinked/kandora/cave/entrance
-%%DATADIR%%/maps/unlinked/kandora/cave/m_inn
-%%DATADIR%%/maps/unlinked/kandora/cave/m_inn2
-%%DATADIR%%/maps/unlinked/kandora/cave/m_temple
-%%DATADIR%%/maps/unlinked/kandora/cave/mithril
-%%DATADIR%%/maps/unlinked/kandora/circus/mp_castle
-%%DATADIR%%/maps/unlinked/kandora/circus/mp_cave
-%%DATADIR%%/maps/unlinked/kandora/circus/mp_church
-%%DATADIR%%/maps/unlinked/kandora/circus/mp_s
-%%DATADIR%%/maps/unlinked/kandora/circus/mp_start
-%%DATADIR%%/maps/unlinked/kandora/circus/mp_tavern
-%%DATADIR%%/maps/unlinked/kandora/circus/mp_world
-%%DATADIR%%/maps/unlinked/kandora/circus/petshop
-%%DATADIR%%/maps/unlinked/kandora/dd_alchemy
-%%DATADIR%%/maps/unlinked/kandora/dd_alchemy2
-%%DATADIR%%/maps/unlinked/kandora/dd_alchemy3
-%%DATADIR%%/maps/unlinked/kandora/dd_baron
-%%DATADIR%%/maps/unlinked/kandora/dd_baron2
-%%DATADIR%%/maps/unlinked/kandora/dd_chaos
-%%DATADIR%%/maps/unlinked/kandora/dd_church
-%%DATADIR%%/maps/unlinked/kandora/dd_court
-%%DATADIR%%/maps/unlinked/kandora/dd_inn
-%%DATADIR%%/maps/unlinked/kandora/dd_keep
-%%DATADIR%%/maps/unlinked/kandora/dd_market
-%%DATADIR%%/maps/unlinked/kandora/dd_shop
-%%DATADIR%%/maps/unlinked/kandora/dd_tavern
-%%DATADIR%%/maps/unlinked/kandora/denray
-%%DATADIR%%/maps/unlinked/kandora/dm_cellar
-%%DATADIR%%/maps/unlinked/kandora/dm_church
-%%DATADIR%%/maps/unlinked/kandora/dm_inn
-%%DATADIR%%/maps/unlinked/kandora/dm_keep
-%%DATADIR%%/maps/unlinked/kandora/dm_shop
-%%DATADIR%%/maps/unlinked/kandora/dm_tavern
-%%DATADIR%%/maps/unlinked/kandora/dm_wizard
-%%DATADIR%%/maps/unlinked/kandora/dun_marksel
-%%DATADIR%%/maps/unlinked/kandora/elcyon/elcyon_start
-%%DATADIR%%/maps/unlinked/kandora/elcyon/elf_grove
-%%DATADIR%%/maps/unlinked/kandora/elcyon/fall
-%%DATADIR%%/maps/unlinked/kandora/elcyon/g_store
-%%DATADIR%%/maps/unlinked/kandora/elcyon/gnome_hut
-%%DATADIR%%/maps/unlinked/kandora/elcyon/merchant
-%%DATADIR%%/maps/unlinked/kandora/elcyon/old_temple
-%%DATADIR%%/maps/unlinked/kandora/elcyon/palace
-%%DATADIR%%/maps/unlinked/kandora/elcyon/plaza
-%%DATADIR%%/maps/unlinked/kandora/elcyon/seacity
-%%DATADIR%%/maps/unlinked/kandora/elcyon/seacity_west
-%%DATADIR%%/maps/unlinked/kandora/elcyon/temple
-%%DATADIR%%/maps/unlinked/kandora/elcyon/witch_house
-%%DATADIR%%/maps/unlinked/kandora/kandora
-%%DATADIR%%/maps/unlinked/kandora/ship_city
-%%DATADIR%%/maps/unlinked/kandora/ship_dog
-%%DATADIR%%/maps/unlinked/kandora/ship_home
-%%DATADIR%%/maps/unlinked/kandora/ship_treasure
-%%DATADIR%%/maps/unlinked/kandora/signal
-%%DATADIR%%/maps/unlinked/kandora/signal2
-%%DATADIR%%/maps/unlinked/kandora/signal3
-%%DATADIR%%/maps/unlinked/kbulgrien/rayvins_house.1
-%%DATADIR%%/maps/unlinked/lefttower2
-%%DATADIR%%/maps/unlinked/tutorial1
-%%DATADIR%%/maps/unlinked/vol_vill_shops
-%%DATADIR%%/maps/unlinked/zornstuff/zornstuff.NOT.a.map
%%DATADIR%%/maps/whalingoutpost/houses/fisherhouseeast
%%DATADIR%%/maps/whalingoutpost/houses/fisherhousenorth
%%DATADIR%%/maps/whalingoutpost/houses/fisherhousesouth
@@ -3108,10 +3109,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/wolfsburg/apartments/pet-apartment/pet-apartment3
%%DATADIR%%/maps/wolfsburg/apartments/pet-apartment/torture-chamber
%%DATADIR%%/maps/wolfsburg/apartments/wolfsburg.apartment
-%%DATADIR%%/maps/wolfsburg/dept_store_armour
-%%DATADIR%%/maps/wolfsburg/dept_store_magic
-%%DATADIR%%/maps/wolfsburg/dept_store_misc
-%%DATADIR%%/maps/wolfsburg/dept_store_weapon
+%%DATADIR%%/maps/wolfsburg/black_beard.msg
%%DATADIR%%/maps/wolfsburg/dungeons/church.2
%%DATADIR%%/maps/wolfsburg/dungeons/church.3
%%DATADIR%%/maps/wolfsburg/dungeons/church.4a
@@ -3151,6 +3149,7 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/wolfsburg/guilds/damned_heretics/secondfloor
%%DATADIR%%/maps/wolfsburg/guilds/damned_heretics/storage_room
%%DATADIR%%/maps/wolfsburg/guilds/damned_heretics/upper
+%%DATADIR%%/maps/wolfsburg/long_john_silver.msg
%%DATADIR%%/maps/wolfsburg/lursendis
%%DATADIR%%/maps/wolfsburg/magara/castle/cellar
%%DATADIR%%/maps/wolfsburg/magara/castle/floor_1
@@ -3167,7 +3166,12 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/wolfsburg/magara/tower2/floor_2
%%DATADIR%%/maps/wolfsburg/piratechurch
%%DATADIR%%/maps/wolfsburg/prison
+%%DATADIR%%/maps/wolfsburg/shops/IPO_wolfsburg
%%DATADIR%%/maps/wolfsburg/shops/buildshop
+%%DATADIR%%/maps/wolfsburg/shops/dept_store_armour
+%%DATADIR%%/maps/wolfsburg/shops/dept_store_magic
+%%DATADIR%%/maps/wolfsburg/shops/dept_store_misc
+%%DATADIR%%/maps/wolfsburg/shops/dept_store_weapon
%%DATADIR%%/maps/wolfsburg/shops/transport.shoppe
%%DATADIR%%/maps/wolfsburg/slave_pit1
%%DATADIR%%/maps/wolfsburg/slave_pit2
@@ -3183,11 +3187,25 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/maps/wolfsburg/tt/tta2
%%DATADIR%%/maps/wolfsburg/tt/ttb1
%%DATADIR%%/maps/wolfsburg/tt/ttb2
+%%DATADIR%%/maps/wolfsburg/volcano/heimser.msg
%%DATADIR%%/maps/wolfsburg/volcano/heimser_hut_0
%%DATADIR%%/maps/wolfsburg/volcano/heimser_hut_1
%%DATADIR%%/maps/wolfsburg/volcano/heimser_hut_2
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-01
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-02
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-03
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-04
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-05
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-06
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-07
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-08
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-09
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-10
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-11
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-12
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-13
+%%DATADIR%%/maps/wolfsburg/volcano/huts/hut-14
%%DATADIR%%/maps/wolfsburg/volcano/volcano
-%%DATADIR%%/maps/wolfsburg/volcano/vvhuts
%%DATADIR%%/maps/wolfsburg/volcano/vvmansion
%%DATADIR%%/maps/wolfsburg/ware1
%%DATADIR%%/maps/wolfsburg/wolfsburg.quests
@@ -4097,64 +4115,65 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/races
%%DATADIR%%/smooth
%%DATADIR%%/treasures
-%%DATADIR%%/wizhelp/abil
-%%DATADIR%%/wizhelp/addexp
-%%DATADIR%%/wizhelp/banish
-%%DATADIR%%/wizhelp/create
-%%DATADIR%%/wizhelp/debug
-%%DATADIR%%/wizhelp/dump
-%%DATADIR%%/wizhelp/dumpallarchtypes
-%%DATADIR%%/wizhelp/dumpallmaps
-%%DATADIR%%/wizhelp/dumpallobjects
-%%DATADIR%%/wizhelp/dumpbelow
-%%DATADIR%%/wizhelp/dumpfriendlyobjects
-%%DATADIR%%/wizhelp/forget_spell
-%%DATADIR%%/wizhelp/free
-%%DATADIR%%/wizhelp/goto
-%%DATADIR%%/wizhelp/hide
-%%DATADIR%%/wizhelp/insert_into
-%%DATADIR%%/wizhelp/invisible
-%%DATADIR%%/wizhelp/kick
-%%DATADIR%%/wizhelp/learn_special_prayer
-%%DATADIR%%/wizhelp/learn_spell
-%%DATADIR%%/wizhelp/mon_aggr
-%%DATADIR%%/wizhelp/nodm
-%%DATADIR%%/wizhelp/nowiz
-%%DATADIR%%/wizhelp/overlay_save
-%%DATADIR%%/wizhelp/patch
-%%DATADIR%%/wizhelp/plugin
-%%DATADIR%%/wizhelp/pluglist
-%%DATADIR%%/wizhelp/plugout
-%%DATADIR%%/wizhelp/possess
-%%DATADIR%%/wizhelp/printlos
-%%DATADIR%%/wizhelp/purge_quest_state
-%%DATADIR%%/wizhelp/purge_quests
-%%DATADIR%%/wizhelp/remove
-%%DATADIR%%/wizhelp/reset
-%%DATADIR%%/wizhelp/server_speed
-%%DATADIR%%/wizhelp/set_god
-%%DATADIR%%/wizhelp/shutdown
-%%DATADIR%%/wizhelp/spellreset
-%%DATADIR%%/wizhelp/ssdumptable
-%%DATADIR%%/wizhelp/stats
-%%DATADIR%%/wizhelp/style_info
-%%DATADIR%%/wizhelp/summon
-%%DATADIR%%/wizhelp/teleport
-%%DATADIR%%/wizhelp/time
-%%DATADIR%%/wizhelp/toggle_shout
-%%DATADIR%%/wizhelp/who
-%%DATADIR%%/wizhelp/wizcast
-%%DATADIR%%/wizhelp/wizhelp
-%%DATADIR%%/wizhelp/wizpass
-@(,,664) /var/games/crossfire/banish_file
-@(,,664) /var/games/crossfire/bookarch
-@(,,664) /var/games/crossfire/clockdata
-@(,,664) /var/games/crossfire/highscore
-@(,,664) /var/games/crossfire/temp.maps
-@dir(,,774) /var/games/crossfire/unique-items
-@dir(,,774) /var/games/crossfire/template-maps
-@dir(,,774) /var/games/crossfire/players
-@dir(,,774) /var/games/crossfire/maps
-@dir(,,774) /var/games/crossfire/datafiles
-@dir(,,774) /var/games/crossfire/account
-@dir(,,775) /var/games/crossfire
+%%DATADIR%%/wizhelp/abil.en
+%%DATADIR%%/wizhelp/abil.fr
+%%DATADIR%%/wizhelp/addexp.en
+%%DATADIR%%/wizhelp/banish.en
+%%DATADIR%%/wizhelp/create.en
+%%DATADIR%%/wizhelp/debug.en
+%%DATADIR%%/wizhelp/dump.en
+%%DATADIR%%/wizhelp/dumpallarchtypes.en
+%%DATADIR%%/wizhelp/dumpallmaps.en
+%%DATADIR%%/wizhelp/dumpallobjects.en
+%%DATADIR%%/wizhelp/dumpbelow.en
+%%DATADIR%%/wizhelp/dumpfriendlyobjects.en
+%%DATADIR%%/wizhelp/forget_spell.en
+%%DATADIR%%/wizhelp/free.en
+%%DATADIR%%/wizhelp/goto.en
+%%DATADIR%%/wizhelp/hide.en
+%%DATADIR%%/wizhelp/insert_into.en
+%%DATADIR%%/wizhelp/invisible.en
+%%DATADIR%%/wizhelp/kick.en
+%%DATADIR%%/wizhelp/learn_special_prayer.en
+%%DATADIR%%/wizhelp/learn_spell.en
+%%DATADIR%%/wizhelp/mon_aggr.en
+%%DATADIR%%/wizhelp/nodm.en
+%%DATADIR%%/wizhelp/nowiz.en
+%%DATADIR%%/wizhelp/overlay_save.en
+%%DATADIR%%/wizhelp/patch.en
+%%DATADIR%%/wizhelp/plugin.en
+%%DATADIR%%/wizhelp/pluglist.en
+%%DATADIR%%/wizhelp/plugout.en
+%%DATADIR%%/wizhelp/possess.en
+%%DATADIR%%/wizhelp/printlos.en
+%%DATADIR%%/wizhelp/purge_quest_state.en
+%%DATADIR%%/wizhelp/purge_quests.en
+%%DATADIR%%/wizhelp/remove.en
+%%DATADIR%%/wizhelp/reset.en
+%%DATADIR%%/wizhelp/server_speed.en
+%%DATADIR%%/wizhelp/set_god.en
+%%DATADIR%%/wizhelp/shutdown.en
+%%DATADIR%%/wizhelp/spellreset.en
+%%DATADIR%%/wizhelp/ssdumptable.en
+%%DATADIR%%/wizhelp/stats.en
+%%DATADIR%%/wizhelp/style_info.en
+%%DATADIR%%/wizhelp/summon.en
+%%DATADIR%%/wizhelp/teleport.en
+%%DATADIR%%/wizhelp/time.en
+%%DATADIR%%/wizhelp/toggle_shout.en
+%%DATADIR%%/wizhelp/who.en
+%%DATADIR%%/wizhelp/wizcast.en
+%%DATADIR%%/wizhelp/wizhelp.en
+%%DATADIR%%/wizhelp/wizpass.en
+@(,games,664) /var/games/crossfire/banish_file
+@(,games,664) /var/games/crossfire/bookarch
+@(,games,664) /var/games/crossfire/clockdata
+@(,games,664) /var/games/crossfire/highscore
+@(,games,664) /var/games/crossfire/temp.maps
+@dir(,games,775) /var/games/crossfire/unique-items
+@dir(,games,775) /var/games/crossfire/template-maps
+@dir(,games,775) /var/games/crossfire/players
+@dir(,games,775) /var/games/crossfire/maps
+@dir(,games,775) /var/games/crossfire/datafiles
+@dir(,games,775) /var/games/crossfire/account
+@dir(,games,775) /var/games/crossfire