From aa08bbffb5e08652f0549eb02ede3e40f65a5c30 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 4 Jan 2006 22:14:27 +0000 Subject: [PATCH] New port: games/holotz-castle: A platform game with high dosis of mistery Holotz's Castle is a platform game with high dosis of mistery. A great mistery is hidden beyond the walls of Holotz's Castle. Will you be able to help Ybelle and Ludar to escape alive from the castle? Test your dexterity with this tremendously exciting platform game! WWW: http://www.mainreactor.net/holotzcastle/en/index_en.html PR: ports/91321 Submitted by: Pierre-Paul Lavoie --- games/Makefile | 1 + games/holotz-castle/Makefile | 23 + games/holotz-castle/distinfo | 3 + games/holotz-castle/files/patch-all | 350 +++++++ games/holotz-castle/pkg-descr | 9 + games/holotz-castle/pkg-plist | 1453 +++++++++++++++++++++++++++ 6 files changed, 1839 insertions(+) create mode 100644 games/holotz-castle/Makefile create mode 100644 games/holotz-castle/distinfo create mode 100644 games/holotz-castle/files/patch-all create mode 100644 games/holotz-castle/pkg-descr create mode 100644 games/holotz-castle/pkg-plist diff --git a/games/Makefile b/games/Makefile index f0623cc166ca..3061df0d701b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -282,6 +282,7 @@ SUBDIR += hlserver-wizwars SUBDIR += hlstats SUBDIR += hohlin + SUBDIR += holotz-castle SUBDIR += icbm3d SUBDIR += icebreaker SUBDIR += ifm diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile new file mode 100644 index 000000000000..bc8cfdcdade6 --- /dev/null +++ b/games/holotz-castle/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: holotzcastle +# Date created: 4 January 2006 +# Whom: Pierre-Paul Lavoie +# +# $FreeBSD$ +# + +PORTNAME= holotz-castle +PORTVERSION= 1.3.7 +CATEGORIES= games +MASTER_SITES= http://www.mainreactor.net/holotzcastle/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= ppl@nbnet.nb.ca +COMMENT= A platform game with high dosis of mistery + +MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/ + +USE_SDL= image mixer sdl ttf +USE_X_PREFIX= yes +USE_GMAKE= yes + +.include diff --git a/games/holotz-castle/distinfo b/games/holotz-castle/distinfo new file mode 100644 index 000000000000..923ab373ad64 --- /dev/null +++ b/games/holotz-castle/distinfo @@ -0,0 +1,3 @@ +MD5 (holotz-castle-1.3.7-src.tar.gz) = 571be7f4dadf81f0eb5df7bee65d215b +SHA256 (holotz-castle-1.3.7-src.tar.gz) = ab25f02657a55e70d0dd1b3cb2e911e45639477fc67084fd3372148779debf32 +SIZE (holotz-castle-1.3.7-src.tar.gz) = 3612543 diff --git a/games/holotz-castle/files/patch-all b/games/holotz-castle/files/patch-all new file mode 100644 index 000000000000..2b913bfb4bbb --- /dev/null +++ b/games/holotz-castle/files/patch-all @@ -0,0 +1,350 @@ +diff -ru JLib/JLib/Graphics/JControlImage.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JControlImage.h +--- JLib/JLib/Graphics/JControlImage.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JControlImage.h Tue Jan 3 20:16:47 2006 +@@ -33,7 +33,7 @@ + #include + #include + #include +-#include ++#include + + /** Control de interfaz de usuario compuesto por imágenes. + */ +diff -ru JLib/JLib/Graphics/JFont.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JFont.h +--- JLib/JLib/Graphics/JFont.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JFont.h Tue Jan 3 20:16:47 2006 +@@ -31,7 +31,7 @@ + #define _JFONT_INCLUDED + + #include +-#include ++#include + #include + + /** Alineación del texto a renderizar. +diff -ru JLib/JLib/Graphics/JGLAxes.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLAxes.h +--- JLib/JLib/Graphics/JGLAxes.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLAxes.h Tue Jan 3 20:16:47 2006 +@@ -31,7 +31,7 @@ + + #include + #include +-#include ++#include + #include + + class JGLAxes : public JDrawable +diff -ru JLib/JLib/Graphics/JGLCamera.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLCamera.h +--- JLib/JLib/Graphics/JGLCamera.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLCamera.h Tue Jan 3 20:16:47 2006 +@@ -40,7 +40,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + +diff -ru JLib/JLib/Graphics/JGLGrid.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLGrid.h +--- JLib/JLib/Graphics/JGLGrid.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLGrid.h Tue Jan 3 20:16:47 2006 +@@ -32,7 +32,7 @@ + #include + #include + #include +-#include ++#include + #include + + class JGLGrid : public JDrawable +diff -ru JLib/JLib/Graphics/JGLLight.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLLight.h +--- JLib/JLib/Graphics/JGLLight.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLLight.h Tue Jan 3 20:16:47 2006 +@@ -33,7 +33,7 @@ + #include + #include + #include +-#include ++#include + #include + + // Clase para gestión de texturas +diff -ru JLib/JLib/Graphics/JGLText.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLText.h +--- JLib/JLib/Graphics/JGLText.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLText.h Tue Jan 3 20:16:47 2006 +@@ -33,7 +33,7 @@ + #include + #include + #include +-#include ++#include + #include + + class JGLText : public JObject +diff -ru JLib/JLib/Graphics/JGLVector.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLVector.h +--- JLib/JLib/Graphics/JGLVector.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JGLVector.h Tue Jan 3 20:16:47 2006 +@@ -32,7 +32,7 @@ + + #include + #include +-#include ++#include + #include + + /** Vector en pantalla para OpenGL. +diff -ru JLib/JLib/Graphics/JImage.h holotz-castle-1.3.7-src/JLib/JLib/Graphics/JImage.h +--- JLib/JLib/Graphics/JImage.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Graphics/JImage.h Tue Jan 3 20:16:47 2006 +@@ -36,8 +36,8 @@ + #include + #include + #include +-#include +-#include ++#include ++#include + + /** Imágen genérica. + */ +diff -ru JLib/JLib/Sound/JChunk.h holotz-castle-1.3.7-src/JLib/JLib/Sound/JChunk.h +--- JLib/JLib/Sound/JChunk.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Sound/JChunk.h Tue Jan 3 20:16:47 2006 +@@ -30,7 +30,7 @@ + #ifndef _JCHUNK_INCLUDED + #define _JCHUNK_INCLUDED + +-#include ++#include + + /** Encapsula una muestra de audio. + */ +diff -ru JLib/JLib/Sound/JMixer.h holotz-castle-1.3.7-src/JLib/JLib/Sound/JMixer.h +--- JLib/JLib/Sound/JMixer.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Sound/JMixer.h Tue Jan 3 20:16:47 2006 +@@ -30,7 +30,7 @@ + #ifndef _JMIXER_INCLUDED + #define _JMIXER_INCLUDED + +-#include ++#include + #include + #include + +diff -ru JLib/JLib/Util/JApp.h holotz-castle-1.3.7-src/JLib/JLib/Util/JApp.h +--- JLib/JLib/Util/JApp.h Tue Jan 3 13:42:42 2006 ++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JApp.h Tue Jan 3 20:16:47 2006 +@@ -35,7 +35,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + +@@ -53,7 +53,7 @@ + *
+  * 
+  * #include 
+- * #include 
++ * #include 
+  * #include 
+  * 
+  * class MyApp : public JApp
+diff -ru JLib/JLib/Util/JFS.cpp holotz-castle-1.3.7-src/JLib/JLib/Util/JFS.cpp
+--- JLib/JLib/Util/JFS.cpp	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JFS.cpp	Wed Jan  4 01:20:59 2006
+@@ -886,8 +886,8 @@
+ 		s32 n, k;
+ 
+ 		// Si es un directorio lo importa recursivamente
+-		struct dirent64 **namelist;
+-		n = scandir64(filename, &namelist, 0, alphasort);
++		struct dirent **namelist;
++		n = scandir(filename, &namelist, 0, alphasort);
+ 
+ 		if (n < 0)
+ 		{
+diff -ru JLib/JLib/Util/JFile.h holotz-castle-1.3.7-src/JLib/JLib/Util/JFile.h
+--- JLib/JLib/Util/JFile.h	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JFile.h	Tue Jan  3 20:16:47 2006
+@@ -38,7 +38,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ 
+diff -ru JLib/JLib/Util/JGLApp.h holotz-castle-1.3.7-src/JLib/JLib/Util/JGLApp.h
+--- JLib/JLib/Util/JGLApp.h	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JGLApp.h	Tue Jan  3 20:16:47 2006
+@@ -35,7 +35,7 @@
+ #endif
+ 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -ru JLib/JLib/Util/JRW.h holotz-castle-1.3.7-src/JLib/JLib/Util/JRW.h
+--- JLib/JLib/Util/JRW.h	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JRW.h	Tue Jan  3 20:16:47 2006
+@@ -33,8 +33,8 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ 
+ /** Encapsulates a SDL_RWops object. It's a simple wrapper.
+  */
+diff -ru JLib/JLib/Util/JTextUtil.h holotz-castle-1.3.7-src/JLib/JLib/Util/JTextUtil.h
+--- JLib/JLib/Util/JTextUtil.h	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JTextUtil.h	Tue Jan  3 20:16:47 2006
+@@ -30,7 +30,7 @@
+ #define _JTEXTUTIL_INCLUDED
+ 
+ #include 
+-#include 
++#include 
+ //#include 
+ 
+ // Crea una superficie en formato RGBA de 32 bits con los caracteres en
+diff -ru JLib/JLib/Util/JThread.h holotz-castle-1.3.7-src/JLib/JLib/Util/JThread.h
+--- JLib/JLib/Util/JThread.h	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JThread.h	Tue Jan  3 20:16:47 2006
+@@ -31,8 +31,8 @@
+ #define _JTHREAD_INCLUDED
+ 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ 
+ /** Base class for threads.
+  */
+diff -ru JLib/JLib/Util/JTimer.h holotz-castle-1.3.7-src/JLib/JLib/Util/JTimer.h
+--- JLib/JLib/Util/JTimer.h	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/JLib/Util/JTimer.h	Tue Jan  3 20:16:47 2006
+@@ -32,7 +32,7 @@
+ 
+ #include 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -ru JLib/Makefile holotz-castle-1.3.7-src/JLib/Makefile
+--- JLib/Makefile	Tue Jan  3 13:42:42 2006
++++ holotz-castle-1.3.7-src/JLib/Makefile	Wed Jan  4 12:23:28 2006
+@@ -15,8 +15,8 @@
+ 					$(UTIL)/JApp.o $(UTIL)/JFS.o $(UTIL)/JThread.o $(UTIL)/JRW.o $(MATH)/J2DPolygon.o
+ 
+ # Definir -D_JLIB_DEBUG para hacer debug de JLib. Compilar el programa a debugear también con este flag
+-CFLAGS=-I. -O3 -ffast-math -fPIC -Wall -Wshadow -Winline
+-LDFLAGS=-L. -ffast-math -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer
++CFLAGS=`sdl11-config --cflags` -I/usr/X11R6/include -I. -O3 -ffast-math -fPIC -Wall -Wshadow -Winline
++LDFLAGS=`sdl11-config --libs` -L/usr/X11R6/lib -L. -ffast-math -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer
+ 
+ all: libJLib
+ 
+diff -ru Makefile holotz-castle-1.3.7-src/Makefile
+--- Makefile	Tue Jan  3 13:42:45 2006
++++ holotz-castle-1.3.7-src/Makefile	Wed Jan  4 12:11:52 2006
+@@ -5,11 +5,11 @@
+ HC_VERSION=1.3.7
+ 
+ all: 
+-	make -C src
++	$(MAKE) -C src
+ 
+ distro-src:
+ 	find . -iname "*~" -exec 'rm' '{}' ';';
+-	make clean;
++	$(MAKE) clean;
+ 	rm -rf _DISTRO/SRC;
+ 	mkdir -p _DISTRO/SRC/holotz-castle-$(HC_VERSION)-src;\
+ 	cp -RL [^_h]* _DISTRO/SRC/holotz-castle-$(HC_VERSION)-src &&\
+@@ -20,7 +20,7 @@
+ 
+ distro-i486:
+ 	find . -iname "*~" -exec 'rm' '{}' ';';
+-	make I486_BUILD=1 CPU_OPTS="-march=i486 -mcpu=i486" &&\
++	$(MAKE) I486_BUILD=1 CPU_OPTS="-march=i486 -mcpu=i486" &&\
+ 	rm -rf _DISTRO/I486;
+ 	mkdir -p _DISTRO/I486/holotz-castle-$(HC_VERSION)-linux-i486;
+ 	cp -RL holotz-castle holotz-castle-editor res HCedHome doc LICENSE.txt MANUAL* _DISTRO/I486/holotz-castle-$(HC_VERSION)-linux-i486 &&\
+@@ -39,11 +39,11 @@
+ 	rm -rf _DISTRO/WIN32/HC;
+ 
+ install:
+-	make -C src install
++	$(MAKE) -C src install
+ 
+ uninstall:
+-	make -C src uninstall;
++	$(MAKE) -C src uninstall;
+ 
+ .PHONY: clean
+ clean:
+-	make -C src clean
++	$(MAKE) -C src clean
+diff -ru src/Makefile holotz-castle-1.3.7-src/src/Makefile
+--- src/Makefile	Tue Jan  3 13:42:45 2006
++++ holotz-castle-1.3.7-src/src/Makefile	Wed Jan  4 13:29:39 2006
+@@ -18,10 +18,10 @@
+ # comenta estas líneas si no quieres instalar el juego (y descomenta las de arriba)
+ 
+ ifndef I486_BUILD
+-HC_BASE = /usr/share/games/holotz-castle/
++#HC_BASE = /usr/share/games/holotz-castle/
+ HC_DATA = $(HC_BASE)game/
+ HCED_DATA = $(HC_BASE)editor/
+-HC_BIN_DIR = /usr/local/bin/
++#HC_BIN_DIR = /usr/local/bin/
+ endif
+ 
+ DEFINES = -DHC_DATA_DIR=\"$(HC_DATA)\" -DHCED_DATA_DIR=\"$(HCED_DATA)\"
+@@ -38,22 +38,22 @@
+ 
+ # Definir -D_JLIB_DEBUG para debug con JLib. Ponerlo también en el Makefile de JLib.
+ # Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile.
+-CFLAGS=-I. -I../JLib -O3 -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c $(shell sdl-config --cflags)
+-LDFLAGS=-L/usr/X11R6/lib -ffast-math -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf
++CFLAGS=-I. -I../JLib -O3 -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c $(shell sdl11-config --cflags)
++LDFLAGS=-L/usr/X11R6/lib `sdl11-config --libs ` -ffast-math -lSDL_image -lSDL_mixer -lSDL_ttf
+ 
+ JLib: 
+-	make -C ../JLib;
++	$(MAKE) -C ../JLib;
+ 
+ %.o: %.cpp %.h
+ 	g++ $(CFLAGS) $(DEFINES) $< -o $@
+ 
+ HC: $(HC_OBJS) $(HC_OBJ_MAIN) ../JLib/libJLib.a
+-	g++ $(LDFLAGS) $? -o $@;\
++	g++ $(LDFLAGS) $? -o $@ -l compat;\
+ 	mv HC ../holotz-castle
+ 
+ # HCed (Holotz's Castle editor).
+ HCed: $(HC_OBJS) $(HCED_OBJ_MAIN) ../JLib/libJLib.a
+-	g++ $(LDFLAGS) $? -o $@;\
++	g++ $(LDFLAGS) $? -o $@ -lcompat;\
+ 	mv HCed ../holotz-castle-editor
+ 
+ install:
+@@ -75,4 +75,4 @@
+ 	rm -f ../holotz-castle;\
+ 	rm -f ../holotz-castle-editor;\
+ 	rm -f *\.o;\
+-  make -C ../JLib clean
++	$(MAKE) -C ../JLib clean
diff --git a/games/holotz-castle/pkg-descr b/games/holotz-castle/pkg-descr
new file mode 100644
index 000000000000..cb513d9dd47e
--- /dev/null
+++ b/games/holotz-castle/pkg-descr
@@ -0,0 +1,9 @@
+Holotz's Castle is a platform game with high dosis of mistery.
+
+A great mistery is hidden beyond the walls of Holotz's Castle. Will
+you be able to help Ybelle and Ludar to escape alive from the
+castle?
+
+Test your dexterity with this tremendously exciting platform game!
+
+WWW: http://www.mainreactor.net/holotzcastle/en/index_en.html
diff --git a/games/holotz-castle/pkg-plist b/games/holotz-castle/pkg-plist
new file mode 100644
index 000000000000..f69a9a14a6e4
--- /dev/null
+++ b/games/holotz-castle/pkg-plist
@@ -0,0 +1,1453 @@
+bin/holotz-castle
+bin/holotz-castle-editor
+share/holotz-castle/editor/EnemyMenu/0.tga
+share/holotz-castle/editor/EnemyMenu/0_hi.tga
+share/holotz-castle/editor/EnemyMenu/1.tga
+share/holotz-castle/editor/EnemyMenu/1_hi.tga
+share/holotz-castle/editor/EnemyMenu/2.tga
+share/holotz-castle/editor/EnemyMenu/2_hi.tga
+share/holotz-castle/editor/EnemyMenu/3.tga
+share/holotz-castle/editor/EnemyMenu/3_hi.tga
+share/holotz-castle/editor/EnemyMenu/4.tga
+share/holotz-castle/editor/EnemyMenu/4_hi.tga
+share/holotz-castle/editor/MainMenu/0.tga
+share/holotz-castle/editor/MainMenu/0_hi.tga
+share/holotz-castle/editor/MainMenu/1.tga
+share/holotz-castle/editor/MainMenu/10.tga
+share/holotz-castle/editor/MainMenu/10_hi.tga
+share/holotz-castle/editor/MainMenu/11.tga
+share/holotz-castle/editor/MainMenu/11_hi.tga
+share/holotz-castle/editor/MainMenu/12.tga
+share/holotz-castle/editor/MainMenu/12_hi.tga
+share/holotz-castle/editor/MainMenu/1_hi.tga
+share/holotz-castle/editor/MainMenu/2.tga
+share/holotz-castle/editor/MainMenu/2_hi.tga
+share/holotz-castle/editor/MainMenu/3.tga
+share/holotz-castle/editor/MainMenu/3_hi.tga
+share/holotz-castle/editor/MainMenu/4.tga
+share/holotz-castle/editor/MainMenu/4_hi.tga
+share/holotz-castle/editor/MainMenu/5.tga
+share/holotz-castle/editor/MainMenu/5_hi.tga
+share/holotz-castle/editor/MainMenu/6.tga
+share/holotz-castle/editor/MainMenu/6_hi.tga
+share/holotz-castle/editor/MainMenu/7.tga
+share/holotz-castle/editor/MainMenu/7_hi.tga
+share/holotz-castle/editor/MainMenu/8.tga
+share/holotz-castle/editor/MainMenu/8_hi.tga
+share/holotz-castle/editor/MainMenu/9.tga
+share/holotz-castle/editor/MainMenu/9_hi.tga
+share/holotz-castle/game/README.txt
+share/holotz-castle/game/credits/animation0.tga
+share/holotz-castle/game/credits/animation1.tga
+share/holotz-castle/game/credits/animation2.tga
+share/holotz-castle/game/credits/animation3.tga
+share/holotz-castle/game/credits/drawing0.tga
+share/holotz-castle/game/credits/drawing1.tga
+share/holotz-castle/game/credits/drawing2.tga
+share/holotz-castle/game/credits/music.tga
+share/holotz-castle/game/credits/programming.tga
+share/holotz-castle/game/credits/story.tga
+share/holotz-castle/game/font/font.ttf
+share/holotz-castle/game/help/cs/help.txt
+share/holotz-castle/game/help/de/help.txt
+share/holotz-castle/game/help/en/help.txt
+share/holotz-castle/game/help/es/help.txt
+share/holotz-castle/game/help/eu/help.txt
+share/holotz-castle/game/help/fr/help.txt
+share/holotz-castle/game/help/ru/help.txt
+share/holotz-castle/game/help/ua/help.txt
+share/holotz-castle/game/icon/icon.bmp
+share/holotz-castle/game/intro/cs/intro.txt
+share/holotz-castle/game/intro/de/intro.txt
+share/holotz-castle/game/intro/en/intro.txt
+share/holotz-castle/game/intro/es/intro.txt
+share/holotz-castle/game/intro/eu/intro.txt
+share/holotz-castle/game/intro/fr/intro.txt
+share/holotz-castle/game/intro/intro.tga
+share/holotz-castle/game/intro/ru/intro.txt
+share/holotz-castle/game/intro/ua/intro.txt
+share/holotz-castle/game/languages.txt
+share/holotz-castle/game/main/main.tga
+share/holotz-castle/game/main/readme
+share/holotz-castle/game/menu/cs/menu.txt
+share/holotz-castle/game/menu/de/menu.txt
+share/holotz-castle/game/menu/en/menu.txt
+share/holotz-castle/game/menu/es/menu.txt
+share/holotz-castle/game/menu/eu/menu.txt
+share/holotz-castle/game/menu/fr/menu.txt
+share/holotz-castle/game/menu/ru/menu.txt
+share/holotz-castle/game/menu/ua/menu.txt
+share/holotz-castle/game/playlist.txt
+share/holotz-castle/game/savedata/empty.txt
+share/holotz-castle/game/sound/HCBeginLevel.wav
+share/holotz-castle/game/sound/HCCredits.wav
+share/holotz-castle/game/sound/HCCredits_Slow.wav
+share/holotz-castle/game/sound/HCEndLevel.wav
+share/holotz-castle/game/sound/HCExitUnlocked.wav
+share/holotz-castle/game/sound/HCGameOver.wav
+share/holotz-castle/game/sound/HCMainTitle.wav
+share/holotz-castle/game/sound/HCMainTitle_Fast.wav
+share/holotz-castle/game/sound/HCMainTitle_Slow.wav
+share/holotz-castle/game/sound/HCMainTitle_UltraSlow.wav
+share/holotz-castle/game/sound/HCObjectAcquired.wav
+share/holotz-castle/game/stories/holotzcastle/level001.hlv
+share/holotz-castle/game/stories/holotzcastle/level001.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level002.hlv
+share/holotz-castle/game/stories/holotzcastle/level002.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level003.hlv
+share/holotz-castle/game/stories/holotzcastle/level003.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level004.hlv
+share/holotz-castle/game/stories/holotzcastle/level005.hlv
+share/holotz-castle/game/stories/holotzcastle/level006.hlv
+share/holotz-castle/game/stories/holotzcastle/level007.hlv
+share/holotz-castle/game/stories/holotzcastle/level007.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level008.hlv
+share/holotz-castle/game/stories/holotzcastle/level008.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level009.hlv
+share/holotz-castle/game/stories/holotzcastle/level010.hlv
+share/holotz-castle/game/stories/holotzcastle/level011.hlv
+share/holotz-castle/game/stories/holotzcastle/level012.hlv
+share/holotz-castle/game/stories/holotzcastle/level013.hlv
+share/holotz-castle/game/stories/holotzcastle/level014.hlv
+share/holotz-castle/game/stories/holotzcastle/level014.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level015.hlv
+share/holotz-castle/game/stories/holotzcastle/level016.hlv
+share/holotz-castle/game/stories/holotzcastle/level016.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level017.hlv
+share/holotz-castle/game/stories/holotzcastle/level017.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level018.hlv
+share/holotz-castle/game/stories/holotzcastle/level019.hlv
+share/holotz-castle/game/stories/holotzcastle/level020.hlv
+share/holotz-castle/game/stories/holotzcastle/level021.hlv
+share/holotz-castle/game/stories/holotzcastle/level022.hlv
+share/holotz-castle/game/stories/holotzcastle/level023.hlv
+share/holotz-castle/game/stories/holotzcastle/level024.hlv
+share/holotz-castle/game/stories/holotzcastle/level025.hlv
+share/holotz-castle/game/stories/holotzcastle/level025.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level026.hlv
+share/holotz-castle/game/stories/holotzcastle/level027.hlv
+share/holotz-castle/game/stories/holotzcastle/level028.hlv
+share/holotz-castle/game/stories/holotzcastle/level029.hlv
+share/holotz-castle/game/stories/holotzcastle/level030.hlv
+share/holotz-castle/game/stories/holotzcastle/level031.hlv
+share/holotz-castle/game/stories/holotzcastle/level032.hlv
+share/holotz-castle/game/stories/holotzcastle/level032.hlv.tga
+share/holotz-castle/game/stories/holotzcastle/level033.hlv
+share/holotz-castle/game/stories/holotzcastle/script/cs/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/cs/level033.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/de/level033.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/en/level033.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/es/level033.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/eu/level033.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/fr/level033.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ru/level033.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level001.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level002.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level007.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level014.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level016.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level019.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level020.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level025.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level030.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level032.hcs
+share/holotz-castle/game/stories/holotzcastle/script/ua/level033.hcs
+share/holotz-castle/game/theme/default/bar/1/bar.tga
+share/holotz-castle/game/theme/default/bar/2/bar.tga
+share/holotz-castle/game/theme/default/bar/3/bar.tga
+share/holotz-castle/game/theme/default/bar/4/bar.tga
+share/holotz-castle/game/theme/default/bar/5/bar.tga
+share/holotz-castle/game/theme/default/bar/6/bar.tga
+share/holotz-castle/game/theme/default/bar/7/bar.tga
+share/holotz-castle/game/theme/default/break/1/breaking.spr
+share/holotz-castle/game/theme/default/break/1/broken.spr
+share/holotz-castle/game/theme/default/break/1/normal.spr
+share/holotz-castle/game/theme/default/break/2/breaking.spr
+share/holotz-castle/game/theme/default/break/2/broken.spr
+share/holotz-castle/game/theme/default/break/2/normal.spr
+share/holotz-castle/game/theme/default/break/3/breaking.spr
+share/holotz-castle/game/theme/default/break/3/broken.spr
+share/holotz-castle/game/theme/default/break/3/normal.spr
+share/holotz-castle/game/theme/default/break/4/breaking.spr
+share/holotz-castle/game/theme/default/break/4/broken.spr
+share/holotz-castle/game/theme/default/break/4/normal.spr
+share/holotz-castle/game/theme/default/break/5/breaking.spr
+share/holotz-castle/game/theme/default/break/5/broken.spr
+share/holotz-castle/game/theme/default/break/5/normal.spr
+share/holotz-castle/game/theme/default/char/ball/1/dead.spr
+share/holotz-castle/game/theme/default/char/ball/1/down.spr
+share/holotz-castle/game/theme/default/char/ball/1/fall.spr
+share/holotz-castle/game/theme/default/char/ball/1/hang.spr
+share/holotz-castle/game/theme/default/char/ball/1/jump.spr
+share/holotz-castle/game/theme/default/char/ball/1/jumpleft.spr
+share/holotz-castle/game/theme/default/char/ball/1/jumpright.spr
+share/holotz-castle/game/theme/default/char/ball/1/left.spr
+share/holotz-castle/game/theme/default/char/ball/1/right.spr
+share/holotz-castle/game/theme/default/char/ball/1/slide.spr
+share/holotz-castle/game/theme/default/char/ball/1/stop.spr
+share/holotz-castle/game/theme/default/char/ball/1/up.spr
+share/holotz-castle/game/theme/default/char/ball/2/dead.spr
+share/holotz-castle/game/theme/default/char/ball/2/down.spr
+share/holotz-castle/game/theme/default/char/ball/2/fall.spr
+share/holotz-castle/game/theme/default/char/ball/2/hang.spr
+share/holotz-castle/game/theme/default/char/ball/2/jump.spr
+share/holotz-castle/game/theme/default/char/ball/2/jumpleft.spr
+share/holotz-castle/game/theme/default/char/ball/2/jumpright.spr
+share/holotz-castle/game/theme/default/char/ball/2/left.spr
+share/holotz-castle/game/theme/default/char/ball/2/right.spr
+share/holotz-castle/game/theme/default/char/ball/2/slide.spr
+share/holotz-castle/game/theme/default/char/ball/2/stop.spr
+share/holotz-castle/game/theme/default/char/ball/2/up.spr
+share/holotz-castle/game/theme/default/char/ball/3/dead.spr
+share/holotz-castle/game/theme/default/char/ball/3/down.spr
+share/holotz-castle/game/theme/default/char/ball/3/fall.spr
+share/holotz-castle/game/theme/default/char/ball/3/hang.spr
+share/holotz-castle/game/theme/default/char/ball/3/jump.spr
+share/holotz-castle/game/theme/default/char/ball/3/jumpleft.spr
+share/holotz-castle/game/theme/default/char/ball/3/jumpright.spr
+share/holotz-castle/game/theme/default/char/ball/3/left.spr
+share/holotz-castle/game/theme/default/char/ball/3/right.spr
+share/holotz-castle/game/theme/default/char/ball/3/slide.spr
+share/holotz-castle/game/theme/default/char/ball/3/stop.spr
+share/holotz-castle/game/theme/default/char/ball/3/up.spr
+share/holotz-castle/game/theme/default/char/ball/4/dead.spr
+share/holotz-castle/game/theme/default/char/ball/4/down.spr
+share/holotz-castle/game/theme/default/char/ball/4/fall.spr
+share/holotz-castle/game/theme/default/char/ball/4/hang.spr
+share/holotz-castle/game/theme/default/char/ball/4/jump.spr
+share/holotz-castle/game/theme/default/char/ball/4/jumpleft.spr
+share/holotz-castle/game/theme/default/char/ball/4/jumpright.spr
+share/holotz-castle/game/theme/default/char/ball/4/left.spr
+share/holotz-castle/game/theme/default/char/ball/4/right.spr
+share/holotz-castle/game/theme/default/char/ball/4/slide.spr
+share/holotz-castle/game/theme/default/char/ball/4/stop.spr
+share/holotz-castle/game/theme/default/char/ball/4/up.spr
+share/holotz-castle/game/theme/default/char/chaser/1/dead.spr
+share/holotz-castle/game/theme/default/char/chaser/1/down.spr
+share/holotz-castle/game/theme/default/char/chaser/1/fall.spr
+share/holotz-castle/game/theme/default/char/chaser/1/hang.spr
+share/holotz-castle/game/theme/default/char/chaser/1/jump.spr
+share/holotz-castle/game/theme/default/char/chaser/1/jumpleft.spr
+share/holotz-castle/game/theme/default/char/chaser/1/jumpright.spr
+share/holotz-castle/game/theme/default/char/chaser/1/left.spr
+share/holotz-castle/game/theme/default/char/chaser/1/right.spr
+share/holotz-castle/game/theme/default/char/chaser/1/slide.spr
+share/holotz-castle/game/theme/default/char/chaser/1/stop.spr
+share/holotz-castle/game/theme/default/char/chaser/1/up.spr
+share/holotz-castle/game/theme/default/char/dummy/dead.spr
+share/holotz-castle/game/theme/default/char/dummy/down.spr
+share/holotz-castle/game/theme/default/char/dummy/fall.spr
+share/holotz-castle/game/theme/default/char/dummy/hang.spr
+share/holotz-castle/game/theme/default/char/dummy/jump.spr
+share/holotz-castle/game/theme/default/char/dummy/jumpleft.spr
+share/holotz-castle/game/theme/default/char/dummy/jumpright.spr
+share/holotz-castle/game/theme/default/char/dummy/left.spr
+share/holotz-castle/game/theme/default/char/dummy/right.spr
+share/holotz-castle/game/theme/default/char/dummy/slide.spr
+share/holotz-castle/game/theme/default/char/dummy/stop.spr
+share/holotz-castle/game/theme/default/char/dummy/up.spr
+share/holotz-castle/game/theme/default/char/guest/1/dead.spr
+share/holotz-castle/game/theme/default/char/guest/1/down.spr
+share/holotz-castle/game/theme/default/char/guest/1/fall.spr
+share/holotz-castle/game/theme/default/char/guest/1/hang.spr
+share/holotz-castle/game/theme/default/char/guest/1/jump.spr
+share/holotz-castle/game/theme/default/char/guest/1/jumpleft.spr
+share/holotz-castle/game/theme/default/char/guest/1/jumpright.spr
+share/holotz-castle/game/theme/default/char/guest/1/left.spr
+share/holotz-castle/game/theme/default/char/guest/1/right.spr
+share/holotz-castle/game/theme/default/char/guest/1/slide.spr
+share/holotz-castle/game/theme/default/char/guest/1/stop.spr
+share/holotz-castle/game/theme/default/char/guest/1/up.spr
+share/holotz-castle/game/theme/default/char/main/1/dead.spr
+share/holotz-castle/game/theme/default/char/main/1/down.spr
+share/holotz-castle/game/theme/default/char/main/1/fall.spr
+share/holotz-castle/game/theme/default/char/main/1/hang.spr
+share/holotz-castle/game/theme/default/char/main/1/jump.spr
+share/holotz-castle/game/theme/default/char/main/1/jumpleft.spr
+share/holotz-castle/game/theme/default/char/main/1/jumpright.spr
+share/holotz-castle/game/theme/default/char/main/1/left.spr
+share/holotz-castle/game/theme/default/char/main/1/right.spr
+share/holotz-castle/game/theme/default/char/main/1/slide.spr
+share/holotz-castle/game/theme/default/char/main/1/stop.spr
+share/holotz-castle/game/theme/default/char/main/1/up.spr
+share/holotz-castle/game/theme/default/char/main/2/dead.spr
+share/holotz-castle/game/theme/default/char/main/2/down.spr
+share/holotz-castle/game/theme/default/char/main/2/fall.spr
+share/holotz-castle/game/theme/default/char/main/2/hang.spr
+share/holotz-castle/game/theme/default/char/main/2/jump.spr
+share/holotz-castle/game/theme/default/char/main/2/jumpleft.spr
+share/holotz-castle/game/theme/default/char/main/2/jumpright.spr
+share/holotz-castle/game/theme/default/char/main/2/jumright.spr
+share/holotz-castle/game/theme/default/char/main/2/left.spr
+share/holotz-castle/game/theme/default/char/main/2/right.spr
+share/holotz-castle/game/theme/default/char/main/2/slide.spr
+share/holotz-castle/game/theme/default/char/main/2/stop.spr
+share/holotz-castle/game/theme/default/char/main/2/up.spr
+share/holotz-castle/game/theme/default/char/main/3/dead.spr
+share/holotz-castle/game/theme/default/char/main/3/down.spr
+share/holotz-castle/game/theme/default/char/main/3/fall.spr
+share/holotz-castle/game/theme/default/char/main/3/hang.spr
+share/holotz-castle/game/theme/default/char/main/3/jump.spr
+share/holotz-castle/game/theme/default/char/main/3/jumpleft.spr
+share/holotz-castle/game/theme/default/char/main/3/jumpright.spr
+share/holotz-castle/game/theme/default/char/main/3/jumright.spr
+share/holotz-castle/game/theme/default/char/main/3/left.spr
+share/holotz-castle/game/theme/default/char/main/3/right.spr
+share/holotz-castle/game/theme/default/char/main/3/slide.spr
+share/holotz-castle/game/theme/default/char/main/3/stop.spr
+share/holotz-castle/game/theme/default/char/main/3/up.spr
+share/holotz-castle/game/theme/default/char/main/4/dead.spr
+share/holotz-castle/game/theme/default/char/main/4/down.spr
+share/holotz-castle/game/theme/default/char/main/4/fall.spr
+share/holotz-castle/game/theme/default/char/main/4/hang.spr
+share/holotz-castle/game/theme/default/char/main/4/jump.spr
+share/holotz-castle/game/theme/default/char/main/4/jumpleft.spr
+share/holotz-castle/game/theme/default/char/main/4/jumpright.spr
+share/holotz-castle/game/theme/default/char/main/4/left.spr
+share/holotz-castle/game/theme/default/char/main/4/right.spr
+share/holotz-castle/game/theme/default/char/main/4/slide.spr
+share/holotz-castle/game/theme/default/char/main/4/stop.spr
+share/holotz-castle/game/theme/default/char/main/4/up.spr
+share/holotz-castle/game/theme/default/char/main/5/dead.spr
+share/holotz-castle/game/theme/default/char/main/5/down.spr
+share/holotz-castle/game/theme/default/char/main/5/fall.spr
+share/holotz-castle/game/theme/default/char/main/5/hang.spr
+share/holotz-castle/game/theme/default/char/main/5/jump.spr
+share/holotz-castle/game/theme/default/char/main/5/jumpleft.spr
+share/holotz-castle/game/theme/default/char/main/5/jumpright.spr
+share/holotz-castle/game/theme/default/char/main/5/left.spr
+share/holotz-castle/game/theme/default/char/main/5/right.spr
+share/holotz-castle/game/theme/default/char/main/5/slide.spr
+share/holotz-castle/game/theme/default/char/main/5/stop.spr
+share/holotz-castle/game/theme/default/char/main/5/up.spr
+share/holotz-castle/game/theme/default/char/main/6/dead.spr
+share/holotz-castle/game/theme/default/char/main/6/down.spr
+share/holotz-castle/game/theme/default/char/main/6/fall.spr
+share/holotz-castle/game/theme/default/char/main/6/hang.spr
+share/holotz-castle/game/theme/default/char/main/6/jump.spr
+share/holotz-castle/game/theme/default/char/main/6/jumpleft.spr
+share/holotz-castle/game/theme/default/char/main/6/jumpright.spr
+share/holotz-castle/game/theme/default/char/main/6/left.spr
+share/holotz-castle/game/theme/default/char/main/6/right.spr
+share/holotz-castle/game/theme/default/char/main/6/slide.spr
+share/holotz-castle/game/theme/default/char/main/6/stop.spr
+share/holotz-castle/game/theme/default/char/main/6/up.spr
+share/holotz-castle/game/theme/default/char/maker/1/dead.spr
+share/holotz-castle/game/theme/default/char/maker/1/down.spr
+share/holotz-castle/game/theme/default/char/maker/1/fall.spr
+share/holotz-castle/game/theme/default/char/maker/1/hang.spr
+share/holotz-castle/game/theme/default/char/maker/1/jump.spr
+share/holotz-castle/game/theme/default/char/maker/1/jumpleft.spr
+share/holotz-castle/game/theme/default/char/maker/1/jumpright.spr
+share/holotz-castle/game/theme/default/char/maker/1/left.spr
+share/holotz-castle/game/theme/default/char/maker/1/right.spr
+share/holotz-castle/game/theme/default/char/maker/1/slide.spr
+share/holotz-castle/game/theme/default/char/maker/1/stop.spr
+share/holotz-castle/game/theme/default/char/maker/1/up.spr
+share/holotz-castle/game/theme/default/char/random/1/dead.spr
+share/holotz-castle/game/theme/default/char/random/1/down.spr
+share/holotz-castle/game/theme/default/char/random/1/fall.spr
+share/holotz-castle/game/theme/default/char/random/1/hang.spr
+share/holotz-castle/game/theme/default/char/random/1/jump.spr
+share/holotz-castle/game/theme/default/char/random/1/jumpleft.spr
+share/holotz-castle/game/theme/default/char/random/1/jumpright.spr
+share/holotz-castle/game/theme/default/char/random/1/left.spr
+share/holotz-castle/game/theme/default/char/random/1/right.spr
+share/holotz-castle/game/theme/default/char/random/1/slide.spr
+share/holotz-castle/game/theme/default/char/random/1/stop.spr
+share/holotz-castle/game/theme/default/char/random/1/up.spr
+share/holotz-castle/game/theme/default/char/random/2/dead.spr
+share/holotz-castle/game/theme/default/char/random/2/down.spr
+share/holotz-castle/game/theme/default/char/random/2/fall.spr
+share/holotz-castle/game/theme/default/char/random/2/hang.spr
+share/holotz-castle/game/theme/default/char/random/2/jump.spr
+share/holotz-castle/game/theme/default/char/random/2/jumpleft.spr
+share/holotz-castle/game/theme/default/char/random/2/jumpright.spr
+share/holotz-castle/game/theme/default/char/random/2/left.spr
+share/holotz-castle/game/theme/default/char/random/2/right.spr
+share/holotz-castle/game/theme/default/char/random/2/slide.spr
+share/holotz-castle/game/theme/default/char/random/2/stop.spr
+share/holotz-castle/game/theme/default/char/random/2/up.spr
+share/holotz-castle/game/theme/default/char/random/3/dead.spr
+share/holotz-castle/game/theme/default/char/random/3/down.spr
+share/holotz-castle/game/theme/default/char/random/3/fall.spr
+share/holotz-castle/game/theme/default/char/random/3/hang.spr
+share/holotz-castle/game/theme/default/char/random/3/jump.spr
+share/holotz-castle/game/theme/default/char/random/3/jumpleft.spr
+share/holotz-castle/game/theme/default/char/random/3/jumpright.spr
+share/holotz-castle/game/theme/default/char/random/3/left.spr
+share/holotz-castle/game/theme/default/char/random/3/right.spr
+share/holotz-castle/game/theme/default/char/random/3/slide.spr
+share/holotz-castle/game/theme/default/char/random/3/stop.spr
+share/holotz-castle/game/theme/default/char/random/3/up.spr
+share/holotz-castle/game/theme/default/char/random/4/dead.spr
+share/holotz-castle/game/theme/default/char/random/4/down.spr
+share/holotz-castle/game/theme/default/char/random/4/fall.spr
+share/holotz-castle/game/theme/default/char/random/4/hang.spr
+share/holotz-castle/game/theme/default/char/random/4/jump.spr
+share/holotz-castle/game/theme/default/char/random/4/jumpleft.spr
+share/holotz-castle/game/theme/default/char/random/4/jumpright.spr
+share/holotz-castle/game/theme/default/char/random/4/left.spr
+share/holotz-castle/game/theme/default/char/random/4/right.spr
+share/holotz-castle/game/theme/default/char/random/4/slide.spr
+share/holotz-castle/game/theme/default/char/random/4/stop.spr
+share/holotz-castle/game/theme/default/char/random/4/up.spr
+share/holotz-castle/game/theme/default/char/random/5/dead.spr
+share/holotz-castle/game/theme/default/char/random/5/down.spr
+share/holotz-castle/game/theme/default/char/random/5/fall.spr
+share/holotz-castle/game/theme/default/char/random/5/hang.spr
+share/holotz-castle/game/theme/default/char/random/5/jump.spr
+share/holotz-castle/game/theme/default/char/random/5/jumpleft.spr
+share/holotz-castle/game/theme/default/char/random/5/jumpright.spr
+share/holotz-castle/game/theme/default/char/random/5/left.spr
+share/holotz-castle/game/theme/default/char/random/5/right.spr
+share/holotz-castle/game/theme/default/char/random/5/slide.spr
+share/holotz-castle/game/theme/default/char/random/5/stop.spr
+share/holotz-castle/game/theme/default/char/random/5/up.spr
+share/holotz-castle/game/theme/default/char/random/6/dead.spr
+share/holotz-castle/game/theme/default/char/random/6/down.spr
+share/holotz-castle/game/theme/default/char/random/6/fall.spr
+share/holotz-castle/game/theme/default/char/random/6/hang.spr
+share/holotz-castle/game/theme/default/char/random/6/jump.spr
+share/holotz-castle/game/theme/default/char/random/6/jumpleft.spr
+share/holotz-castle/game/theme/default/char/random/6/jumpright.spr
+share/holotz-castle/game/theme/default/char/random/6/left.spr
+share/holotz-castle/game/theme/default/char/random/6/right.spr
+share/holotz-castle/game/theme/default/char/random/6/slide.spr
+share/holotz-castle/game/theme/default/char/random/6/stop.spr
+share/holotz-castle/game/theme/default/char/random/6/up.spr
+share/holotz-castle/game/theme/default/char/random/7/dead.spr
+share/holotz-castle/game/theme/default/char/random/7/down.spr
+share/holotz-castle/game/theme/default/char/random/7/fall.spr
+share/holotz-castle/game/theme/default/char/random/7/hang.spr
+share/holotz-castle/game/theme/default/char/random/7/jump.spr
+share/holotz-castle/game/theme/default/char/random/7/jumpleft.spr
+share/holotz-castle/game/theme/default/char/random/7/jumpright.spr
+share/holotz-castle/game/theme/default/char/random/7/left.spr
+share/holotz-castle/game/theme/default/char/random/7/right.spr
+share/holotz-castle/game/theme/default/char/random/7/slide.spr
+share/holotz-castle/game/theme/default/char/random/7/stop.spr
+share/holotz-castle/game/theme/default/char/random/7/up.spr
+share/holotz-castle/game/theme/default/char/static/1/dead.spr
+share/holotz-castle/game/theme/default/char/static/1/down.spr
+share/holotz-castle/game/theme/default/char/static/1/fall.spr
+share/holotz-castle/game/theme/default/char/static/1/hang.spr
+share/holotz-castle/game/theme/default/char/static/1/jump.spr
+share/holotz-castle/game/theme/default/char/static/1/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/1/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/1/left.spr
+share/holotz-castle/game/theme/default/char/static/1/right.spr
+share/holotz-castle/game/theme/default/char/static/1/slide.spr
+share/holotz-castle/game/theme/default/char/static/1/stop.spr
+share/holotz-castle/game/theme/default/char/static/1/up.spr
+share/holotz-castle/game/theme/default/char/static/2/dead.spr
+share/holotz-castle/game/theme/default/char/static/2/down.spr
+share/holotz-castle/game/theme/default/char/static/2/fall.spr
+share/holotz-castle/game/theme/default/char/static/2/hang.spr
+share/holotz-castle/game/theme/default/char/static/2/jump.spr
+share/holotz-castle/game/theme/default/char/static/2/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/2/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/2/left.spr
+share/holotz-castle/game/theme/default/char/static/2/right.spr
+share/holotz-castle/game/theme/default/char/static/2/slide.spr
+share/holotz-castle/game/theme/default/char/static/2/stop.spr
+share/holotz-castle/game/theme/default/char/static/2/up.spr
+share/holotz-castle/game/theme/default/char/static/3/dead.spr
+share/holotz-castle/game/theme/default/char/static/3/down.spr
+share/holotz-castle/game/theme/default/char/static/3/fall.spr
+share/holotz-castle/game/theme/default/char/static/3/hang.spr
+share/holotz-castle/game/theme/default/char/static/3/jump.spr
+share/holotz-castle/game/theme/default/char/static/3/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/3/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/3/left.spr
+share/holotz-castle/game/theme/default/char/static/3/right.spr
+share/holotz-castle/game/theme/default/char/static/3/slide.spr
+share/holotz-castle/game/theme/default/char/static/3/stop.spr
+share/holotz-castle/game/theme/default/char/static/3/up.spr
+share/holotz-castle/game/theme/default/char/static/4/dead.spr
+share/holotz-castle/game/theme/default/char/static/4/down.spr
+share/holotz-castle/game/theme/default/char/static/4/fall.spr
+share/holotz-castle/game/theme/default/char/static/4/hang.spr
+share/holotz-castle/game/theme/default/char/static/4/jump.spr
+share/holotz-castle/game/theme/default/char/static/4/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/4/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/4/left.spr
+share/holotz-castle/game/theme/default/char/static/4/right.spr
+share/holotz-castle/game/theme/default/char/static/4/slide.spr
+share/holotz-castle/game/theme/default/char/static/4/stop.spr
+share/holotz-castle/game/theme/default/char/static/4/up.spr
+share/holotz-castle/game/theme/default/char/static/5/dead.spr
+share/holotz-castle/game/theme/default/char/static/5/down.spr
+share/holotz-castle/game/theme/default/char/static/5/fall.spr
+share/holotz-castle/game/theme/default/char/static/5/hang.spr
+share/holotz-castle/game/theme/default/char/static/5/jump.spr
+share/holotz-castle/game/theme/default/char/static/5/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/5/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/5/left.spr
+share/holotz-castle/game/theme/default/char/static/5/right.spr
+share/holotz-castle/game/theme/default/char/static/5/slide.spr
+share/holotz-castle/game/theme/default/char/static/5/stop.spr
+share/holotz-castle/game/theme/default/char/static/5/up.spr
+share/holotz-castle/game/theme/default/char/static/6/dead.spr
+share/holotz-castle/game/theme/default/char/static/6/down.spr
+share/holotz-castle/game/theme/default/char/static/6/fall.spr
+share/holotz-castle/game/theme/default/char/static/6/hang.spr
+share/holotz-castle/game/theme/default/char/static/6/jump.spr
+share/holotz-castle/game/theme/default/char/static/6/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/6/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/6/left.spr
+share/holotz-castle/game/theme/default/char/static/6/right.spr
+share/holotz-castle/game/theme/default/char/static/6/slide.spr
+share/holotz-castle/game/theme/default/char/static/6/stop.spr
+share/holotz-castle/game/theme/default/char/static/6/up.spr
+share/holotz-castle/game/theme/default/char/static/7/dead.spr
+share/holotz-castle/game/theme/default/char/static/7/down.spr
+share/holotz-castle/game/theme/default/char/static/7/fall.spr
+share/holotz-castle/game/theme/default/char/static/7/hang.spr
+share/holotz-castle/game/theme/default/char/static/7/jump.spr
+share/holotz-castle/game/theme/default/char/static/7/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/7/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/7/left.spr
+share/holotz-castle/game/theme/default/char/static/7/right.spr
+share/holotz-castle/game/theme/default/char/static/7/slide.spr
+share/holotz-castle/game/theme/default/char/static/7/stop.spr
+share/holotz-castle/game/theme/default/char/static/7/up.spr
+share/holotz-castle/game/theme/default/char/static/8/dead.spr
+share/holotz-castle/game/theme/default/char/static/8/down.spr
+share/holotz-castle/game/theme/default/char/static/8/fall.spr
+share/holotz-castle/game/theme/default/char/static/8/hang.spr
+share/holotz-castle/game/theme/default/char/static/8/jump.spr
+share/holotz-castle/game/theme/default/char/static/8/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/8/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/8/left.spr
+share/holotz-castle/game/theme/default/char/static/8/right.spr
+share/holotz-castle/game/theme/default/char/static/8/slide.spr
+share/holotz-castle/game/theme/default/char/static/8/stop.spr
+share/holotz-castle/game/theme/default/char/static/8/up.spr
+share/holotz-castle/game/theme/default/char/static/9/dead.spr
+share/holotz-castle/game/theme/default/char/static/9/down.spr
+share/holotz-castle/game/theme/default/char/static/9/fall.spr
+share/holotz-castle/game/theme/default/char/static/9/hang.spr
+share/holotz-castle/game/theme/default/char/static/9/jump.spr
+share/holotz-castle/game/theme/default/char/static/9/jumpleft.spr
+share/holotz-castle/game/theme/default/char/static/9/jumpright.spr
+share/holotz-castle/game/theme/default/char/static/9/left.spr
+share/holotz-castle/game/theme/default/char/static/9/right.spr
+share/holotz-castle/game/theme/default/char/static/9/slide.spr
+share/holotz-castle/game/theme/default/char/static/9/stop.spr
+share/holotz-castle/game/theme/default/char/static/9/up.spr
+share/holotz-castle/game/theme/default/contfloor/1/c.tga
+share/holotz-castle/game/theme/default/contfloor/1/c1.tga
+share/holotz-castle/game/theme/default/contfloor/1/c3.tga
+share/holotz-castle/game/theme/default/contfloor/1/c7.tga
+share/holotz-castle/game/theme/default/contfloor/1/c9.tga
+share/holotz-castle/game/theme/default/contfloor/1/cd.tga
+share/holotz-castle/game/theme/default/contfloor/1/cdl.tga
+share/holotz-castle/game/theme/default/contfloor/1/cdr.tga
+share/holotz-castle/game/theme/default/contfloor/1/cl.tga
+share/holotz-castle/game/theme/default/contfloor/1/cr.tga
+share/holotz-castle/game/theme/default/contfloor/1/cu.tga
+share/holotz-castle/game/theme/default/contfloor/1/cul.tga
+share/holotz-castle/game/theme/default/contfloor/1/cur.tga
+share/holotz-castle/game/theme/default/contfloor/1/i.tga
+share/holotz-castle/game/theme/default/contfloor/1/s2.tga
+share/holotz-castle/game/theme/default/contfloor/1/s4.tga
+share/holotz-castle/game/theme/default/contfloor/1/s6.tga
+share/holotz-castle/game/theme/default/contfloor/1/s8.tga
+share/holotz-castle/game/theme/default/contfloor/1/sh.tga
+share/holotz-castle/game/theme/default/contfloor/1/sv.tga
+share/holotz-castle/game/theme/default/contfloor/2/c.tga
+share/holotz-castle/game/theme/default/contfloor/2/c1.tga
+share/holotz-castle/game/theme/default/contfloor/2/c3.tga
+share/holotz-castle/game/theme/default/contfloor/2/c7.tga
+share/holotz-castle/game/theme/default/contfloor/2/c9.tga
+share/holotz-castle/game/theme/default/contfloor/2/cd.tga
+share/holotz-castle/game/theme/default/contfloor/2/cdl.tga
+share/holotz-castle/game/theme/default/contfloor/2/cdr.tga
+share/holotz-castle/game/theme/default/contfloor/2/cl.tga
+share/holotz-castle/game/theme/default/contfloor/2/cr.tga
+share/holotz-castle/game/theme/default/contfloor/2/cu.tga
+share/holotz-castle/game/theme/default/contfloor/2/cul.tga
+share/holotz-castle/game/theme/default/contfloor/2/cur.tga
+share/holotz-castle/game/theme/default/contfloor/2/i.tga
+share/holotz-castle/game/theme/default/contfloor/2/s2.tga
+share/holotz-castle/game/theme/default/contfloor/2/s4.tga
+share/holotz-castle/game/theme/default/contfloor/2/s6.tga
+share/holotz-castle/game/theme/default/contfloor/2/s8.tga
+share/holotz-castle/game/theme/default/contfloor/2/sh.tga
+share/holotz-castle/game/theme/default/contfloor/2/sv.tga
+share/holotz-castle/game/theme/default/contfloor/3/c.tga
+share/holotz-castle/game/theme/default/contfloor/3/c1.tga
+share/holotz-castle/game/theme/default/contfloor/3/c3.tga
+share/holotz-castle/game/theme/default/contfloor/3/c7.tga
+share/holotz-castle/game/theme/default/contfloor/3/c9.tga
+share/holotz-castle/game/theme/default/contfloor/3/cd.tga
+share/holotz-castle/game/theme/default/contfloor/3/cdl.tga
+share/holotz-castle/game/theme/default/contfloor/3/cdr.tga
+share/holotz-castle/game/theme/default/contfloor/3/cl.tga
+share/holotz-castle/game/theme/default/contfloor/3/cr.tga
+share/holotz-castle/game/theme/default/contfloor/3/cu.tga
+share/holotz-castle/game/theme/default/contfloor/3/cul.tga
+share/holotz-castle/game/theme/default/contfloor/3/cur.tga
+share/holotz-castle/game/theme/default/contfloor/3/i.tga
+share/holotz-castle/game/theme/default/contfloor/3/s2.tga
+share/holotz-castle/game/theme/default/contfloor/3/s4.tga
+share/holotz-castle/game/theme/default/contfloor/3/s6.tga
+share/holotz-castle/game/theme/default/contfloor/3/s8.tga
+share/holotz-castle/game/theme/default/contfloor/3/sh.tga
+share/holotz-castle/game/theme/default/contfloor/3/sv.tga
+share/holotz-castle/game/theme/default/dialog/1/1.tga
+share/holotz-castle/game/theme/default/dialog/1/2.tga
+share/holotz-castle/game/theme/default/dialog/1/3.tga
+share/holotz-castle/game/theme/default/dialog/1/4.tga
+share/holotz-castle/game/theme/default/dialog/1/5.tga
+share/holotz-castle/game/theme/default/dialog/1/6.tga
+share/holotz-castle/game/theme/default/dialog/1/7.tga
+share/holotz-castle/game/theme/default/dialog/1/8.tga
+share/holotz-castle/game/theme/default/dialog/1/9.tga
+share/holotz-castle/game/theme/default/dialog/1/left.tga
+share/holotz-castle/game/theme/default/dialog/1/right.tga
+share/holotz-castle/game/theme/default/dialog/2/1.tga
+share/holotz-castle/game/theme/default/dialog/2/2.tga
+share/holotz-castle/game/theme/default/dialog/2/3.tga
+share/holotz-castle/game/theme/default/dialog/2/4.tga
+share/holotz-castle/game/theme/default/dialog/2/5.tga
+share/holotz-castle/game/theme/default/dialog/2/6.tga
+share/holotz-castle/game/theme/default/dialog/2/7.tga
+share/holotz-castle/game/theme/default/dialog/2/8.tga
+share/holotz-castle/game/theme/default/dialog/2/9.tga
+share/holotz-castle/game/theme/default/dialog/2/left.tga
+share/holotz-castle/game/theme/default/dialog/2/right.tga
+share/holotz-castle/game/theme/default/floor/1/floor.tga
+share/holotz-castle/game/theme/default/floor/10/floor.tga
+share/holotz-castle/game/theme/default/floor/11/floor.tga
+share/holotz-castle/game/theme/default/floor/12/floor.tga
+share/holotz-castle/game/theme/default/floor/13/floor.tga
+share/holotz-castle/game/theme/default/floor/14/floor.tga
+share/holotz-castle/game/theme/default/floor/15/floor.tga
+share/holotz-castle/game/theme/default/floor/16/floor.tga
+share/holotz-castle/game/theme/default/floor/2/floor.tga
+share/holotz-castle/game/theme/default/floor/3/floor.tga
+share/holotz-castle/game/theme/default/floor/4/floor.tga
+share/holotz-castle/game/theme/default/floor/5/floor.tga
+share/holotz-castle/game/theme/default/floor/6/floor.tga
+share/holotz-castle/game/theme/default/floor/7/floor.tga
+share/holotz-castle/game/theme/default/floor/8/floor.tga
+share/holotz-castle/game/theme/default/floor/9/floor.tga
+share/holotz-castle/game/theme/default/ladder/1/ladder.tga
+share/holotz-castle/game/theme/default/ladder/2/ladder.tga
+share/holotz-castle/game/theme/default/ladder/3/ladder.tga
+share/holotz-castle/game/theme/default/narrative/1/1.tga
+share/holotz-castle/game/theme/default/narrative/1/2.tga
+share/holotz-castle/game/theme/default/narrative/1/3.tga
+share/holotz-castle/game/theme/default/narrative/1/4.tga
+share/holotz-castle/game/theme/default/narrative/1/5.tga
+share/holotz-castle/game/theme/default/narrative/1/6.tga
+share/holotz-castle/game/theme/default/narrative/1/7.tga
+share/holotz-castle/game/theme/default/narrative/1/8.tga
+share/holotz-castle/game/theme/default/narrative/1/9.tga
+share/holotz-castle/game/theme/default/object/1/acquired.spr
+share/holotz-castle/game/theme/default/object/1/normal.spr
+share/holotz-castle/game/theme/default/object/2/acquired.spr
+share/holotz-castle/game/theme/default/object/2/normal.spr
+share/holotz-castle/game/theme/default/object/3/acquired.spr
+share/holotz-castle/game/theme/default/object/3/normal.spr
+share/holotz-castle/game/theme/default/rope/1/edge.tga
+share/holotz-castle/game/theme/default/rope/1/middle.tga
+share/holotz-castle/game/theme/default/rope/1/top.tga
+share/holotz-castle/game/theme/default/rope/2/edge.tga
+share/holotz-castle/game/theme/default/rope/2/middle.tga
+share/holotz-castle/game/theme/default/rope/2/top.tga
+share/holotz-castle/game/theme/dungeons/bar/1/bar.tga
+share/holotz-castle/game/theme/dungeons/bar/2/bar.tga
+share/holotz-castle/game/theme/dungeons/bar/3/bar.tga
+share/holotz-castle/game/theme/dungeons/bar/4/bar.tga
+share/holotz-castle/game/theme/dungeons/bar/5/bar.tga
+share/holotz-castle/game/theme/dungeons/bar/6/bar.tga
+share/holotz-castle/game/theme/dungeons/bar/7/bar.tga
+share/holotz-castle/game/theme/dungeons/break/1/breaking.spr
+share/holotz-castle/game/theme/dungeons/break/1/broken.spr
+share/holotz-castle/game/theme/dungeons/break/1/normal.spr
+share/holotz-castle/game/theme/dungeons/break/2/breaking.spr
+share/holotz-castle/game/theme/dungeons/break/2/broken.spr
+share/holotz-castle/game/theme/dungeons/break/2/normal.spr
+share/holotz-castle/game/theme/dungeons/break/3/breaking.spr
+share/holotz-castle/game/theme/dungeons/break/3/broken.spr
+share/holotz-castle/game/theme/dungeons/break/3/normal.spr
+share/holotz-castle/game/theme/dungeons/break/4/breaking.spr
+share/holotz-castle/game/theme/dungeons/break/4/broken.spr
+share/holotz-castle/game/theme/dungeons/break/4/normal.spr
+share/holotz-castle/game/theme/dungeons/break/5/breaking.spr
+share/holotz-castle/game/theme/dungeons/break/5/broken.spr
+share/holotz-castle/game/theme/dungeons/break/5/normal.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/dead.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/down.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/fall.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/hang.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/jump.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/left.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/right.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/slide.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/stop.spr
+share/holotz-castle/game/theme/dungeons/char/ball/1/up.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/dead.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/down.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/fall.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/hang.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/jump.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/left.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/right.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/slide.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/stop.spr
+share/holotz-castle/game/theme/dungeons/char/ball/2/up.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/dead.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/down.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/fall.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/hang.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/jump.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/left.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/right.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/slide.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/stop.spr
+share/holotz-castle/game/theme/dungeons/char/ball/3/up.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/dead.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/down.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/fall.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/hang.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/jump.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/left.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/right.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/slide.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/stop.spr
+share/holotz-castle/game/theme/dungeons/char/ball/4/up.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/dead.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/down.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/fall.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/hang.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/jump.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/left.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/right.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/slide.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/stop.spr
+share/holotz-castle/game/theme/dungeons/char/chaser/1/up.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/dead.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/down.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/fall.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/hang.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/jump.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/left.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/right.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/slide.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/stop.spr
+share/holotz-castle/game/theme/dungeons/char/dummy/up.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/dead.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/down.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/fall.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/hang.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/jump.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/left.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/right.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/slide.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/stop.spr
+share/holotz-castle/game/theme/dungeons/char/guest/1/up.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/dead.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/down.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/fall.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/hang.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/jump.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/left.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/right.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/slide.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/stop.spr
+share/holotz-castle/game/theme/dungeons/char/main/1/up.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/dead.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/down.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/fall.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/hang.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/jump.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/jumright.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/left.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/right.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/slide.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/stop.spr
+share/holotz-castle/game/theme/dungeons/char/main/2/up.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/dead.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/down.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/fall.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/hang.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/jump.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/jumright.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/left.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/right.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/slide.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/stop.spr
+share/holotz-castle/game/theme/dungeons/char/main/3/up.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/dead.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/down.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/fall.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/hang.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/jump.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/left.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/right.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/slide.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/stop.spr
+share/holotz-castle/game/theme/dungeons/char/main/4/up.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/dead.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/down.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/fall.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/hang.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/jump.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/left.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/right.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/slide.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/stop.spr
+share/holotz-castle/game/theme/dungeons/char/main/5/up.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/dead.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/down.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/fall.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/hang.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/jump.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/left.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/right.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/slide.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/stop.spr
+share/holotz-castle/game/theme/dungeons/char/main/6/up.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/dead.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/down.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/fall.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/hang.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/jump.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/left.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/right.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/slide.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/stop.spr
+share/holotz-castle/game/theme/dungeons/char/maker/1/up.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/dead.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/down.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/fall.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/hang.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/jump.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/left.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/right.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/slide.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/stop.spr
+share/holotz-castle/game/theme/dungeons/char/random/1/up.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/dead.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/down.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/fall.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/hang.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/jump.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/left.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/right.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/slide.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/stop.spr
+share/holotz-castle/game/theme/dungeons/char/random/2/up.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/dead.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/down.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/fall.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/hang.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/jump.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/left.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/right.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/slide.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/stop.spr
+share/holotz-castle/game/theme/dungeons/char/random/3/up.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/dead.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/down.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/fall.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/hang.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/jump.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/left.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/right.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/slide.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/stop.spr
+share/holotz-castle/game/theme/dungeons/char/random/4/up.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/dead.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/down.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/fall.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/hang.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/jump.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/left.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/right.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/slide.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/stop.spr
+share/holotz-castle/game/theme/dungeons/char/random/5/up.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/dead.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/down.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/fall.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/hang.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/jump.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/left.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/right.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/slide.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/stop.spr
+share/holotz-castle/game/theme/dungeons/char/random/6/up.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/dead.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/down.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/fall.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/hang.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/jump.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/left.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/right.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/slide.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/stop.spr
+share/holotz-castle/game/theme/dungeons/char/random/7/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/1/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/2/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/3/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/4/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/5/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/6/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/7/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/8/up.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/dead.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/down.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/fall.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/hang.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/jump.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/jumpleft.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/jumpright.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/left.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/right.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/slide.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/stop.spr
+share/holotz-castle/game/theme/dungeons/char/static/9/up.spr
+share/holotz-castle/game/theme/dungeons/contfloor/1/c.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/c1.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/c3.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/c7.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/c9.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cd.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cdl.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cdr.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cl.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cr.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cu.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cul.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/cur.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/i.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/s2.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/s4.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/s6.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/s8.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/sh.tga
+share/holotz-castle/game/theme/dungeons/contfloor/1/sv.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/c.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/c1.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/c3.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/c7.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/c9.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cd.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cdl.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cdr.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cl.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cr.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cu.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cul.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/cur.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/i.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/s2.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/s4.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/s6.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/s8.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/sh.tga
+share/holotz-castle/game/theme/dungeons/contfloor/2/sv.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/c.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/c1.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/c3.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/c7.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/c9.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cd.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cdl.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cdr.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cl.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cr.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cu.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cul.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/cur.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/i.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/s2.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/s4.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/s6.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/s8.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/sh.tga
+share/holotz-castle/game/theme/dungeons/contfloor/3/sv.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/1.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/2.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/3.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/4.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/5.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/6.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/7.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/8.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/9.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/left.tga
+share/holotz-castle/game/theme/dungeons/dialog/1/right.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/1.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/2.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/3.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/4.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/5.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/6.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/7.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/8.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/9.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/left.tga
+share/holotz-castle/game/theme/dungeons/dialog/2/right.tga
+share/holotz-castle/game/theme/dungeons/floor/1/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/10/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/2/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/3/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/4/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/5/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/6/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/7/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/8/floor.tga
+share/holotz-castle/game/theme/dungeons/floor/9/floor.tga
+share/holotz-castle/game/theme/dungeons/ladder/1/ladder.tga
+share/holotz-castle/game/theme/dungeons/ladder/2/ladder.tga
+share/holotz-castle/game/theme/dungeons/ladder/3/ladder.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/1.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/2.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/3.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/4.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/5.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/6.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/7.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/8.tga
+share/holotz-castle/game/theme/dungeons/narrative/1/9.tga
+share/holotz-castle/game/theme/dungeons/object/1/acquired.spr
+share/holotz-castle/game/theme/dungeons/object/1/normal.spr
+share/holotz-castle/game/theme/dungeons/object/2/acquired.spr
+share/holotz-castle/game/theme/dungeons/object/2/normal.spr
+share/holotz-castle/game/theme/dungeons/object/3/acquired.spr
+share/holotz-castle/game/theme/dungeons/object/3/normal.spr
+share/holotz-castle/game/theme/dungeons/rope/1/edge.tga
+share/holotz-castle/game/theme/dungeons/rope/1/middle.tga
+share/holotz-castle/game/theme/dungeons/rope/1/top.tga
+share/holotz-castle/game/theme/dungeons/rope/2/edge.tga
+share/holotz-castle/game/theme/dungeons/rope/2/middle.tga
+share/holotz-castle/game/theme/dungeons/rope/2/top.tga
+@dirrm share/holotz-castle/game/theme/dungeons/rope/2
+@dirrm share/holotz-castle/game/theme/dungeons/rope/1
+@dirrm share/holotz-castle/game/theme/dungeons/rope
+@dirrm share/holotz-castle/game/theme/dungeons/object/3
+@dirrm share/holotz-castle/game/theme/dungeons/object/2
+@dirrm share/holotz-castle/game/theme/dungeons/object/1
+@dirrm share/holotz-castle/game/theme/dungeons/object
+@dirrm share/holotz-castle/game/theme/dungeons/narrative/1
+@dirrm share/holotz-castle/game/theme/dungeons/narrative
+@dirrm share/holotz-castle/game/theme/dungeons/ladder/3
+@dirrm share/holotz-castle/game/theme/dungeons/ladder/2
+@dirrm share/holotz-castle/game/theme/dungeons/ladder/1
+@dirrm share/holotz-castle/game/theme/dungeons/ladder
+@dirrm share/holotz-castle/game/theme/dungeons/floor/9
+@dirrm share/holotz-castle/game/theme/dungeons/floor/8
+@dirrm share/holotz-castle/game/theme/dungeons/floor/7
+@dirrm share/holotz-castle/game/theme/dungeons/floor/6
+@dirrm share/holotz-castle/game/theme/dungeons/floor/5
+@dirrm share/holotz-castle/game/theme/dungeons/floor/4
+@dirrm share/holotz-castle/game/theme/dungeons/floor/3
+@dirrm share/holotz-castle/game/theme/dungeons/floor/2
+@dirrm share/holotz-castle/game/theme/dungeons/floor/10
+@dirrm share/holotz-castle/game/theme/dungeons/floor/1
+@dirrm share/holotz-castle/game/theme/dungeons/floor
+@dirrm share/holotz-castle/game/theme/dungeons/dialog/2
+@dirrm share/holotz-castle/game/theme/dungeons/dialog/1
+@dirrm share/holotz-castle/game/theme/dungeons/dialog
+@dirrm share/holotz-castle/game/theme/dungeons/contfloor/3
+@dirrm share/holotz-castle/game/theme/dungeons/contfloor/2
+@dirrm share/holotz-castle/game/theme/dungeons/contfloor/1
+@dirrm share/holotz-castle/game/theme/dungeons/contfloor
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/9
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/8
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/7
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/6
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/5
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/4
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/3
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/2
+@dirrm share/holotz-castle/game/theme/dungeons/char/static/1
+@dirrm share/holotz-castle/game/theme/dungeons/char/static
+@dirrm share/holotz-castle/game/theme/dungeons/char/random/7
+@dirrm share/holotz-castle/game/theme/dungeons/char/random/6
+@dirrm share/holotz-castle/game/theme/dungeons/char/random/5
+@dirrm share/holotz-castle/game/theme/dungeons/char/random/4
+@dirrm share/holotz-castle/game/theme/dungeons/char/random/3
+@dirrm share/holotz-castle/game/theme/dungeons/char/random/2
+@dirrm share/holotz-castle/game/theme/dungeons/char/random/1
+@dirrm share/holotz-castle/game/theme/dungeons/char/random
+@dirrm share/holotz-castle/game/theme/dungeons/char/maker/1
+@dirrm share/holotz-castle/game/theme/dungeons/char/maker
+@dirrm share/holotz-castle/game/theme/dungeons/char/main/6
+@dirrm share/holotz-castle/game/theme/dungeons/char/main/5
+@dirrm share/holotz-castle/game/theme/dungeons/char/main/4
+@dirrm share/holotz-castle/game/theme/dungeons/char/main/3
+@dirrm share/holotz-castle/game/theme/dungeons/char/main/2
+@dirrm share/holotz-castle/game/theme/dungeons/char/main/1
+@dirrm share/holotz-castle/game/theme/dungeons/char/main
+@dirrm share/holotz-castle/game/theme/dungeons/char/guest/1
+@dirrm share/holotz-castle/game/theme/dungeons/char/guest
+@dirrm share/holotz-castle/game/theme/dungeons/char/dummy
+@dirrm share/holotz-castle/game/theme/dungeons/char/chaser/1
+@dirrm share/holotz-castle/game/theme/dungeons/char/chaser
+@dirrm share/holotz-castle/game/theme/dungeons/char/ball/4
+@dirrm share/holotz-castle/game/theme/dungeons/char/ball/3
+@dirrm share/holotz-castle/game/theme/dungeons/char/ball/2
+@dirrm share/holotz-castle/game/theme/dungeons/char/ball/1
+@dirrm share/holotz-castle/game/theme/dungeons/char/ball
+@dirrm share/holotz-castle/game/theme/dungeons/char
+@dirrm share/holotz-castle/game/theme/dungeons/break/5
+@dirrm share/holotz-castle/game/theme/dungeons/break/4
+@dirrm share/holotz-castle/game/theme/dungeons/break/3
+@dirrm share/holotz-castle/game/theme/dungeons/break/2
+@dirrm share/holotz-castle/game/theme/dungeons/break/1
+@dirrm share/holotz-castle/game/theme/dungeons/break
+@dirrm share/holotz-castle/game/theme/dungeons/bar/7
+@dirrm share/holotz-castle/game/theme/dungeons/bar/6
+@dirrm share/holotz-castle/game/theme/dungeons/bar/5
+@dirrm share/holotz-castle/game/theme/dungeons/bar/4
+@dirrm share/holotz-castle/game/theme/dungeons/bar/3
+@dirrm share/holotz-castle/game/theme/dungeons/bar/2
+@dirrm share/holotz-castle/game/theme/dungeons/bar/1
+@dirrm share/holotz-castle/game/theme/dungeons/bar
+@dirrm share/holotz-castle/game/theme/dungeons
+@dirrm share/holotz-castle/game/theme/default/rope/2
+@dirrm share/holotz-castle/game/theme/default/rope/1
+@dirrm share/holotz-castle/game/theme/default/rope
+@dirrm share/holotz-castle/game/theme/default/object/3
+@dirrm share/holotz-castle/game/theme/default/object/2
+@dirrm share/holotz-castle/game/theme/default/object/1
+@dirrm share/holotz-castle/game/theme/default/object
+@dirrm share/holotz-castle/game/theme/default/narrative/1
+@dirrm share/holotz-castle/game/theme/default/narrative
+@dirrm share/holotz-castle/game/theme/default/ladder/3
+@dirrm share/holotz-castle/game/theme/default/ladder/2
+@dirrm share/holotz-castle/game/theme/default/ladder/1
+@dirrm share/holotz-castle/game/theme/default/ladder
+@dirrm share/holotz-castle/game/theme/default/floor/9
+@dirrm share/holotz-castle/game/theme/default/floor/8
+@dirrm share/holotz-castle/game/theme/default/floor/7
+@dirrm share/holotz-castle/game/theme/default/floor/6
+@dirrm share/holotz-castle/game/theme/default/floor/5
+@dirrm share/holotz-castle/game/theme/default/floor/4
+@dirrm share/holotz-castle/game/theme/default/floor/3
+@dirrm share/holotz-castle/game/theme/default/floor/2
+@dirrm share/holotz-castle/game/theme/default/floor/16
+@dirrm share/holotz-castle/game/theme/default/floor/15
+@dirrm share/holotz-castle/game/theme/default/floor/14
+@dirrm share/holotz-castle/game/theme/default/floor/13
+@dirrm share/holotz-castle/game/theme/default/floor/12
+@dirrm share/holotz-castle/game/theme/default/floor/11
+@dirrm share/holotz-castle/game/theme/default/floor/10
+@dirrm share/holotz-castle/game/theme/default/floor/1
+@dirrm share/holotz-castle/game/theme/default/floor
+@dirrm share/holotz-castle/game/theme/default/dialog/2
+@dirrm share/holotz-castle/game/theme/default/dialog/1
+@dirrm share/holotz-castle/game/theme/default/dialog
+@dirrm share/holotz-castle/game/theme/default/contfloor/3
+@dirrm share/holotz-castle/game/theme/default/contfloor/2
+@dirrm share/holotz-castle/game/theme/default/contfloor/1
+@dirrm share/holotz-castle/game/theme/default/contfloor
+@dirrm share/holotz-castle/game/theme/default/char/static/9
+@dirrm share/holotz-castle/game/theme/default/char/static/8
+@dirrm share/holotz-castle/game/theme/default/char/static/7
+@dirrm share/holotz-castle/game/theme/default/char/static/6
+@dirrm share/holotz-castle/game/theme/default/char/static/5
+@dirrm share/holotz-castle/game/theme/default/char/static/4
+@dirrm share/holotz-castle/game/theme/default/char/static/3
+@dirrm share/holotz-castle/game/theme/default/char/static/2
+@dirrm share/holotz-castle/game/theme/default/char/static/1
+@dirrm share/holotz-castle/game/theme/default/char/static
+@dirrm share/holotz-castle/game/theme/default/char/random/7
+@dirrm share/holotz-castle/game/theme/default/char/random/6
+@dirrm share/holotz-castle/game/theme/default/char/random/5
+@dirrm share/holotz-castle/game/theme/default/char/random/4
+@dirrm share/holotz-castle/game/theme/default/char/random/3
+@dirrm share/holotz-castle/game/theme/default/char/random/2
+@dirrm share/holotz-castle/game/theme/default/char/random/1
+@dirrm share/holotz-castle/game/theme/default/char/random
+@dirrm share/holotz-castle/game/theme/default/char/maker/1
+@dirrm share/holotz-castle/game/theme/default/char/maker
+@dirrm share/holotz-castle/game/theme/default/char/main/6
+@dirrm share/holotz-castle/game/theme/default/char/main/5
+@dirrm share/holotz-castle/game/theme/default/char/main/4
+@dirrm share/holotz-castle/game/theme/default/char/main/3
+@dirrm share/holotz-castle/game/theme/default/char/main/2
+@dirrm share/holotz-castle/game/theme/default/char/main/1
+@dirrm share/holotz-castle/game/theme/default/char/main
+@dirrm share/holotz-castle/game/theme/default/char/guest/1
+@dirrm share/holotz-castle/game/theme/default/char/guest
+@dirrm share/holotz-castle/game/theme/default/char/dummy
+@dirrm share/holotz-castle/game/theme/default/char/chaser/1
+@dirrm share/holotz-castle/game/theme/default/char/chaser
+@dirrm share/holotz-castle/game/theme/default/char/ball/4
+@dirrm share/holotz-castle/game/theme/default/char/ball/3
+@dirrm share/holotz-castle/game/theme/default/char/ball/2
+@dirrm share/holotz-castle/game/theme/default/char/ball/1
+@dirrm share/holotz-castle/game/theme/default/char/ball
+@dirrm share/holotz-castle/game/theme/default/char
+@dirrm share/holotz-castle/game/theme/default/break/5
+@dirrm share/holotz-castle/game/theme/default/break/4
+@dirrm share/holotz-castle/game/theme/default/break/3
+@dirrm share/holotz-castle/game/theme/default/break/2
+@dirrm share/holotz-castle/game/theme/default/break/1
+@dirrm share/holotz-castle/game/theme/default/break
+@dirrm share/holotz-castle/game/theme/default/bar/7
+@dirrm share/holotz-castle/game/theme/default/bar/6
+@dirrm share/holotz-castle/game/theme/default/bar/5
+@dirrm share/holotz-castle/game/theme/default/bar/4
+@dirrm share/holotz-castle/game/theme/default/bar/3
+@dirrm share/holotz-castle/game/theme/default/bar/2
+@dirrm share/holotz-castle/game/theme/default/bar/1
+@dirrm share/holotz-castle/game/theme/default/bar
+@dirrm share/holotz-castle/game/theme/default
+@dirrm share/holotz-castle/game/theme
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/ua
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/ru
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/fr
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/eu
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/es
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/en
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/de
+@dirrm share/holotz-castle/game/stories/holotzcastle/script/cs
+@dirrm share/holotz-castle/game/stories/holotzcastle/script
+@dirrm share/holotz-castle/game/stories/holotzcastle
+@dirrm share/holotz-castle/game/stories
+@dirrm share/holotz-castle/game/sound
+@dirrm share/holotz-castle/game/savedata
+@dirrm share/holotz-castle/game/menu/ua
+@dirrm share/holotz-castle/game/menu/ru
+@dirrm share/holotz-castle/game/menu/fr
+@dirrm share/holotz-castle/game/menu/eu
+@dirrm share/holotz-castle/game/menu/es
+@dirrm share/holotz-castle/game/menu/en
+@dirrm share/holotz-castle/game/menu/de
+@dirrm share/holotz-castle/game/menu/cs
+@dirrm share/holotz-castle/game/menu
+@dirrm share/holotz-castle/game/main
+@dirrm share/holotz-castle/game/intro/ua
+@dirrm share/holotz-castle/game/intro/ru
+@dirrm share/holotz-castle/game/intro/fr
+@dirrm share/holotz-castle/game/intro/eu
+@dirrm share/holotz-castle/game/intro/es
+@dirrm share/holotz-castle/game/intro/en
+@dirrm share/holotz-castle/game/intro/de
+@dirrm share/holotz-castle/game/intro/cs
+@dirrm share/holotz-castle/game/intro
+@dirrm share/holotz-castle/game/icon
+@dirrm share/holotz-castle/game/help/ua
+@dirrm share/holotz-castle/game/help/ru
+@dirrm share/holotz-castle/game/help/fr
+@dirrm share/holotz-castle/game/help/eu
+@dirrm share/holotz-castle/game/help/es
+@dirrm share/holotz-castle/game/help/en
+@dirrm share/holotz-castle/game/help/de
+@dirrm share/holotz-castle/game/help/cs
+@dirrm share/holotz-castle/game/help
+@dirrm share/holotz-castle/game/font
+@dirrm share/holotz-castle/game/credits
+@dirrm share/holotz-castle/game
+@dirrm share/holotz-castle/editor/MainMenu
+@dirrm share/holotz-castle/editor/EnemyMenu
+@dirrm share/holotz-castle/editor
+@dirrm share/holotz-castle