From d64dc6434da8cb8999a2279377d0dff7ec5239f8 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 12 Sep 2006 20:47:56 +0000 Subject: Welcome to the Brain Games remake of the 8 bit classic game 'The Goonies'. This game was made by Konami in 1986. There were both a NES version and an MSX version of the game; this remake is based on the MSX version. This remake was made for the 2006 competition organized by Retro Remakes. After having participated in 2003 (with Road Fighter, which finished on the 7th place out of 83 entries), and in 2004 (with F-1 Spirit, gaining the 13th place amongst the 73 contestants), we decided to give another go at the first prize! And, who knows.... WWW: http://goonies.jorito.net/ PR: ports/102959 Submitted by: Dmitry Marakasov --- games/goonies/Makefile | 50 ++ games/goonies/distinfo | 3 + games/goonies/files/patch-build-linux-Makefile | 21 + games/goonies/pkg-descr | 12 + games/goonies/pkg-plist | 715 +++++++++++++++++++++++++ 5 files changed, 801 insertions(+) create mode 100644 games/goonies/Makefile create mode 100644 games/goonies/distinfo create mode 100644 games/goonies/files/patch-build-linux-Makefile create mode 100644 games/goonies/pkg-descr create mode 100644 games/goonies/pkg-plist (limited to 'games/goonies') diff --git a/games/goonies/Makefile b/games/goonies/Makefile new file mode 100644 index 000000000000..4654ffeba373 --- /dev/null +++ b/games/goonies/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: goonies +# Date created: 07 Sep 2006 +# Whom: Dmitry Marakasov +# +# $FreeBSD$ +# + +PORTNAME= goonies +PORTVERSION= 1.0.1 +CATEGORIES= games +MASTER_SITES= http://goonies.jorito.net/download/ +DISTNAME= ${PORTNAME}_r${PORTVERSION:C/\./-/g} +EXTRACT_SUFX= .tgz + +MAINTAINER= amdmi3@mail.ru +COMMENT= Remake of the 8 bit classic game 'The Goonies' + +USE_GMAKE= yes +USE_SDL= sdl mixer image +USE_GL= yes + +BUILD_WRKSRC= ${WRKSRC}/src +MAKEFILE= ../build/linux/Makefile +MAKE_ENV= DATADIR="${DATADIR}" + +DATADIRS= sound graphics maps +PORTDOCS= * + +post-patch: + @${REINPLACE_CMD} -e 's|__APPLE__|__FreeBSD__|' \ + ${WRKSRC}/src/SFXManager.cpp + @${REINPLACE_CMD} -e 's|sound/|${DATADIR}/sound/|g' \ + ${WRKSRC}/src/SFXManager.cpp + @${REINPLACE_CMD} -e 's|graphics/|${DATADIR}/graphics/|g' \ + ${WRKSRC}/src/GLTManager.cpp ${WRKSRC}/src/TheGooniesApp.cpp + @${REINPLACE_CMD} -e 's|maps/|${DATADIR}/maps/|g' \ + ${WRKSRC}/src/TheGoonies.cpp + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/goonies ${PREFIX}/bin + cd ${WRKSRC} && \ + ${FIND} ${DATADIRS} -type d -exec ${MKDIR} ${DATADIR}/{} \; ;\ + ${FIND} ${DATADIRS} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}/ +.endif + +.include diff --git a/games/goonies/distinfo b/games/goonies/distinfo new file mode 100644 index 000000000000..53dbb99665e0 --- /dev/null +++ b/games/goonies/distinfo @@ -0,0 +1,3 @@ +MD5 (goonies_r1-0-1.tgz) = 1b949eda5cc57ebe2cb95ede67bfb467 +SHA256 (goonies_r1-0-1.tgz) = f0e2e20707caacfbeb531561cd4421beb9007eb7c6aae6f0c5dffb2ec648ab86 +SIZE (goonies_r1-0-1.tgz) = 11708692 diff --git a/games/goonies/files/patch-build-linux-Makefile b/games/goonies/files/patch-build-linux-Makefile new file mode 100644 index 000000000000..4589a372735c --- /dev/null +++ b/games/goonies/files/patch-build-linux-Makefile @@ -0,0 +1,21 @@ +--- build/linux/Makefile.orig Mon Aug 28 15:10:27 2006 ++++ build/linux/Makefile Thu Sep 7 00:20:01 2006 +@@ -25,13 +25,13 @@ + TheGoonies.o TheGooniesApp.o main.o + + EXE = goonies +-INSTDIR = /usr/local/games/$(EXE) +-STARTUP = /usr/local/bin/$(EXE) ++INSTDIR = ${DATADIR} ++STARTUP = ${PREFIX}/bin/$(EXE) + DATA = ../graphics ../maps ../sound + +-CC = c++ +-CFLAGS = -g3 -O3 -Wall `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/X11R6/include +-LDFLAGS = `sdl-config --libs` -L/usr/X11R6/lib/ -lSDL_image -lSDL_mixer -lSDL_sound -lGL -lGLU ++CC ?= c++ ++CFLAGS += -Wall `${SDL_CONFIG} --cflags` -I${X11BASE}/include ++LDFLAGS += `${SDL_CONFIG} --libs` -L${X11BASE}/lib -lSDL_image -lSDL_mixer -lGL -lGLU + RM = rm -f + CP = cp -r + LN = ln -s diff --git a/games/goonies/pkg-descr b/games/goonies/pkg-descr new file mode 100644 index 000000000000..932a89bb2bdd --- /dev/null +++ b/games/goonies/pkg-descr @@ -0,0 +1,12 @@ +Welcome to the Brain Games remake of the 8 bit classic game 'The +Goonies'. This game was made by Konami in 1986. There were both a +NES version and an MSX version of the game; this remake is based +on the MSX version. + +This remake was made for the 2006 competition organized by Retro +Remakes. After having participated in 2003 (with Road Fighter, which +finished on the 7th place out of 83 entries), and in 2004 (with F-1 +Spirit, gaining the 13th place amongst the 73 contestants), we +decided to give another go at the first prize! And, who knows.... + +WWW: http://goonies.jorito.net/ diff --git a/games/goonies/pkg-plist b/games/goonies/pkg-plist new file mode 100644 index 000000000000..eda17413af19 --- /dev/null +++ b/games/goonies/pkg-plist @@ -0,0 +1,715 @@ +bin/goonies +%%DATADIR%%/graphics/2006_640x480.png +%%DATADIR%%/graphics/bg_background.png +%%DATADIR%%/graphics/bg_background_blue.png +%%DATADIR%%/graphics/bg_background_green.png +%%DATADIR%%/graphics/bg_background_yellow.png +%%DATADIR%%/graphics/bg_copyright.png +%%DATADIR%%/graphics/bg_copyright_2.png +%%DATADIR%%/graphics/bg_copyright_3.png +%%DATADIR%%/graphics/bg_spiderweb-bl.png +%%DATADIR%%/graphics/bg_spiderweb-br.png +%%DATADIR%%/graphics/bg_spiderweb-tl.png +%%DATADIR%%/graphics/bg_spiderweb-tr.png +%%DATADIR%%/graphics/disclaimer.png +%%DATADIR%%/graphics/font.png +%%DATADIR%%/graphics/font_highlighted.png +%%DATADIR%%/graphics/font_hud.png +%%DATADIR%%/graphics/gr_cavedoor-blue.png +%%DATADIR%%/graphics/gr_cavedoor-green.png +%%DATADIR%%/graphics/gr_cavedoor-yellow.png +%%DATADIR%%/graphics/gr_cavedoor.png +%%DATADIR%%/graphics/gr_pipe-ground.png +%%DATADIR%%/graphics/gr_pipe-h.png +%%DATADIR%%/graphics/gr_pipe-joint.png +%%DATADIR%%/graphics/gr_pipe-node.png +%%DATADIR%%/graphics/gr_pipe-v.png +%%DATADIR%%/graphics/gr_tile-bridge-l.nfo +%%DATADIR%%/graphics/gr_tile-bridge-l.png +%%DATADIR%%/graphics/gr_tile-bridge-m.nfo +%%DATADIR%%/graphics/gr_tile-bridge-m.png +%%DATADIR%%/graphics/gr_tile-bridge-r.nfo +%%DATADIR%%/graphics/gr_tile-bridge-r.png +%%DATADIR%%/graphics/gr_tile-ground-l.nfo +%%DATADIR%%/graphics/gr_tile-ground-l.png +%%DATADIR%%/graphics/gr_tile-ground-m.nfo +%%DATADIR%%/graphics/gr_tile-ground-m.png +%%DATADIR%%/graphics/gr_tile-ground-r.nfo +%%DATADIR%%/graphics/gr_tile-ground-r.png +%%DATADIR%%/graphics/gr_tileblue-bridge-l.nfo +%%DATADIR%%/graphics/gr_tileblue-bridge-l.png +%%DATADIR%%/graphics/gr_tileblue-bridge-m.nfo +%%DATADIR%%/graphics/gr_tileblue-bridge-m.png +%%DATADIR%%/graphics/gr_tileblue-bridge-r.nfo +%%DATADIR%%/graphics/gr_tileblue-bridge-r.png +%%DATADIR%%/graphics/gr_tileblue-ground-l.nfo +%%DATADIR%%/graphics/gr_tileblue-ground-l.png +%%DATADIR%%/graphics/gr_tileblue-ground-m.nfo +%%DATADIR%%/graphics/gr_tileblue-ground-m.png +%%DATADIR%%/graphics/gr_tileblue-ground-r.nfo +%%DATADIR%%/graphics/gr_tileblue-ground-r.png +%%DATADIR%%/graphics/gr_tilegreen-bridge-l.nfo +%%DATADIR%%/graphics/gr_tilegreen-bridge-l.png +%%DATADIR%%/graphics/gr_tilegreen-bridge-m.nfo +%%DATADIR%%/graphics/gr_tilegreen-bridge-m.png +%%DATADIR%%/graphics/gr_tilegreen-bridge-r.nfo +%%DATADIR%%/graphics/gr_tilegreen-bridge-r.png +%%DATADIR%%/graphics/gr_tilegreen-ground-l.nfo +%%DATADIR%%/graphics/gr_tilegreen-ground-l.png +%%DATADIR%%/graphics/gr_tilegreen-ground-m.nfo +%%DATADIR%%/graphics/gr_tilegreen-ground-m.png +%%DATADIR%%/graphics/gr_tilegreen-ground-r.nfo +%%DATADIR%%/graphics/gr_tilegreen-ground-r.png +%%DATADIR%%/graphics/gr_tileyellow-bridge-l.nfo +%%DATADIR%%/graphics/gr_tileyellow-bridge-l.png +%%DATADIR%%/graphics/gr_tileyellow-bridge-m.nfo +%%DATADIR%%/graphics/gr_tileyellow-bridge-m.png +%%DATADIR%%/graphics/gr_tileyellow-bridge-r.nfo +%%DATADIR%%/graphics/gr_tileyellow-bridge-r.png +%%DATADIR%%/graphics/gr_tileyellow-ground-l.nfo +%%DATADIR%%/graphics/gr_tileyellow-ground-l.png +%%DATADIR%%/graphics/gr_tileyellow-ground-m.nfo +%%DATADIR%%/graphics/gr_tileyellow-ground-m.png +%%DATADIR%%/graphics/gr_tileyellow-ground-r.nfo +%%DATADIR%%/graphics/gr_tileyellow-ground-r.png +%%DATADIR%%/graphics/hud-bottom.png +%%DATADIR%%/graphics/hud-experience.png +%%DATADIR%%/graphics/hud-goonie1.png +%%DATADIR%%/graphics/hud-goonie2.png +%%DATADIR%%/graphics/hud-goonie3.png +%%DATADIR%%/graphics/hud-goonie4.png +%%DATADIR%%/graphics/hud-goonie5.png +%%DATADIR%%/graphics/hud-goonie6.png +%%DATADIR%%/graphics/hud-goonie7.png +%%DATADIR%%/graphics/hud-top.png +%%DATADIR%%/graphics/hud-vitality-critical.png +%%DATADIR%%/graphics/hud-vitality.png +%%DATADIR%%/graphics/intro-character-knocked1.png +%%DATADIR%%/graphics/intro-character-knocked2.png +%%DATADIR%%/graphics/intro-character-l1.png +%%DATADIR%%/graphics/intro-character-l2.png +%%DATADIR%%/graphics/intro-character-l3.png +%%DATADIR%%/graphics/intro-character-r1.png +%%DATADIR%%/graphics/intro-character-r2.png +%%DATADIR%%/graphics/intro-character-r3.png +%%DATADIR%%/graphics/intro-character-standing-l.png +%%DATADIR%%/graphics/intro-character-thumbsup.png +%%DATADIR%%/graphics/intro-fratelli-down1.png +%%DATADIR%%/graphics/intro-fratelli-down2.png +%%DATADIR%%/graphics/intro-fratelli-l1.png +%%DATADIR%%/graphics/intro-fratelli-l2.png +%%DATADIR%%/graphics/intro-fratelli-r1.png +%%DATADIR%%/graphics/intro-fratelli-r2.png +%%DATADIR%%/graphics/intro-ground.png +%%DATADIR%%/graphics/intro-kid-happy.png +%%DATADIR%%/graphics/intro-kid-r1.png +%%DATADIR%%/graphics/intro-kid-r2.png +%%DATADIR%%/graphics/intro-kid-standing.png +%%DATADIR%%/graphics/it_bag.png +%%DATADIR%%/graphics/it_blueanti.png +%%DATADIR%%/graphics/it_bluebook.png +%%DATADIR%%/graphics/it_clock.png +%%DATADIR%%/graphics/it_goonie.png +%%DATADIR%%/graphics/it_goonie1.png +%%DATADIR%%/graphics/it_goonie2.png +%%DATADIR%%/graphics/it_greenbook.png +%%DATADIR%%/graphics/it_greenbottle.png +%%DATADIR%%/graphics/it_greenbottle1.png +%%DATADIR%%/graphics/it_greenbottle2.png +%%DATADIR%%/graphics/it_greenbottle3.png +%%DATADIR%%/graphics/it_greencoat.png +%%DATADIR%%/graphics/it_greycoat.png +%%DATADIR%%/graphics/it_hammer.png +%%DATADIR%%/graphics/it_lamp.png +%%DATADIR%%/graphics/it_lightbluebook.png +%%DATADIR%%/graphics/it_lightbluecoat.png +%%DATADIR%%/graphics/it_lightbluehelmet.png +%%DATADIR%%/graphics/it_purpleanti.png +%%DATADIR%%/graphics/it_purplebook.png +%%DATADIR%%/graphics/it_purpleshield.png +%%DATADIR%%/graphics/it_redanti.png +%%DATADIR%%/graphics/it_redbook.png +%%DATADIR%%/graphics/it_shoes.png +%%DATADIR%%/graphics/it_whitebook.png +%%DATADIR%%/graphics/it_whiteshield.png +%%DATADIR%%/graphics/it_yellowbook.png +%%DATADIR%%/graphics/it_yellowcoat.png +%%DATADIR%%/graphics/it_yellowhelmet.png +%%DATADIR%%/graphics/it_yellowshield.png +%%DATADIR%%/graphics/msx-text1.png +%%DATADIR%%/graphics/msx-text2.png +%%DATADIR%%/graphics/msx.png +%%DATADIR%%/graphics/ob_bat-death.nfo +%%DATADIR%%/graphics/ob_bat-death.png +%%DATADIR%%/graphics/ob_bat1.nfo +%%DATADIR%%/graphics/ob_bat1.png +%%DATADIR%%/graphics/ob_bat2.nfo +%%DATADIR%%/graphics/ob_bat2.png +%%DATADIR%%/graphics/ob_blueguy-climbing-1.nfo +%%DATADIR%%/graphics/ob_blueguy-climbing-1.png +%%DATADIR%%/graphics/ob_blueguy-climbing-2.nfo +%%DATADIR%%/graphics/ob_blueguy-climbing-2.png +%%DATADIR%%/graphics/ob_blueguy-jump-l.nfo +%%DATADIR%%/graphics/ob_blueguy-jump-l.png +%%DATADIR%%/graphics/ob_blueguy-jump-r.nfo +%%DATADIR%%/graphics/ob_blueguy-jump-r.png +%%DATADIR%%/graphics/ob_blueguy-l1.nfo +%%DATADIR%%/graphics/ob_blueguy-l1.png +%%DATADIR%%/graphics/ob_blueguy-l2.nfo +%%DATADIR%%/graphics/ob_blueguy-l2.png +%%DATADIR%%/graphics/ob_blueguy-l3.nfo +%%DATADIR%%/graphics/ob_blueguy-l3.png +%%DATADIR%%/graphics/ob_blueguy-r1.nfo +%%DATADIR%%/graphics/ob_blueguy-r1.png +%%DATADIR%%/graphics/ob_blueguy-r2.nfo +%%DATADIR%%/graphics/ob_blueguy-r2.png +%%DATADIR%%/graphics/ob_blueguy-r3.nfo +%%DATADIR%%/graphics/ob_blueguy-r3.png +%%DATADIR%%/graphics/ob_blueguy-shooting-l.nfo +%%DATADIR%%/graphics/ob_blueguy-shooting-l.png +%%DATADIR%%/graphics/ob_blueguy-shooting-r.nfo +%%DATADIR%%/graphics/ob_blueguy-shooting-r.png +%%DATADIR%%/graphics/ob_blueguy-takendown-1.nfo +%%DATADIR%%/graphics/ob_blueguy-takendown-1.png +%%DATADIR%%/graphics/ob_blueguy-takendown-2.nfo +%%DATADIR%%/graphics/ob_blueguy-takendown-2.png +%%DATADIR%%/graphics/ob_bone1.png +%%DATADIR%%/graphics/ob_bone2.png +%%DATADIR%%/graphics/ob_bone3.png +%%DATADIR%%/graphics/ob_bone4.png +%%DATADIR%%/graphics/ob_bullet-l.png +%%DATADIR%%/graphics/ob_bullet-r.png +%%DATADIR%%/graphics/ob_bullet.png +%%DATADIR%%/graphics/ob_cagedoor-closed.png +%%DATADIR%%/graphics/ob_cagedoor-open.png +%%DATADIR%%/graphics/ob_chain.png +%%DATADIR%%/graphics/ob_character-climbing-1.nfo +%%DATADIR%%/graphics/ob_character-climbing-1.png +%%DATADIR%%/graphics/ob_character-climbing-2.nfo +%%DATADIR%%/graphics/ob_character-climbing-2.png +%%DATADIR%%/graphics/ob_character-jump-l.nfo +%%DATADIR%%/graphics/ob_character-jump-l.png +%%DATADIR%%/graphics/ob_character-jump-r.nfo +%%DATADIR%%/graphics/ob_character-jump-r.png +%%DATADIR%%/graphics/ob_character-l1.nfo +%%DATADIR%%/graphics/ob_character-l1.png +%%DATADIR%%/graphics/ob_character-l2.nfo +%%DATADIR%%/graphics/ob_character-l2.png +%%DATADIR%%/graphics/ob_character-l3.nfo +%%DATADIR%%/graphics/ob_character-l3.png +%%DATADIR%%/graphics/ob_character-punch-l.nfo +%%DATADIR%%/graphics/ob_character-punch-l.png +%%DATADIR%%/graphics/ob_character-punch-mask-l.nfo +%%DATADIR%%/graphics/ob_character-punch-mask-l.png +%%DATADIR%%/graphics/ob_character-punch-mask-r.nfo +%%DATADIR%%/graphics/ob_character-punch-mask-r.png +%%DATADIR%%/graphics/ob_character-punch-r.nfo +%%DATADIR%%/graphics/ob_character-punch-r.png +%%DATADIR%%/graphics/ob_character-punchjump-l.nfo +%%DATADIR%%/graphics/ob_character-punchjump-l.png +%%DATADIR%%/graphics/ob_character-punchjump-mask-l.nfo +%%DATADIR%%/graphics/ob_character-punchjump-mask-l.png +%%DATADIR%%/graphics/ob_character-punchjump-mask-r.nfo +%%DATADIR%%/graphics/ob_character-punchjump-mask-r.png +%%DATADIR%%/graphics/ob_character-punchjump-r.nfo +%%DATADIR%%/graphics/ob_character-punchjump-r.png +%%DATADIR%%/graphics/ob_character-r1.nfo +%%DATADIR%%/graphics/ob_character-r1.png +%%DATADIR%%/graphics/ob_character-r2.nfo +%%DATADIR%%/graphics/ob_character-r2.png +%%DATADIR%%/graphics/ob_character-r3.nfo +%%DATADIR%%/graphics/ob_character-r3.png +%%DATADIR%%/graphics/ob_coin1.png +%%DATADIR%%/graphics/ob_coin2.png +%%DATADIR%%/graphics/ob_coin3.png +%%DATADIR%%/graphics/ob_coin4.png +%%DATADIR%%/graphics/ob_drop1.png +%%DATADIR%%/graphics/ob_drop2.png +%%DATADIR%%/graphics/ob_drop3.png +%%DATADIR%%/graphics/ob_drop4.png +%%DATADIR%%/graphics/ob_entrydoor.png +%%DATADIR%%/graphics/ob_exitdoor.png +%%DATADIR%%/graphics/ob_falling-bluerock1.png +%%DATADIR%%/graphics/ob_falling-bluerock2.png +%%DATADIR%%/graphics/ob_falling-bluerock3.png +%%DATADIR%%/graphics/ob_falling-greenrock1.png +%%DATADIR%%/graphics/ob_falling-greenrock2.png +%%DATADIR%%/graphics/ob_falling-greenrock3.png +%%DATADIR%%/graphics/ob_falling-rock1.png +%%DATADIR%%/graphics/ob_falling-rock2.png +%%DATADIR%%/graphics/ob_falling-rock3.png +%%DATADIR%%/graphics/ob_falling-yellowrock1.png +%%DATADIR%%/graphics/ob_falling-yellowrock2.png +%%DATADIR%%/graphics/ob_falling-yellowrock3.png +%%DATADIR%%/graphics/ob_flame1.png +%%DATADIR%%/graphics/ob_flame2.png +%%DATADIR%%/graphics/ob_flame3.png +%%DATADIR%%/graphics/ob_ghost-death.nfo +%%DATADIR%%/graphics/ob_ghost-death.png +%%DATADIR%%/graphics/ob_ghost1.nfo +%%DATADIR%%/graphics/ob_ghost1.png +%%DATADIR%%/graphics/ob_ghost2.nfo +%%DATADIR%%/graphics/ob_ghost2.png +%%DATADIR%%/graphics/ob_greenguy-climbing-1.nfo +%%DATADIR%%/graphics/ob_greenguy-climbing-1.png +%%DATADIR%%/graphics/ob_greenguy-climbing-2.nfo +%%DATADIR%%/graphics/ob_greenguy-climbing-2.png +%%DATADIR%%/graphics/ob_greenguy-jump-l.nfo +%%DATADIR%%/graphics/ob_greenguy-jump-l.png +%%DATADIR%%/graphics/ob_greenguy-jump-r.nfo +%%DATADIR%%/graphics/ob_greenguy-jump-r.png +%%DATADIR%%/graphics/ob_greenguy-l1.nfo +%%DATADIR%%/graphics/ob_greenguy-l1.png +%%DATADIR%%/graphics/ob_greenguy-l2.nfo +%%DATADIR%%/graphics/ob_greenguy-l2.png +%%DATADIR%%/graphics/ob_greenguy-l3.nfo +%%DATADIR%%/graphics/ob_greenguy-l3.png +%%DATADIR%%/graphics/ob_greenguy-r1.nfo +%%DATADIR%%/graphics/ob_greenguy-r1.png +%%DATADIR%%/graphics/ob_greenguy-r2.nfo +%%DATADIR%%/graphics/ob_greenguy-r2.png +%%DATADIR%%/graphics/ob_greenguy-r3.nfo +%%DATADIR%%/graphics/ob_greenguy-r3.png +%%DATADIR%%/graphics/ob_greenguy-shooting-l.nfo +%%DATADIR%%/graphics/ob_greenguy-shooting-l.png +%%DATADIR%%/graphics/ob_greenguy-shooting-r.nfo +%%DATADIR%%/graphics/ob_greenguy-shooting-r.png +%%DATADIR%%/graphics/ob_greenguy-takendown-1.nfo +%%DATADIR%%/graphics/ob_greenguy-takendown-1.png +%%DATADIR%%/graphics/ob_greenguy-takendown-2.nfo +%%DATADIR%%/graphics/ob_greenguy-takendown-2.png +%%DATADIR%%/graphics/ob_greyguy-climbing-1.nfo +%%DATADIR%%/graphics/ob_greyguy-climbing-1.png +%%DATADIR%%/graphics/ob_greyguy-climbing-2.nfo +%%DATADIR%%/graphics/ob_greyguy-climbing-2.png +%%DATADIR%%/graphics/ob_greyguy-jump-l.nfo +%%DATADIR%%/graphics/ob_greyguy-jump-l.png +%%DATADIR%%/graphics/ob_greyguy-jump-r.nfo +%%DATADIR%%/graphics/ob_greyguy-jump-r.png +%%DATADIR%%/graphics/ob_greyguy-l1.nfo +%%DATADIR%%/graphics/ob_greyguy-l1.png +%%DATADIR%%/graphics/ob_greyguy-l2.nfo +%%DATADIR%%/graphics/ob_greyguy-l2.png +%%DATADIR%%/graphics/ob_greyguy-l3.nfo +%%DATADIR%%/graphics/ob_greyguy-l3.png +%%DATADIR%%/graphics/ob_greyguy-r1.nfo +%%DATADIR%%/graphics/ob_greyguy-r1.png +%%DATADIR%%/graphics/ob_greyguy-r2.nfo +%%DATADIR%%/graphics/ob_greyguy-r2.png +%%DATADIR%%/graphics/ob_greyguy-r3.nfo +%%DATADIR%%/graphics/ob_greyguy-r3.png +%%DATADIR%%/graphics/ob_greyguy-shooting-l.nfo +%%DATADIR%%/graphics/ob_greyguy-shooting-l.png +%%DATADIR%%/graphics/ob_greyguy-shooting-r.nfo +%%DATADIR%%/graphics/ob_greyguy-shooting-r.png +%%DATADIR%%/graphics/ob_greyguy-takendown-1.nfo +%%DATADIR%%/graphics/ob_greyguy-takendown-1.png +%%DATADIR%%/graphics/ob_greyguy-takendown-2.nfo +%%DATADIR%%/graphics/ob_greyguy-takendown-2.png +%%DATADIR%%/graphics/ob_key.png +%%DATADIR%%/graphics/ob_lava.png +%%DATADIR%%/graphics/ob_lock.png +%%DATADIR%%/graphics/ob_musicalnote.png +%%DATADIR%%/graphics/ob_pipe-water-l1.png +%%DATADIR%%/graphics/ob_pipe-water-l2.png +%%DATADIR%%/graphics/ob_pipe-water-l3.png +%%DATADIR%%/graphics/ob_pipe-water-l4.png +%%DATADIR%%/graphics/ob_pipe-water-r1.png +%%DATADIR%%/graphics/ob_pipe-water-r2.png +%%DATADIR%%/graphics/ob_pipe-water-r3.png +%%DATADIR%%/graphics/ob_pipe-water-r4.png +%%DATADIR%%/graphics/ob_redguy-climbing-1.nfo +%%DATADIR%%/graphics/ob_redguy-climbing-1.png +%%DATADIR%%/graphics/ob_redguy-climbing-2.nfo +%%DATADIR%%/graphics/ob_redguy-climbing-2.png +%%DATADIR%%/graphics/ob_redguy-jump-l.nfo +%%DATADIR%%/graphics/ob_redguy-jump-l.png +%%DATADIR%%/graphics/ob_redguy-jump-r.nfo +%%DATADIR%%/graphics/ob_redguy-jump-r.png +%%DATADIR%%/graphics/ob_redguy-l1.nfo +%%DATADIR%%/graphics/ob_redguy-l1.png +%%DATADIR%%/graphics/ob_redguy-l2.nfo +%%DATADIR%%/graphics/ob_redguy-l2.png +%%DATADIR%%/graphics/ob_redguy-l3.nfo +%%DATADIR%%/graphics/ob_redguy-l3.png +%%DATADIR%%/graphics/ob_redguy-r1.nfo +%%DATADIR%%/graphics/ob_redguy-r1.png +%%DATADIR%%/graphics/ob_redguy-r2.nfo +%%DATADIR%%/graphics/ob_redguy-r2.png +%%DATADIR%%/graphics/ob_redguy-r3.nfo +%%DATADIR%%/graphics/ob_redguy-r3.png +%%DATADIR%%/graphics/ob_redguy-shooting-l.nfo +%%DATADIR%%/graphics/ob_redguy-shooting-l.png +%%DATADIR%%/graphics/ob_redguy-shooting-r.nfo +%%DATADIR%%/graphics/ob_redguy-shooting-r.png +%%DATADIR%%/graphics/ob_redguy-takendown-1.nfo +%%DATADIR%%/graphics/ob_redguy-takendown-1.png +%%DATADIR%%/graphics/ob_redguy-takendown-2.nfo +%%DATADIR%%/graphics/ob_redguy-takendown-2.png +%%DATADIR%%/graphics/ob_rock.nfo +%%DATADIR%%/graphics/ob_rock.png +%%DATADIR%%/graphics/ob_rock_blue.nfo +%%DATADIR%%/graphics/ob_rock_blue.png +%%DATADIR%%/graphics/ob_rock_greeb.nfo +%%DATADIR%%/graphics/ob_rock_green.png +%%DATADIR%%/graphics/ob_rock_yellow.nfo +%%DATADIR%%/graphics/ob_rock_yellow.png +%%DATADIR%%/graphics/ob_rope-bottom.png +%%DATADIR%%/graphics/ob_rope-top.png +%%DATADIR%%/graphics/ob_rope.png +%%DATADIR%%/graphics/ob_skeleton-l1.png +%%DATADIR%%/graphics/ob_skeleton-l2.png +%%DATADIR%%/graphics/ob_skeleton-l3.png +%%DATADIR%%/graphics/ob_skeleton-r1.png +%%DATADIR%%/graphics/ob_skeleton-r2.png +%%DATADIR%%/graphics/ob_skeleton-r3.png +%%DATADIR%%/graphics/ob_skull-death.png +%%DATADIR%%/graphics/ob_skull-entrance.png +%%DATADIR%%/graphics/ob_skull-l1.png +%%DATADIR%%/graphics/ob_skull-l2.png +%%DATADIR%%/graphics/ob_skull-r1.png +%%DATADIR%%/graphics/ob_skull-r2.png +%%DATADIR%%/graphics/ob_smoke1.png +%%DATADIR%%/graphics/ob_smoke2.png +%%DATADIR%%/graphics/ob_water-opening-blue.png +%%DATADIR%%/graphics/ob_water-opening-green.png +%%DATADIR%%/graphics/ob_water-opening-yellow.png +%%DATADIR%%/graphics/ob_water-opening.png +%%DATADIR%%/graphics/ob_water.png +%%DATADIR%%/graphics/ob_whiteguy-climbing-1.nfo +%%DATADIR%%/graphics/ob_whiteguy-climbing-1.png +%%DATADIR%%/graphics/ob_whiteguy-climbing-2.nfo +%%DATADIR%%/graphics/ob_whiteguy-climbing-2.png +%%DATADIR%%/graphics/ob_whiteguy-jump-l.nfo +%%DATADIR%%/graphics/ob_whiteguy-jump-l.png +%%DATADIR%%/graphics/ob_whiteguy-jump-r.nfo +%%DATADIR%%/graphics/ob_whiteguy-jump-r.png +%%DATADIR%%/graphics/ob_whiteguy-l1.nfo +%%DATADIR%%/graphics/ob_whiteguy-l1.png +%%DATADIR%%/graphics/ob_whiteguy-l2.nfo +%%DATADIR%%/graphics/ob_whiteguy-l2.png +%%DATADIR%%/graphics/ob_whiteguy-l3.nfo +%%DATADIR%%/graphics/ob_whiteguy-l3.png +%%DATADIR%%/graphics/ob_whiteguy-r1.nfo +%%DATADIR%%/graphics/ob_whiteguy-r1.png +%%DATADIR%%/graphics/ob_whiteguy-r2.nfo +%%DATADIR%%/graphics/ob_whiteguy-r2.png +%%DATADIR%%/graphics/ob_whiteguy-r3.nfo +%%DATADIR%%/graphics/ob_whiteguy-r3.png +%%DATADIR%%/graphics/ob_whiteguy-shooting-l.nfo +%%DATADIR%%/graphics/ob_whiteguy-shooting-l.png +%%DATADIR%%/graphics/ob_whiteguy-shooting-r.nfo +%%DATADIR%%/graphics/ob_whiteguy-shooting-r.png +%%DATADIR%%/graphics/ob_whiteguy-takendown-1.nfo +%%DATADIR%%/graphics/ob_whiteguy-takendown-1.png +%%DATADIR%%/graphics/ob_whiteguy-takendown-2.nfo +%%DATADIR%%/graphics/ob_whiteguy-takendown-2.png +%%DATADIR%%/graphics/ob_yellowguy-climbing-1.nfo +%%DATADIR%%/graphics/ob_yellowguy-climbing-1.png +%%DATADIR%%/graphics/ob_yellowguy-climbing-2.nfo +%%DATADIR%%/graphics/ob_yellowguy-climbing-2.png +%%DATADIR%%/graphics/ob_yellowguy-jump-l.nfo +%%DATADIR%%/graphics/ob_yellowguy-jump-l.png +%%DATADIR%%/graphics/ob_yellowguy-jump-r.nfo +%%DATADIR%%/graphics/ob_yellowguy-jump-r.png +%%DATADIR%%/graphics/ob_yellowguy-l1.nfo +%%DATADIR%%/graphics/ob_yellowguy-l1.png +%%DATADIR%%/graphics/ob_yellowguy-l2.nfo +%%DATADIR%%/graphics/ob_yellowguy-l2.png +%%DATADIR%%/graphics/ob_yellowguy-l3.nfo +%%DATADIR%%/graphics/ob_yellowguy-l3.png +%%DATADIR%%/graphics/ob_yellowguy-r1.nfo +%%DATADIR%%/graphics/ob_yellowguy-r1.png +%%DATADIR%%/graphics/ob_yellowguy-r2.nfo +%%DATADIR%%/graphics/ob_yellowguy-r2.png +%%DATADIR%%/graphics/ob_yellowguy-r3.nfo +%%DATADIR%%/graphics/ob_yellowguy-r3.png +%%DATADIR%%/graphics/ob_yellowguy-shooting-l.nfo +%%DATADIR%%/graphics/ob_yellowguy-shooting-l.png +%%DATADIR%%/graphics/ob_yellowguy-shooting-r.nfo +%%DATADIR%%/graphics/ob_yellowguy-shooting-r.png +%%DATADIR%%/graphics/ob_yellowguy-takendown-1.nfo +%%DATADIR%%/graphics/ob_yellowguy-takendown-1.png +%%DATADIR%%/graphics/ob_yellowguy-takendown-2.nfo +%%DATADIR%%/graphics/ob_yellowguy-takendown-2.png +%%DATADIR%%/graphics/presentation_bg.png +%%DATADIR%%/graphics/presentation_texts.png +%%DATADIR%%/graphics/skull_cursor.png +%%DATADIR%%/graphics/stage1.png +%%DATADIR%%/graphics/stage2.png +%%DATADIR%%/graphics/stage3.png +%%DATADIR%%/graphics/stage4.png +%%DATADIR%%/graphics/stage5.png +%%DATADIR%%/graphics/title_logo.png +%%DATADIR%%/graphics/wl_tile-ceiling-1.png +%%DATADIR%%/graphics/wl_tile-ceiling-2.png +%%DATADIR%%/graphics/wl_tile-ceiling-3.png +%%DATADIR%%/graphics/wl_tile-ceiling-4.png +%%DATADIR%%/graphics/wl_tile-ceiling-5.png +%%DATADIR%%/graphics/wl_tile-ceiling-wall-l.png +%%DATADIR%%/graphics/wl_tile-ceiling-wall-r.png +%%DATADIR%%/graphics/wl_tile-ground-wall-l.nfo +%%DATADIR%%/graphics/wl_tile-ground-wall-l.png +%%DATADIR%%/graphics/wl_tile-ground-wall-r.nfo +%%DATADIR%%/graphics/wl_tile-ground-wall-r.png +%%DATADIR%%/graphics/wl_tile-wall-l1.nfo +%%DATADIR%%/graphics/wl_tile-wall-l1.png +%%DATADIR%%/graphics/wl_tile-wall-l2.nfo +%%DATADIR%%/graphics/wl_tile-wall-l2.png +%%DATADIR%%/graphics/wl_tile-wall-l3.nfo +%%DATADIR%%/graphics/wl_tile-wall-l3.png +%%DATADIR%%/graphics/wl_tile-wall-r1.nfo +%%DATADIR%%/graphics/wl_tile-wall-r1.png +%%DATADIR%%/graphics/wl_tile-wall-r2.nfo +%%DATADIR%%/graphics/wl_tile-wall-r2.png +%%DATADIR%%/graphics/wl_tile-wall-r3.nfo +%%DATADIR%%/graphics/wl_tile-wall-r3.png +%%DATADIR%%/graphics/wl_tile-wall.png +%%DATADIR%%/graphics/wl_tile_stalactite.png +%%DATADIR%%/graphics/wl_tileblue-ceiling-1.png +%%DATADIR%%/graphics/wl_tileblue-ceiling-2.png +%%DATADIR%%/graphics/wl_tileblue-ceiling-3.png +%%DATADIR%%/graphics/wl_tileblue-ceiling-4.png +%%DATADIR%%/graphics/wl_tileblue-ceiling-5.png +%%DATADIR%%/graphics/wl_tileblue-ceiling-wall-l.png +%%DATADIR%%/graphics/wl_tileblue-ceiling-wall-r.png +%%DATADIR%%/graphics/wl_tileblue-ground-wall-l.nfo +%%DATADIR%%/graphics/wl_tileblue-ground-wall-l.png +%%DATADIR%%/graphics/wl_tileblue-ground-wall-r.nfo +%%DATADIR%%/graphics/wl_tileblue-ground-wall-r.png +%%DATADIR%%/graphics/wl_tileblue-wall-l1.nfo +%%DATADIR%%/graphics/wl_tileblue-wall-l1.png +%%DATADIR%%/graphics/wl_tileblue-wall-l2.nfo +%%DATADIR%%/graphics/wl_tileblue-wall-l2.png +%%DATADIR%%/graphics/wl_tileblue-wall-l3.nfo +%%DATADIR%%/graphics/wl_tileblue-wall-l3.png +%%DATADIR%%/graphics/wl_tileblue-wall-r1.nfo +%%DATADIR%%/graphics/wl_tileblue-wall-r1.png +%%DATADIR%%/graphics/wl_tileblue-wall-r2.nfo +%%DATADIR%%/graphics/wl_tileblue-wall-r2.png +%%DATADIR%%/graphics/wl_tileblue-wall-r3.nfo +%%DATADIR%%/graphics/wl_tileblue-wall-r3.png +%%DATADIR%%/graphics/wl_tileblue-wall.png +%%DATADIR%%/graphics/wl_tileblue_stalactite.png +%%DATADIR%%/graphics/wl_tilegreen-ceiling-1.png +%%DATADIR%%/graphics/wl_tilegreen-ceiling-2.png +%%DATADIR%%/graphics/wl_tilegreen-ceiling-3.png +%%DATADIR%%/graphics/wl_tilegreen-ceiling-4.png +%%DATADIR%%/graphics/wl_tilegreen-ceiling-5.png +%%DATADIR%%/graphics/wl_tilegreen-ceiling-wall-l.png +%%DATADIR%%/graphics/wl_tilegreen-ceiling-wall-r.png +%%DATADIR%%/graphics/wl_tilegreen-ground-wall-l.nfo +%%DATADIR%%/graphics/wl_tilegreen-ground-wall-l.png +%%DATADIR%%/graphics/wl_tilegreen-ground-wall-r.nfo +%%DATADIR%%/graphics/wl_tilegreen-ground-wall-r.png +%%DATADIR%%/graphics/wl_tilegreen-wall-l1.nfo +%%DATADIR%%/graphics/wl_tilegreen-wall-l1.png +%%DATADIR%%/graphics/wl_tilegreen-wall-l2.nfo +%%DATADIR%%/graphics/wl_tilegreen-wall-l2.png +%%DATADIR%%/graphics/wl_tilegreen-wall-l3.nfo +%%DATADIR%%/graphics/wl_tilegreen-wall-l3.png +%%DATADIR%%/graphics/wl_tilegreen-wall-r1.nfo +%%DATADIR%%/graphics/wl_tilegreen-wall-r1.png +%%DATADIR%%/graphics/wl_tilegreen-wall-r2.nfo +%%DATADIR%%/graphics/wl_tilegreen-wall-r2.png +%%DATADIR%%/graphics/wl_tilegreen-wall-r3.nfo +%%DATADIR%%/graphics/wl_tilegreen-wall-r3.png +%%DATADIR%%/graphics/wl_tilegreen-wall.png +%%DATADIR%%/graphics/wl_tilegreen_stalactite.png +%%DATADIR%%/graphics/wl_tileyellow-ceiling-1.png +%%DATADIR%%/graphics/wl_tileyellow-ceiling-2.png +%%DATADIR%%/graphics/wl_tileyellow-ceiling-3.png +%%DATADIR%%/graphics/wl_tileyellow-ceiling-4.png +%%DATADIR%%/graphics/wl_tileyellow-ceiling-5.png +%%DATADIR%%/graphics/wl_tileyellow-ceiling-wall-l.png +%%DATADIR%%/graphics/wl_tileyellow-ceiling-wall-r.png +%%DATADIR%%/graphics/wl_tileyellow-ground-wall-l.nfo +%%DATADIR%%/graphics/wl_tileyellow-ground-wall-l.png +%%DATADIR%%/graphics/wl_tileyellow-ground-wall-r.nfo +%%DATADIR%%/graphics/wl_tileyellow-ground-wall-r.png +%%DATADIR%%/graphics/wl_tileyellow-wall-l1.nfo +%%DATADIR%%/graphics/wl_tileyellow-wall-l1.png +%%DATADIR%%/graphics/wl_tileyellow-wall-l2.nfo +%%DATADIR%%/graphics/wl_tileyellow-wall-l2.png +%%DATADIR%%/graphics/wl_tileyellow-wall-l3.nfo +%%DATADIR%%/graphics/wl_tileyellow-wall-l3.png +%%DATADIR%%/graphics/wl_tileyellow-wall-r1.nfo +%%DATADIR%%/graphics/wl_tileyellow-wall-r1.png +%%DATADIR%%/graphics/wl_tileyellow-wall-r2.nfo +%%DATADIR%%/graphics/wl_tileyellow-wall-r2.png +%%DATADIR%%/graphics/wl_tileyellow-wall-r3.nfo +%%DATADIR%%/graphics/wl_tileyellow-wall-r3.png +%%DATADIR%%/graphics/wl_tileyellow-wall.png +%%DATADIR%%/graphics/wl_tileyellow_stalactite.png +%%DATADIR%%/maps/fratellies.txt +%%DATADIR%%/maps/level0-0-0.gmp +%%DATADIR%%/maps/level1-0-2.gmp +%%DATADIR%%/maps/level1-0-3.gmp +%%DATADIR%%/maps/level1-0-4.gmp +%%DATADIR%%/maps/level1-1-1.gmp +%%DATADIR%%/maps/level1-1-2.gmp +%%DATADIR%%/maps/level1-1-3.gmp +%%DATADIR%%/maps/level1-1-4.gmp +%%DATADIR%%/maps/level1-2-1.gmp +%%DATADIR%%/maps/level1-2-2.gmp +%%DATADIR%%/maps/level1-2-3.gmp +%%DATADIR%%/maps/level1-3-1.gmp +%%DATADIR%%/maps/level1-3-4.gmp +%%DATADIR%%/maps/level1-4-1.gmp +%%DATADIR%%/maps/level1-4-2.gmp +%%DATADIR%%/maps/level1-4-3.gmp +%%DATADIR%%/maps/level1-4-4.gmp +%%DATADIR%%/maps/level1-5-1.gmp +%%DATADIR%%/maps/level1-5-2.gmp +%%DATADIR%%/maps/level1-5-3.gmp +%%DATADIR%%/maps/level1-5-4.gmp +%%DATADIR%%/maps/level2-1-2.gmp +%%DATADIR%%/maps/level2-1-3.gmp +%%DATADIR%%/maps/level2-1-4.gmp +%%DATADIR%%/maps/level2-2-1.gmp +%%DATADIR%%/maps/level2-2-3.gmp +%%DATADIR%%/maps/level2-2-4.gmp +%%DATADIR%%/maps/level2-3-1.gmp +%%DATADIR%%/maps/level2-3-2.gmp +%%DATADIR%%/maps/level2-3-4.gmp +%%DATADIR%%/maps/level2-4-2.gmp +%%DATADIR%%/maps/level2-4-3.gmp +%%DATADIR%%/maps/level2-4-4.gmp +%%DATADIR%%/maps/level2-5-1.gmp +%%DATADIR%%/maps/level2-5-2.gmp +%%DATADIR%%/maps/level2-5-3.gmp +%%DATADIR%%/maps/level2-5-4.gmp +%%DATADIR%%/maps/level2-6-1.gmp +%%DATADIR%%/maps/level2-6-2.gmp +%%DATADIR%%/maps/level2-6-3.gmp +%%DATADIR%%/maps/level2-6-4.gmp +%%DATADIR%%/maps/level3-1-1.gmp +%%DATADIR%%/maps/level3-1-3.gmp +%%DATADIR%%/maps/level3-2-0.gmp +%%DATADIR%%/maps/level3-2-1.gmp +%%DATADIR%%/maps/level3-2-2.gmp +%%DATADIR%%/maps/level3-2-3.gmp +%%DATADIR%%/maps/level3-3-0.gmp +%%DATADIR%%/maps/level3-3-1.gmp +%%DATADIR%%/maps/level3-3-2.gmp +%%DATADIR%%/maps/level3-3-3.gmp +%%DATADIR%%/maps/level3-4-0.gmp +%%DATADIR%%/maps/level3-4-1.gmp +%%DATADIR%%/maps/level3-4-2.gmp +%%DATADIR%%/maps/level3-4-3.gmp +%%DATADIR%%/maps/level3-5-0.gmp +%%DATADIR%%/maps/level3-5-1.gmp +%%DATADIR%%/maps/level3-5-2.gmp +%%DATADIR%%/maps/level3-6-0.gmp +%%DATADIR%%/maps/level3-6-1.gmp +%%DATADIR%%/maps/level3-6-2.gmp +%%DATADIR%%/maps/level4-1-2.gmp +%%DATADIR%%/maps/level4-1-3.gmp +%%DATADIR%%/maps/level4-1-4.gmp +%%DATADIR%%/maps/level4-2-1.gmp +%%DATADIR%%/maps/level4-2-2.gmp +%%DATADIR%%/maps/level4-2-4.gmp +%%DATADIR%%/maps/level4-3-1.gmp +%%DATADIR%%/maps/level4-3-2.gmp +%%DATADIR%%/maps/level4-3-4.gmp +%%DATADIR%%/maps/level4-4-1.gmp +%%DATADIR%%/maps/level4-4-2.gmp +%%DATADIR%%/maps/level4-4-3.gmp +%%DATADIR%%/maps/level4-4-4.gmp +%%DATADIR%%/maps/level4-5-1.gmp +%%DATADIR%%/maps/level4-5-3.gmp +%%DATADIR%%/maps/level4-5-4.gmp +%%DATADIR%%/maps/level4-6-1.gmp +%%DATADIR%%/maps/level4-6-2.gmp +%%DATADIR%%/maps/level4-6-3.gmp +%%DATADIR%%/maps/level4-6-4.gmp +%%DATADIR%%/maps/level5-1-2.gmp +%%DATADIR%%/maps/level5-1-3.gmp +%%DATADIR%%/maps/level5-1-4.gmp +%%DATADIR%%/maps/level5-2-2.gmp +%%DATADIR%%/maps/level5-2-4.gmp +%%DATADIR%%/maps/level5-3-1.gmp +%%DATADIR%%/maps/level5-3-2.gmp +%%DATADIR%%/maps/level5-3-3.gmp +%%DATADIR%%/maps/level5-3-4.gmp +%%DATADIR%%/maps/level5-4-1.gmp +%%DATADIR%%/maps/level5-4-2.gmp +%%DATADIR%%/maps/level5-4-4.gmp +%%DATADIR%%/maps/level5-5-1.gmp +%%DATADIR%%/maps/level5-5-2.gmp +%%DATADIR%%/maps/level5-5-3.gmp +%%DATADIR%%/maps/level5-5-4.gmp +%%DATADIR%%/maps/level5-6-1.gmp +%%DATADIR%%/maps/level5-6-2.gmp +%%DATADIR%%/maps/level5-6-3.gmp +%%DATADIR%%/maps/level5-6-4.gmp +%%DATADIR%%/maps/musics.txt +%%DATADIR%%/sound/cave1.ogg +%%DATADIR%%/sound/cave1amb.ogg +%%DATADIR%%/sound/cave2.ogg +%%DATADIR%%/sound/cave2amb.ogg +%%DATADIR%%/sound/cutscene.ogg +%%DATADIR%%/sound/endcredits.ogg +%%DATADIR%%/sound/gameover.ogg +%%DATADIR%%/sound/levelclear.ogg +%%DATADIR%%/sound/sfx/bat_attack.ogg +%%DATADIR%%/sound/sfx/bat_fly.ogg +%%DATADIR%%/sound/sfx/bigrock_fall.ogg +%%DATADIR%%/sound/sfx/bigrock_winch.ogg +%%DATADIR%%/sound/sfx/closingwall.ogg +%%DATADIR%%/sound/sfx/cursor_move.ogg +%%DATADIR%%/sound/sfx/cursor_select.ogg +%%DATADIR%%/sound/sfx/doubloon.ogg +%%DATADIR%%/sound/sfx/enemy_appear.ogg +%%DATADIR%%/sound/sfx/flame.ogg +%%DATADIR%%/sound/sfx/fratelli_attack.ogg +%%DATADIR%%/sound/sfx/fratelli_climb.ogg +%%DATADIR%%/sound/sfx/fratelli_dead.ogg +%%DATADIR%%/sound/sfx/fratelli_dead_francis.ogg +%%DATADIR%%/sound/sfx/fratelli_dead_jake.ogg +%%DATADIR%%/sound/sfx/fratelli_dead_ma.ogg +%%DATADIR%%/sound/sfx/fratelli_jump_francis.ogg +%%DATADIR%%/sound/sfx/fratelli_jump_jake.ogg +%%DATADIR%%/sound/sfx/fratelli_jump_ma.ogg +%%DATADIR%%/sound/sfx/fratelli_sing.ogg +%%DATADIR%%/sound/sfx/fratelli_walk.ogg +%%DATADIR%%/sound/sfx/ghost_appear.ogg +%%DATADIR%%/sound/sfx/intro.ogg +%%DATADIR%%/sound/sfx/item_appear.ogg +%%DATADIR%%/sound/sfx/msxbeep.ogg +%%DATADIR%%/sound/sfx/open_door.ogg +%%DATADIR%%/sound/sfx/open_lock.ogg +%%DATADIR%%/sound/sfx/pause.ogg +%%DATADIR%%/sound/sfx/player_attack.ogg +%%DATADIR%%/sound/sfx/player_climb.ogg +%%DATADIR%%/sound/sfx/player_critical.ogg +%%DATADIR%%/sound/sfx/player_dead.ogg +%%DATADIR%%/sound/sfx/player_hit.ogg +%%DATADIR%%/sound/sfx/player_hit_enemy.ogg +%%DATADIR%%/sound/sfx/player_jump.ogg +%%DATADIR%%/sound/sfx/player_land.ogg +%%DATADIR%%/sound/sfx/player_pickup_item.ogg +%%DATADIR%%/sound/sfx/player_pickup_key.ogg +%%DATADIR%%/sound/sfx/player_walk.ogg +%%DATADIR%%/sound/sfx/rescue_goonie.ogg +%%DATADIR%%/sound/sfx/rockfall.ogg +%%DATADIR%%/sound/sfx/skeleton_attack.ogg +%%DATADIR%%/sound/sfx/skeleton_dead.ogg +%%DATADIR%%/sound/sfx/skeleton_walk.ogg +%%DATADIR%%/sound/sfx/skull_bounce.ogg +%%DATADIR%%/sound/sfx/skull_dead.ogg +%%DATADIR%%/sound/sfx/skulldoor.ogg +%%DATADIR%%/sound/sfx/steam_vent.ogg +%%DATADIR%%/sound/sfx/steleton_walk.ogg +%%DATADIR%%/sound/sfx/water_vent.ogg +%%DATADIR%%/sound/sfx/waterdrop.ogg +%%DATADIR%%/sound/sfx/waterdrop2.ogg +%%DATADIR%%/sound/sfx/waterdrop3.ogg +%%DATADIR%%/sound/sfx/waterfall.ogg +%%DATADIR%%/sound/sfx/waterfall2.ogg +%%DATADIR%%/sound/title.ogg +@dirrm %%DATADIR%%/sound/sfx +@dirrm %%DATADIR%%/sound +@dirrm %%DATADIR%%/maps +@dirrm %%DATADIR%%/graphics +@dirrm %%DATADIR%% -- cgit v1.2.3