View | Details | Raw Unified | Return to bug 199230 | Differences between
and this patch

Collapse All | Expand All

(-)games/stepmania-devel/Makefile (-50 / +66 lines)
Lines 2-15 Link Here
2
# $FreeBSD: head/games/stepmania-devel/Makefile 397347 2015-09-20 01:12:48Z jbeich $
2
# $FreeBSD: head/games/stepmania-devel/Makefile 397347 2015-09-20 01:12:48Z jbeich $
3
3
4
PORTNAME=	stepmania
4
PORTNAME=	stepmania
5
PORTVERSION=	5.0.a3
5
PORTVERSION=	5.0.9
6
PORTREVISION=	4
6
DISTVERSIONPREFIX=	v
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	games
8
CATEGORIES=	games
9
MASTER_SITES=	GOOGLE_CODE
9
MASTER_SITES=	GH
10
PROJECTHOST=	sm-ssc
11
PKGNAMESUFFIX=	-devel
10
PKGNAMESUFFIX=	-devel
12
DISTNAME=	${PORTNAME}-SM5-alpha3-src
13
11
14
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Rrhythm game simulator
13
COMMENT=	Rrhythm game simulator
Lines 17-87 Link Here
17
LICENSE=	MIT
15
LICENSE=	MIT
18
LICENSE_FILE=	${WRKSRC}/Docs/Licenses.txt
16
LICENSE_FILE=	${WRKSRC}/Docs/Licenses.txt
19
17
20
BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
18
LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
21
LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
19
		libpng.so:${PORTSDIR}/graphics/png
22
20
23
OPTIONS_DEFINE=	PULSEAUDIO VORBIS DOCS
21
USE_GITHUB=	yes
24
OPTIONS_DEFAULT=VORBIS
25
22
26
WRKSRC=		${WRKDIR}/${PORTNAME}-SM5-alpha3
23
USES=		autoreconf gmake iconv jpeg pathfix perl5 pkgconfig shebangfix
27
24
SHEBANG_FILES=	Utils/*.pl extern/zlib/zlib2ansi
28
USES=		iconv pathfix perl5 pkgconfig shebangfix tar:bzip2
25
USE_XORG=	x11 xrandr xtst
29
USE_XORG=	x11 xau xdmcp xext xrandr xrender xtst
26
USE_GL=		glew
30
USE_GL=		gl glu glew
31
USE_GNOME=	gtk20
32
USE_PERL5=	build
27
USE_PERL5=	build
33
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
34
CONFIGURE_ARGS=	--without-ffmpeg
29
CONFIGURE_ARGS=	--with-system-pcre \
30
		${ICONV_CONFIGURE_ARG}
35
INSTALLS_ICONS=	yes
31
INSTALLS_ICONS=	yes
36
SHEBANG_FILES=	Utils/*.pl \
37
		extern/zlib/zlib2ansi
38
32
39
CPPFLAGS+=	-I${LOCALBASE}/include
33
CPPFLAGS+=	-I${LOCALBASE}/include
40
LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lpthread
34
LDFLAGS+=	-L${LOCALBASE}/lib
41
42
VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
43
VORBIS_CONFIGURE_WITH=	vorbis
44
35
36
OPTIONS_DEFINE=		ALSA DOCS FFMPEG GTK2 JACK MAD PULSEAUDIO VORBIS
37
OPTIONS_DEFAULT=	GTK2 MAD VORBIS
38
OPTIONS_SUB=		yes
39
40
ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
41
ALSA_CONFIGURE_ENV_OFF=	ac_cv_lib_asound_snd_ctl_open=no
42
FFMPEG_LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
43
FFMPEG_CONFIGURE_ON=	--with-system-ffmpeg
44
FFMPEG_CONFIGURE_WITH=	ffmpeg
45
GTK2_USE=		gnome=gtk20
46
GTK2_CONFIGURE_ENABLE=	gtk2
47
JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
48
JACK_CONFIGURE_WITH=	jack
49
MAD_LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
50
MAD_CONFIGURE_WITH=	mp3
45
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:${PORTSDIR}/audio/pulseaudio
51
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:${PORTSDIR}/audio/pulseaudio
46
PULSEAUDIO_CONFIGURE_ENV_OFF=	ac_cv_lib_pulse_pa_stream_new=no
52
PULSEAUDIO_CONFIGURE_ENV_OFF=	ac_cv_lib_pulse_pa_stream_new=no
53
VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
54
VORBIS_CONFIGURE_WITH=	vorbis
47
55
48
post-patch:
56
post-patch:
49
	@${REINPLACE_CMD} -e \
57
	@${REINPLACE_CMD} -e \
50
		's|-lpthread |-pthread |' ${WRKSRC}/configure
58
		's|^\(x86_64\)|amd64*\|\1| ; \
59
		 s|-lpthread|-pthread|' ${WRKSRC}/configure.ac
60
	@${REINPLACE_CMD} -e \
61
		's|XLIBS+="-l|XLIBS="$$XLIBS -l|' ${WRKSRC}/autoconf/m4/x11.m4
51
	@${REINPLACE_CMD} -e \
62
	@${REINPLACE_CMD} -e \
52
		'/^LIBS/s|-lpthread|${ICONV_LIB}| ; \
63
		's|-rdynamic|-Wl,-export-dynamic| ; \
53
		 s|-finline-limit=300||g' ${WRKSRC}/src/Makefile.in
64
		 s|-finline-limit=300||' ${WRKSRC}/src/Makefile.am
54
65
55
pre-build:
66
pre-build:
56
	@${ECHO_CMD} -n > ${WRKDIR}/stepmania.sh
67
	@${MKDIR} ${WRKDIR}/wrappers
57
	@${ECHO_CMD} '#!${SH}' >> ${WRKDIR}/stepmania.sh
68
	@${ECHO_CMD} -n \
58
	@${ECHO_CMD} 'cd ${PREFIX}/lib/stepmania; ./stepmania $$@' >> ${WRKDIR}/stepmania.sh
69
		> ${WRKDIR}/wrappers/stepmania
59
70
	@${ECHO_CMD} '#!${SH}' \
60
post-build:
71
		>> ${WRKDIR}/wrappers/stepmania
61
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
72
	@${ECHO_CMD} 'cd ${PREFIX}/lib/stepmania' \
62
		${MAKEFILE} ${MAKE_ARGS} SMData)
73
		>> ${WRKDIR}/wrappers/stepmania
74
	@${ECHO_CMD} 'exec ./stepmania $$@' \
75
		>> ${WRKDIR}/wrappers/stepmania
63
76
64
do-install:
77
do-install:
65
	${INSTALL_SCRIPT} ${WRKDIR}/stepmania.sh ${STAGEDIR}${PREFIX}/bin/stepmania
78
	(cd ${WRKDIR}/wrappers && ${INSTALL_SCRIPT} stepmania \
66
	${INSTALL_DATA} ${WRKSRC}/stepmania.desktop ${STAGEDIR}${PREFIX}/share/applications
79
		${STAGEDIR}${PREFIX}/bin)
67
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
68
	cd ${WRKSRC}/icons/hicolor/scalable/apps && ${INSTALL_DATA} \
69
		stepmania-ssc.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
70
.for i in 16 22 24 32 36 48 64 72 96 128 192 256
71
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
72
	cd ${WRKSRC}/icons/hicolor/${i}x${i}/apps && ${INSTALL_DATA} \
73
		stepmania-ssc.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
74
.endfor
75
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania
80
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania
76
	${INSTALL_PROGRAM} ${WRKSRC}/src/stepmania ${STAGEDIR}${PREFIX}/lib/stepmania
81
.for i in Announcers BGAnimations BackgroundEffects BackgroundTransitions \
77
	${INSTALL_DATA} ${WRKSRC}/src/GtkModule.so ${STAGEDIR}${PREFIX}/lib/stepmania
82
	Characters Courses Data NoteSkins Scripts Themes
78
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania/Packages
83
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} \
79
	${INSTALL_DATA} ${WRKSRC}/GameData.smzip ${STAGEDIR}${PREFIX}/lib/stepmania/Packages
84
		${STAGEDIR}${PREFIX}/lib/stepmania)
85
.endfor
86
	(cd ${WRKSRC}/src && ${INSTALL_PROGRAM} stepmania \
87
		${STAGEDIR}${PREFIX}/lib/stepmania)
88
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania/Songs
89
	(cd ${WRKSRC} && ${INSTALL_DATA} stepmania.desktop \
90
		${STAGEDIR}${PREFIX}/share/applications)
91
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} icons \
92
		${STAGEDIR}${PREFIX}/share)
93
94
post-install-DOCS-on:
80
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
95
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
81
	@(${TAR} -C ${WRKSRC}/Docs --exclude "Licenses.txt" -cf - . | \
96
	@(cd ${WRKSRC}/Docs && ${COPYTREE_SHARE} . \
82
		${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf -)
97
		${STAGEDIR}${DOCSDIR} "! -name Licenses.txt")
83
98
84
post-install:
99
post-install-GTK2-on:
85
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/stepmania/GtkModule.so
100
	(cd ${WRKSRC}/src && ${INSTALL_LIB} GtkModule.so \
101
		${STAGEDIR}${PREFIX}/lib/stepmania)
86
102
87
.include <bsd.port.mk>
103
.include <bsd.port.mk>
(-)games/stepmania-devel/distinfo (-4 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (stepmania-SM5-alpha3-src.tar.bz2) = 63c767782e8379698696b3627554e871c019f5ad2be262e5e715bc0649578123
1
SHA256 (stepmania-stepmania-v5.0.9_GH0.tar.gz) = 9f0566e36a578d499f6cbbb4e32b4d762182a991f6bc37df762c433976a80142
2
SIZE (stepmania-SM5-alpha3-src.tar.bz2) = 61494982
2
SIZE (stepmania-stepmania-v5.0.9_GH0.tar.gz) = 197144798
3
SHA256 (StepMania-v5.0-alpha3-linux.tar.bz2) = f05aa903a20673dbe4bf2025da7f575502fbbcd24f55eb1109c76e46d5790d61
4
SIZE (StepMania-v5.0-alpha3-linux.tar.bz2) = 40164664
(-)games/stepmania-devel/files/patch-ArchHooks.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/arch/ArchHooks/ArchHooks.h.orig
1
--- src/arch/ArchHooks/ArchHooks.h.orig	2015-06-20 16:57:25 UTC
2
+++ src/arch/ArchHooks/ArchHooks.h
2
+++ src/arch/ArchHooks/ArchHooks.h
3
@@ -1,6 +1,8 @@
3
@@ -1,6 +1,8 @@
4
 #ifndef ARCH_HOOKS_H
4
 #ifndef ARCH_HOOKS_H
(-)games/stepmania-devel/files/patch-ArchHooks_Unix.cpp (-10 lines)
Lines 1-10 Link Here
1
--- src/arch/ArchHooks/ArchHooks_Unix.cpp.orig	2012-08-06 14:23:36.000000000 +0900
2
+++ src/arch/ArchHooks/ArchHooks_Unix.cpp	2012-09-24 00:09:58.000000000 +0900
3
@@ -12,6 +12,7 @@
4
 #include "archutils/Unix/AssertionHandler.h"
5
 #include <unistd.h>
6
 #include <sys/time.h>
7
+#include <sys/wait.h>
8
 
9
 #if defined(CRASH_HANDLER)
10
 #include "archutils/Unix/CrashHandler.h"
(-)games/stepmania-devel/files/patch-tomcrypt_macros.h (-29 / +26 lines)
Lines 1-6 Link Here
1
--- src/libtomcrypt/src/headers/tomcrypt_macros.h.orig	2012-08-06 07:23:37.000000000 +0200
1
--- src/libtomcrypt/src/headers/tomcrypt_macros.h.orig	2015-06-20 16:57:25 UTC
2
+++ src/libtomcrypt/src/headers/tomcrypt_macros.h	2015-03-02 21:40:07.785177000 +0100
2
+++ src/libtomcrypt/src/headers/tomcrypt_macros.h
3
@@ -262,21 +262,19 @@
3
@@ -262,21 +262,19 @@ static inline __attribute__((always_inli
4
 
4
 
5
 #ifndef LTC_NO_ROLC
5
 #ifndef LTC_NO_ROLC
6
 
6
 
Lines 11-17 Link Here
11
-      :"0" (word),"I" (i));
11
-      :"0" (word),"I" (i));
12
-   return word;
12
-   return word;
13
-}
13
-}
14
-
14
+#define ROLc(word, i) ({     \
15
+   unsigned _word = word;    \
16
+   asm ("roll %2,%0"         \
17
+      :"=r" (_word)          \
18
+      :"0" (_word),"I" (i)); \
19
+   _word; })
20
 
15
-static inline __attribute__((always_inline)) unsigned RORc(unsigned word, const int i)
21
-static inline __attribute__((always_inline)) unsigned RORc(unsigned word, const int i)
16
-{
22
-{
17
-   asm ("rorl %2,%0"
23
-   asm ("rorl %2,%0"
Lines 19-31 Link Here
19
-      :"0" (word),"I" (i));
25
-      :"0" (word),"I" (i));
20
-   return word;
26
-   return word;
21
-}
27
-}
22
+#define ROLc(word, i) ({     \
23
+   unsigned _word = word;    \
24
+   asm ("roll %2,%0"         \
25
+      :"=r" (_word)          \
26
+      :"0" (_word),"I" (i)); \
27
+   _word; })
28
+
29
+#define RORc(word, i) ({     \
28
+#define RORc(word, i) ({     \
30
+   unsigned _word = word;    \
29
+   unsigned _word = word;    \
31
+   asm ("rorl %2,%0"         \
30
+   asm ("rorl %2,%0"         \
Lines 35-41 Link Here
35
 
34
 
36
 #else
35
 #else
37
 
36
 
38
@@ -305,21 +303,19 @@
37
@@ -305,21 +303,19 @@ static inline __attribute__((always_inli
39
 
38
 
40
 #ifndef LTC_NO_ROLC
39
 #ifndef LTC_NO_ROLC
41
 
40
 
Lines 46-52 Link Here
46
-      :"0" (word),"I" (i));
45
-      :"0" (word),"I" (i));
47
-   return word;
46
-   return word;
48
-}
47
-}
49
-
48
+#define ROLc(word, i) ({     \
49
+   unsigned _word = word;    \
50
+   asm ("rotlwi %0,%0,%2"    \
51
+      :"=r" (_word)          \
52
+      :"0" (_word),"I" (i)); \
53
+   _word; })
54
 
50
-static inline __attribute__((always_inline)) unsigned RORc(unsigned word, const int i)
55
-static inline __attribute__((always_inline)) unsigned RORc(unsigned word, const int i)
51
-{
56
-{
52
-   asm ("rotrwi %0,%0,%2"
57
-   asm ("rotrwi %0,%0,%2"
Lines 54-66 Link Here
54
-      :"0" (word),"I" (i));
59
-      :"0" (word),"I" (i));
55
-   return word;
60
-   return word;
56
-}
61
-}
57
+#define ROLc(word, i) ({     \
58
+   unsigned _word = word;    \
59
+   asm ("rotlwi %0,%0,%2"    \
60
+      :"=r" (_word)          \
61
+      :"0" (_word),"I" (i)); \
62
+   _word; })
63
+
64
+#define RORc(word, i) ({     \
62
+#define RORc(word, i) ({     \
65
+   unsigned _word = word;    \
63
+   unsigned _word = word;    \
66
+   asm ("rotrwi %0,%0,%2"    \
64
+   asm ("rotrwi %0,%0,%2"    \
Lines 70-76 Link Here
70
 
68
 
71
 #else
69
 #else
72
 
70
 
73
@@ -361,21 +357,19 @@
71
@@ -361,21 +357,19 @@ static inline __attribute__((always_inli
74
 
72
 
75
 #ifndef LTC_NO_ROLC
73
 #ifndef LTC_NO_ROLC
76
 
74
 
Lines 81-87 Link Here
81
-      :"0" (word),"J" (i));
79
-      :"0" (word),"J" (i));
82
-   return word;
80
-   return word;
83
-}
81
-}
84
-
82
+#define ROL64c(word, i) ({     \
83
+   unsigned long _word = word; \
84
+   asm ("rolq %2,%0"           \
85
+      :"=r" (_word)            \
86
+      :"0" (_word),"J" (i));   \
87
+   _word; })
88
 
85
-static inline __attribute__((always_inline)) unsigned long ROR64c(unsigned long word, const int i)
89
-static inline __attribute__((always_inline)) unsigned long ROR64c(unsigned long word, const int i)
86
-{
90
-{
87
-   asm("rorq %2,%0"
91
-   asm("rorq %2,%0"
Lines 89-101 Link Here
89
-      :"0" (word),"J" (i));
93
-      :"0" (word),"J" (i));
90
-   return word;
94
-   return word;
91
-}
95
-}
92
+#define ROL64c(word, i) ({     \
93
+   unsigned long _word = word; \
94
+   asm ("rolq %2,%0"           \
95
+      :"=r" (_word)            \
96
+      :"0" (_word),"J" (i));   \
97
+   _word; })
98
+
99
+#define ROR64c(word, i) ({     \
96
+#define ROR64c(word, i) ({     \
100
+   unsigned long _word = word; \
97
+   unsigned long _word = word; \
101
+   asm ("rorq %2,%0"           \
98
+   asm ("rorq %2,%0"           \
(-)games/stepmania-devel/pkg-descr (-6 / +7 lines)
Lines 1-9 Link Here
1
StepMania is a dance and rhythm video game created by Chris Danford. It was
1
StepMania is a dance and rhythm video game created by Chris Danford. It
2
originally developed as a simulator of Konami's popular arcade game series 
2
was originally developed as a simulator of Konami's popular arcade game
3
Dance Dance Revolution, and has since evolved into an extensible rhythm game 
3
series Dance Dance Revolution, and has since evolved into an extensible
4
engine capable of supporting a wide variety of rhythm-based game types.
4
rhythm game engine capable of supporting a wide variety of rhythm-based
5
game types.
5
6
6
Features 3D graphics, visualizations, support for gamepads/dance pads, a 
7
Features 3D graphics, visualizations, support for gamepads/dance pads, a
7
step recording mode, and more!
8
step recording mode, and more!
8
9
9
WWW: http://www.stepmania.com
10
WWW: http://www.stepmania.com/
(-)games/stepmania-devel/pkg-plist (-3 / +2776 lines)
Lines 1-9 Link Here
1
bin/stepmania
1
bin/stepmania
2
lib/stepmania/GtkModule.so
2
lib/stepmania/Announcers/instructions.txt
3
lib/stepmania/Packages/GameData.smzip
3
lib/stepmania/BGAnimations/flash/default.lua
4
lib/stepmania/BGAnimations/instructions.txt
5
lib/stepmania/BGAnimations/white flash/default.lua
6
lib/stepmania/BGAnimations/white reverse flash/default.lua
7
lib/stepmania/BGAnimations/yellow flash/default.lua
8
lib/stepmania/BackgroundEffects/Centered.lua
9
lib/stepmania/BackgroundEffects/Checkerboard1File2x2.lua
10
lib/stepmania/BackgroundEffects/Checkerboard2File2x2.lua
11
lib/stepmania/BackgroundEffects/Checkerboard2x2.lua
12
lib/stepmania/BackgroundEffects/File1FlashOverlay.lua
13
lib/stepmania/BackgroundEffects/File2Flash.lua
14
lib/stepmania/BackgroundEffects/File2Normal.lua
15
lib/stepmania/BackgroundEffects/Kaleidoscope2x2.lua
16
lib/stepmania/BackgroundEffects/OverlayAdd.lua
17
lib/stepmania/BackgroundEffects/SongBgWithMovieViz.lua
18
lib/stepmania/BackgroundEffects/StretchNoLoop.lua
19
lib/stepmania/BackgroundEffects/StretchNormal.lua
20
lib/stepmania/BackgroundEffects/StretchNormalAlignLeft.lua
21
lib/stepmania/BackgroundEffects/StretchNormalBlue.lua
22
lib/stepmania/BackgroundEffects/StretchNormalGreen.lua
23
lib/stepmania/BackgroundEffects/StretchNormalRed.lua
24
lib/stepmania/BackgroundEffects/StretchPaused.lua
25
lib/stepmania/BackgroundEffects/StretchRewind.lua
26
lib/stepmania/BackgroundEffects/UpperLeft.lua
27
lib/stepmania/BackgroundEffects/Visualization2File.lua
28
lib/stepmania/BackgroundEffects/Visualization2FileFlash.lua
29
lib/stepmania/BackgroundTransitions/CrossFade.xml
30
lib/stepmania/BackgroundTransitions/CrossFade_Faster.xml
31
lib/stepmania/BackgroundTransitions/CrossFade_Fastest.xml
32
lib/stepmania/BackgroundTransitions/FadeCenterHorizontal.xml
33
lib/stepmania/BackgroundTransitions/FadeCenterVertical.xml
34
lib/stepmania/BackgroundTransitions/FadeDown.xml
35
lib/stepmania/BackgroundTransitions/FadeLeft.xml
36
lib/stepmania/BackgroundTransitions/FadeRight.xml
37
lib/stepmania/BackgroundTransitions/FadeUp.xml
38
lib/stepmania/BackgroundTransitions/SlideDown.xml
39
lib/stepmania/BackgroundTransitions/SlideLeft.xml
40
lib/stepmania/BackgroundTransitions/SlideRight.xml
41
lib/stepmania/BackgroundTransitions/SlideUp.xml
42
lib/stepmania/Characters/Instructions.txt
43
lib/stepmania/Characters/default/character.ini
44
lib/stepmania/Characters/shader.png
45
lib/stepmania/Courses/Default/ChallengingRandom5-bg.png
46
lib/stepmania/Courses/Default/ChallengingRandom5.crs
47
lib/stepmania/Courses/Default/ChallengingRandom5.png
48
lib/stepmania/Courses/Default/Jupiter.crs
49
lib/stepmania/Courses/Default/Jupiter.png
50
lib/stepmania/Courses/Default/MostPlayed_01-04.crs
51
lib/stepmania/Courses/Default/MostPlayed_01-04.png
52
lib/stepmania/Courses/Default/MostPlayed_05-08.crs
53
lib/stepmania/Courses/Default/MostPlayed_05-08.png
54
lib/stepmania/Courses/Default/MostPlayed_09-12.crs
55
lib/stepmania/Courses/Default/MostPlayed_09-12.png
56
lib/stepmania/Courses/Default/MostPlayed_13-16.crs
57
lib/stepmania/Courses/Default/MostPlayed_13-16.png
58
lib/stepmania/Courses/instructions.txt
59
lib/stepmania/Data/AI.ini
60
lib/stepmania/Data/AutoMappings/GamePad Pro USB.ini
61
lib/stepmania/Data/NamesBlacklist.txt
62
lib/stepmania/Data/RandomAttacks.txt
63
lib/stepmania/Data/Shaders/GLSL/Cel.frag
64
lib/stepmania/Data/Shaders/GLSL/Cel.vert
65
lib/stepmania/Data/Shaders/GLSL/Color burn.frag
66
lib/stepmania/Data/Shaders/GLSL/Color dodge.frag
67
lib/stepmania/Data/Shaders/GLSL/Hard mix.frag
68
lib/stepmania/Data/Shaders/GLSL/Overlay.frag
69
lib/stepmania/Data/Shaders/GLSL/Screen.frag
70
lib/stepmania/Data/Shaders/GLSL/Shell.frag
71
lib/stepmania/Data/Shaders/GLSL/Shell.vert
72
lib/stepmania/Data/Shaders/GLSL/Texture matrix scaling.vert
73
lib/stepmania/Data/Shaders/GLSL/Unpremultiply.frag
74
lib/stepmania/Data/Shaders/GLSL/Vivid light.frag
75
lib/stepmania/Data/Shaders/GLSL/YUYV422.frag
76
lib/stepmania/Data/Translations.xml
77
lib/stepmania/Data/splash.png
78
%%GTK2%%lib/stepmania/GtkModule.so
79
lib/stepmania/NoteSkins/Para/default/Down Go Receptor.png
80
lib/stepmania/NoteSkins/Para/default/Down Hold Body active.png
81
lib/stepmania/NoteSkins/Para/default/Down Hold Body inactive.png
82
lib/stepmania/NoteSkins/Para/default/Down Hold BottomCap active.png
83
lib/stepmania/NoteSkins/Para/default/Down Hold BottomCap inactive.png
84
lib/stepmania/NoteSkins/Para/default/Down Hold Explosion 2x1.png
85
lib/stepmania/NoteSkins/Para/default/Down Hold Head Active.png
86
lib/stepmania/NoteSkins/Para/default/Down Hold Head Inactive.png
87
lib/stepmania/NoteSkins/Para/default/Down KeypressBlock.png
88
lib/stepmania/NoteSkins/Para/default/Down Receptor.lua
89
lib/stepmania/NoteSkins/Para/default/Down Roll Body active.png
90
lib/stepmania/NoteSkins/Para/default/Down Roll Body inactive.png
91
lib/stepmania/NoteSkins/Para/default/Down Roll BottomCap active.png
92
lib/stepmania/NoteSkins/Para/default/Down Roll BottomCap inactive.png
93
lib/stepmania/NoteSkins/Para/default/Down Tap Explosion Dim 4x1.png
94
lib/stepmania/NoteSkins/Para/default/Down Tap Note.lua
95
lib/stepmania/NoteSkins/Para/default/NoteSkin.lua
96
lib/stepmania/NoteSkins/Para/default/_Down Tap Explosion Bright 2x2.png
97
lib/stepmania/NoteSkins/Para/default/_down tap note 4x2.png
98
lib/stepmania/NoteSkins/Para/default/metrics.ini
99
lib/stepmania/NoteSkins/beat/default/Blue Go Receptor.png
100
lib/stepmania/NoteSkins/beat/default/Blue Hold Body active.png
101
lib/stepmania/NoteSkins/beat/default/Blue Hold Body inactive.png
102
lib/stepmania/NoteSkins/beat/default/Blue Hold BottomCap active.png
103
lib/stepmania/NoteSkins/beat/default/Blue Hold BottomCap inactive.png
104
lib/stepmania/NoteSkins/beat/default/Blue Tap Explosion Bright 9x1.png
105
lib/stepmania/NoteSkins/beat/default/Blue Tap Explosion Dim 9x1.png
106
lib/stepmania/NoteSkins/beat/default/Blue Tap Mine 1x1.png
107
lib/stepmania/NoteSkins/beat/default/Blue Tap Note 1x1.png
108
lib/stepmania/NoteSkins/beat/default/Common Tap Explosion Bright.redir
109
lib/stepmania/NoteSkins/beat/default/Fallback Explosion.lua
110
lib/stepmania/NoteSkins/beat/default/NoteSkin.lua
111
lib/stepmania/NoteSkins/beat/default/Red Go Receptor.png
112
lib/stepmania/NoteSkins/beat/default/Red Tap Explosion Bright 9x1.png
113
lib/stepmania/NoteSkins/beat/default/Red Tap Explosion Dim 9x1.png
114
lib/stepmania/NoteSkins/beat/default/Red Tap Mine 1x1.png
115
lib/stepmania/NoteSkins/beat/default/Red Tap Note 1x1.png
116
lib/stepmania/NoteSkins/beat/default/White Go Receptor.png
117
lib/stepmania/NoteSkins/beat/default/White Hold Body active.png
118
lib/stepmania/NoteSkins/beat/default/White Hold Body inactive.png
119
lib/stepmania/NoteSkins/beat/default/White Hold BottomCap active.png
120
lib/stepmania/NoteSkins/beat/default/White Hold BottomCap inactive.png
121
lib/stepmania/NoteSkins/beat/default/White Tap Explosion Bright 9x1.png
122
lib/stepmania/NoteSkins/beat/default/White Tap Explosion Dim 9x1.png
123
lib/stepmania/NoteSkins/beat/default/White Tap Mine 1x1.png
124
lib/stepmania/NoteSkins/beat/default/White Tap Note 1x1.png
125
lib/stepmania/NoteSkins/beat/default/_Blue Tap Explosion Bright.redir
126
lib/stepmania/NoteSkins/beat/default/_Blue Tap Explosion Dim.png
127
lib/stepmania/NoteSkins/beat/default/_Red Tap Explosion Bright.redir
128
lib/stepmania/NoteSkins/beat/default/_Red Tap Explosion Dim.png
129
lib/stepmania/NoteSkins/beat/default/_Tap Lead-in Receptor.lua
130
lib/stepmania/NoteSkins/beat/default/_Tap Receptor.lua
131
lib/stepmania/NoteSkins/beat/default/_White Tap Explosion Bright.redir
132
lib/stepmania/NoteSkins/beat/default/_White Tap Explosion Dim.png
133
lib/stepmania/NoteSkins/beat/default/metrics.ini
134
lib/stepmania/NoteSkins/common/_Editor/Center Hold Body Active (res 64x32).png
135
lib/stepmania/NoteSkins/common/_Editor/Center Hold Body Inactive (res 64x32).png
136
lib/stepmania/NoteSkins/common/_Editor/Center Hold BottomCap active (res 64x32).png
137
lib/stepmania/NoteSkins/common/_Editor/Center Hold BottomCap inactive (res 64x32).png
138
lib/stepmania/NoteSkins/common/_Editor/Center Hold Explosion.lua
139
lib/stepmania/NoteSkins/common/_Editor/Center Hold TopCap active (res 64x32).png
140
lib/stepmania/NoteSkins/common/_Editor/Center Hold TopCap inactive (res 64x32).png
141
lib/stepmania/NoteSkins/common/_Editor/Center Roll Body Active (res 64x32).png
142
lib/stepmania/NoteSkins/common/_Editor/Center Roll Body Inactive (res 64x32).png
143
lib/stepmania/NoteSkins/common/_Editor/Center Roll BottomCap active (res 64x32).png
144
lib/stepmania/NoteSkins/common/_Editor/Center Roll BottomCap inactive (res 64x32).png
145
lib/stepmania/NoteSkins/common/_Editor/Center Roll TopCap active (res 64x32).png
146
lib/stepmania/NoteSkins/common/_Editor/Center Roll TopCap inactive (res 64x32).png
147
lib/stepmania/NoteSkins/common/_Editor/Center Tap Explosion Bright.lua
148
lib/stepmania/NoteSkins/common/_Editor/CenterP1 Hold Head Active.lua
149
lib/stepmania/NoteSkins/common/_Editor/CenterP1 Hold Head Inactive.lua
150
lib/stepmania/NoteSkins/common/_Editor/CenterP1 Receptor.lua
151
lib/stepmania/NoteSkins/common/_Editor/CenterP1 Tap Fake.lua
152
lib/stepmania/NoteSkins/common/_Editor/CenterP1 Tap Lift.lua
153
lib/stepmania/NoteSkins/common/_Editor/CenterP1 Tap Note.lua
154
lib/stepmania/NoteSkins/common/_Editor/Down Hold Body Active (res 64x32).png
155
lib/stepmania/NoteSkins/common/_Editor/Down Hold Body Inactive (res 64x32).png
156
lib/stepmania/NoteSkins/common/_Editor/Down Hold BottomCap active (res 64x64).png
157
lib/stepmania/NoteSkins/common/_Editor/Down Hold BottomCap inactive (res 64x64).png
158
lib/stepmania/NoteSkins/common/_Editor/Down Hold Explosion.lua
159
lib/stepmania/NoteSkins/common/_Editor/Down Hold Head Active.lua
160
lib/stepmania/NoteSkins/common/_Editor/Down Hold Head Inactive.lua
161
lib/stepmania/NoteSkins/common/_Editor/Down Hold TopCap active (res 64x32).png
162
lib/stepmania/NoteSkins/common/_Editor/Down Hold TopCap inactive (res 64x32).png
163
lib/stepmania/NoteSkins/common/_Editor/Down Receptor.lua
164
lib/stepmania/NoteSkins/common/_Editor/Down Roll Body Active (res 64x32).png
165
lib/stepmania/NoteSkins/common/_Editor/Down Roll Body Inactive (res 64x32).png
166
lib/stepmania/NoteSkins/common/_Editor/Down Roll BottomCap active (res 64x64).png
167
lib/stepmania/NoteSkins/common/_Editor/Down Roll BottomCap inactive (res 64x64).png
168
lib/stepmania/NoteSkins/common/_Editor/Down Roll TopCap active (res 64x32).png
169
lib/stepmania/NoteSkins/common/_Editor/Down Roll TopCap inactive (res 64x32).png
170
lib/stepmania/NoteSkins/common/_Editor/Down Tap Explosion Bright.lua
171
lib/stepmania/NoteSkins/common/_Editor/Down Tap Explosion Dim.lua
172
lib/stepmania/NoteSkins/common/_Editor/Down Tap Fake.lua
173
lib/stepmania/NoteSkins/common/_Editor/Down Tap Lift.lua
174
lib/stepmania/NoteSkins/common/_Editor/Down Tap Mine.lua
175
lib/stepmania/NoteSkins/common/_Editor/Down Tap Note.lua
176
lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Hold Head Active.lua
177
lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Hold Head Inactive.lua
178
lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Receptor.lua
179
lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Tap Fake.lua
180
lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Tap Lift.lua
181
lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Tap Note.lua
182
lib/stepmania/NoteSkins/common/_Editor/Left Hold Body Active (res 64x32).png
183
lib/stepmania/NoteSkins/common/_Editor/Left Hold Body Inactive (res 64x32).png
184
lib/stepmania/NoteSkins/common/_Editor/Left Hold BottomCap active (res 64x32).png
185
lib/stepmania/NoteSkins/common/_Editor/Left Hold BottomCap inactive (res 64x32).png
186
lib/stepmania/NoteSkins/common/_Editor/Left Hold TopCap active (res 64x32).png
187
lib/stepmania/NoteSkins/common/_Editor/Left Hold TopCap inactive (res 64x32).png
188
lib/stepmania/NoteSkins/common/_Editor/Left Roll Body Active (res 64x32).png
189
lib/stepmania/NoteSkins/common/_Editor/Left Roll Body Inactive (res 64x32).png
190
lib/stepmania/NoteSkins/common/_Editor/Left Roll BottomCap active (res 64x32).png
191
lib/stepmania/NoteSkins/common/_Editor/Left Roll BottomCap inactive (res 64x32).png
192
lib/stepmania/NoteSkins/common/_Editor/Left Roll TopCap active (res 64x32).png
193
lib/stepmania/NoteSkins/common/_Editor/Left Roll TopCap inactive (res 64x32).png
194
lib/stepmania/NoteSkins/common/_Editor/NoteSkin.lua
195
lib/stepmania/NoteSkins/common/_Editor/Right Hold Body Active (res 64x32).png
196
lib/stepmania/NoteSkins/common/_Editor/Right Hold Body Inactive (res 64x32).png
197
lib/stepmania/NoteSkins/common/_Editor/Right Hold BottomCap active (res 64x32).png
198
lib/stepmania/NoteSkins/common/_Editor/Right Hold BottomCap inactive (res 64x32).png
199
lib/stepmania/NoteSkins/common/_Editor/Right Hold TopCap active (res 64x32).png
200
lib/stepmania/NoteSkins/common/_Editor/Right Hold TopCap inactive (res 64x32).png
201
lib/stepmania/NoteSkins/common/_Editor/Right Roll Body Active (res 64x32).png
202
lib/stepmania/NoteSkins/common/_Editor/Right Roll Body Inactive (res 64x32).png
203
lib/stepmania/NoteSkins/common/_Editor/Right Roll BottomCap active (res 64x32).png
204
lib/stepmania/NoteSkins/common/_Editor/Right Roll BottomCap inactive (res 64x32).png
205
lib/stepmania/NoteSkins/common/_Editor/Right Roll TopCap active (res 64x32).png
206
lib/stepmania/NoteSkins/common/_Editor/Right Roll TopCap inactive (res 64x32).png
207
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Body Active (res 64x32).png
208
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Body Inactive (res 64x32).png
209
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold BottomCap Active (res 64x32).png
210
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold BottomCap Inactive (res 64x32).png
211
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Head Active.lua
212
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Head Inactive.lua
213
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold TopCap Active (res 64x32).png
214
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold TopCap Inactive (res 64x32).png
215
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll Body Active (res 64x32).png
216
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll Body Inactive (res 64x32).png
217
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll BottomCap Active (res 64x32).png
218
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll BottomCap Inactive (res 64x32).png
219
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll TopCap Active (res 64x32).png
220
lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll TopCap Inactive (res 64x32).png
221
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Body Active (res 64x32).png
222
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Body Inactive (res 64x32).png
223
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold BottomCap Active (res 64x32).png
224
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold BottomCap Inactive (res 64x32).png
225
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Head Active.lua
226
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Head Inactive.lua
227
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold TopCap Active (res 64x32).png
228
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold TopCap Inactive (res 64x32).png
229
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll Body Active (res 64x32).png
230
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll Body Inactive (res 64x32).png
231
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll BottomCap Active (res 64x32).png
232
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll BottomCap Inactive (res 64x32).png
233
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll TopCap Active (res 64x32).png
234
lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll TopCap Inactive (res 64x32).png
235
lib/stepmania/NoteSkins/common/_Editor/Up Hold Body Active (res 64x32).png
236
lib/stepmania/NoteSkins/common/_Editor/Up Hold Body Inactive (res 64x32).png
237
lib/stepmania/NoteSkins/common/_Editor/Up Hold BottomCap active (res 64x32).png
238
lib/stepmania/NoteSkins/common/_Editor/Up Hold BottomCap inactive (res 64x32).png
239
lib/stepmania/NoteSkins/common/_Editor/Up Hold TopCap active (res 64x64).png
240
lib/stepmania/NoteSkins/common/_Editor/Up Hold TopCap inactive (res 64x64).png
241
lib/stepmania/NoteSkins/common/_Editor/Up Roll Body Active (res 64x32).png
242
lib/stepmania/NoteSkins/common/_Editor/Up Roll Body Inactive (res 64x32).png
243
lib/stepmania/NoteSkins/common/_Editor/Up Roll BottomCap active (res 64x32).png
244
lib/stepmania/NoteSkins/common/_Editor/Up Roll BottomCap inactive (res 64x32).png
245
lib/stepmania/NoteSkins/common/_Editor/Up Roll TopCap active (res 64x64).png
246
lib/stepmania/NoteSkins/common/_Editor/Up Roll TopCap inactive (res 64x64).png
247
lib/stepmania/NoteSkins/common/_Editor/_Center Explosion (res 128x128).png
248
lib/stepmania/NoteSkins/common/_Editor/_CenterP1 Tap Fake 6x9 (res 384x576).png
249
lib/stepmania/NoteSkins/common/_Editor/_CenterP1 Tap Lift 6x9 (res 384x576).png
250
lib/stepmania/NoteSkins/common/_Editor/_CenterP1 Tap Note 12x9 (res 768x576).png
251
lib/stepmania/NoteSkins/common/_Editor/_Down Explosion 2x1 (res 128x64).png
252
lib/stepmania/NoteSkins/common/_Editor/_Down Tap Fake 4x9 (res 256x576).png
253
lib/stepmania/NoteSkins/common/_Editor/_Down Tap Lift 4x9 (res 256x576).png
254
lib/stepmania/NoteSkins/common/_Editor/_Down Tap Mine Base2 1x9 (res 64x576).png
255
lib/stepmania/NoteSkins/common/_Editor/_Down Tap Mine Overlay 1x9 (res 64x576).png
256
lib/stepmania/NoteSkins/common/_Editor/_Down Tap Mine Underlay 1x9 (res 64x576).png
257
lib/stepmania/NoteSkins/common/_Editor/_Down Tap Note 8x9 (res 512x576).png
258
lib/stepmania/NoteSkins/common/_Editor/_DownLeftP1 Tap Fake 6x9 (res 384x576).png
259
lib/stepmania/NoteSkins/common/_Editor/_DownLeftP1 Tap Lift 6x9 (res 384x576).png
260
lib/stepmania/NoteSkins/common/_Editor/_DownLeftP1 Tap Note 12x9 (res 768x576).png
261
lib/stepmania/NoteSkins/common/_Editor/_upleftsolo underlay 1x9 (res 64x576).png
262
lib/stepmania/NoteSkins/common/_Editor/metrics.ini
263
lib/stepmania/NoteSkins/common/common/Fallback Explosion.lua
264
lib/stepmania/NoteSkins/common/common/Fallback Go Receptor.redir
265
lib/stepmania/NoteSkins/common/common/Fallback HitMine Explosion.png
266
lib/stepmania/NoteSkins/common/common/Fallback Hold Body active.png
267
lib/stepmania/NoteSkins/common/common/Fallback Hold Body inactive.png
268
lib/stepmania/NoteSkins/common/common/Fallback Hold BottomCap active.png
269
lib/stepmania/NoteSkins/common/common/Fallback Hold BottomCap inactive.png
270
lib/stepmania/NoteSkins/common/common/Fallback Hold Explosion 2x1.png
271
lib/stepmania/NoteSkins/common/common/Fallback Hold Head Active.redir
272
lib/stepmania/NoteSkins/common/common/Fallback Hold Head Inactive.redir
273
lib/stepmania/NoteSkins/common/common/Fallback Hold Tail Active.redir
274
lib/stepmania/NoteSkins/common/common/Fallback Hold Tail Inactive.redir
275
lib/stepmania/NoteSkins/common/common/Fallback Hold TopCap Active.redir
276
lib/stepmania/NoteSkins/common/common/Fallback Hold TopCap Inactive.redir
277
lib/stepmania/NoteSkins/common/common/Fallback Ready Receptor 3x1.png
278
lib/stepmania/NoteSkins/common/common/Fallback Receptor.lua
279
lib/stepmania/NoteSkins/common/common/Fallback Roll Body active.png
280
lib/stepmania/NoteSkins/common/common/Fallback Roll Body inactive.png
281
lib/stepmania/NoteSkins/common/common/Fallback Roll BottomCap active.png
282
lib/stepmania/NoteSkins/common/common/Fallback Roll BottomCap inactive.png
283
lib/stepmania/NoteSkins/common/common/Fallback Roll Explosion.redir
284
lib/stepmania/NoteSkins/common/common/Fallback Roll Head Active.redir
285
lib/stepmania/NoteSkins/common/common/Fallback Roll Head Inactive.redir
286
lib/stepmania/NoteSkins/common/common/Fallback Roll Tail Active.redir
287
lib/stepmania/NoteSkins/common/common/Fallback Roll Tail Inactive.redir
288
lib/stepmania/NoteSkins/common/common/Fallback Roll TopCap Active.redir
289
lib/stepmania/NoteSkins/common/common/Fallback Roll TopCap Inactive.redir
290
lib/stepmania/NoteSkins/common/common/Fallback Tap Explosion Bright.png
291
lib/stepmania/NoteSkins/common/common/Fallback Tap Explosion Dim.png
292
lib/stepmania/NoteSkins/common/common/Fallback Tap Fake 4x1.png
293
lib/stepmania/NoteSkins/common/common/Fallback Tap Lift 4x1.png
294
lib/stepmania/NoteSkins/common/common/Fallback Tap Mine 4x2.png
295
lib/stepmania/NoteSkins/common/common/Fallback Tap Note 4x1.png
296
lib/stepmania/NoteSkins/common/common/NoteSkin.lua
297
lib/stepmania/NoteSkins/common/common/_Tap Lead-in Receptor.lua
298
lib/stepmania/NoteSkins/common/common/_Tap Press.lua
299
lib/stepmania/NoteSkins/common/common/_Tap Receptor.lua
300
lib/stepmania/NoteSkins/common/common/_blank.png
301
lib/stepmania/NoteSkins/common/common/metrics.ini
302
lib/stepmania/NoteSkins/dance/Delta/Down Hold Body Active.png
303
lib/stepmania/NoteSkins/dance/Delta/Down Hold Body Inactive.png
304
lib/stepmania/NoteSkins/dance/Delta/Down Hold BottomCap active.png
305
lib/stepmania/NoteSkins/dance/Delta/Down Hold BottomCap inactive.png
306
lib/stepmania/NoteSkins/dance/Delta/Down Hold Explosion.lua
307
lib/stepmania/NoteSkins/dance/Delta/Down Receptor.lua
308
lib/stepmania/NoteSkins/dance/Delta/Down Roll Body Active.png
309
lib/stepmania/NoteSkins/dance/Delta/Down Roll Body Inactive.png
310
lib/stepmania/NoteSkins/dance/Delta/Down Roll BottomCap active.png
311
lib/stepmania/NoteSkins/dance/Delta/Down Roll BottomCap inactive.png
312
lib/stepmania/NoteSkins/dance/Delta/Down Tap Explosion Bright.png
313
lib/stepmania/NoteSkins/dance/Delta/Down Tap Explosion Dim.redir
314
lib/stepmania/NoteSkins/dance/Delta/Down Tap Mine 4x2.png
315
lib/stepmania/NoteSkins/dance/Delta/Down Tap Note.lua
316
lib/stepmania/NoteSkins/dance/Delta/Hold Explosion.png
317
lib/stepmania/NoteSkins/dance/Delta/Hold Head active.png
318
lib/stepmania/NoteSkins/dance/Delta/Hold Head inactive.png
319
lib/stepmania/NoteSkins/dance/Delta/NoteSkin.lua
320
lib/stepmania/NoteSkins/dance/Delta/Receptor 4x1.png
321
lib/stepmania/NoteSkins/dance/Delta/Roll Explosion.png
322
lib/stepmania/NoteSkins/dance/Delta/_down tap note 12x8.png
323
lib/stepmania/NoteSkins/dance/Delta/metrics.ini
324
lib/stepmania/NoteSkins/dance/Delta/readme.txt
325
lib/stepmania/NoteSkins/dance/default/Down Hold Body Active (doubleres).png
326
lib/stepmania/NoteSkins/dance/default/Down Hold Body Inactive (doubleres).png
327
lib/stepmania/NoteSkins/dance/default/Down Hold BottomCap Active (doubleres).png
328
lib/stepmania/NoteSkins/dance/default/Down Hold BottomCap Inactive (doubleres).png
329
lib/stepmania/NoteSkins/dance/default/Down Hold TopCap Active (doubleres).png
330
lib/stepmania/NoteSkins/dance/default/Down Hold TopCap Inactive (doubleres).png
331
lib/stepmania/NoteSkins/dance/default/Down Receptor.lua
332
lib/stepmania/NoteSkins/dance/default/Down Roll Body Active (doubleres).png
333
lib/stepmania/NoteSkins/dance/default/Down Roll Body Inactive (doubleres).png
334
lib/stepmania/NoteSkins/dance/default/Down Roll BottomCap Active (doubleres).png
335
lib/stepmania/NoteSkins/dance/default/Down Roll BottomCap Inactive (doubleres).png
336
lib/stepmania/NoteSkins/dance/default/Down Roll TopCap Active (doubleres).png
337
lib/stepmania/NoteSkins/dance/default/Down Roll TopCap Inactive (doubleres).png
338
lib/stepmania/NoteSkins/dance/default/Down Tap Explosion Bright.redir
339
lib/stepmania/NoteSkins/dance/default/Down Tap Explosion Dim.redir
340
lib/stepmania/NoteSkins/dance/default/Down Tap Lift.lua
341
lib/stepmania/NoteSkins/dance/default/Down Tap Note.lua
342
lib/stepmania/NoteSkins/dance/default/NoteSkin.lua
343
lib/stepmania/NoteSkins/dance/default/_arrow 1x8 (doubleres).png
344
lib/stepmania/NoteSkins/dance/default/_circle (doubleres).png
345
lib/stepmania/NoteSkins/dance/default/_glow (doubleres).png
346
lib/stepmania/NoteSkins/dance/default/_receptor (doubleres).png
347
lib/stepmania/NoteSkins/dance/default/_rflash (doubleres).png
348
lib/stepmania/NoteSkins/dance/default/metrics.ini
349
lib/stepmania/NoteSkins/dance/easyV2/Center Hold Body Active.png
350
lib/stepmania/NoteSkins/dance/easyV2/Center Hold Body Inactive.png
351
lib/stepmania/NoteSkins/dance/easyV2/Center Hold Bottomcap Active.png
352
lib/stepmania/NoteSkins/dance/easyV2/Center Hold Bottomcap Inactive.png
353
lib/stepmania/NoteSkins/dance/easyV2/Center Hold Topcap Active.png
354
lib/stepmania/NoteSkins/dance/easyV2/Center Hold Topcap Inactive.png
355
lib/stepmania/NoteSkins/dance/easyV2/Center Receptor.lua
356
lib/stepmania/NoteSkins/dance/easyV2/Center Roll Body Active.png
357
lib/stepmania/NoteSkins/dance/easyV2/Center Roll Body Inactive.png
358
lib/stepmania/NoteSkins/dance/easyV2/Center Roll Bottomcap Active.png
359
lib/stepmania/NoteSkins/dance/easyV2/Center Roll Bottomcap Inactive.png
360
lib/stepmania/NoteSkins/dance/easyV2/Center Roll Topcap Active.png
361
lib/stepmania/NoteSkins/dance/easyV2/Center Roll Topcap Inactive.png
362
lib/stepmania/NoteSkins/dance/easyV2/Center Tap Explosion Bright.png
363
lib/stepmania/NoteSkins/dance/easyV2/Center Tap Note.lua
364
lib/stepmania/NoteSkins/dance/easyV2/Down Hold Body Active.png
365
lib/stepmania/NoteSkins/dance/easyV2/Down Hold Body Inactive.png
366
lib/stepmania/NoteSkins/dance/easyV2/Down Hold Bottomcap Active.png
367
lib/stepmania/NoteSkins/dance/easyV2/Down Hold Bottomcap Inactive.png
368
lib/stepmania/NoteSkins/dance/easyV2/Down Hold Topcap Active.png
369
lib/stepmania/NoteSkins/dance/easyV2/Down Hold Topcap Inactive.png
370
lib/stepmania/NoteSkins/dance/easyV2/Down Receptor.lua
371
lib/stepmania/NoteSkins/dance/easyV2/Down Roll Body Active.png
372
lib/stepmania/NoteSkins/dance/easyV2/Down Roll Body Inactive.png
373
lib/stepmania/NoteSkins/dance/easyV2/Down Roll Bottomcap Active.png
374
lib/stepmania/NoteSkins/dance/easyV2/Down Roll Bottomcap Inactive.png
375
lib/stepmania/NoteSkins/dance/easyV2/Down Roll Topcap Active.png
376
lib/stepmania/NoteSkins/dance/easyV2/Down Roll Topcap Inactive.png
377
lib/stepmania/NoteSkins/dance/easyV2/Down Tap Explosion Bright.png
378
lib/stepmania/NoteSkins/dance/easyV2/Down Tap Mine.png
379
lib/stepmania/NoteSkins/dance/easyV2/Down Tap Note.lua
380
lib/stepmania/NoteSkins/dance/easyV2/DownLeft Receptor.lua
381
lib/stepmania/NoteSkins/dance/easyV2/DownLeft Tap Explosion Bright.png
382
lib/stepmania/NoteSkins/dance/easyV2/DownLeft Tap Note.lua
383
lib/stepmania/NoteSkins/dance/easyV2/NoteSkin.lua
384
lib/stepmania/NoteSkins/dance/easyV2/_Center Go Receptor.png
385
lib/stepmania/NoteSkins/dance/easyV2/_Center Tap Note 2x8.png
386
lib/stepmania/NoteSkins/dance/easyV2/_Down Go Receptor.png
387
lib/stepmania/NoteSkins/dance/easyV2/_Down Tap Note 2x8.png
388
lib/stepmania/NoteSkins/dance/easyV2/_DownLeft Go Receptor.png
389
lib/stepmania/NoteSkins/dance/easyV2/_DownLeft Tap Note 2x8.png
390
lib/stepmania/NoteSkins/dance/easyV2/metrics.ini
391
lib/stepmania/NoteSkins/dance/exactV2/Center Hold Body Active.png
392
lib/stepmania/NoteSkins/dance/exactV2/Center Hold Body Inactive.png
393
lib/stepmania/NoteSkins/dance/exactV2/Center Hold Bottomcap Active.png
394
lib/stepmania/NoteSkins/dance/exactV2/Center Hold Bottomcap Inactive.png
395
lib/stepmania/NoteSkins/dance/exactV2/Center Hold Topcap Active.png
396
lib/stepmania/NoteSkins/dance/exactV2/Center Hold Topcap Inactive.png
397
lib/stepmania/NoteSkins/dance/exactV2/Center Receptor.lua
398
lib/stepmania/NoteSkins/dance/exactV2/Center Roll Body Active.png
399
lib/stepmania/NoteSkins/dance/exactV2/Center Roll Body Inactive.png
400
lib/stepmania/NoteSkins/dance/exactV2/Center Roll Bottomcap Active.png
401
lib/stepmania/NoteSkins/dance/exactV2/Center Roll Bottomcap Inactive.png
402
lib/stepmania/NoteSkins/dance/exactV2/Center Roll Topcap Active.png
403
lib/stepmania/NoteSkins/dance/exactV2/Center Roll Topcap Inactive.png
404
lib/stepmania/NoteSkins/dance/exactV2/Center Tap Explosion Bright.png
405
lib/stepmania/NoteSkins/dance/exactV2/Center Tap Note.lua
406
lib/stepmania/NoteSkins/dance/exactV2/Down Hold Body Active.png
407
lib/stepmania/NoteSkins/dance/exactV2/Down Hold Body Inactive.png
408
lib/stepmania/NoteSkins/dance/exactV2/Down Hold Bottomcap Active.png
409
lib/stepmania/NoteSkins/dance/exactV2/Down Hold Bottomcap Inactive.png
410
lib/stepmania/NoteSkins/dance/exactV2/Down Hold Topcap Active.png
411
lib/stepmania/NoteSkins/dance/exactV2/Down Hold Topcap Inactive.png
412
lib/stepmania/NoteSkins/dance/exactV2/Down Receptor.lua
413
lib/stepmania/NoteSkins/dance/exactV2/Down Roll Body Active.png
414
lib/stepmania/NoteSkins/dance/exactV2/Down Roll Body Inactive.png
415
lib/stepmania/NoteSkins/dance/exactV2/Down Roll Bottomcap Active.png
416
lib/stepmania/NoteSkins/dance/exactV2/Down Roll Bottomcap Inactive.png
417
lib/stepmania/NoteSkins/dance/exactV2/Down Roll Topcap Active.png
418
lib/stepmania/NoteSkins/dance/exactV2/Down Roll Topcap Inactive.png
419
lib/stepmania/NoteSkins/dance/exactV2/Down Tap Explosion Bright.png
420
lib/stepmania/NoteSkins/dance/exactV2/Down Tap Mine.png
421
lib/stepmania/NoteSkins/dance/exactV2/Down Tap Note.lua
422
lib/stepmania/NoteSkins/dance/exactV2/DownLeft Receptor.lua
423
lib/stepmania/NoteSkins/dance/exactV2/DownLeft Tap Explosion Bright.png
424
lib/stepmania/NoteSkins/dance/exactV2/DownLeft Tap Note.lua
425
lib/stepmania/NoteSkins/dance/exactV2/NoteSkin.lua
426
lib/stepmania/NoteSkins/dance/exactV2/_Center Go Receptor.png
427
lib/stepmania/NoteSkins/dance/exactV2/_Center Tap Note 2x8.png
428
lib/stepmania/NoteSkins/dance/exactV2/_Down Go Receptor.png
429
lib/stepmania/NoteSkins/dance/exactV2/_Down Tap Note 2x8.png
430
lib/stepmania/NoteSkins/dance/exactV2/_DownLeft Go Receptor.png
431
lib/stepmania/NoteSkins/dance/exactV2/_DownLeft Tap Note 2x8.png
432
lib/stepmania/NoteSkins/dance/exactV2/metrics.ini
433
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Body Active (doubleres).png
434
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Body Inactive (doubleres).png
435
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold BottomCap Active (doubleres).png
436
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold BottomCap Inactive (doubleres).png
437
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Explosion.redir
438
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Head Active.png
439
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Head Inactive.lua
440
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Receptor.lua
441
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Body Active (doubleres).png
442
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Body Inactive (doubleres).png
443
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll BottomCap Active (doubleres).png
444
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll BottomCap Inactive (doubleres).png
445
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll BottomCap.png
446
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Explosion.redir
447
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Head Active.png
448
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Head Inactive.lua
449
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Explosion Bright.png
450
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Explosion Dim.redir
451
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Fake (doubleres).png
452
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Lift.png
453
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Mine.lua
454
lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Note.lua
455
lib/stepmania/NoteSkins/dance/midi-note-3d/Left Hold BottomCap Active.png
456
lib/stepmania/NoteSkins/dance/midi-note-3d/Left Hold BottomCap Inactive.lua
457
lib/stepmania/NoteSkins/dance/midi-note-3d/Left Roll BottomCap Active.png
458
lib/stepmania/NoteSkins/dance/midi-note-3d/Left Roll BottomCap Inactive.lua
459
lib/stepmania/NoteSkins/dance/midi-note-3d/NoteSkin.lua
460
lib/stepmania/NoteSkins/dance/midi-note-3d/Up Hold BottomCap Active.png
461
lib/stepmania/NoteSkins/dance/midi-note-3d/Up Hold BottomCap Inactive.lua
462
lib/stepmania/NoteSkins/dance/midi-note-3d/Up Roll BottomCap Active.png
463
lib/stepmania/NoteSkins/dance/midi-note-3d/Up Roll BottomCap Inactive.lua
464
lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Flash.png
465
lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Mine.png
466
lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Note.txt
467
lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Receptor (doubleres).png
468
lib/stepmania/NoteSkins/dance/midi-note-3d/metrics.ini
469
lib/stepmania/NoteSkins/dance/midi-note-3d/tex/black.png
470
lib/stepmania/NoteSkins/dance/midi-note-3d/tex/inside.png
471
lib/stepmania/NoteSkins/dance/midi-note-3d/tex/outside.ini
472
lib/stepmania/NoteSkins/dance/midi-note-3d/tex/outside.png
473
lib/stepmania/NoteSkins/dance/midi-note-3d/tex/overlay.ini
474
lib/stepmania/NoteSkins/dance/midi-note-3d/tex/overlay.png
475
lib/stepmania/NoteSkins/dance/midi-note/Down Hold Body Active (doubleres).png
476
lib/stepmania/NoteSkins/dance/midi-note/Down Hold Body Inactive (doubleres).png
477
lib/stepmania/NoteSkins/dance/midi-note/Down Hold BottomCap Active (doubleres).png
478
lib/stepmania/NoteSkins/dance/midi-note/Down Hold BottomCap Inactive (doubleres).png
479
lib/stepmania/NoteSkins/dance/midi-note/Down Hold Explosion.redir
480
lib/stepmania/NoteSkins/dance/midi-note/Down Hold Head Active.png
481
lib/stepmania/NoteSkins/dance/midi-note/Down Hold Head Inactive.lua
482
lib/stepmania/NoteSkins/dance/midi-note/Down Receptor.lua
483
lib/stepmania/NoteSkins/dance/midi-note/Down Roll Body Active (doubleres).png
484
lib/stepmania/NoteSkins/dance/midi-note/Down Roll Body Inactive (doubleres).png
485
lib/stepmania/NoteSkins/dance/midi-note/Down Roll BottomCap Active (doubleres).png
486
lib/stepmania/NoteSkins/dance/midi-note/Down Roll BottomCap Inactive (doubleres).png
487
lib/stepmania/NoteSkins/dance/midi-note/Down Roll BottomCap.png
488
lib/stepmania/NoteSkins/dance/midi-note/Down Roll Explosion.redir
489
lib/stepmania/NoteSkins/dance/midi-note/Down Roll Head Active.png
490
lib/stepmania/NoteSkins/dance/midi-note/Down Roll Head Inactive.lua
491
lib/stepmania/NoteSkins/dance/midi-note/Down Tap Explosion Bright.png
492
lib/stepmania/NoteSkins/dance/midi-note/Down Tap Explosion Dim.png
493
lib/stepmania/NoteSkins/dance/midi-note/Down Tap Fake (doubleres).png
494
lib/stepmania/NoteSkins/dance/midi-note/Down Tap Lift.png
495
lib/stepmania/NoteSkins/dance/midi-note/Down Tap Mine.lua
496
lib/stepmania/NoteSkins/dance/midi-note/Down Tap Note.lua
497
lib/stepmania/NoteSkins/dance/midi-note/Left Hold BottomCap Active.png
498
lib/stepmania/NoteSkins/dance/midi-note/Left Hold BottomCap Inactive.lua
499
lib/stepmania/NoteSkins/dance/midi-note/Left Roll BottomCap Active.png
500
lib/stepmania/NoteSkins/dance/midi-note/Left Roll BottomCap Inactive.lua
501
lib/stepmania/NoteSkins/dance/midi-note/NoteSkin.lua
502
lib/stepmania/NoteSkins/dance/midi-note/Up Hold BottomCap Active.png
503
lib/stepmania/NoteSkins/dance/midi-note/Up Hold BottomCap Inactive.lua
504
lib/stepmania/NoteSkins/dance/midi-note/Up Roll BottomCap Active.png
505
lib/stepmania/NoteSkins/dance/midi-note/Up Roll BottomCap Inactive.lua
506
lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Flash.png
507
lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Mine.png
508
lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Note 8x8 (doubleres).png
509
lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Receptor (doubleres).png
510
lib/stepmania/NoteSkins/dance/midi-note/metrics.ini
511
lib/stepmania/NoteSkins/dance/midi-routine-p1/Down Tap Note 8x1.png
512
lib/stepmania/NoteSkins/dance/midi-routine-p1/metrics.ini
513
lib/stepmania/NoteSkins/dance/midi-routine-p2/Down Tap Note 8x1.png
514
lib/stepmania/NoteSkins/dance/midi-routine-p2/metrics.ini
515
lib/stepmania/NoteSkins/dance/midi-solo/Down Hold Explosion.redir
516
lib/stepmania/NoteSkins/dance/midi-solo/Down Receptor.lua
517
lib/stepmania/NoteSkins/dance/midi-solo/Down Roll Explosion.redir
518
lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Explosion Bright.png
519
lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Explosion Dim.redir
520
lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Fake.png
521
lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Lift.png
522
lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Mine.lua
523
lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Note.lua
524
lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Flash.png
525
lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Mine.png
526
lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Note 8x8.png
527
lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Receptor.png
528
lib/stepmania/NoteSkins/dance/midi-solo/metrics.ini
529
lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Hold Head Active (doubleres).png
530
lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Hold Head Inactive (doubleres).png
531
lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Roll Head Active (doubleres).png
532
lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Roll Head Inactive (doubleres).png
533
lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Tap Note.lua
534
lib/stepmania/NoteSkins/dance/midi-vivid-3d/_Down Tap Note.txt
535
lib/stepmania/NoteSkins/dance/midi-vivid-3d/metrics.ini
536
lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/black.png
537
lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/inside.ini
538
lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/inside.png
539
lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/outside.ini
540
lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/outside.png
541
lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/overlay.ini
542
lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/overlay.png
543
lib/stepmania/NoteSkins/dance/midi-vivid/Down Hold Head Active (doubleres).png
544
lib/stepmania/NoteSkins/dance/midi-vivid/Down Hold Head Inactive (doubleres).png
545
lib/stepmania/NoteSkins/dance/midi-vivid/Down Roll Head Active (doubleres).png
546
lib/stepmania/NoteSkins/dance/midi-vivid/Down Roll Head Inactive (doubleres).png
547
lib/stepmania/NoteSkins/dance/midi-vivid/Down Tap Addition 4x4 (doubleres).png
548
lib/stepmania/NoteSkins/dance/midi-vivid/Down Tap Note 4x4 (doubleres).png
549
lib/stepmania/NoteSkins/dance/midi-vivid/metrics.ini
550
lib/stepmania/NoteSkins/dance/retro/Down Hold Body active.png
551
lib/stepmania/NoteSkins/dance/retro/Down Hold Body inactive.png
552
lib/stepmania/NoteSkins/dance/retro/Down Hold BottomCap active.png
553
lib/stepmania/NoteSkins/dance/retro/Down Hold BottomCap inactive.png
554
lib/stepmania/NoteSkins/dance/retro/Down Hold Explosion.lua
555
lib/stepmania/NoteSkins/dance/retro/Down Hold Head active.png
556
lib/stepmania/NoteSkins/dance/retro/Down Hold Head inactive.png
557
lib/stepmania/NoteSkins/dance/retro/Down Receptor.lua
558
lib/stepmania/NoteSkins/dance/retro/Down Roll Body active.png
559
lib/stepmania/NoteSkins/dance/retro/Down Roll Body inactive.png
560
lib/stepmania/NoteSkins/dance/retro/Down Roll BottomCap active.png
561
lib/stepmania/NoteSkins/dance/retro/Down Roll BottomCap inactive.png
562
lib/stepmania/NoteSkins/dance/retro/Down Tap Explosion Bright.png
563
lib/stepmania/NoteSkins/dance/retro/Down Tap Explosion dim.png
564
lib/stepmania/NoteSkins/dance/retro/Down Tap Fake 1x8.png
565
lib/stepmania/NoteSkins/dance/retro/Down Tap Mine 5x1.png
566
lib/stepmania/NoteSkins/dance/retro/Down Tap Note.lua
567
lib/stepmania/NoteSkins/dance/retro/NoteSkin.lua
568
lib/stepmania/NoteSkins/dance/retro/UpLeft Go Receptor.png
569
lib/stepmania/NoteSkins/dance/retro/UpLeft Hold Body active.png
570
lib/stepmania/NoteSkins/dance/retro/UpLeft Hold Body inactive.png
571
lib/stepmania/NoteSkins/dance/retro/UpLeft Hold BottomCap active.png
572
lib/stepmania/NoteSkins/dance/retro/UpLeft Hold BottomCap inactive.png
573
lib/stepmania/NoteSkins/dance/retro/UpLeft Hold Explosion.lua
574
lib/stepmania/NoteSkins/dance/retro/UpLeft Receptor.lua
575
lib/stepmania/NoteSkins/dance/retro/UpLeft Roll Body active.png
576
lib/stepmania/NoteSkins/dance/retro/UpLeft Roll Body inactive.png
577
lib/stepmania/NoteSkins/dance/retro/UpLeft Roll BottomCap active.png
578
lib/stepmania/NoteSkins/dance/retro/UpLeft Roll BottomCap inactive.png
579
lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Explosion Bright.png
580
lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Explosion dim.png
581
lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Fake 1x8.png
582
lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Mine.redir
583
lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Note.lua
584
lib/stepmania/NoteSkins/dance/retro/_UpLeft Tap Note 8x8.png
585
lib/stepmania/NoteSkins/dance/retro/_down receptor base.png
586
lib/stepmania/NoteSkins/dance/retro/_down receptor tap.png
587
lib/stepmania/NoteSkins/dance/retro/_down receptor.png
588
lib/stepmania/NoteSkins/dance/retro/_down tap note 8x8.png
589
lib/stepmania/NoteSkins/dance/retro/_receptor tap.png
590
lib/stepmania/NoteSkins/dance/retro/_upleft receptor base.png
591
lib/stepmania/NoteSkins/dance/retro/_upleft receptor tap.png
592
lib/stepmania/NoteSkins/dance/retro/metrics.ini
593
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold Body active.png
594
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold Body inactive.png
595
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold BottomCap active.png
596
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold BottomCap inactive.png
597
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold TopCap active.png
598
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold TopCap inactive.png
599
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll Body Inactive.redir
600
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll Body active.redir
601
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll BottomCap active.redir
602
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll BottomCap inactive.redir
603
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll TopCap active.redir
604
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll TopCap inactive.redir
605
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Tap Note.lua
606
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue hold explosion.redir
607
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue receptor.lua
608
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue roll explosion.redir
609
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap explosion bright.redir
610
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap explosion dim.redir
611
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap fake.png
612
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap mine.redir
613
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Noteskin.lua
614
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold Body active.png
615
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold Body inactive.png
616
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold BottomCap active.png
617
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold BottomCap inactive.png
618
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold TopCap active.png
619
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold TopCap inactive.png
620
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll Body Inactive.redir
621
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll Body active.redir
622
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll BottomCap active.redir
623
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll BottomCap inactive.redir
624
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll TopCap active.redir
625
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll TopCap inactive.redir
626
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Tap Note.lua
627
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White hold explosion.redir
628
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White receptor.lua
629
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White roll explosion.redir
630
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap explosion bright.redir
631
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap explosion dim.redir
632
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap fake.png
633
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap mine.redir
634
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Blue tap note 4x2.png
635
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Hold Explosion.lua
636
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Receptor.lua
637
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll Body active.png
638
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll Body inactive.png
639
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll BottomCap active.png
640
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll BottomCap inactive.png
641
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll Explosion.lua
642
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll TopCap active.png
643
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll TopCap inactive.png
644
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap Lift 4x1.png
645
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap Mine.lua
646
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap explosion bright.png
647
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap explosion dim.redir
648
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_White tap note 4x2.png
649
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Yellow tap note 4x2.png
650
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar hold explosion bright.png
651
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar hold explosion dim.png
652
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar mine 4x1.png
653
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar receptor tap.png
654
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_blue receptor base.png
655
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_white receptor base.png
656
lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/metrics.ini
657
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Body active.png
658
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Body inactive.png
659
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold BottomCap active.png
660
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold BottomCap inactive.png
661
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Explosion.lua
662
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Head active.png
663
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Head inactive.png
664
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold TopCap active.png
665
lib/stepmania/NoteSkins/dance/retrobar/Bar Hold TopCap inactive.png
666
lib/stepmania/NoteSkins/dance/retrobar/Bar Receptor.lua
667
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Body active.png
668
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Body inactive.png
669
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll BottomCap active.png
670
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll BottomCap inactive.png
671
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Explosion.lua
672
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Head active.png
673
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Head inactive.png
674
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll TopCap active.png
675
lib/stepmania/NoteSkins/dance/retrobar/Bar Roll TopCap inactive.png
676
lib/stepmania/NoteSkins/dance/retrobar/Bar Tap Lift 4x1.png
677
lib/stepmania/NoteSkins/dance/retrobar/Bar Tap Mine.lua
678
lib/stepmania/NoteSkins/dance/retrobar/Bar Tap Note.lua
679
lib/stepmania/NoteSkins/dance/retrobar/Bar Tap explosion bright.png
680
lib/stepmania/NoteSkins/dance/retrobar/Bar Tap explosion dim.redir
681
lib/stepmania/NoteSkins/dance/retrobar/Noteskin.lua
682
lib/stepmania/NoteSkins/dance/retrobar/_bar hold explosion bright.png
683
lib/stepmania/NoteSkins/dance/retrobar/_bar hold explosion dim.png
684
lib/stepmania/NoteSkins/dance/retrobar/_bar mine 4x1.png
685
lib/stepmania/NoteSkins/dance/retrobar/_bar receptor base.png
686
lib/stepmania/NoteSkins/dance/retrobar/_bar receptor tap.png
687
lib/stepmania/NoteSkins/dance/retrobar/_bar tap base.png
688
lib/stepmania/NoteSkins/dance/retrobar/_bar tap fake 1x8.png
689
lib/stepmania/NoteSkins/dance/retrobar/_bar tap note 8x8.png
690
lib/stepmania/NoteSkins/dance/retrobar/metrics.ini
691
lib/stepmania/NoteSkins/instructions.txt
692
lib/stepmania/NoteSkins/kb7/default/Key Go Receptor.png
693
lib/stepmania/NoteSkins/kb7/default/Key Hold Body active.png
694
lib/stepmania/NoteSkins/kb7/default/Key Hold Body inactive.png
695
lib/stepmania/NoteSkins/kb7/default/Key Hold BottomCap Inactive.png
696
lib/stepmania/NoteSkins/kb7/default/Key Hold BottomCap active.png
697
lib/stepmania/NoteSkins/kb7/default/Key Hold Explosion 2x1.png
698
lib/stepmania/NoteSkins/kb7/default/Key Receptor.lua
699
lib/stepmania/NoteSkins/kb7/default/Key Roll Body active.png
700
lib/stepmania/NoteSkins/kb7/default/Key Roll Body inactive.png
701
lib/stepmania/NoteSkins/kb7/default/Key Roll BottomCap active.png
702
lib/stepmania/NoteSkins/kb7/default/Key Roll BottomCap inactive.png
703
lib/stepmania/NoteSkins/kb7/default/Key Tap Explosion Bright.png
704
lib/stepmania/NoteSkins/kb7/default/Key Tap Explosion Dim.png
705
lib/stepmania/NoteSkins/kb7/default/Key Tap Note.lua
706
lib/stepmania/NoteSkins/kb7/default/NoteSkin.lua
707
lib/stepmania/NoteSkins/kb7/default/Space Hold Body active.png
708
lib/stepmania/NoteSkins/kb7/default/Space Hold Body inactive.png
709
lib/stepmania/NoteSkins/kb7/default/Space Hold BottomCap active.png
710
lib/stepmania/NoteSkins/kb7/default/Space Hold BottomCap inactive.png
711
lib/stepmania/NoteSkins/kb7/default/Space Hold Explosion 2x1.png
712
lib/stepmania/NoteSkins/kb7/default/Space Receptor.lua
713
lib/stepmania/NoteSkins/kb7/default/Space Roll Body active.png
714
lib/stepmania/NoteSkins/kb7/default/Space Roll Body inactive.png
715
lib/stepmania/NoteSkins/kb7/default/Space Roll BottomCap active.png
716
lib/stepmania/NoteSkins/kb7/default/Space Roll BottomCap inactive.png
717
lib/stepmania/NoteSkins/kb7/default/Space Tap Explosion Bright.png
718
lib/stepmania/NoteSkins/kb7/default/Space Tap Explosion Dim.png
719
lib/stepmania/NoteSkins/kb7/default/Space Tap Note.lua
720
lib/stepmania/NoteSkins/kb7/default/_key tap note 4x8.png
721
lib/stepmania/NoteSkins/kb7/default/_space tap note 1x8.png
722
lib/stepmania/NoteSkins/kb7/default/metrics.ini
723
lib/stepmania/NoteSkins/kb7/orbital/Bar Go Receptor.png
724
lib/stepmania/NoteSkins/kb7/orbital/Bar Receptor.lua
725
lib/stepmania/NoteSkins/kb7/orbital/Noteskin.lua
726
lib/stepmania/NoteSkins/kb7/orbital/Red Hold Body active.png
727
lib/stepmania/NoteSkins/kb7/orbital/Red Hold Body inactive.png
728
lib/stepmania/NoteSkins/kb7/orbital/Red Hold BottomCap Inactive.png
729
lib/stepmania/NoteSkins/kb7/orbital/Red Hold BottomCap active.png
730
lib/stepmania/NoteSkins/kb7/orbital/Red Hold Explosion 2x1.png
731
lib/stepmania/NoteSkins/kb7/orbital/Red Hold Head active.redir
732
lib/stepmania/NoteSkins/kb7/orbital/Red Hold Head inactive.redir
733
lib/stepmania/NoteSkins/kb7/orbital/Red Receptor.redir
734
lib/stepmania/NoteSkins/kb7/orbital/Red Roll Body active.png
735
lib/stepmania/NoteSkins/kb7/orbital/Red Roll Body inactive.png
736
lib/stepmania/NoteSkins/kb7/orbital/Red Roll BottomCap active.png
737
lib/stepmania/NoteSkins/kb7/orbital/Red Roll BottomCap inactive.png
738
lib/stepmania/NoteSkins/kb7/orbital/Red Roll Explosion.redir
739
lib/stepmania/NoteSkins/kb7/orbital/Red Roll Head active.redir
740
lib/stepmania/NoteSkins/kb7/orbital/Red Roll Head inactive.redir
741
lib/stepmania/NoteSkins/kb7/orbital/Red Tap Explosion Bright.png
742
lib/stepmania/NoteSkins/kb7/orbital/Red Tap Explosion Dim.png
743
lib/stepmania/NoteSkins/kb7/orbital/Red Tap Note.lua
744
lib/stepmania/NoteSkins/kb7/orbital/Yellow Go Receptor.png
745
lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Body active.redir
746
lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Body inactive.redir
747
lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold BottomCap active.redir
748
lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold BottomCap inactive.redir
749
lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Explosion.redir
750
lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Head active.redir
751
lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Head inactive.redir
752
lib/stepmania/NoteSkins/kb7/orbital/Yellow Receptor.lua
753
lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Body active.redir
754
lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Body inactive.redir
755
lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll BottomCap active.redir
756
lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll BottomCap inactive.redir
757
lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Explosion.redir
758
lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Head active.redir
759
lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Head inactive.redir
760
lib/stepmania/NoteSkins/kb7/orbital/Yellow Tap Explosion Bright.png
761
lib/stepmania/NoteSkins/kb7/orbital/Yellow Tap Explosion Dim.png
762
lib/stepmania/NoteSkins/kb7/orbital/Yellow Tap Note.lua
763
lib/stepmania/NoteSkins/kb7/orbital/_blank.png
764
lib/stepmania/NoteSkins/kb7/orbital/_blue tap note 4x1.png
765
lib/stepmania/NoteSkins/kb7/orbital/_red tap note 4x1.png
766
lib/stepmania/NoteSkins/kb7/orbital/_yellow tap note 4x1.png
767
lib/stepmania/NoteSkins/kb7/orbital/metrics.ini
768
lib/stepmania/NoteSkins/kb7/orbital/model/_grey (no mipmaps).png
769
lib/stepmania/NoteSkins/kb7/orbital/model/_yellow (no mipmaps).png
770
lib/stepmania/NoteSkins/kb7/orbital/model/grey.txt
771
lib/stepmania/NoteSkins/kb7/orbital/model/note-wide.txt
772
lib/stepmania/NoteSkins/kb7/orbital/model/note.txt
773
lib/stepmania/NoteSkins/kb7/orbital/model/scroller.ini
774
lib/stepmania/NoteSkins/kb7/orbital/model/scroller.png
775
lib/stepmania/NoteSkins/kb7/orbital/model/yellow.txt
776
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold Body active.png
777
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold Body inactive.png
778
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold BottomCap active.png
779
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold BottomCap inactive.png
780
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold TopCap active.png
781
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold TopCap inactive.png
782
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll Body Inactive.redir
783
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll Body active.redir
784
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll BottomCap active.redir
785
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll BottomCap inactive.redir
786
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll TopCap active.redir
787
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll TopCap inactive.redir
788
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Tap Note.lua
789
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue hold explosion.redir
790
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue receptor.redir
791
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue roll explosion.redir
792
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue tap explosion bright.redir
793
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue tap explosion dim.redir
794
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue tap fake.png
795
lib/stepmania/NoteSkins/kb7/retrobar-iidx/Noteskin.lua
796
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold Body active.png
797
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold Body inactive.png
798
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold BottomCap active.png
799
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold BottomCap inactive.png
800
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold TopCap active.png
801
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold TopCap inactive.png
802
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll Body Inactive.redir
803
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll Body active.redir
804
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll BottomCap active.redir
805
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll BottomCap inactive.redir
806
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll TopCap active.redir
807
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll TopCap inactive.redir
808
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Tap Note.lua
809
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White hold explosion.redir
810
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White receptor.redir
811
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White roll explosion.redir
812
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White tap explosion bright.redir
813
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White tap explosion dim.redir
814
lib/stepmania/NoteSkins/kb7/retrobar-iidx/White tap fake.png
815
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Blue tap note 4x2.png
816
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Hold Explosion.lua
817
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Receptor.lua
818
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll Body active.png
819
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll Body inactive.png
820
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll BottomCap active.png
821
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll BottomCap inactive.png
822
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll Explosion.lua
823
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll TopCap active.png
824
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll TopCap inactive.png
825
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap Lift 4x1.png
826
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap Mine.lua
827
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap explosion bright.png
828
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap explosion dim.redir
829
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_White tap note 4x2.png
830
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Yellow tap note 4x2.png
831
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar hold explosion bright.png
832
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar hold explosion dim.png
833
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar mine 4x1.png
834
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar receptor base.png
835
lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar receptor tap.png
836
lib/stepmania/NoteSkins/kb7/retrobar-iidx/metrics.ini
837
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold Body active.png
838
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold Body inactive.png
839
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold BottomCap active.png
840
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold BottomCap inactive.png
841
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold TopCap active.png
842
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold TopCap inactive.png
843
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll Body Inactive.redir
844
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll Body active.redir
845
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll BottomCap active.redir
846
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll BottomCap inactive.redir
847
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll TopCap active.redir
848
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll TopCap inactive.redir
849
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Tap Note.lua
850
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue hold explosion.redir
851
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue receptor.redir
852
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue roll explosion.redir
853
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue tap explosion bright.redir
854
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue tap explosion dim.redir
855
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue tap fake.png
856
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Noteskin.lua
857
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold Body active.png
858
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold Body inactive.png
859
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold BottomCap active.png
860
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold BottomCap inactive.png
861
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold TopCap active.png
862
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold TopCap inactive.png
863
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll Body Inactive.redir
864
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll Body active.redir
865
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll BottomCap active.redir
866
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll BottomCap inactive.redir
867
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll TopCap active.redir
868
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll TopCap inactive.redir
869
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Tap Note.lua
870
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White hold explosion.redir
871
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White receptor.redir
872
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White roll explosion.redir
873
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White tap explosion bright.redir
874
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White tap explosion dim.redir
875
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White tap fake.png
876
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold Body active.png
877
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold Body inactive.png
878
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold BottomCap active.png
879
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold BottomCap inactive.png
880
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold TopCap active.png
881
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold TopCap inactive.png
882
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll Body Inactive.redir
883
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll Body active.redir
884
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll BottomCap active.redir
885
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll BottomCap inactive.redir
886
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll TopCap active.redir
887
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll TopCap inactive.redir
888
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Tap Note.lua
889
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow hold explosion.redir
890
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow receptor.redir
891
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow roll explosion.redir
892
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow tap explosion bright.redir
893
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow tap explosion dim.redir
894
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow tap fake.png
895
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Blue tap note 4x2.png
896
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Hold Explosion.lua
897
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Receptor.lua
898
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll Body active.png
899
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll Body inactive.png
900
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll BottomCap active.png
901
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll BottomCap inactive.png
902
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll Explosion.lua
903
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll TopCap active.png
904
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll TopCap inactive.png
905
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap Lift 4x1.png
906
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap Mine.lua
907
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap explosion bright.png
908
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap explosion dim.redir
909
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_White tap note 4x2.png
910
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Yellow tap note 4x2.png
911
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar hold explosion bright.png
912
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar hold explosion dim.png
913
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar mine 4x1.png
914
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar receptor base.png
915
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar receptor tap.png
916
lib/stepmania/NoteSkins/kb7/retrobar-o2jam/metrics.ini
917
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Body active.png
918
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Body inactive.png
919
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold BottomCap active.png
920
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold BottomCap inactive.png
921
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Explosion.lua
922
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Head active.png
923
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Head inactive.png
924
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold TopCap active.png
925
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold TopCap inactive.png
926
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Receptor.lua
927
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Body active.png
928
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Body inactive.png
929
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll BottomCap active.png
930
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll BottomCap inactive.png
931
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Explosion.lua
932
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Head active.png
933
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Head inactive.png
934
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll TopCap active.png
935
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll TopCap inactive.png
936
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Explosion bright.png
937
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Lift.png
938
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Mine.lua
939
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Note.lua
940
lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap explosion dim.redir
941
lib/stepmania/NoteSkins/kb7/retrobar-razor/Noteskin.lua
942
lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar hold explosion bright.png
943
lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar hold explosion dim.png
944
lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar mine 4x1.png
945
lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar receptor base.png
946
lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar receptor tap.png
947
lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar tap fake.png
948
lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar tap note 2x8.png
949
lib/stepmania/NoteSkins/kb7/retrobar-razor/noteskin.ini
950
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold Body active.png
951
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold Body inactive.png
952
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold BottomCap active.png
953
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold BottomCap inactive.png
954
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold TopCap active.png
955
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold TopCap inactive.png
956
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll Body Inactive.redir
957
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll Body active.redir
958
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll BottomCap active.redir
959
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll BottomCap inactive.redir
960
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll TopCap active.redir
961
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll TopCap inactive.redir
962
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Tap Note.lua
963
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue hold explosion.redir
964
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue receptor.redir
965
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue roll explosion.redir
966
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue tap explosion bright.redir
967
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue tap explosion dim.redir
968
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Noteskin.lua
969
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold Body active.png
970
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold Body inactive.png
971
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold BottomCap active.png
972
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold BottomCap inactive.png
973
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold TopCap active.png
974
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold TopCap inactive.png
975
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll Body Inactive.redir
976
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll Body active.redir
977
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll BottomCap active.redir
978
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll BottomCap inactive.redir
979
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll TopCap active.redir
980
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll TopCap inactive.redir
981
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Tap Note.lua
982
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White hold explosion.redir
983
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White receptor.redir
984
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White roll explosion.redir
985
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White tap explosion bright.redir
986
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White tap explosion dim.redir
987
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold Body active.png
988
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold Body inactive.png
989
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold BottomCap active.png
990
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold BottomCap inactive.png
991
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold TopCap active.png
992
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold TopCap inactive.png
993
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll Body Inactive.redir
994
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll Body active.redir
995
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll BottomCap active.redir
996
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll BottomCap inactive.redir
997
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll TopCap active.redir
998
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll TopCap inactive.redir
999
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Tap Note.lua
1000
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow hold explosion.redir
1001
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow receptor.redir
1002
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow roll explosion.redir
1003
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow tap explosion bright.redir
1004
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow tap explosion dim.redir
1005
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Blue tap note 2x1.png
1006
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Hold Explosion.lua
1007
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Receptor.lua
1008
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll Body active.png
1009
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll Body inactive.png
1010
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll BottomCap active.png
1011
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll BottomCap inactive.png
1012
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll Explosion.lua
1013
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll TopCap active.png
1014
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll TopCap inactive.png
1015
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap Explosion bright.png
1016
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap Lift 3x1.png
1017
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap Mine.lua
1018
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap explosion dim.redir
1019
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_White tap note 2x1.png
1020
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Yellow tap note 2x1.png
1021
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar hold explosion bright.png
1022
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar hold explosion dim.png
1023
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar mine 4x1.png
1024
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar receptor base.png
1025
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar receptor tap.png
1026
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar tap fake.png
1027
lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/metrics.ini
1028
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Body active.png
1029
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Body inactive.png
1030
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold BottomCap active.png
1031
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold BottomCap inactive.png
1032
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Explosion.lua
1033
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Head active.png
1034
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Head inactive.png
1035
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold TopCap active.png
1036
lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold TopCap inactive.png
1037
lib/stepmania/NoteSkins/kb7/retrobar/Bar Receptor.lua
1038
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Body active.png
1039
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Body inactive.png
1040
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll BottomCap active.png
1041
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll BottomCap inactive.png
1042
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Explosion.lua
1043
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Head active.png
1044
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Head inactive.png
1045
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll TopCap active.png
1046
lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll TopCap inactive.png
1047
lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap Lift 4x1.png
1048
lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap Mine.lua
1049
lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap Note.lua
1050
lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap explosion bright.png
1051
lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap explosion dim.redir
1052
lib/stepmania/NoteSkins/kb7/retrobar/Noteskin.lua
1053
lib/stepmania/NoteSkins/kb7/retrobar/_bar hold explosion bright.png
1054
lib/stepmania/NoteSkins/kb7/retrobar/_bar hold explosion dim.png
1055
lib/stepmania/NoteSkins/kb7/retrobar/_bar mine 4x1.png
1056
lib/stepmania/NoteSkins/kb7/retrobar/_bar receptor base.png
1057
lib/stepmania/NoteSkins/kb7/retrobar/_bar receptor tap.png
1058
lib/stepmania/NoteSkins/kb7/retrobar/_bar tap base.png
1059
lib/stepmania/NoteSkins/kb7/retrobar/_bar tap fake 1x8.png
1060
lib/stepmania/NoteSkins/kb7/retrobar/_bar tap note 8x8.png
1061
lib/stepmania/NoteSkins/kb7/retrobar/metrics.ini
1062
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Explosion.lua
1063
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Body Active (doubleres).png
1064
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Body Inactive (doubleres).png
1065
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold BottomCap Active (doubleres).png
1066
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold BottomCap Inactive (doubleres).png
1067
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Head Active.lua
1068
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Head Inactive.lua
1069
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Receptor.lua
1070
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Body Active (doubleres).png
1071
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Body Inactive (doubleres).png
1072
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll BottomCap Active (doubleres).png
1073
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll BottomCap Inactive (doubleres).png
1074
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Head Active.lua
1075
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Head Inactive.lua
1076
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Tap Lift.lua
1077
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist tap note.lua
1078
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Explosion.lua
1079
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Body Active (doubleres).png
1080
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Body Inactive (doubleres).png
1081
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold BottomCap Active (doubleres).png
1082
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold BottomCap Inactive (doubleres).png
1083
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Head Active.lua
1084
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Head Inactive.lua
1085
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Receptor.lua
1086
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Body Active (doubleres).png
1087
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Body Inactive (doubleres).png
1088
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll BottomCap Active (doubleres).png
1089
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll BottomCap Inactive (doubleres).png
1090
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Head Active.lua
1091
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Head Inactive.lua
1092
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Tap Lift.lua
1093
lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot tap note.lua
1094
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Explosion.lua
1095
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist HitMine Explosion.redir
1096
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Body Active (doubleres).png
1097
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Body Inactive (doubleres).png
1098
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold BottomCap Active (doubleres).png
1099
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold BottomCap Inactive (doubleres).png
1100
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Head Active.redir
1101
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Head Inactive.lua
1102
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Receptor.lua
1103
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Body Active (doubleres).png
1104
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Body Inactive (doubleres).png
1105
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll BottomCap Active (doubleres).png
1106
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll BottomCap Inactive (doubleres).png
1107
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Head Active.redir
1108
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Head Inactive.lua
1109
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Tap Lift.lua
1110
lib/stepmania/NoteSkins/kickbox/default/AnyRightFist tap Note (doubleres).png
1111
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Explosion.lua
1112
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot HitMine Explosion.redir
1113
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Body Active (doubleres).png
1114
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Body Inactive (doubleres).png
1115
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold BottomCap Active (doubleres).png
1116
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold BottomCap Inactive (doubleres).png
1117
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Head Active.redir
1118
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Head Inactive.redir
1119
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Receptor.lua
1120
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Body Active (doubleres).png
1121
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Body Inactive (doubleres).png
1122
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll BottomCap Active (doubleres).png
1123
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll BottomCap Inactive (doubleres).png
1124
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Head Active.redir
1125
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Head Inactive.lua
1126
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Tap Lift.lua
1127
lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot tap note (doubleres).png
1128
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Body Active (doubleres).png
1129
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Body Inactive (doubleres).png
1130
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold BottomCap Active (doubleres).png
1131
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold BottomCap Inactive (doubleres).png
1132
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Head Active.lua
1133
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Head Inactive.lua
1134
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Body Active (doubleres).png
1135
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Body Inactive (doubleres).png
1136
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll BottomCap Active (doubleres).png
1137
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll BottomCap Inactive (doubleres).png
1138
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Head Active.lua
1139
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Head Inactive.lua
1140
lib/stepmania/NoteSkins/kickbox/default/DownLeftFist tap note.lua
1141
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Body Active (doubleres).png
1142
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Body Inactive (doubleres).png
1143
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold BottomCap Active (doubleres).png
1144
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold BottomCap Inactive (doubleres).png
1145
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Head Active.lua
1146
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Head Inactive.lua
1147
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Body Active (doubleres).png
1148
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Body Inactive (doubleres).png
1149
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll BottomCap Active (doubleres).png
1150
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll BottomCap Inactive (doubleres).png
1151
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Head Active.lua
1152
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Head Inactive.lua
1153
lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot tap note.lua
1154
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Body Active (doubleres).png
1155
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Body Inactive (doubleres).png
1156
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold BottomCap Active (doubleres).png
1157
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold BottomCap Inactive (doubleres).png
1158
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Head Active.redir
1159
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Head Inactive.lua
1160
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Body Active (doubleres).png
1161
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Body Inactive (doubleres).png
1162
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll BottomCap Active (doubleres).png
1163
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll BottomCap Inactive (doubleres).png
1164
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Head Active.redir
1165
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Head Inactive.lua
1166
lib/stepmania/NoteSkins/kickbox/default/DownRightFist Tap Note (doubleres).png
1167
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Body Active (doubleres).png
1168
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Body Inactive (doubleres).png
1169
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold BottomCap Active (doubleres).png
1170
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold BottomCap Inactive (doubleres).png
1171
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Head Active.redir
1172
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Head Inactive.lua
1173
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Body Active (doubleres).png
1174
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Body Inactive (doubleres).png
1175
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll BottomCap Active (doubleres).png
1176
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll BottomCap Inactive (doubleres).png
1177
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Head Active.redir
1178
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Head Inactive.lua
1179
lib/stepmania/NoteSkins/kickbox/default/DownRightFoot tap note (doubleres).png
1180
lib/stepmania/NoteSkins/kickbox/default/Fallback HitMine Explosion.png
1181
lib/stepmania/NoteSkins/kickbox/default/NoteSkin.lua
1182
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Body Active (doubleres).png
1183
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Body Inactive (doubleres).png
1184
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold BottomCap Active (doubleres).png
1185
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold BottomCap Inactive (doubleres).png
1186
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Head Active.lua
1187
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Head Inactive.lua
1188
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Body Active (doubleres).png
1189
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Body Inactive (doubleres).png
1190
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll BottomCap Active (doubleres).png
1191
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll BottomCap Inactive (doubleres).png
1192
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Head Active.lua
1193
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Head Inactive.lua
1194
lib/stepmania/NoteSkins/kickbox/default/UpLeftFist tap note.lua
1195
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Body Active (doubleres).png
1196
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Body Inactive (doubleres).png
1197
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold BottomCap Active (doubleres).png
1198
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold BottomCap Inactive (doubleres).png
1199
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Head Active.lua
1200
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Head Inactive.lua
1201
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Body Active (doubleres).png
1202
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Body Inactive (doubleres).png
1203
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll BottomCap Active (doubleres).png
1204
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll BottomCap Inactive (doubleres).png
1205
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Head Active.lua
1206
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Head Inactive.lua
1207
lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot tap note.lua
1208
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Body Active (doubleres).png
1209
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Body Inactive (doubleres).png
1210
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold BottomCap Active (doubleres).png
1211
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold BottomCap Inactive (doubleres).png
1212
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Head Active.redir
1213
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Head Inactive.lua
1214
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Body Active (doubleres).png
1215
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Body Inactive (doubleres).png
1216
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll BottomCap Active (doubleres).png
1217
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll BottomCap Inactive (doubleres).png
1218
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Head Active.redir
1219
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Head Inactive.lua
1220
lib/stepmania/NoteSkins/kickbox/default/UpRightFist Tap Note (doubleres).png
1221
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Body Active (doubleres).png
1222
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Body Inactive (doubleres).png
1223
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold BottomCap Active (doubleres).png
1224
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold BottomCap Inactive (doubleres).png
1225
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Head Active.redir
1226
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Head Inactive.lua
1227
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Body Active (doubleres).png
1228
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Body Inactive (doubleres).png
1229
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll BottomCap Active (doubleres).png
1230
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll BottomCap Inactive (doubleres).png
1231
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Head Active.redir
1232
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Head Inactive.lua
1233
lib/stepmania/NoteSkins/kickbox/default/UpRightFoot tap note (doubleres).png
1234
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Hold Explosion.redir
1235
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Roll Explosion.redir
1236
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Tap Explosion Dim (doubleres).png
1237
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Tap Lift (doubleres).png
1238
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist receptor frame (doubleres).png
1239
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist receptor underlay (doubleres).png
1240
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Hold Explosion.redir
1241
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Roll Explosion.redir
1242
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Tap Explosion Dim (doubleres).png
1243
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Tap Lift (doubleres).png
1244
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot receptor frame (doubleres).png
1245
lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot receptor underlay (doubleres).png
1246
lib/stepmania/NoteSkins/kickbox/default/metrics.ini
1247
lib/stepmania/NoteSkins/lights/default/metrics.ini
1248
lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Hold Body active (doubleres) 6x1.png
1249
lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Hold BottomCap active (doubleres) 6x1.png
1250
lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Roll Head Active (doubleres) 3x2.png
1251
lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Tap Note (doubleres) 3x2.png
1252
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Hold Body active (doubleres) 6x1.png
1253
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Hold BottomCap active (doubleres) 6x1.png
1254
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Roll Head Active (doubleres) 3x2.png
1255
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Tap Note (doubleres) 3x2.png
1256
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Hold Body active (doubleres) 6x1.png
1257
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Hold BottomCap active (doubleres) 6x1.png
1258
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Roll Head Active (doubleres) 3x2.png
1259
lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Tap Note (doubleres) 3x2.png
1260
lib/stepmania/NoteSkins/pump/cmd-routine-p1/NoteSkin.lua
1261
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Hold Body active (doubleres) 6x1.png
1262
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Hold BottomCap active (doubleres) 6x1.png
1263
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Roll Head Active (doubleres) 3x2.png
1264
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Tap Note (doubleres) 3x2.png
1265
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Hold Body active (doubleres) 6x1.png
1266
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Hold BottomCap active (doubleres) 6x1.png
1267
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Roll Head Active (doubleres) 3x2.png
1268
lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Tap Note (doubleres) 3x2.png
1269
lib/stepmania/NoteSkins/pump/cmd-routine-p1/metrics.ini
1270
lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Hold Body active (doubleres) 6x1.png
1271
lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Hold BottomCap active (doubleres) 6x1.png
1272
lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Roll Head Active (doubleres) 3x2.png
1273
lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Tap Note (doubleres) 3x2.png
1274
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Hold Body active (doubleres) 6x1.png
1275
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Hold BottomCap active (doubleres) 6x1.png
1276
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Roll Head Active (doubleres) 3x2.png
1277
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Tap Note (doubleres) 3x2.png
1278
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Hold Body active (doubleres) 6x1.png
1279
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Hold BottomCap active (doubleres) 6x1.png
1280
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Roll Head Active (doubleres) 3x2.png
1281
lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Tap Note (doubleres) 3x2.png
1282
lib/stepmania/NoteSkins/pump/cmd-routine-p2/NoteSkin.lua
1283
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Hold Body active (doubleres) 6x1.png
1284
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Hold BottomCap active (doubleres) 6x1.png
1285
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Roll Head Active (doubleres) 3x2.png
1286
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Tap Note (doubleres) 3x2.png
1287
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Hold Body active (doubleres) 6x1.png
1288
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Hold BottomCap active (doubleres) 6x1.png
1289
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Roll Head Active (doubleres) 3x2.png
1290
lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Tap Note (doubleres) 3x2.png
1291
lib/stepmania/NoteSkins/pump/cmd-routine-p2/metrics.ini
1292
lib/stepmania/NoteSkins/pump/cmd/Center Hold Body active (doubleres) 6x1.png
1293
lib/stepmania/NoteSkins/pump/cmd/Center Hold BottomCap active (doubleres) 6x1.png
1294
lib/stepmania/NoteSkins/pump/cmd/Center Outline Receptor (doubleres).png
1295
lib/stepmania/NoteSkins/pump/cmd/Center Ready Receptor (doubleres) 1x3.png
1296
lib/stepmania/NoteSkins/pump/cmd/Center Roll Head Active (doubleres) 3x2.png
1297
lib/stepmania/NoteSkins/pump/cmd/Center Tap Note (doubleres) 3x2.png
1298
lib/stepmania/NoteSkins/pump/cmd/DownLeft Hold Body active (doubleres) 6x1.png
1299
lib/stepmania/NoteSkins/pump/cmd/DownLeft Hold BottomCap active (doubleres) 6x1.png
1300
lib/stepmania/NoteSkins/pump/cmd/DownLeft Ready Receptor (doubleres) 1x3.png
1301
lib/stepmania/NoteSkins/pump/cmd/DownLeft Roll Head Active (doubleres) 3x2.png
1302
lib/stepmania/NoteSkins/pump/cmd/DownLeft Tap Note (doubleres) 3x2.png
1303
lib/stepmania/NoteSkins/pump/cmd/DownRight Hold Body active (doubleres) 6x1.png
1304
lib/stepmania/NoteSkins/pump/cmd/DownRight Hold BottomCap active (doubleres) 6x1.png
1305
lib/stepmania/NoteSkins/pump/cmd/DownRight Roll Head Active (doubleres) 3x2.png
1306
lib/stepmania/NoteSkins/pump/cmd/UpLeft Hold Body active (doubleres) 6x1.png
1307
lib/stepmania/NoteSkins/pump/cmd/UpLeft Hold BottomCap active (doubleres) 6x1.png
1308
lib/stepmania/NoteSkins/pump/cmd/UpLeft Ready Receptor (doubleres) 1x3.png
1309
lib/stepmania/NoteSkins/pump/cmd/UpLeft Roll Head Active (doubleres) 3x2.png
1310
lib/stepmania/NoteSkins/pump/cmd/UpLeft Tap Note (doubleres) 3x2.png
1311
lib/stepmania/NoteSkins/pump/cmd/UpRight Hold Body active (doubleres) 6x1.png
1312
lib/stepmania/NoteSkins/pump/cmd/UpRight Hold BottomCap active (doubleres) 6x1.png
1313
lib/stepmania/NoteSkins/pump/cmd/UpRight Roll Head Active (doubleres) 3x2.png
1314
lib/stepmania/NoteSkins/pump/cmd/metrics.ini
1315
lib/stepmania/NoteSkins/pump/complex/Center Hold Body active (doubleres).png
1316
lib/stepmania/NoteSkins/pump/complex/Center Hold BottomCap active (doubleres).png
1317
lib/stepmania/NoteSkins/pump/complex/Center Outline Receptor.redir
1318
lib/stepmania/NoteSkins/pump/complex/Center Ready Receptor 3x1 (doubleres).png
1319
lib/stepmania/NoteSkins/pump/complex/Center Tap Note 5x1 (doubleres).png
1320
lib/stepmania/NoteSkins/pump/complex/DownLeft Hold Body active (doubleres).png
1321
lib/stepmania/NoteSkins/pump/complex/DownLeft Hold BottomCap active (doubleres).png
1322
lib/stepmania/NoteSkins/pump/complex/DownLeft Ready Receptor 3x1 (doubleres).png
1323
lib/stepmania/NoteSkins/pump/complex/DownLeft Tap Note 6x1 (doubleres).png
1324
lib/stepmania/NoteSkins/pump/complex/DownRight Hold Body active (doubleres).png
1325
lib/stepmania/NoteSkins/pump/complex/DownRight Hold BottomCap active (doubleres).png
1326
lib/stepmania/NoteSkins/pump/complex/UpLeft Hold Body active (doubleres).png
1327
lib/stepmania/NoteSkins/pump/complex/UpLeft Hold BottomCap active (doubleres).png
1328
lib/stepmania/NoteSkins/pump/complex/UpLeft Ready Receptor 3x1 (doubleres).png
1329
lib/stepmania/NoteSkins/pump/complex/UpLeft Tap Note 6x1 (doubleres).png
1330
lib/stepmania/NoteSkins/pump/complex/UpRight Hold Body active (doubleres).png
1331
lib/stepmania/NoteSkins/pump/complex/UpRight Hold BottomCap active (doubleres).png
1332
lib/stepmania/NoteSkins/pump/complex/metrics.ini
1333
lib/stepmania/NoteSkins/pump/default/Center Hold Body Active 6x1.png
1334
lib/stepmania/NoteSkins/pump/default/Center Hold BottomCap Active 6x1.png
1335
lib/stepmania/NoteSkins/pump/default/Center Outline Receptor.png
1336
lib/stepmania/NoteSkins/pump/default/Center Ready Receptor 1x3.png
1337
lib/stepmania/NoteSkins/pump/default/Center Tap Lift.lua
1338
lib/stepmania/NoteSkins/pump/default/Center Tap Note 3x2.png
1339
lib/stepmania/NoteSkins/pump/default/DownLeft Hold Body Active 6x1.png
1340
lib/stepmania/NoteSkins/pump/default/DownLeft Hold BottomCap Active 6x1.png
1341
lib/stepmania/NoteSkins/pump/default/DownLeft Outline Receptor.redir
1342
lib/stepmania/NoteSkins/pump/default/DownLeft Ready Receptor 1x3.png
1343
lib/stepmania/NoteSkins/pump/default/DownLeft Tap Lift.lua
1344
lib/stepmania/NoteSkins/pump/default/DownLeft Tap Note 3x2.png
1345
lib/stepmania/NoteSkins/pump/default/DownRight Hold Body Active 6x1.png
1346
lib/stepmania/NoteSkins/pump/default/DownRight Hold BottomCap Active 6x1.png
1347
lib/stepmania/NoteSkins/pump/default/DownRight Ready Receptor.lua
1348
lib/stepmania/NoteSkins/pump/default/DownRight Tap Lift.lua
1349
lib/stepmania/NoteSkins/pump/default/DownRight Tap Note.lua
1350
lib/stepmania/NoteSkins/pump/default/NoteSkin.lua
1351
lib/stepmania/NoteSkins/pump/default/UpLeft Explosion.lua
1352
lib/stepmania/NoteSkins/pump/default/UpLeft Hold Body Active 6x1.png
1353
lib/stepmania/NoteSkins/pump/default/UpLeft Hold BottomCap Active 6x1.png
1354
lib/stepmania/NoteSkins/pump/default/UpLeft Ready Receptor 1x3.png
1355
lib/stepmania/NoteSkins/pump/default/UpLeft Receptor.lua
1356
lib/stepmania/NoteSkins/pump/default/UpLeft Tap Lift.lua
1357
lib/stepmania/NoteSkins/pump/default/UpLeft Tap Note 3x2.png
1358
lib/stepmania/NoteSkins/pump/default/UpRight Hold Body Active 6x1.png
1359
lib/stepmania/NoteSkins/pump/default/UpRight Hold BottomCap Active 6x1.png
1360
lib/stepmania/NoteSkins/pump/default/UpRight Ready Receptor.lua
1361
lib/stepmania/NoteSkins/pump/default/UpRight Tap Lift.lua
1362
lib/stepmania/NoteSkins/pump/default/UpRight Tap Note.lua
1363
lib/stepmania/NoteSkins/pump/default/_flash (doubleres).png
1364
lib/stepmania/NoteSkins/pump/default/metrics.ini
1365
lib/stepmania/NoteSkins/pump/delta-note/Center Hold Body Active.png
1366
lib/stepmania/NoteSkins/pump/delta-note/Center Hold BottomCap Active.png
1367
lib/stepmania/NoteSkins/pump/delta-note/Center NoteHit.lua
1368
lib/stepmania/NoteSkins/pump/delta-note/Center Ready Receptor 3x1.png
1369
lib/stepmania/NoteSkins/pump/delta-note/Center Tap Note.lua
1370
lib/stepmania/NoteSkins/pump/delta-note/Center_feet.png
1371
lib/stepmania/NoteSkins/pump/delta-note/DownLeft Hold Body Active.png
1372
lib/stepmania/NoteSkins/pump/delta-note/DownLeft Hold BottomCap Active.png
1373
lib/stepmania/NoteSkins/pump/delta-note/DownLeft NoteHit.lua
1374
lib/stepmania/NoteSkins/pump/delta-note/DownLeft Ready Receptor 3x1.png
1375
lib/stepmania/NoteSkins/pump/delta-note/DownLeft Tap Note.lua
1376
lib/stepmania/NoteSkins/pump/delta-note/DownRight Hold Body Active.png
1377
lib/stepmania/NoteSkins/pump/delta-note/DownRight Hold BottomCap Active.png
1378
lib/stepmania/NoteSkins/pump/delta-note/DownRight NoteHit.lua
1379
lib/stepmania/NoteSkins/pump/delta-note/DownRight Ready Receptor.lua
1380
lib/stepmania/NoteSkins/pump/delta-note/DownRight Tap Note.lua
1381
lib/stepmania/NoteSkins/pump/delta-note/DownRight border.redir
1382
lib/stepmania/NoteSkins/pump/delta-note/Mine_Base.png
1383
lib/stepmania/NoteSkins/pump/delta-note/Mine_Border.png
1384
lib/stepmania/NoteSkins/pump/delta-note/Mine_Fill.png
1385
lib/stepmania/NoteSkins/pump/delta-note/Mine_Light.png
1386
lib/stepmania/NoteSkins/pump/delta-note/Mine_Overlay.png
1387
lib/stepmania/NoteSkins/pump/delta-note/UpLeft Explosion.lua
1388
lib/stepmania/NoteSkins/pump/delta-note/UpLeft Hold Body Active.png
1389
lib/stepmania/NoteSkins/pump/delta-note/UpLeft Hold BottomCap Active.png
1390
lib/stepmania/NoteSkins/pump/delta-note/UpLeft NoteHit.lua
1391
lib/stepmania/NoteSkins/pump/delta-note/UpLeft Ready Receptor 3x1.png
1392
lib/stepmania/NoteSkins/pump/delta-note/UpLeft Receptor.lua
1393
lib/stepmania/NoteSkins/pump/delta-note/UpLeft Tap Mine.lua
1394
lib/stepmania/NoteSkins/pump/delta-note/UpLeft Tap Note.lua
1395
lib/stepmania/NoteSkins/pump/delta-note/UpRight Hold Body Active.png
1396
lib/stepmania/NoteSkins/pump/delta-note/UpRight Hold BottomCap Active.png
1397
lib/stepmania/NoteSkins/pump/delta-note/UpRight NoteHit.lua
1398
lib/stepmania/NoteSkins/pump/delta-note/UpRight Ready Receptor.lua
1399
lib/stepmania/NoteSkins/pump/delta-note/UpRight Tap Note.lua
1400
lib/stepmania/NoteSkins/pump/delta-note/UpRight border.redir
1401
lib/stepmania/NoteSkins/pump/delta-note/_Center Tap Note 6x8.png
1402
lib/stepmania/NoteSkins/pump/delta-note/_CenterHit 3x1.png
1403
lib/stepmania/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png
1404
lib/stepmania/NoteSkins/pump/delta-note/_DownLeftHit 3x1.png
1405
lib/stepmania/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png
1406
lib/stepmania/NoteSkins/pump/delta-note/_blank.png
1407
lib/stepmania/NoteSkins/pump/delta-note/metrics.ini
1408
lib/stepmania/NoteSkins/pump/delta-note/reminder.txt
1409
lib/stepmania/NoteSkins/pump/delta-routine-p1/Center Hold Body Active.png
1410
lib/stepmania/NoteSkins/pump/delta-routine-p1/Center Hold BottomCap Active.png
1411
lib/stepmania/NoteSkins/pump/delta-routine-p1/Center Tap Note 6x1.png
1412
lib/stepmania/NoteSkins/pump/delta-routine-p1/DownLeft Hold Body Active.png
1413
lib/stepmania/NoteSkins/pump/delta-routine-p1/DownLeft Hold BottomCap Active.png
1414
lib/stepmania/NoteSkins/pump/delta-routine-p1/DownLeft Tap Note 6x1.png
1415
lib/stepmania/NoteSkins/pump/delta-routine-p1/DownRight Hold Body Active.png
1416
lib/stepmania/NoteSkins/pump/delta-routine-p1/DownRight Hold BottomCap Active.png
1417
lib/stepmania/NoteSkins/pump/delta-routine-p1/NoteSkin.lua
1418
lib/stepmania/NoteSkins/pump/delta-routine-p1/UpLeft Hold Body Active.png
1419
lib/stepmania/NoteSkins/pump/delta-routine-p1/UpLeft Hold BottomCap Active.png
1420
lib/stepmania/NoteSkins/pump/delta-routine-p1/UpLeft Tap Note 6x1.png
1421
lib/stepmania/NoteSkins/pump/delta-routine-p1/UpRight Hold Body Active.png
1422
lib/stepmania/NoteSkins/pump/delta-routine-p1/UpRight Hold BottomCap Active.png
1423
lib/stepmania/NoteSkins/pump/delta-routine-p1/metrics.ini
1424
lib/stepmania/NoteSkins/pump/delta-routine-p2/Center Hold Body Active.png
1425
lib/stepmania/NoteSkins/pump/delta-routine-p2/Center Hold BottomCap Active.png
1426
lib/stepmania/NoteSkins/pump/delta-routine-p2/Center Tap Note 6x1.png
1427
lib/stepmania/NoteSkins/pump/delta-routine-p2/DownLeft Hold Body Active.png
1428
lib/stepmania/NoteSkins/pump/delta-routine-p2/DownLeft Hold BottomCap Active.png
1429
lib/stepmania/NoteSkins/pump/delta-routine-p2/DownLeft Tap Note 6x1.png
1430
lib/stepmania/NoteSkins/pump/delta-routine-p2/DownRight Hold Body Active.png
1431
lib/stepmania/NoteSkins/pump/delta-routine-p2/DownRight Hold BottomCap Active.png
1432
lib/stepmania/NoteSkins/pump/delta-routine-p2/NoteSkin.lua
1433
lib/stepmania/NoteSkins/pump/delta-routine-p2/UpLeft Hold Body Active.png
1434
lib/stepmania/NoteSkins/pump/delta-routine-p2/UpLeft Hold BottomCap Active.png
1435
lib/stepmania/NoteSkins/pump/delta-routine-p2/UpLeft Tap Note 6x1.png
1436
lib/stepmania/NoteSkins/pump/delta-routine-p2/UpRight Hold Body Active.png
1437
lib/stepmania/NoteSkins/pump/delta-routine-p2/UpRight Hold BottomCap Active.png
1438
lib/stepmania/NoteSkins/pump/delta-routine-p2/metrics.ini
1439
lib/stepmania/NoteSkins/pump/delta/Center Hold Body Active.png
1440
lib/stepmania/NoteSkins/pump/delta/Center Hold BottomCap Active.png
1441
lib/stepmania/NoteSkins/pump/delta/Center Hold Head.lua
1442
lib/stepmania/NoteSkins/pump/delta/Center NoteHit.lua
1443
lib/stepmania/NoteSkins/pump/delta/Center Ready Receptor 3x1.png
1444
lib/stepmania/NoteSkins/pump/delta/Center Tap Note.lua
1445
lib/stepmania/NoteSkins/pump/delta/Center border.png
1446
lib/stepmania/NoteSkins/pump/delta/Center_blend.png
1447
lib/stepmania/NoteSkins/pump/delta/Center_feet.png
1448
lib/stepmania/NoteSkins/pump/delta/Center_fill.png
1449
lib/stepmania/NoteSkins/pump/delta/DownLeft Hold Body Active.png
1450
lib/stepmania/NoteSkins/pump/delta/DownLeft Hold BottomCap Active.png
1451
lib/stepmania/NoteSkins/pump/delta/DownLeft Hold Head.lua
1452
lib/stepmania/NoteSkins/pump/delta/DownLeft NoteHit.lua
1453
lib/stepmania/NoteSkins/pump/delta/DownLeft Ready Receptor 3x1.png
1454
lib/stepmania/NoteSkins/pump/delta/DownLeft Tap Note.lua
1455
lib/stepmania/NoteSkins/pump/delta/DownLeft border.png
1456
lib/stepmania/NoteSkins/pump/delta/DownLeft_blend.png
1457
lib/stepmania/NoteSkins/pump/delta/DownLeft_fill.png
1458
lib/stepmania/NoteSkins/pump/delta/DownRight Hold Body Active.png
1459
lib/stepmania/NoteSkins/pump/delta/DownRight Hold BottomCap Active.png
1460
lib/stepmania/NoteSkins/pump/delta/DownRight Hold Head.lua
1461
lib/stepmania/NoteSkins/pump/delta/DownRight NoteHit.lua
1462
lib/stepmania/NoteSkins/pump/delta/DownRight Ready Receptor.lua
1463
lib/stepmania/NoteSkins/pump/delta/DownRight Tap Note.lua
1464
lib/stepmania/NoteSkins/pump/delta/DownRight border.redir
1465
lib/stepmania/NoteSkins/pump/delta/Mine_Base.png
1466
lib/stepmania/NoteSkins/pump/delta/Mine_Border.png
1467
lib/stepmania/NoteSkins/pump/delta/Mine_Fill.png
1468
lib/stepmania/NoteSkins/pump/delta/Mine_Light.png
1469
lib/stepmania/NoteSkins/pump/delta/Mine_Overlay.png
1470
lib/stepmania/NoteSkins/pump/delta/NoteSkin.lua
1471
lib/stepmania/NoteSkins/pump/delta/UpLeft Explosion.lua
1472
lib/stepmania/NoteSkins/pump/delta/UpLeft Hold Body Active.png
1473
lib/stepmania/NoteSkins/pump/delta/UpLeft Hold BottomCap Active.png
1474
lib/stepmania/NoteSkins/pump/delta/UpLeft Hold Head.lua
1475
lib/stepmania/NoteSkins/pump/delta/UpLeft NoteHit.lua
1476
lib/stepmania/NoteSkins/pump/delta/UpLeft Ready Receptor 3x1.png
1477
lib/stepmania/NoteSkins/pump/delta/UpLeft Receptor.lua
1478
lib/stepmania/NoteSkins/pump/delta/UpLeft Tap Mine.lua
1479
lib/stepmania/NoteSkins/pump/delta/UpLeft Tap Note.lua
1480
lib/stepmania/NoteSkins/pump/delta/UpLeft border.png
1481
lib/stepmania/NoteSkins/pump/delta/UpLeft_blend.png
1482
lib/stepmania/NoteSkins/pump/delta/UpLeft_fill.png
1483
lib/stepmania/NoteSkins/pump/delta/UpRight Hold Body Active.png
1484
lib/stepmania/NoteSkins/pump/delta/UpRight Hold BottomCap Active.png
1485
lib/stepmania/NoteSkins/pump/delta/UpRight Hold Head.lua
1486
lib/stepmania/NoteSkins/pump/delta/UpRight NoteHit.lua
1487
lib/stepmania/NoteSkins/pump/delta/UpRight Ready Receptor.lua
1488
lib/stepmania/NoteSkins/pump/delta/UpRight Tap Note.lua
1489
lib/stepmania/NoteSkins/pump/delta/UpRight border.redir
1490
lib/stepmania/NoteSkins/pump/delta/_CenterHit 3x1.png
1491
lib/stepmania/NoteSkins/pump/delta/_DownLeftHit 3x1.png
1492
lib/stepmania/NoteSkins/pump/delta/_blank.png
1493
lib/stepmania/NoteSkins/pump/delta/metrics.ini
1494
lib/stepmania/NoteSkins/pump/frame5p/Center Hold Body active (doubleres).png
1495
lib/stepmania/NoteSkins/pump/frame5p/Center Hold BottomCap active (doubleres).png
1496
lib/stepmania/NoteSkins/pump/frame5p/Center Outline Receptor.redir
1497
lib/stepmania/NoteSkins/pump/frame5p/Center Ready Receptor 3x1 (doubleres).png
1498
lib/stepmania/NoteSkins/pump/frame5p/Center Tap Note 8x1 (doubleres).png
1499
lib/stepmania/NoteSkins/pump/frame5p/DownLeft Hold Body active (doubleres).png
1500
lib/stepmania/NoteSkins/pump/frame5p/DownLeft Hold BottomCap active (doubleres).png
1501
lib/stepmania/NoteSkins/pump/frame5p/DownLeft Hold TopCap Active (doubleres).png
1502
lib/stepmania/NoteSkins/pump/frame5p/DownLeft Ready Receptor 3x1 (doubleres).png
1503
lib/stepmania/NoteSkins/pump/frame5p/DownLeft Tap Note 8x1 (doubleres).png
1504
lib/stepmania/NoteSkins/pump/frame5p/DownRight Hold Body active (doubleres).png
1505
lib/stepmania/NoteSkins/pump/frame5p/DownRight Hold BottomCap active (doubleres).png
1506
lib/stepmania/NoteSkins/pump/frame5p/DownRight Hold TopCap Active(doubleres).png
1507
lib/stepmania/NoteSkins/pump/frame5p/UpLeft Hold Body active (doubleres).png
1508
lib/stepmania/NoteSkins/pump/frame5p/UpLeft Hold BottomCap active (doubleres).png
1509
lib/stepmania/NoteSkins/pump/frame5p/UpLeft Hold TopCap (doubleres).png
1510
lib/stepmania/NoteSkins/pump/frame5p/UpLeft Ready Receptor 3x1 (doubleres).png
1511
lib/stepmania/NoteSkins/pump/frame5p/UpLeft Tap Note 8x1 (doubleres).png
1512
lib/stepmania/NoteSkins/pump/frame5p/UpRight Hold Body active (doubleres).png
1513
lib/stepmania/NoteSkins/pump/frame5p/UpRight Hold BottomCap active (doubleres).png
1514
lib/stepmania/NoteSkins/pump/frame5p/UpRight Hold TopCap (doubleres).png
1515
lib/stepmania/NoteSkins/pump/frame5p/metrics.ini
1516
lib/stepmania/NoteSkins/pump/newextra/Center Hold Body Active 6x1.png
1517
lib/stepmania/NoteSkins/pump/newextra/Center Hold BottomCap Active 6x1.png
1518
lib/stepmania/NoteSkins/pump/newextra/Center Outline Receptor.png
1519
lib/stepmania/NoteSkins/pump/newextra/Center Ready Receptor 1x3.png
1520
lib/stepmania/NoteSkins/pump/newextra/Center Tap Note 3x2.png
1521
lib/stepmania/NoteSkins/pump/newextra/DownLeft Hold Body Active 6x1.png
1522
lib/stepmania/NoteSkins/pump/newextra/DownLeft Hold BottomCap Active 6x1.png
1523
lib/stepmania/NoteSkins/pump/newextra/DownLeft Ready Receptor 1x3.png
1524
lib/stepmania/NoteSkins/pump/newextra/DownLeft Tap Note 3x2.png
1525
lib/stepmania/NoteSkins/pump/newextra/DownRight Hold Body Active 6x1.png
1526
lib/stepmania/NoteSkins/pump/newextra/DownRight Hold BottomCap Active 6x1.png
1527
lib/stepmania/NoteSkins/pump/newextra/UpLeft Hold Body Active 6x1.png
1528
lib/stepmania/NoteSkins/pump/newextra/UpLeft Hold BottomCap Active 6x1.png
1529
lib/stepmania/NoteSkins/pump/newextra/UpLeft Ready Receptor 1x3.png
1530
lib/stepmania/NoteSkins/pump/newextra/UpLeft Tap Note 3x2.png
1531
lib/stepmania/NoteSkins/pump/newextra/UpRight Hold Body Active 6x1.png
1532
lib/stepmania/NoteSkins/pump/newextra/UpRight Hold BottomCap Active 6x1.png
1533
lib/stepmania/NoteSkins/pump/pad/Center Hold Body Active 6x1.png
1534
lib/stepmania/NoteSkins/pump/pad/Center Hold BottomCap Active 6x1.png
1535
lib/stepmania/NoteSkins/pump/pad/Center Outline Receptor.png
1536
lib/stepmania/NoteSkins/pump/pad/Center Ready Receptor 1x3.png
1537
lib/stepmania/NoteSkins/pump/pad/Center Roll Head Active 3x2.png
1538
lib/stepmania/NoteSkins/pump/pad/Center Tap Note 3x2.png
1539
lib/stepmania/NoteSkins/pump/pad/DownLeft Hold Body Active 6x1.png
1540
lib/stepmania/NoteSkins/pump/pad/DownLeft Hold BottomCap Active 6x1.png
1541
lib/stepmania/NoteSkins/pump/pad/DownLeft Ready Receptor 1x3.png
1542
lib/stepmania/NoteSkins/pump/pad/DownLeft Roll Head Active 3x2.png
1543
lib/stepmania/NoteSkins/pump/pad/DownLeft Tap Note 3x2.png
1544
lib/stepmania/NoteSkins/pump/pad/DownRight Hold Body Active 6x1.png
1545
lib/stepmania/NoteSkins/pump/pad/DownRight Hold BottomCap Active 6x1.png
1546
lib/stepmania/NoteSkins/pump/pad/DownRight Roll Head Active 3x2.png
1547
lib/stepmania/NoteSkins/pump/pad/UpLeft Hold Body Active 6x1.png
1548
lib/stepmania/NoteSkins/pump/pad/UpLeft Hold BottomCap Active 6x1.png
1549
lib/stepmania/NoteSkins/pump/pad/UpLeft Ready Receptor 1x3.png
1550
lib/stepmania/NoteSkins/pump/pad/UpLeft Roll Head Active 3x2.png
1551
lib/stepmania/NoteSkins/pump/pad/UpLeft Tap Note 3x2.png
1552
lib/stepmania/NoteSkins/pump/pad/UpRight Hold Body Active 6x1.png
1553
lib/stepmania/NoteSkins/pump/pad/UpRight Hold BottomCap Active 6x1.png
1554
lib/stepmania/NoteSkins/pump/pad/UpRight Roll Head Active 3x2.png
1555
lib/stepmania/NoteSkins/pump/rhythm/Center Hold Body Active 6x1.png
1556
lib/stepmania/NoteSkins/pump/rhythm/Center Hold BottomCap Active 6x1.png
1557
lib/stepmania/NoteSkins/pump/rhythm/Center Ready Receptor 1x3.png
1558
lib/stepmania/NoteSkins/pump/rhythm/Center Tap Note.lua
1559
lib/stepmania/NoteSkins/pump/rhythm/DownLeft Hold Body Active 6x1.png
1560
lib/stepmania/NoteSkins/pump/rhythm/DownLeft Hold BottomCap Active 6x1.png
1561
lib/stepmania/NoteSkins/pump/rhythm/DownLeft Ready Receptor 1x3.png
1562
lib/stepmania/NoteSkins/pump/rhythm/DownLeft Tap Note.lua
1563
lib/stepmania/NoteSkins/pump/rhythm/DownRight Hold Body Active 6x1.png
1564
lib/stepmania/NoteSkins/pump/rhythm/DownRight Hold BottomCap Active 6x1.png
1565
lib/stepmania/NoteSkins/pump/rhythm/UpLeft Hold Body Active 6x1.png
1566
lib/stepmania/NoteSkins/pump/rhythm/UpLeft Hold BottomCap Active 6x1.png
1567
lib/stepmania/NoteSkins/pump/rhythm/UpLeft Ready Receptor 1x3.png
1568
lib/stepmania/NoteSkins/pump/rhythm/UpLeft Tap Note.lua
1569
lib/stepmania/NoteSkins/pump/rhythm/UpRight Hold Body Active 6x1.png
1570
lib/stepmania/NoteSkins/pump/rhythm/UpRight Hold BottomCap Active 6x1.png
1571
lib/stepmania/NoteSkins/pump/rhythm/_Center Tap Note 6x8.png
1572
lib/stepmania/NoteSkins/pump/rhythm/_DownLeft Tap Note 6x8.png
1573
lib/stepmania/NoteSkins/pump/rhythm/_UpLeft Tap Note 6x8.png
1574
lib/stepmania/NoteSkins/pump/rhythm/metrics.ini
1575
lib/stepmania/NoteSkins/pump/simple/Center Hold Body active.png
1576
lib/stepmania/NoteSkins/pump/simple/Center Hold BottomCap active.png
1577
lib/stepmania/NoteSkins/pump/simple/Center Outline Receptor.redir
1578
lib/stepmania/NoteSkins/pump/simple/Center Ready Receptor 3x1.png
1579
lib/stepmania/NoteSkins/pump/simple/Center Tap Note 8x1.png
1580
lib/stepmania/NoteSkins/pump/simple/DownLeft Hold Body active.png
1581
lib/stepmania/NoteSkins/pump/simple/DownLeft Hold BottomCap active.png
1582
lib/stepmania/NoteSkins/pump/simple/DownLeft Ready Receptor 3x1.png
1583
lib/stepmania/NoteSkins/pump/simple/DownLeft Tap Note 8x1.png
1584
lib/stepmania/NoteSkins/pump/simple/DownRight Hold Body active.png
1585
lib/stepmania/NoteSkins/pump/simple/DownRight Hold BottomCap active.png
1586
lib/stepmania/NoteSkins/pump/simple/UpLeft Hold Body active.png
1587
lib/stepmania/NoteSkins/pump/simple/UpLeft Hold BottomCap active.png
1588
lib/stepmania/NoteSkins/pump/simple/UpLeft Ready Receptor 3x1.png
1589
lib/stepmania/NoteSkins/pump/simple/UpLeft Tap Note 8x1.png
1590
lib/stepmania/NoteSkins/pump/simple/UpRight Hold Body active.png
1591
lib/stepmania/NoteSkins/pump/simple/UpRight Hold BottomCap active.png
1592
lib/stepmania/NoteSkins/pump/simple/metrics.ini
1593
lib/stepmania/NoteSkins/techno/default/metrics.ini
1594
lib/stepmania/Scripts/32log.lua
1595
lib/stepmania/Scripts/extend_table.lua
1596
lib/stepmania/Scripts/unavailable_functions.lua
1597
lib/stepmania/Themes/_Installer/Languages/de.ini
1598
lib/stepmania/Themes/_Installer/Languages/en.ini
1599
lib/stepmania/Themes/_Installer/Languages/es.ini
1600
lib/stepmania/Themes/_Installer/Languages/fr.ini
1601
lib/stepmania/Themes/_Installer/Languages/it.ini
1602
lib/stepmania/Themes/_Installer/Languages/pl.ini
1603
lib/stepmania/Themes/_Installer/readme.txt
1604
lib/stepmania/Themes/_fallback/BGAnimations/Screen background.redir
1605
lib/stepmania/Themes/_fallback/BGAnimations/Screen cancel.redir
1606
lib/stepmania/Themes/_fallback/BGAnimations/Screen decorations.redir
1607
lib/stepmania/Themes/_fallback/BGAnimations/Screen in.redir
1608
lib/stepmania/Themes/_fallback/BGAnimations/Screen out.redir
1609
lib/stepmania/Themes/_fallback/BGAnimations/Screen overlay.redir
1610
lib/stepmania/Themes/_fallback/BGAnimations/Screen underlay.redir
1611
lib/stepmania/Themes/_fallback/BGAnimations/ScreenConsoleOverlay overlay.lua
1612
lib/stepmania/Themes/_fallback/BGAnimations/ScreenCredits overlay.lua
1613
lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay background.lua
1614
lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay cleared.redir
1615
lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay failed.redir
1616
lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay go.redir
1617
lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay next course song.redir
1618
lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay ready.redir
1619
lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay toasty.redir
1620
lib/stepmania/Themes/_fallback/BGAnimations/ScreenInit background/default.lua
1621
lib/stepmania/Themes/_fallback/BGAnimations/ScreenInit background/ssc (doubleres).png
1622
lib/stepmania/Themes/_fallback/BGAnimations/ScreenInitialScreenIsInvalid overlay.lua
1623
lib/stepmania/Themes/_fallback/BGAnimations/ScreenNameEntryTraditional underlay/default.lua
1624
lib/stepmania/Themes/_fallback/BGAnimations/ScreenNameEntryTraditional underlay/keyboard.lua
1625
lib/stepmania/Themes/_fallback/BGAnimations/ScreenNoise background/default.lua
1626
lib/stepmania/Themes/_fallback/BGAnimations/ScreenNoise background/noise.png
1627
lib/stepmania/Themes/_fallback/BGAnimations/ScreenOptionsCustomizeProfile overlay.lua
1628
lib/stepmania/Themes/_fallback/BGAnimations/ScreenOverscanConfig overlay.lua
1629
lib/stepmania/Themes/_fallback/BGAnimations/ScreenProfileLoad decorations.redir
1630
lib/stepmania/Themes/_fallback/BGAnimations/ScreenProfileLoad overlay.lua
1631
lib/stepmania/Themes/_fallback/BGAnimations/ScreenProfileSave overlay.lua
1632
lib/stepmania/Themes/_fallback/BGAnimations/ScreenSelectProfile overlay.lua
1633
lib/stepmania/Themes/_fallback/BGAnimations/ScreenSetBGFit overlay.lua
1634
lib/stepmania/Themes/_fallback/BGAnimations/ScreenSongOptions option in.redir
1635
lib/stepmania/Themes/_fallback/BGAnimations/ScreenSystemLayer aux.lua
1636
lib/stepmania/Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua
1637
lib/stepmania/Themes/_fallback/BGAnimations/ScreenSystemLayer overlay/default.lua
1638
lib/stepmania/Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua
1639
lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements background.redir
1640
lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements decorations.redir
1641
lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements overlay.redir
1642
lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements underlay.redir
1643
lib/stepmania/Themes/_fallback/BGAnimations/_blank.lua
1644
lib/stepmania/Themes/_fallback/BGAnimations/_frame 3x1/default.lua
1645
lib/stepmania/Themes/_fallback/BGAnimations/_frame 3x3/default.lua
1646
lib/stepmania/Themes/_fallback/BGAnimations/_frame files 3x1/headers 3x1.png
1647
lib/stepmania/Themes/_fallback/BGAnimations/_frame files 3x3/rounded black 3x3.png
1648
lib/stepmania/Themes/_fallback/BGAnimations/_missing.lua
1649
lib/stepmania/Themes/_fallback/BGAnimations/_wait.lua
1650
lib/stepmania/Themes/_fallback/Fonts/BPMDisplay bpm.redir
1651
lib/stepmania/Themes/_fallback/Fonts/Combo numbers.redir
1652
lib/stepmania/Themes/_fallback/Fonts/Common Bold.redir
1653
lib/stepmania/Themes/_fallback/Fonts/Common Editor.redir
1654
lib/stepmania/Themes/_fallback/Fonts/Common Error.redir
1655
lib/stepmania/Themes/_fallback/Fonts/Common Large.redir
1656
lib/stepmania/Themes/_fallback/Fonts/Common Normal.redir
1657
lib/stepmania/Themes/_fallback/Fonts/Common Semibold.redir
1658
lib/stepmania/Themes/_fallback/Fonts/Common default 2x1.png
1659
lib/stepmania/Themes/_fallback/Fonts/Common default.ini
1660
lib/stepmania/Themes/_fallback/Fonts/CourseEntryDisplay difficulty.redir
1661
lib/stepmania/Themes/_fallback/Fonts/CourseEntryDisplay number.redir
1662
lib/stepmania/Themes/_fallback/Fonts/EditMenu title.redir
1663
lib/stepmania/Themes/_fallback/Fonts/EditMenu value.redir
1664
lib/stepmania/Themes/_fallback/Fonts/HelpDisplay text.redir
1665
lib/stepmania/Themes/_fallback/Fonts/LifeMeterBattery Percent text.redir
1666
lib/stepmania/Themes/_fallback/Fonts/LifeMeterBattery lives.redir
1667
lib/stepmania/Themes/_fallback/Fonts/LyricDisplay text.redir
1668
lib/stepmania/Themes/_fallback/Fonts/MenuTimer numbers.redir
1669
lib/stepmania/Themes/_fallback/Fonts/ModIcon text.redir
1670
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Course.redir
1671
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Custom.redir
1672
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Mode.redir
1673
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Portal.redir
1674
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Random.redir
1675
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Roulette.redir
1676
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem SectionCollapsed.redir
1677
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem SectionCount.redir
1678
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem SectionExpanded.redir
1679
lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Sort.redir
1680
lib/stepmania/Themes/_fallback/Fonts/NoteField MeasureNumber.redir
1681
lib/stepmania/Themes/_fallback/Fonts/OptionRow item.redir
1682
lib/stepmania/Themes/_fallback/Fonts/OptionRow title.redir
1683
lib/stepmania/Themes/_fallback/Fonts/OptionsList normal.redir
1684
lib/stepmania/Themes/_fallback/Fonts/RoomInfoDisplay text.redir
1685
lib/stepmania/Themes/_fallback/Fonts/RoomWheel text.redir
1686
lib/stepmania/Themes/_fallback/Fonts/RoomWheelItem text.redir
1687
lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayLifeTime DeltaSeconds.redir
1688
lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayLifeTime TimeRemaining.redir
1689
lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayNormal Text.redir
1690
lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayOni numbers.redir
1691
lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayPercentage percent text.redir
1692
lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayRave level.redir
1693
lib/stepmania/Themes/_fallback/Fonts/ScreenConsoleOverlay Credits.redir
1694
lib/stepmania/Themes/_fallback/Fonts/ScreenConsoleOverlay SystemMessage.redir
1695
lib/stepmania/Themes/_fallback/Fonts/ScreenDebugOverlay header.redir
1696
lib/stepmania/Themes/_fallback/Fonts/ScreenDebugOverlay line.redir
1697
lib/stepmania/Themes/_fallback/Fonts/ScreenDebugOverlay page.redir
1698
lib/stepmania/Themes/_fallback/Fonts/ScreenEdit EditHelp.redir
1699
lib/stepmania/Themes/_fallback/Fonts/ScreenEdit Info.redir
1700
lib/stepmania/Themes/_fallback/Fonts/ScreenEdit PlayRecordHelp.redir
1701
lib/stepmania/Themes/_fallback/Fonts/ScreenEditMenu NumStepsLoadedFromProfile.redir
1702
lib/stepmania/Themes/_fallback/Fonts/ScreenEditMenu explanation.redir
1703
lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation JudgmentLineNumber.redir
1704
lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation Percent remainder.redir
1705
lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation Percent text.redir
1706
lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation PlayerOptions.redir
1707
lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation ScoreNumber.redir
1708
lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation SongOptions.redir
1709
lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation SurvivedNumber.redir
1710
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay DeltaSeconds.redir
1711
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay RemainingTime.redir
1712
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay SongNum.redir
1713
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay activeattacklist.redir
1714
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay debug.redir
1715
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay player options.redir
1716
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay scoreboard.redir
1717
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay song options.redir
1718
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay stepsdescription.redir
1719
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay survive time.redir
1720
lib/stepmania/Themes/_fallback/Fonts/ScreenGameplaySyncMachine SyncInfo.redir
1721
lib/stepmania/Themes/_fallback/Fonts/ScreenHighScores Name.redir
1722
lib/stepmania/Themes/_fallback/Fonts/ScreenHighScores Score.redir
1723
lib/stepmania/Themes/_fallback/Fonts/ScreenHighScores Text.redir
1724
lib/stepmania/Themes/_fallback/Fonts/ScreenInstallOverlay status.redir
1725
lib/stepmania/Themes/_fallback/Fonts/ScreenMapControllers devices.redir
1726
lib/stepmania/Themes/_fallback/Fonts/ScreenMapControllers entry.redir
1727
lib/stepmania/Themes/_fallback/Fonts/ScreenMapControllers title.redir
1728
lib/stepmania/Themes/_fallback/Fonts/ScreenNetEvaluation names.redir
1729
lib/stepmania/Themes/_fallback/Fonts/ScreenNetSelectBase chat.redir
1730
lib/stepmania/Themes/_fallback/Fonts/ScreenNetSelectBase users.redir
1731
lib/stepmania/Themes/_fallback/Fonts/ScreenOptions explanation.redir
1732
lib/stepmania/Themes/_fallback/Fonts/ScreenPrompt answer.redir
1733
lib/stepmania/Themes/_fallback/Fonts/ScreenPrompt question.redir
1734
lib/stepmania/Themes/_fallback/Fonts/ScreenRanking StepsType.redir
1735
lib/stepmania/Themes/_fallback/Fonts/ScreenReloadSongs LoadingText.redir
1736
lib/stepmania/Themes/_fallback/Fonts/ScreenSMOnlineSelectMusic chat.redir
1737
lib/stepmania/Themes/_fallback/Fonts/ScreenSelectMusic score.redir
1738
lib/stepmania/Themes/_fallback/Fonts/ScreenStatsOverlay stats.redir
1739
lib/stepmania/Themes/_fallback/Fonts/ScreenSyncOverlay adjustments.redir
1740
lib/stepmania/Themes/_fallback/Fonts/ScreenSyncOverlay status.redir
1741
lib/stepmania/Themes/_fallback/Fonts/ScreenSystemLayer Credits.redir
1742
lib/stepmania/Themes/_fallback/Fonts/ScreenTextEntry answer.redir
1743
lib/stepmania/Themes/_fallback/Fonts/ScreenTextEntry question.redir
1744
lib/stepmania/Themes/_fallback/Fonts/ScreenWithMenuElements StageDisplay.redir
1745
lib/stepmania/Themes/_fallback/Fonts/StepsDisplay StepsType.redir
1746
lib/stepmania/Themes/_fallback/Fonts/StepsDisplay description.redir
1747
lib/stepmania/Themes/_fallback/Fonts/StepsDisplay meter.redir
1748
lib/stepmania/Themes/_fallback/Fonts/StepsDisplayListRow description.redir
1749
lib/stepmania/Themes/_fallback/Fonts/StepsDisplayListRow meter.redir
1750
lib/stepmania/Themes/_fallback/Fonts/TextBanner text.redir
1751
lib/stepmania/Themes/_fallback/Fonts/_16px fonts.ini
1752
lib/stepmania/Themes/_fallback/Fonts/_20px fonts.ini
1753
lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [PhayanChana-stroke] 16x4.png
1754
lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [PhayanChana] 16x4.png
1755
lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara1-stroke] 8x2.png
1756
lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara1] 8x2.png
1757
lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara2-stroke] 8x2.png
1758
lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara2] 8x2.png
1759
lib/stepmania/Themes/_fallback/Fonts/_Thai 16px.ini
1760
lib/stepmania/Themes/_fallback/Fonts/_game chars 16px 4x2.png
1761
lib/stepmania/Themes/_fallback/Fonts/_game chars 16px.ini
1762
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 1-stroke] 8x8 (doubleres).png
1763
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 10-stroke] 2x1.png
1764
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 10] 2x1 (doubleres).png
1765
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 1] 8x8 (doubleres).png
1766
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 2-stroke] 8x8 (doubleres).png
1767
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 2] 8x8 (doubleres).png
1768
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 3-stroke] 8x8 (doubleres).png
1769
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 3] 8x8 (doubleres).png
1770
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 4-stroke] 8x8 (doubleres).png
1771
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 4] 8x8 (doubleres).png
1772
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 5-stroke] 8x8 (doubleres).png
1773
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 5] 8x8 (doubleres).png
1774
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 6-stroke] 8x8 (doubleres).png
1775
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 6] 8x8 (doubleres).png
1776
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 7-stroke] 8x8 (doubleres).png
1777
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 7] 8x8 (doubleres).png
1778
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 8-stroke] 8x8 (doubleres).png
1779
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 8] 8x8 (doubleres).png
1780
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 9-stroke] 8x8 (doubleres).png
1781
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 9] 8x8 (doubleres).png
1782
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis1-stroke] 32x32 (doubleres).png
1783
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis1] 32x32 (doubleres).png
1784
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2-stroke] 32x106 (doubleres).png
1785
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2] 32x106 (doubleres).png
1786
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular-stroke] 32x61 (doubleres).png
1787
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular] 32x61 (doubleres).png
1788
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [main-stroke] 16x16 (doubleres).png
1789
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [main] 16x16 (doubleres).png
1790
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [symbol-stroke] 26x3 (doubleres).png
1791
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [symbol] 26x3 (doubleres).png
1792
lib/stepmania/Themes/_fallback/Fonts/_japanese 24px.ini
1793
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 1-stroke] 8x8.png
1794
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 1] 8x8.png
1795
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 2-stroke] 8x8.png
1796
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 2] 8x8.png
1797
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 3-stroke] 8x8.png
1798
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 3] 8x8.png
1799
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 4-stroke] 8x8.png
1800
lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 4] 8x8.png
1801
lib/stepmania/Themes/_fallback/Fonts/_korean 24px.ini
1802
lib/stepmania/Themes/_fallback/Fonts/_misc 16px [main-stroke] 8x4.png
1803
lib/stepmania/Themes/_fallback/Fonts/_misc 16px [main] 8x4.png
1804
lib/stepmania/Themes/_fallback/Fonts/_misc 16px.ini
1805
lib/stepmania/Themes/_fallback/Fonts/_missing.redir
1806
lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [alt-stroke] 10x10.png
1807
lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [alt] 10x10.png
1808
lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [main-stroke] 15x15.png
1809
lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [main] 15x15.png
1810
lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px.ini
1811
lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [alt-stroke] 10x10.png
1812
lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [alt] 10x10.png
1813
lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [main-stroke] 15x15.png
1814
lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [main] 15x15.png
1815
lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px.ini
1816
lib/stepmania/Themes/_fallback/Fonts/_ui chars 16px [main-stroke] 1x1.png
1817
lib/stepmania/Themes/_fallback/Fonts/_ui chars 16px [main] 1x1.png
1818
lib/stepmania/Themes/_fallback/Fonts/_ui chars 16px.ini
1819
lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [alt-stroke] 12x11.png
1820
lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [alt] 12x11.png
1821
lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [main-stroke] 16x16.png
1822
lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [main] 16x16.png
1823
lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [polish-stroke] 8x2.png
1824
lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [polish] 8x2.png
1825
lib/stepmania/Themes/_fallback/Fonts/frutiger 24px.ini
1826
lib/stepmania/Themes/_fallback/Graphics/Banner Artist.redir
1827
lib/stepmania/Themes/_fallback/Graphics/Banner BPM.redir
1828
lib/stepmania/Themes/_fallback/Graphics/Banner ChallengeMeter.redir
1829
lib/stepmania/Themes/_fallback/Graphics/Banner DoubleChallengeMeter.redir
1830
lib/stepmania/Themes/_fallback/Graphics/Banner DoubleEasyMeter.redir
1831
lib/stepmania/Themes/_fallback/Graphics/Banner DoubleHardMeter.redir
1832
lib/stepmania/Themes/_fallback/Graphics/Banner DoubleMediumMeter.redir
1833
lib/stepmania/Themes/_fallback/Graphics/Banner EasyMeter.redir
1834
lib/stepmania/Themes/_fallback/Graphics/Banner Endless.redir
1835
lib/stepmania/Themes/_fallback/Graphics/Banner Genre.redir
1836
lib/stepmania/Themes/_fallback/Graphics/Banner HardMeter.redir
1837
lib/stepmania/Themes/_fallback/Graphics/Banner Length.redir
1838
lib/stepmania/Themes/_fallback/Graphics/Banner MediumMeter.redir
1839
lib/stepmania/Themes/_fallback/Graphics/Banner Title.redir
1840
lib/stepmania/Themes/_fallback/Graphics/Banner TopGrades.redir
1841
lib/stepmania/Themes/_fallback/Graphics/Banner abc.redir
1842
lib/stepmania/Themes/_fallback/Graphics/Banner all music.redir
1843
lib/stepmania/Themes/_fallback/Graphics/Banner course fallback.redir
1844
lib/stepmania/Themes/_fallback/Graphics/Banner group fallback.redir
1845
lib/stepmania/Themes/_fallback/Graphics/Banner mode.redir
1846
lib/stepmania/Themes/_fallback/Graphics/Banner random.redir
1847
lib/stepmania/Themes/_fallback/Graphics/Banner roulette.redir
1848
lib/stepmania/Themes/_fallback/Graphics/BeginnerHelper background.redir
1849
lib/stepmania/Themes/_fallback/Graphics/BeginnerHelper flash.redir
1850
lib/stepmania/Themes/_fallback/Graphics/BeginnerHelper stepcircle.redir
1851
lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug frame.redir
1852
lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug separator.lua
1853
lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p1.png
1854
lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p2.png
1855
lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug tip p1.redir
1856
lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug tip p2.redir
1857
lib/stepmania/Themes/_fallback/Graphics/Common fallback banner.redir
1858
lib/stepmania/Themes/_fallback/Graphics/Common splash.png
1859
lib/stepmania/Themes/_fallback/Graphics/Common window icon.png
1860
lib/stepmania/Themes/_fallback/Graphics/CourseEntryDisplay bar.redir
1861
lib/stepmania/Themes/_fallback/Graphics/CreditsLogo kyzentun.png
1862
lib/stepmania/Themes/_fallback/Graphics/EditMenu left.lua
1863
lib/stepmania/Themes/_fallback/Graphics/EditMenu right.lua
1864
lib/stepmania/Themes/_fallback/Graphics/HoldJudgment label 1x2.redir
1865
lib/stepmania/Themes/_fallback/Graphics/Judgment Normal 1x6.png
1866
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar danger.redir
1867
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar extra danger.redir
1868
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar extra over.redir
1869
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar extra under.redir
1870
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar frame.redir
1871
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar over.redir
1872
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar under.redir
1873
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBattery frame.redir
1874
lib/stepmania/Themes/_fallback/Graphics/LifeMeterBattery lives.redir
1875
lib/stepmania/Themes/_fallback/Graphics/LifeMeterTime background.redir
1876
lib/stepmania/Themes/_fallback/Graphics/LifeMeterTime frame.redir
1877
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay checking p1.redir
1878
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay checking p2.redir
1879
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay error p1.redir
1880
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay error p2.redir
1881
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay late p1.redir
1882
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay late p2.redir
1883
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay none p1.redir
1884
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay none p2.redir
1885
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay ready p1.redir
1886
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay ready p2.redir
1887
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay removed p1.redir
1888
lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay removed p2.redir
1889
lib/stepmania/Themes/_fallback/Graphics/MenuTimer frame.redir
1890
lib/stepmania/Themes/_fallback/Graphics/ModIcon Empty.redir
1891
lib/stepmania/Themes/_fallback/Graphics/ModIcon Filled.redir
1892
lib/stepmania/Themes/_fallback/Graphics/MusicWheel highlight.redir
1893
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Course ColorPart.redir
1894
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Course NormalPart.redir
1895
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Course OverPart.redir
1896
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Custom ColorPart.redir
1897
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Custom NormalPart.redir
1898
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Custom OverPart.redir
1899
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Mode ColorPart.redir
1900
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Mode NormalPart.redir
1901
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Mode OverPart.redir
1902
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Portal ColorPart.redir
1903
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Portal NormalPart.redir
1904
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Portal OverPart.redir
1905
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Random ColorPart.redir
1906
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Random NormalPart.redir
1907
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Random OverPart.redir
1908
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Roulette ColorPart.redir
1909
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Roulette NormalPart.redir
1910
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Roulette OverPart.redir
1911
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionCollapsed ColorPart.redir
1912
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionCollapsed NormalPart.redir
1913
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionCollapsed OverPart.redir
1914
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionExpanded ColorPart.redir
1915
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionExpanded NormalPart.redir
1916
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionExpanded OverPart.redir
1917
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Song ColorPart.redir
1918
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Song NormalPart.redir
1919
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Song OverPart.redir
1920
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Sort ColorPart.redir
1921
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Sort NormalPart.redir
1922
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Sort OverPart.redir
1923
lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem grades.redir
1924
lib/stepmania/Themes/_fallback/Graphics/NoteField bars 1x4.png
1925
lib/stepmania/Themes/_fallback/Graphics/NoteField board.redir
1926
lib/stepmania/Themes/_fallback/Graphics/OptionRow frame.redir
1927
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 CanGoLeft.redir
1928
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 CanGoRight.redir
1929
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 Left (doubleres).png
1930
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 Middle (doubleres).png
1931
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 Right (doubleres).png
1932
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 CanGoLeft.redir
1933
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 CanGoRight.redir
1934
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 Left (doubleres).png
1935
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 Middle (doubleres).png
1936
lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 Right (doubleres).png
1937
lib/stepmania/Themes/_fallback/Graphics/OptionsList cursor.redir
1938
lib/stepmania/Themes/_fallback/Graphics/OptionsList underline.redir
1939
lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP1 Left (doubleres).png
1940
lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP1 Middle (doubleres).png
1941
lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP1 Right (doubleres).png
1942
lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP2 Left (doubleres).png
1943
lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP2 Middle (doubleres).png
1944
lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP2 Right (doubleres).png
1945
lib/stepmania/Themes/_fallback/Graphics/Player combo/default.lua
1946
lib/stepmania/Themes/_fallback/Graphics/Player judgment/default.lua
1947
lib/stepmania/Themes/_fallback/Graphics/Progressbar Indeterminate.png
1948
lib/stepmania/Themes/_fallback/Graphics/RoomInfoDisplay background.redir
1949
lib/stepmania/Themes/_fallback/Graphics/RoomWheelItem ColorPart.redir
1950
lib/stepmania/Themes/_fallback/Graphics/RoomWheelItem NormalPart.redir
1951
lib/stepmania/Themes/_fallback/Graphics/RoomWheelItem OverPart.redir
1952
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayLifeTime frame.redir
1953
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayNormal frame.redir
1954
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayOni frame.redir
1955
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame base p1.redir
1956
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame base p2.redir
1957
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame overlay p1.redir
1958
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame overlay p2.redir
1959
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave stream level1.png
1960
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave stream level2.png
1961
lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave stream level3.png
1962
lib/stepmania/Themes/_fallback/Graphics/ScreenEnding remove card p1.redir
1963
lib/stepmania/Themes/_fallback/Graphics/ScreenEnding remove card p2.redir
1964
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation BannerFrame.redir
1965
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation Disqualified.redir
1966
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation GradeFrame p1.redir
1967
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation GradeFrame p2.redir
1968
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel Held.redir
1969
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel MaxCombo.redir
1970
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel Miss.redir
1971
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W1.redir
1972
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W2.redir
1973
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W3.redir
1974
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W4.redir
1975
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W5.redir
1976
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation PercentFrame P1.redir
1977
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation PercentFrame P2.redir
1978
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation ScoreLabel.redir
1979
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation SurvivedFrame p1.redir
1980
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation SurvivedFrame p2.redir
1981
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation Win p1 1x3.png
1982
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation Win p2 1x3.png
1983
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation win frame p1.redir
1984
lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation win frame p2.redir
1985
lib/stepmania/Themes/_fallback/Graphics/ScreenGameplay oni gameover.redir
1986
lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/default.lua
1987
lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/empty (doubleres).png
1988
lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/filled (doubleres).png
1989
lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/frame (doubleres).png
1990
lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers action.lua
1991
lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers nosetlistprompt.lua
1992
lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers sanitymessage.lua
1993
lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers warning.lua
1994
lib/stepmania/Themes/_fallback/Graphics/ScreenMiniMenuContext header.redir
1995
lib/stepmania/Themes/_fallback/Graphics/ScreenNetSelectBase ChatInputBox.redir
1996
lib/stepmania/Themes/_fallback/Graphics/ScreenNetSelectBase ChatOutputBox.redir
1997
lib/stepmania/Themes/_fallback/Graphics/ScreenOptions LineHighlight P1.redir
1998
lib/stepmania/Themes/_fallback/Graphics/ScreenOptions LineHighlight P2.redir
1999
lib/stepmania/Themes/_fallback/Graphics/ScreenOptions disqualify.redir
2000
lib/stepmania/Themes/_fallback/Graphics/ScreenOptions more.redir
2001
lib/stepmania/Themes/_fallback/Graphics/ScreenOptions page.redir
2002
lib/stepmania/Themes/_fallback/Graphics/ScreenPrompt cursor.lua
2003
lib/stepmania/Themes/_fallback/Graphics/ScreenSMOnlineSelectMusic ChatInputBox.redir
2004
lib/stepmania/Themes/_fallback/Graphics/ScreenSMOnlineSelectMusic ChatOutputBox.redir
2005
lib/stepmania/Themes/_fallback/Graphics/ScreenSMOnlineSelectMusic DiffBG.redir
2006
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster explanation page1.redir
2007
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster explanation page2.redir
2008
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster more page1.redir
2009
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster more page2.redir
2010
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster scroll.lua
2011
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMusic ScoreFrame P1.redir
2012
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMusic ScoreFrame P2.redir
2013
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMusic fallback cdtitle.redir
2014
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectProfile CardBackground.png
2015
lib/stepmania/Themes/_fallback/Graphics/ScreenSelectProfile CardFrame.png
2016
lib/stepmania/Themes/_fallback/Graphics/ScreenSetBGFit 16_10_example.png
2017
lib/stepmania/Themes/_fallback/Graphics/ScreenSetBGFit 16_12_example.png
2018
lib/stepmania/Themes/_fallback/Graphics/ScreenSetBGFit 16_9_example.png
2019
lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu explanation page1.redir
2020
lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu explanation page2.redir
2021
lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu logo.png
2022
lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu more page1.redir
2023
lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu more page2.redir
2024
lib/stepmania/Themes/_fallback/Graphics/ScrollBar StretchThumb.redir
2025
lib/stepmania/Themes/_fallback/Graphics/ScrollBar TickThumb.lua
2026
lib/stepmania/Themes/_fallback/Graphics/ScrollBar bottom.redir
2027
lib/stepmania/Themes/_fallback/Graphics/ScrollBar middle.redir
2028
lib/stepmania/Themes/_fallback/Graphics/ScrollBar top.redir
2029
lib/stepmania/Themes/_fallback/Graphics/SnapDisplay icon 9x1.png
2030
lib/stepmania/Themes/_fallback/Graphics/StepsDisplay autogen.redir
2031
lib/stepmania/Themes/_fallback/Graphics/StepsDisplay frame.redir
2032
lib/stepmania/Themes/_fallback/Graphics/StreamDisplay danger.redir
2033
lib/stepmania/Themes/_fallback/Graphics/StreamDisplay hot.png
2034
lib/stepmania/Themes/_fallback/Graphics/StreamDisplay normal.png
2035
lib/stepmania/Themes/_fallback/Graphics/StreamDisplay passing.redir
2036
lib/stepmania/Themes/_fallback/Graphics/WheelNotifyIcon icons 4x2.redir
2037
lib/stepmania/Themes/_fallback/Graphics/_blank.png
2038
lib/stepmania/Themes/_fallback/Graphics/_frame 1d.lua
2039
lib/stepmania/Themes/_fallback/Graphics/_frame 3x1/default.lua
2040
lib/stepmania/Themes/_fallback/Graphics/_frame 3x3/default.lua
2041
lib/stepmania/Themes/_fallback/Graphics/_missing.png
2042
lib/stepmania/Themes/_fallback/Graphics/_white.png
2043
lib/stepmania/Themes/_fallback/Languages/de.ini
2044
lib/stepmania/Themes/_fallback/Languages/en.ini
2045
lib/stepmania/Themes/_fallback/Languages/es.ini
2046
lib/stepmania/Themes/_fallback/Languages/fr.ini
2047
lib/stepmania/Themes/_fallback/Languages/ja.ini
2048
lib/stepmania/Themes/_fallback/Languages/nl.ini
2049
lib/stepmania/Themes/_fallback/Languages/pl.ini
2050
lib/stepmania/Themes/_fallback/Other/Profile Common.xsl
2051
lib/stepmania/Themes/_fallback/Other/Profile Stats.xsl
2052
lib/stepmania/Themes/_fallback/Other/ScreenGameplaySyncMachine music.ssc
2053
lib/stepmania/Themes/_fallback/Other/ScreenHowToPlay steps.ssc
2054
lib/stepmania/Themes/_fallback/Other/SongManager PreferredCourses.txt
2055
lib/stepmania/Themes/_fallback/Other/SongManager PreferredSongs.txt
2056
lib/stepmania/Themes/_fallback/Other/SongManager PreferredSort.txt
2057
lib/stepmania/Themes/_fallback/Other/_blank.png
2058
lib/stepmania/Themes/_fallback/Other/_missing.png
2059
lib/stepmania/Themes/_fallback/Other/_sync music.ogg
2060
lib/stepmania/Themes/_fallback/Scripts/00 init.lua
2061
lib/stepmania/Themes/_fallback/Scripts/01 IniFile.lua
2062
lib/stepmania/Themes/_fallback/Scripts/01 alias.lua
2063
lib/stepmania/Themes/_fallback/Scripts/01 base.lua
2064
lib/stepmania/Themes/_fallback/Scripts/02 Actor.lua
2065
lib/stepmania/Themes/_fallback/Scripts/02 ActorDef.lua
2066
lib/stepmania/Themes/_fallback/Scripts/02 Branches.lua
2067
lib/stepmania/Themes/_fallback/Scripts/02 Colors.lua
2068
lib/stepmania/Themes/_fallback/Scripts/02 Debug.lua
2069
lib/stepmania/Themes/_fallback/Scripts/02 Enum.lua
2070
lib/stepmania/Themes/_fallback/Scripts/02 OptionsMenu.lua
2071
lib/stepmania/Themes/_fallback/Scripts/02 Other.lua
2072
lib/stepmania/Themes/_fallback/Scripts/02 Serialize.lua
2073
lib/stepmania/Themes/_fallback/Scripts/02 Sprite.lua
2074
lib/stepmania/Themes/_fallback/Scripts/02 StageMods.lua
2075
lib/stepmania/Themes/_fallback/Scripts/02 ThemePrefs.lua
2076
lib/stepmania/Themes/_fallback/Scripts/02 ThemePrefsRows.lua
2077
lib/stepmania/Themes/_fallback/Scripts/02 Utilities.lua
2078
lib/stepmania/Themes/_fallback/Scripts/03 CustomSpeedMods.lua
2079
lib/stepmania/Themes/_fallback/Scripts/03 GamePreferences.lua
2080
lib/stepmania/Themes/_fallback/Scripts/03 Gameplay.lua
2081
lib/stepmania/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua
2082
lib/stepmania/Themes/_fallback/Scripts/03 ThemeLibrary.lua
2083
lib/stepmania/Themes/_fallback/Scripts/03 UserPreferences2.lua
2084
lib/stepmania/Themes/_fallback/Scripts/04 CreditsHelpers.lua
2085
lib/stepmania/Themes/_fallback/Scripts/04 LogDisplay.lua
2086
lib/stepmania/Themes/_fallback/Scripts/04 NumPadEntry.lua
2087
lib/stepmania/Themes/_fallback/Scripts/04 SetBGFitHelpers.lua
2088
lib/stepmania/Themes/_fallback/Scripts/find_missing_lang_strings.lua
2089
lib/stepmania/Themes/_fallback/Scripts/hierarchy.txt
2090
lib/stepmania/Themes/_fallback/Sounds/Common Cancel.ogg
2091
lib/stepmania/Themes/_fallback/Sounds/Common Coin.ogg
2092
lib/stepmania/Themes/_fallback/Sounds/Common Start.ogg
2093
lib/stepmania/Themes/_fallback/Sounds/Common invalid.ogg
2094
lib/stepmania/Themes/_fallback/Sounds/Common screenshot.ogg
2095
lib/stepmania/Themes/_fallback/Sounds/Common value.ogg
2096
lib/stepmania/Themes/_fallback/Sounds/EditMenu row.redir
2097
lib/stepmania/Themes/_fallback/Sounds/EditMenu value.redir
2098
lib/stepmania/Themes/_fallback/Sounds/GameplayAssist clap.ogg
2099
lib/stepmania/Themes/_fallback/Sounds/GameplayAssist metronome beat.redir
2100
lib/stepmania/Themes/_fallback/Sounds/GameplayAssist metronome measure.redir
2101
lib/stepmania/Themes/_fallback/Sounds/LifeMeterBattery gain.ogg
2102
lib/stepmania/Themes/_fallback/Sounds/LifeMeterBattery lose.ogg
2103
lib/stepmania/Themes/_fallback/Sounds/LifeMeterTime GainLife.ogg
2104
lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager disconnect.ogg
2105
lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager error.redir
2106
lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager ready.ogg
2107
lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager too late.redir
2108
lib/stepmania/Themes/_fallback/Sounds/MenuTimer tick.ogg
2109
lib/stepmania/Themes/_fallback/Sounds/MusicWheel change.ogg
2110
lib/stepmania/Themes/_fallback/Sounds/MusicWheel collapse.redir
2111
lib/stepmania/Themes/_fallback/Sounds/MusicWheel expand.redir
2112
lib/stepmania/Themes/_fallback/Sounds/MusicWheel locked.ogg
2113
lib/stepmania/Themes/_fallback/Sounds/MusicWheel sort.ogg
2114
lib/stepmania/Themes/_fallback/Sounds/Player battle attack ending.ogg
2115
lib/stepmania/Themes/_fallback/Sounds/Player battle attack launch.ogg
2116
lib/stepmania/Themes/_fallback/Sounds/Player course attack ending.ogg
2117
lib/stepmania/Themes/_fallback/Sounds/Player course attack launch.ogg
2118
lib/stepmania/Themes/_fallback/Sounds/Player mine.ogg
2119
lib/stepmania/Themes/_fallback/Sounds/Screen cancel.redir
2120
lib/stepmania/Themes/_fallback/Sounds/Screen music.redir
2121
lib/stepmania/Themes/_fallback/Sounds/ScreenDemonstration music.redir
2122
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit AddNote.redir
2123
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit RemoveNote.redir
2124
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit line.redir
2125
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit marker.redir
2126
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit music.redir
2127
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit save.ogg
2128
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit snap.redir
2129
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit switch player.redir
2130
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit switch steps.redir
2131
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit switch timing.redir
2132
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit value decrease.redir
2133
lib/stepmania/Themes/_fallback/Sounds/ScreenEdit value increase.redir
2134
lib/stepmania/Themes/_fallback/Sounds/ScreenEditCourseSubmenu difficulty changed.redir
2135
lib/stepmania/Themes/_fallback/Sounds/ScreenEvaluation start.redir
2136
lib/stepmania/Themes/_fallback/Sounds/ScreenEvaluation try Extra1.ogg
2137
lib/stepmania/Themes/_fallback/Sounds/ScreenEvaluation try Extra2.redir
2138
lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay battle trick level1.redir
2139
lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay battle trick level2.redir
2140
lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay battle trick level3.redir
2141
lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay music.redir
2142
lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay oni die.redir
2143
lib/stepmania/Themes/_fallback/Sounds/ScreenGameplayNormal music.redir
2144
lib/stepmania/Themes/_fallback/Sounds/ScreenHowToPlay music (loop).ogg
2145
lib/stepmania/Themes/_fallback/Sounds/ScreenInit music.redir
2146
lib/stepmania/Themes/_fallback/Sounds/ScreenMapControllers delete.redir
2147
lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectBase change opt.redir
2148
lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectBase change sel.redir
2149
lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectMusic random music.redir
2150
lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectMusic roulette music.redir
2151
lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectMusic section music.redir
2152
lib/stepmania/Themes/_fallback/Sounds/ScreenOptions change.redir
2153
lib/stepmania/Themes/_fallback/Sounds/ScreenOptions next.redir
2154
lib/stepmania/Themes/_fallback/Sounds/ScreenOptions prev.redir
2155
lib/stepmania/Themes/_fallback/Sounds/ScreenOptions start.redir
2156
lib/stepmania/Themes/_fallback/Sounds/ScreenOptions toggle off.redir
2157
lib/stepmania/Themes/_fallback/Sounds/ScreenOptions toggle on.redir
2158
lib/stepmania/Themes/_fallback/Sounds/ScreenOptionsCourseOverview save.redir
2159
lib/stepmania/Themes/_fallback/Sounds/ScreenOptionsService music.redir
2160
lib/stepmania/Themes/_fallback/Sounds/ScreenOptionsServiceChild music.redir
2161
lib/stepmania/Themes/_fallback/Sounds/ScreenPrompt change.redir
2162
lib/stepmania/Themes/_fallback/Sounds/ScreenSMOnlineSelectMusic change sel.redir
2163
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMaster change.redir
2164
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMaster start.redir
2165
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic Options.redir
2166
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic course music.redir
2167
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic difficulty easier.redir
2168
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic difficulty harder.redir
2169
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic locked.redir
2170
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic loop music.redir
2171
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic random music.redir
2172
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic roulette music.redir
2173
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic section music.redir
2174
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic sort music.redir
2175
lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic start.redir
2176
lib/stepmania/Themes/_fallback/Sounds/ScreenTextEntry backspace.redir
2177
lib/stepmania/Themes/_fallback/Sounds/ScreenTextEntry type.redir
2178
lib/stepmania/Themes/_fallback/Sounds/ScreenTitle music.redir
2179
lib/stepmania/Themes/_fallback/Sounds/ScreenTitleMenu cancel.ogg
2180
lib/stepmania/Themes/_fallback/Sounds/_LifeMeterBattery lose.ogg
2181
lib/stepmania/Themes/_fallback/Sounds/_MemoryCardManager disconnect.ogg
2182
lib/stepmania/Themes/_fallback/Sounds/_Screen cancel.ogg
2183
lib/stepmania/Themes/_fallback/Sounds/_common row.ogg
2184
lib/stepmania/Themes/_fallback/Sounds/_dtrucks funk.ogg
2185
lib/stepmania/Themes/_fallback/Sounds/_missing.ogg
2186
lib/stepmania/Themes/_fallback/Sounds/_silent.redir
2187
lib/stepmania/Themes/_fallback/Sounds/_switch down.ogg
2188
lib/stepmania/Themes/_fallback/Sounds/_switch up.ogg
2189
lib/stepmania/Themes/_fallback/Sounds/new_missing.ogg
2190
lib/stepmania/Themes/_fallback/base._ini
2191
lib/stepmania/Themes/_fallback/metrics.ini
2192
lib/stepmania/Themes/default/BGAnimations/Screen cancel/default.lua
2193
lib/stepmania/Themes/default/BGAnimations/Screen in/default.lua
2194
lib/stepmania/Themes/default/BGAnimations/Screen out/default.lua
2195
lib/stepmania/Themes/default/BGAnimations/ScreenCaution overlay/_exclamation.png
2196
lib/stepmania/Themes/default/BGAnimations/ScreenCaution overlay/_warning bg.png
2197
lib/stepmania/Themes/default/BGAnimations/ScreenCaution overlay/default.lua
2198
lib/stepmania/Themes/default/BGAnimations/ScreenContinue underlay.lua
2199
lib/stepmania/Themes/default/BGAnimations/ScreenCredits background/_grid.png
2200
lib/stepmania/Themes/default/BGAnimations/ScreenCredits background/_space.png
2201
lib/stepmania/Themes/default/BGAnimations/ScreenCredits background/default.lua
2202
lib/stepmania/Themes/default/BGAnimations/ScreenCredits overlay.lua
2203
lib/stepmania/Themes/default/BGAnimations/ScreenDemonstration decorations.lua
2204
lib/stepmania/Themes/default/BGAnimations/ScreenDemonstration out.lua
2205
lib/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/default.lua
2206
lib/stepmania/Themes/default/BGAnimations/ScreenEdit background.lua
2207
lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation background/default.lua
2208
lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation decorations/default.lua
2209
lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation overlay/default.lua
2210
lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation overlay/kyuze.lua
2211
lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation overlay/original.lua
2212
lib/stepmania/Themes/default/BGAnimations/ScreenEvaluationSummary background.lua
2213
lib/stepmania/Themes/default/BGAnimations/ScreenEvaluationSummary decorations/default.lua
2214
lib/stepmania/Themes/default/BGAnimations/ScreenGameInformation underlay/default.lua
2215
lib/stepmania/Themes/default/BGAnimations/ScreenGameOver underlay/default.lua
2216
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay background.lua
2217
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay danger all/default.lua
2218
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay danger p1/BGAnimation.ini
2219
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay danger p2/BGAnimation.ini
2220
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay dead p1/BGAnimation.ini
2221
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay dead p2/BGAnimation.ini
2222
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua
2223
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay failed/default.lua
2224
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay go/default.lua
2225
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay go/go.png
2226
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay in/default.lua
2227
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay next course song/default.lua
2228
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay out.lua
2229
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay overlay.lua
2230
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay ready/default.lua
2231
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay ready/ready.png
2232
lib/stepmania/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua
2233
lib/stepmania/Themes/default/BGAnimations/ScreenHeartEntry overlay.lua
2234
lib/stepmania/Themes/default/BGAnimations/ScreenHighScores decorations/_difficulty frame.png
2235
lib/stepmania/Themes/default/BGAnimations/ScreenHighScores decorations/default.lua
2236
lib/stepmania/Themes/default/BGAnimations/ScreenHowToInstallSongs background.redir
2237
lib/stepmania/Themes/default/BGAnimations/ScreenHowToInstallSongs overlay.lua
2238
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png
2239
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay background/default.lua
2240
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay decorations.lua
2241
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay feet.lua
2242
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay jump.lua
2243
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay miss.lua
2244
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay tap.lua
2245
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/default.lua
2246
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/feet.png
2247
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/healthhilight.png
2248
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/jumpmessage.png
2249
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/missmessage.png
2250
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapglow.png
2251
lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapmessage.png
2252
lib/stepmania/Themes/default/BGAnimations/ScreenInit decorations.lua
2253
lib/stepmania/Themes/default/BGAnimations/ScreenJukebox in.lua
2254
lib/stepmania/Themes/default/BGAnimations/ScreenJukebox out.lua
2255
lib/stepmania/Themes/default/BGAnimations/ScreenLogo decorations.lua
2256
lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu cancel.redir
2257
lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu in.redir
2258
lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu out.redir
2259
lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu underlay/default.lua
2260
lib/stepmania/Themes/default/BGAnimations/ScreenNetSelectMusic decorations.lua
2261
lib/stepmania/Themes/default/BGAnimations/ScreenOptionsCustomizeProfile overlay.lua
2262
lib/stepmania/Themes/default/BGAnimations/ScreenOptionsService in.lua
2263
lib/stepmania/Themes/default/BGAnimations/ScreenPlayerOptions background.lua
2264
lib/stepmania/Themes/default/BGAnimations/ScreenPlayerOptions decorations.lua
2265
lib/stepmania/Themes/default/BGAnimations/ScreenPlayerOptions out.lua
2266
lib/stepmania/Themes/default/BGAnimations/ScreenPrompt underlay.redir
2267
lib/stepmania/Themes/default/BGAnimations/ScreenQuickSetupOverview decorations/default.lua
2268
lib/stepmania/Themes/default/BGAnimations/ScreenReloadSongs background.redir
2269
lib/stepmania/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua
2270
lib/stepmania/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua
2271
lib/stepmania/Themes/default/BGAnimations/ScreenSelectMusic underlay.lua
2272
lib/stepmania/Themes/default/BGAnimations/ScreenSelectPlayMode underlay.lua
2273
lib/stepmania/Themes/default/BGAnimations/ScreenSelectProfile overlay.lua
2274
lib/stepmania/Themes/default/BGAnimations/ScreenSongOptions background.redir
2275
lib/stepmania/Themes/default/BGAnimations/ScreenStageInformation out.redir
2276
lib/stepmania/Themes/default/BGAnimations/ScreenStageInformation underlay/CourseDisplay.lua
2277
lib/stepmania/Themes/default/BGAnimations/ScreenStageInformation underlay/default.lua
2278
lib/stepmania/Themes/default/BGAnimations/ScreenSystemLayer aux.lua
2279
lib/stepmania/Themes/default/BGAnimations/ScreenTextEntry underlay.redir
2280
lib/stepmania/Themes/default/BGAnimations/ScreenTitleJoin decorations.lua
2281
lib/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay.lua
2282
lib/stepmania/Themes/default/BGAnimations/ScreenTitleMenu decorations.lua
2283
lib/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay/_bg.png
2284
lib/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay/default.lua
2285
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements aux.lua
2286
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_bg top.png
2287
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_checkerboard (stretch).png
2288
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_grid.png
2289
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_particle normal.png
2290
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_particleLoader.lua
2291
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/default.lua
2292
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements decorations/default.lua
2293
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements in/default.lua
2294
lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements out/default.lua
2295
lib/stepmania/Themes/default/BGAnimations/_Arcade decorations/default.lua
2296
lib/stepmania/Themes/default/BGAnimations/_ScreenTitleMenu out/default.lua
2297
lib/stepmania/Themes/default/BGAnimations/_frame 3x1/default.lua
2298
lib/stepmania/Themes/default/BGAnimations/_frame 3x3/default.lua
2299
lib/stepmania/Themes/default/BGAnimations/_frame cursors/rounded fill.png
2300
lib/stepmania/Themes/default/BGAnimations/_frame cursors/rounded gloss.png
2301
lib/stepmania/Themes/default/BGAnimations/_frame cursors/rounded white.png
2302
lib/stepmania/Themes/default/BGAnimations/_frame files 3x1/rounded fill 3x1.png
2303
lib/stepmania/Themes/default/BGAnimations/_frame files 3x1/rounded gloss 3x1.png
2304
lib/stepmania/Themes/default/BGAnimations/old ScreenWithMenuElements background/default.lua
2305
lib/stepmania/Themes/default/Fonts/Combo Numbers.redir
2306
lib/stepmania/Themes/default/Fonts/Common Large.redir
2307
lib/stepmania/Themes/default/Fonts/MenuTimerContinue numbers.redir
2308
lib/stepmania/Themes/default/Fonts/ScreenDebugOverlay header.redir
2309
lib/stepmania/Themes/default/Fonts/ScreenDebugOverlay line.redir
2310
lib/stepmania/Themes/default/Fonts/ScreenDebugOverlay page.redir
2311
lib/stepmania/Themes/default/Fonts/ScreenGameplay SongTitle.redir
2312
lib/stepmania/Themes/default/Fonts/ScreenGameplay survive time.redir
2313
lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [alt-stroke] 10x10.png
2314
lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [alt] 10x10.png
2315
lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [main-stroke] 15x15.png
2316
lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [main] 15x15.png
2317
lib/stepmania/Themes/default/Fonts/_open sans semibold 48px.ini
2318
lib/stepmania/Themes/default/Fonts/_roboto Bold 54px [numbers-stroke] 4x5 (doubleres).png
2319
lib/stepmania/Themes/default/Fonts/_roboto Bold 54px [numbers] 4x5 (doubleres).png
2320
lib/stepmania/Themes/default/Fonts/_roboto Bold 54px.ini
2321
lib/stepmania/Themes/default/Fonts/_roboto Bold 80px [numbers-stroke] 4x4.png
2322
lib/stepmania/Themes/default/Fonts/_roboto Bold 80px [numbers] 4x4.png
2323
lib/stepmania/Themes/default/Fonts/_roboto Bold 80px.ini
2324
lib/stepmania/Themes/default/Graphics/Banner all music.png
2325
lib/stepmania/Themes/default/Graphics/Banner mode.png
2326
lib/stepmania/Themes/default/Graphics/Banner random.png
2327
lib/stepmania/Themes/default/Graphics/Banner roulette.png
2328
lib/stepmania/Themes/default/Graphics/CDTitle Con.png
2329
lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug frame.lua
2330
lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug separator.redir
2331
lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug stream p1.png
2332
lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug stream p2.png
2333
lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug tip p1.redir
2334
lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug tip p2.redir
2335
lib/stepmania/Themes/default/Graphics/Combo 1000milestone/default.lua
2336
lib/stepmania/Themes/default/Graphics/Combo 1000milestone/shot.png
2337
lib/stepmania/Themes/default/Graphics/Combo 100milestone/default.lua
2338
lib/stepmania/Themes/default/Graphics/Combo 100milestone/explosion.png
2339
lib/stepmania/Themes/default/Graphics/ComboGraph Backing (doubleres).png
2340
lib/stepmania/Themes/default/Graphics/ComboGraph ComboNumber.lua
2341
lib/stepmania/Themes/default/Graphics/ComboGraph MaxCombo (doubleres).png
2342
lib/stepmania/Themes/default/Graphics/ComboGraph NormalCombo (doubleres).png
2343
lib/stepmania/Themes/default/Graphics/Common fallback background.png
2344
lib/stepmania/Themes/default/Graphics/Common fallback banner.png
2345
lib/stepmania/Themes/default/Graphics/Common splash.png
2346
lib/stepmania/Themes/default/Graphics/Common window icon.png
2347
lib/stepmania/Themes/default/Graphics/CourseEntryDisplay bar.png
2348
lib/stepmania/Themes/default/Graphics/DualScrollBar thumb p1.png
2349
lib/stepmania/Themes/default/Graphics/DualScrollBar thumb p2.png
2350
lib/stepmania/Themes/default/Graphics/EditMenu Left 1x8.png
2351
lib/stepmania/Themes/default/Graphics/EditMenu Right.lua
2352
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Failed.png
2353
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier01.png
2354
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier02.png
2355
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier03.png
2356
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier04.png
2357
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier05.png
2358
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier06.png
2359
lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier07.png
2360
lib/stepmania/Themes/default/Graphics/GraphDisplay SongBoundary.redir
2361
lib/stepmania/Themes/default/Graphics/GraphDisplay backing.png
2362
lib/stepmania/Themes/default/Graphics/GraphDisplay barely.redir
2363
lib/stepmania/Themes/default/Graphics/GraphDisplay body.png
2364
lib/stepmania/Themes/default/Graphics/HoldJudgment label 1x2.png
2365
lib/stepmania/Themes/default/Graphics/Judgment Normal 1x6.png
2366
lib/stepmania/Themes/default/Graphics/LifeMeterBar danger.redir
2367
lib/stepmania/Themes/default/Graphics/LifeMeterBar over.png
2368
lib/stepmania/Themes/default/Graphics/LifeMeterBar under.png
2369
lib/stepmania/Themes/default/Graphics/LifeMeterBattery frame.png
2370
lib/stepmania/Themes/default/Graphics/LifeMeterBattery lives/_lives 1x10.png
2371
lib/stepmania/Themes/default/Graphics/LifeMeterBattery lives/default.lua
2372
lib/stepmania/Themes/default/Graphics/LifeMeterTime background.redir
2373
lib/stepmania/Themes/default/Graphics/LifeMeterTime frame.redir
2374
lib/stepmania/Themes/default/Graphics/LifeMeterTime over.redir
2375
lib/stepmania/Themes/default/Graphics/MusicWheel highlight.png
2376
lib/stepmania/Themes/default/Graphics/MusicWheelItem Course ColorPart.png
2377
lib/stepmania/Themes/default/Graphics/MusicWheelItem Course NormalPart (dither).png
2378
lib/stepmania/Themes/default/Graphics/MusicWheelItem Mode ColorPart.png
2379
lib/stepmania/Themes/default/Graphics/MusicWheelItem Mode NormalPart.png
2380
lib/stepmania/Themes/default/Graphics/MusicWheelItem Roulette ColorPart.redir
2381
lib/stepmania/Themes/default/Graphics/MusicWheelItem Roulette NormalPart.lua
2382
lib/stepmania/Themes/default/Graphics/MusicWheelItem Roulette OverPart.redir
2383
lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionCollapsed ColorPart (dither).png
2384
lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionCollapsed NormalPart (dither).png
2385
lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionExpanded ColorPart (dither).png
2386
lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionExpanded NormalPart.redir
2387
lib/stepmania/Themes/default/Graphics/MusicWheelItem Song ColorPart.png
2388
lib/stepmania/Themes/default/Graphics/MusicWheelItem Song NormalPart (dither).png
2389
lib/stepmania/Themes/default/Graphics/MusicWheelItem Sort ColorPart.redir
2390
lib/stepmania/Themes/default/Graphics/MusicWheelItem Sort NormalPart.redir
2391
lib/stepmania/Themes/default/Graphics/MusicWheelItem grades/default.lua
2392
lib/stepmania/Themes/default/Graphics/NoteField bars 1x4.png
2393
lib/stepmania/Themes/default/Graphics/NoteField board/board.png
2394
lib/stepmania/Themes/default/Graphics/NoteField board/default.lua
2395
lib/stepmania/Themes/default/Graphics/OptionRow frame.redir
2396
lib/stepmania/Themes/default/Graphics/OptionRowExit frame.png
2397
lib/stepmania/Themes/default/Graphics/OptionsCursorP1 CanGoLeft.redir
2398
lib/stepmania/Themes/default/Graphics/OptionsCursorP1 CanGoRight.redir
2399
lib/stepmania/Themes/default/Graphics/OptionsCursorP1 Left (doubleres).png
2400
lib/stepmania/Themes/default/Graphics/OptionsCursorP1 Middle (doubleres).png
2401
lib/stepmania/Themes/default/Graphics/OptionsCursorP1 Right (doubleres).png
2402
lib/stepmania/Themes/default/Graphics/OptionsCursorP2 CanGoLeft.redir
2403
lib/stepmania/Themes/default/Graphics/OptionsCursorP2 CanGoRight.redir
2404
lib/stepmania/Themes/default/Graphics/OptionsCursorP2 Left.redir
2405
lib/stepmania/Themes/default/Graphics/OptionsCursorP2 Middle.redir
2406
lib/stepmania/Themes/default/Graphics/OptionsCursorP2 Right.redir
2407
lib/stepmania/Themes/default/Graphics/OptionsUnderlineP1 Left (doubleres).png
2408
lib/stepmania/Themes/default/Graphics/OptionsUnderlineP1 Middle (doubleres).png
2409
lib/stepmania/Themes/default/Graphics/OptionsUnderlineP1 Right (doubleres).png
2410
lib/stepmania/Themes/default/Graphics/OptionsUnderlineP2 Left.redir
2411
lib/stepmania/Themes/default/Graphics/OptionsUnderlineP2 Middle.redir
2412
lib/stepmania/Themes/default/Graphics/OptionsUnderlineP2 Right.redir
2413
lib/stepmania/Themes/default/Graphics/PaneDisplay text.lua
2414
lib/stepmania/Themes/default/Graphics/Player Badge FullCombo.png
2415
lib/stepmania/Themes/default/Graphics/Player combo/_combo.png
2416
lib/stepmania/Themes/default/Graphics/Player combo/_misses.png
2417
lib/stepmania/Themes/default/Graphics/Player combo/default.lua
2418
lib/stepmania/Themes/default/Graphics/Player judgment/default.lua
2419
lib/stepmania/Themes/default/Graphics/Player toasty/default.lua
2420
lib/stepmania/Themes/default/Graphics/RoomWheelItem ColorPart.redir
2421
lib/stepmania/Themes/default/Graphics/RoomWheelItem NormalPart.redir
2422
lib/stepmania/Themes/default/Graphics/ScoreDisplayLifeTime frame.redir
2423
lib/stepmania/Themes/default/Graphics/ScoreDisplayNormal frame.redir
2424
lib/stepmania/Themes/default/Graphics/ScoreDisplayRave frame base p1.redir
2425
lib/stepmania/Themes/default/Graphics/ScoreDisplayRave frame base p2.redir
2426
lib/stepmania/Themes/default/Graphics/ScoreDisplayRave stream level1.png
2427
lib/stepmania/Themes/default/Graphics/ScoreDisplayRave stream level2.png
2428
lib/stepmania/Themes/default/Graphics/ScoreDisplayRave stream level3.png
2429
lib/stepmania/Themes/default/Graphics/ScreenDemonstration StageDisplay.redir
2430
lib/stepmania/Themes/default/Graphics/ScreenEvaluation BannerFrame.redir
2431
lib/stepmania/Themes/default/Graphics/ScreenEvaluation GameType.lua
2432
lib/stepmania/Themes/default/Graphics/ScreenEvaluation GradeFrame p1.redir
2433
lib/stepmania/Themes/default/Graphics/ScreenEvaluation GradeFrame p2.redir
2434
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel Held.redir
2435
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel MaxCombo.redir
2436
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel Miss.redir
2437
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W1.redir
2438
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W2.redir
2439
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W3.redir
2440
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W4.redir
2441
lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W5.redir
2442
lib/stepmania/Themes/default/Graphics/ScreenEvaluation LifeDifficulty.lua
2443
lib/stepmania/Themes/default/Graphics/ScreenEvaluation MachineRecord.lua
2444
lib/stepmania/Themes/default/Graphics/ScreenEvaluation PeakComboAward.lua
2445
lib/stepmania/Themes/default/Graphics/ScreenEvaluation PersonalRecord.lua
2446
lib/stepmania/Themes/default/Graphics/ScreenEvaluation ScoreLabel.redir
2447
lib/stepmania/Themes/default/Graphics/ScreenEvaluation SongInformation.lua
2448
lib/stepmania/Themes/default/Graphics/ScreenEvaluation StageAward.lua
2449
lib/stepmania/Themes/default/Graphics/ScreenEvaluation TimingDifficulty.lua
2450
lib/stepmania/Themes/default/Graphics/ScreenEvaluation Win p1 1x3.png
2451
lib/stepmania/Themes/default/Graphics/ScreenEvaluation Win p2 1x3.png
2452
lib/stepmania/Themes/default/Graphics/ScreenEvaluationSummary BannerList.lua
2453
lib/stepmania/Themes/default/Graphics/ScreenGameOver gameover.png
2454
lib/stepmania/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua
2455
lib/stepmania/Themes/default/Graphics/ScreenGameplay DeltaSeconds.lua
2456
lib/stepmania/Themes/default/Graphics/ScreenGameplay RemainingTime.lua
2457
lib/stepmania/Themes/default/Graphics/ScreenGameplay ScoreFrame.png
2458
lib/stepmania/Themes/default/Graphics/ScreenGameplay SongTitle.lua
2459
lib/stepmania/Themes/default/Graphics/ScreenGameplay StageDisplay.lua
2460
lib/stepmania/Themes/default/Graphics/ScreenGameplay oni gameover.redir
2461
lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/default.lua
2462
lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/empty (doubleres).png
2463
lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/filled (doubleres).png
2464
lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/frame (doubleres).png
2465
lib/stepmania/Themes/default/Graphics/ScreenHowToInstallSongs Icon.lua
2466
lib/stepmania/Themes/default/Graphics/ScreenHowToInstallSongs scroll.lua
2467
lib/stepmania/Themes/default/Graphics/ScreenLogo Logo.redir
2468
lib/stepmania/Themes/default/Graphics/ScreenMapControllers exit.lua
2469
lib/stepmania/Themes/default/Graphics/ScreenMiniMenu page.redir
2470
lib/stepmania/Themes/default/Graphics/ScreenNetSelectBase ChatInputBox.lua
2471
lib/stepmania/Themes/default/Graphics/ScreenNetSelectBase ChatOutputBox.lua
2472
lib/stepmania/Themes/default/Graphics/ScreenNetSelectMusic BPMDisplay.redir
2473
lib/stepmania/Themes/default/Graphics/ScreenNetSelectMusic BPMLabel.redir
2474
lib/stepmania/Themes/default/Graphics/ScreenNetSelectMusic DifficultyDisplay.redir
2475
lib/stepmania/Themes/default/Graphics/ScreenOptions LineHighlight P1.lua
2476
lib/stepmania/Themes/default/Graphics/ScreenOptions LineHighlight P2.redir
2477
lib/stepmania/Themes/default/Graphics/ScreenOptions disqualify.lua
2478
lib/stepmania/Themes/default/Graphics/ScreenOptions line highlight.png
2479
lib/stepmania/Themes/default/Graphics/ScreenOptions more.redir
2480
lib/stepmania/Themes/default/Graphics/ScreenOptions page.png
2481
lib/stepmania/Themes/default/Graphics/ScreenPlayerOptions PlayerNameplate.lua
2482
lib/stepmania/Themes/default/Graphics/ScreenQuickSetupOverview icon/_base.png
2483
lib/stepmania/Themes/default/Graphics/ScreenQuickSetupOverview icon/default.lua
2484
lib/stepmania/Themes/default/Graphics/ScreenRanking CourseDifficulty easy.redir
2485
lib/stepmania/Themes/default/Graphics/ScreenRanking CourseDifficulty hard.redir
2486
lib/stepmania/Themes/default/Graphics/ScreenRanking CourseDifficulty medium.redir
2487
lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty challenge.redir
2488
lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty easy.redir
2489
lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty hard.redir
2490
lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty medium.redir
2491
lib/stepmania/Themes/default/Graphics/ScreenRanking banner frame.redir
2492
lib/stepmania/Themes/default/Graphics/ScreenRanking bullets 1x5.png
2493
lib/stepmania/Themes/default/Graphics/ScreenRanking course frame.redir
2494
lib/stepmania/Themes/default/Graphics/ScreenRanking song frame.redir
2495
lib/stepmania/Themes/default/Graphics/ScreenRanking type dance-double.png
2496
lib/stepmania/Themes/default/Graphics/ScreenRanking type dance-single.png
2497
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic AlternateHelpDisplay.lua
2498
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic BPMDisplay.lua
2499
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic BPMLabel.lua
2500
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic BannerFrame.png
2501
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic CourseContentsList.lua
2502
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic CourseType.lua
2503
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_background.png
2504
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Beginner.png
2505
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Challenge.png
2506
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Easy.png
2507
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Edit.png
2508
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Hard.png
2509
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Medium.png
2510
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/default.lua
2511
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyList.lua
2512
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic NewSong.lua
2513
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic NumCourseSongs.lua
2514
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic PaneDisplayFrame.png
2515
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic PaneDisplayTextP1.lua
2516
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic PaneDisplayTextP2.lua
2517
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SegmentDisplay/_timingicons 4x2 (doubleres).png
2518
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SegmentDisplay/default.lua
2519
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongOptions.lua
2520
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongOptionsFrame.lua
2521
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongOptionsText.lua
2522
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongTime.lua
2523
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SortOrderFrame.lua
2524
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SortOrderText.lua
2525
lib/stepmania/Themes/default/Graphics/ScreenSelectMusic fallback cdtitle.redir
2526
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode BackgroundFrame.png
2527
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background base (dither).png
2528
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background effect.png
2529
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_cutout.png
2530
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_gloss.png
2531
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_stroke.png
2532
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/default.lua
2533
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Easy.png
2534
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Endless (dither).png
2535
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Hard.png
2536
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Nonstop (dither).png
2537
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Normal.png
2538
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Oni (dither).png
2539
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Rave.png
2540
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/_HighlightFrame (dither).png
2541
lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/default.lua
2542
lib/stepmania/Themes/default/Graphics/ScreenSelectProfile CardBackground.png
2543
lib/stepmania/Themes/default/Graphics/ScreenSelectProfile CardFrame.png
2544
lib/stepmania/Themes/default/Graphics/ScreenSelectStyle Icon.lua
2545
lib/stepmania/Themes/default/Graphics/ScreenSelectmusic score frame p1.redir
2546
lib/stepmania/Themes/default/Graphics/ScreenSelectmusic score frame p2.redir
2547
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 1st.png
2548
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 2nd.png
2549
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 3rd.png
2550
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 4th.png
2551
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 5th.png
2552
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 6th.png
2553
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage endless.png
2554
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage event.png
2555
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage extra1.png
2556
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage extra2.png
2557
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage final.png
2558
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage nonstop.png
2559
lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage oni.png
2560
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu CurrentGametype.lua
2561
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu LifeDifficulty.lua
2562
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu NetworkStatus.lua
2563
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu NumAdditionalSongs.lua
2564
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu NumSongs.lua
2565
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu PreferenceFrame.png
2566
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu SystemDirection/default.lua
2567
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu TimingDifficulty.lua
2568
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu VersionInfo.lua
2569
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu cursor.lua
2570
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu logo/_arrow (dither).png
2571
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu logo/_text (dither).png
2572
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu logo/default.lua
2573
lib/stepmania/Themes/default/Graphics/ScreenTitleMenu scroll.lua
2574
lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements Footer.lua
2575
lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements Help.lua
2576
lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements StageDisplay.lua
2577
lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/Header.png
2578
lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/_texture stripe (stretch).png
2579
lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/default.lua
2580
lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/old _texture stripe.png
2581
lib/stepmania/Themes/default/Graphics/ScrollBar StretchThumb.redir
2582
lib/stepmania/Themes/default/Graphics/ScrollBar TickThumb.lua
2583
lib/stepmania/Themes/default/Graphics/ScrollBar bottom.redir
2584
lib/stepmania/Themes/default/Graphics/ScrollBar middle.redir
2585
lib/stepmania/Themes/default/Graphics/ScrollBar top.redir
2586
lib/stepmania/Themes/default/Graphics/SongMeterDisplay frame p1.png
2587
lib/stepmania/Themes/default/Graphics/SongMeterDisplay frame p2.redir
2588
lib/stepmania/Themes/default/Graphics/SongMeterDisplay stream p1.png
2589
lib/stepmania/Themes/default/Graphics/SongMeterDisplay stream p2.redir
2590
lib/stepmania/Themes/default/Graphics/SongMeterDisplay tip p1.png
2591
lib/stepmania/Themes/default/Graphics/SongMeterDisplay tip p2.redir
2592
lib/stepmania/Themes/default/Graphics/StepsDisplay StepsType.lua
2593
lib/stepmania/Themes/default/Graphics/StepsDisplay autogen/_badge.png
2594
lib/stepmania/Themes/default/Graphics/StepsDisplay autogen/default.lua
2595
lib/stepmania/Themes/default/Graphics/StepsDisplay frame.png
2596
lib/stepmania/Themes/default/Graphics/StepsDisplayGameplay frame.png
2597
lib/stepmania/Themes/default/Graphics/StepsDisplayListRow StepsType.lua
2598
lib/stepmania/Themes/default/Graphics/StepsDisplayListRow autogen.png
2599
lib/stepmania/Themes/default/Graphics/StepsDisplayListRow frame.png
2600
lib/stepmania/Themes/default/Graphics/StreamDisplay hot.png
2601
lib/stepmania/Themes/default/Graphics/StreamDisplay normal.png
2602
lib/stepmania/Themes/default/Graphics/StreamDisplay passing.redir
2603
lib/stepmania/Themes/default/Graphics/TestStep.png
2604
lib/stepmania/Themes/default/Graphics/WheelNotifyIcon icons 4x2 (doubleres).png
2605
lib/stepmania/Themes/default/Graphics/_CombinedLifeMeterTug separator.png
2606
lib/stepmania/Themes/default/Graphics/_GraphDisplay overlay.png
2607
lib/stepmania/Themes/default/Graphics/_JudgmentLineLabel/_frame.png
2608
lib/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua
2609
lib/stepmania/Themes/default/Graphics/_MusicWheelItem Roulette NormalPart.png
2610
lib/stepmania/Themes/default/Graphics/_SelectIcon 10Keys.png
2611
lib/stepmania/Themes/default/Graphics/_SelectIcon 14Keys.png
2612
lib/stepmania/Themes/default/Graphics/_SelectIcon 5Keys.png
2613
lib/stepmania/Themes/default/Graphics/_SelectIcon 7Keys.png
2614
lib/stepmania/Themes/default/Graphics/_SelectIcon Couple.png
2615
lib/stepmania/Themes/default/Graphics/_SelectIcon Double.png
2616
lib/stepmania/Themes/default/Graphics/_SelectIcon Easy.png
2617
lib/stepmania/Themes/default/Graphics/_SelectIcon Endless.png
2618
lib/stepmania/Themes/default/Graphics/_SelectIcon Extended.png
2619
lib/stepmania/Themes/default/Graphics/_SelectIcon HalfDouble.png
2620
lib/stepmania/Themes/default/Graphics/_SelectIcon Hard.png
2621
lib/stepmania/Themes/default/Graphics/_SelectIcon KB7.png
2622
lib/stepmania/Themes/default/Graphics/_SelectIcon Normal.png
2623
lib/stepmania/Themes/default/Graphics/_SelectIcon Oni.png
2624
lib/stepmania/Themes/default/Graphics/_SelectIcon Rave.png
2625
lib/stepmania/Themes/default/Graphics/_SelectIcon Routine.png
2626
lib/stepmania/Themes/default/Graphics/_SelectIcon Single.png
2627
lib/stepmania/Themes/default/Graphics/_SelectIcon Solo.png
2628
lib/stepmania/Themes/default/Graphics/_SelectIcon Survival.png
2629
lib/stepmania/Themes/default/Graphics/_SelectIcon Versus.png
2630
lib/stepmania/Themes/default/Graphics/_SelectIcon.png
2631
lib/stepmania/Themes/default/Graphics/_StepsDisplayListRow Cursor.png
2632
lib/stepmania/Themes/default/Graphics/_StepsDisplayListRow arrow.png
2633
lib/stepmania/Themes/default/Graphics/_StepsType Icon dance-single.png
2634
lib/stepmania/Themes/default/Graphics/_StepsType/Dance_Double.png
2635
lib/stepmania/Themes/default/Graphics/_StepsType/Dance_Single.png
2636
lib/stepmania/Themes/default/Graphics/_StepsType/Dance_Solo.png
2637
lib/stepmania/Themes/default/Graphics/_StepsType/Pump_Double.png
2638
lib/stepmania/Themes/default/Graphics/_StepsType/Pump_HalfDouble.png
2639
lib/stepmania/Themes/default/Graphics/_StepsType/Pump_Single.png
2640
lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Double4.png
2641
lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Double5.png
2642
lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Single4.png
2643
lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Single5.png
2644
lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Single8.png
2645
lib/stepmania/Themes/default/Graphics/_StepsType/kb7.png
2646
lib/stepmania/Themes/default/Graphics/_combined life frame.png
2647
lib/stepmania/Themes/default/Graphics/_howto find.png
2648
lib/stepmania/Themes/default/Graphics/_howto install.png
2649
lib/stepmania/Themes/default/Graphics/_icon Health.png
2650
lib/stepmania/Themes/default/Graphics/_icon Sort.png
2651
lib/stepmania/Themes/default/Graphics/_icon Timing.png
2652
lib/stepmania/Themes/default/Graphics/_rave meter base.png
2653
lib/stepmania/Themes/default/Graphics/_rave result P1.png
2654
lib/stepmania/Themes/default/Graphics/_rave result P2.png
2655
lib/stepmania/Themes/default/Graphics/_rave result draw.png
2656
lib/stepmania/Themes/default/Languages/de.ini
2657
lib/stepmania/Themes/default/Languages/en.ini
2658
lib/stepmania/Themes/default/Languages/es.ini
2659
lib/stepmania/Themes/default/Languages/fr.ini
2660
lib/stepmania/Themes/default/Languages/ja.ini
2661
lib/stepmania/Themes/default/Languages/nl.ini
2662
lib/stepmania/Themes/default/Languages/pl.ini
2663
lib/stepmania/Themes/default/Other/Profile Catalog.xsl
2664
lib/stepmania/Themes/default/Other/Profile Common.xsl
2665
lib/stepmania/Themes/default/Other/Profile Stats.xsl
2666
lib/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm
2667
lib/stepmania/Themes/default/Other/ScreenHowToPlay steps.sm
2668
lib/stepmania/Themes/default/Other/SongManager PreferredCourses.txt
2669
lib/stepmania/Themes/default/Other/SongManager PreferredSongs.txt
2670
lib/stepmania/Themes/default/Other/SongManager PreferredSort.txt
2671
lib/stepmania/Themes/default/Other/_blank.png
2672
lib/stepmania/Themes/default/Other/_gameplay sync music.ogg
2673
lib/stepmania/Themes/default/Other/_missing.png
2674
lib/stepmania/Themes/default/Scripts/00 ThemeInfo.lua
2675
lib/stepmania/Themes/default/Scripts/02 Colors.lua
2676
lib/stepmania/Themes/default/Scripts/02 Lyrics.lua
2677
lib/stepmania/Themes/default/Scripts/02 TextBanner.lua
2678
lib/stepmania/Themes/default/Scripts/02 ThemePrefs.lua
2679
lib/stepmania/Themes/default/Scripts/03 Gameplay.lua
2680
lib/stepmania/Themes/default/Scripts/04 Other.lua
2681
lib/stepmania/Themes/default/Sounds/Common Start.redir
2682
lib/stepmania/Themes/default/Sounds/Common invalid.redir
2683
lib/stepmania/Themes/default/Sounds/Common value.redir
2684
lib/stepmania/Themes/default/Sounds/MenuTimer tick.redir
2685
lib/stepmania/Themes/default/Sounds/MusicWheel change.redir
2686
lib/stepmania/Themes/default/Sounds/ScreenCredits music.redir
2687
lib/stepmania/Themes/default/Sounds/ScreenEdit freeze.ogg
2688
lib/stepmania/Themes/default/Sounds/ScreenEdit line.redir
2689
lib/stepmania/Themes/default/Sounds/ScreenEdit marker.ogg
2690
lib/stepmania/Themes/default/Sounds/ScreenEdit save.ogg
2691
lib/stepmania/Themes/default/Sounds/ScreenEdit snap.ogg
2692
lib/stepmania/Themes/default/Sounds/ScreenEdit switch player.ogg
2693
lib/stepmania/Themes/default/Sounds/ScreenEdit switch timing.redir
2694
lib/stepmania/Themes/default/Sounds/ScreenEdit value decrease.redir
2695
lib/stepmania/Themes/default/Sounds/ScreenEdit value increase.ogg
2696
lib/stepmania/Themes/default/Sounds/ScreenGameInformation music.redir
2697
lib/stepmania/Themes/default/Sounds/ScreenGameplay failed.redir
2698
lib/stepmania/Themes/default/Sounds/ScreenGameplayAlternate failed.mp3
2699
lib/stepmania/Themes/default/Sounds/ScreenOptionsService music.redir
2700
lib/stepmania/Themes/default/Sounds/ScreenProfileLoad music.redir
2701
lib/stepmania/Themes/default/Sounds/ScreenSelectMusic course music.redir
2702
lib/stepmania/Themes/default/Sounds/ScreenSelectMusic loop music.redir
2703
lib/stepmania/Themes/default/Sounds/ScreenSelectMusic random music.redir
2704
lib/stepmania/Themes/default/Sounds/ScreenSelectMusic roulette music.redir
2705
lib/stepmania/Themes/default/Sounds/ScreenSelectMusic section music.redir
2706
lib/stepmania/Themes/default/Sounds/ScreenSelectMusic sort music.redir
2707
lib/stepmania/Themes/default/Sounds/ScreenSelectPlayMode music.redir
2708
lib/stepmania/Themes/default/Sounds/ScreenSelectPlayStyle music.redir
2709
lib/stepmania/Themes/default/Sounds/ScreenSelectProfile music.redir
2710
lib/stepmania/Themes/default/Sounds/ScreenSelectStyle music.redir
2711
lib/stepmania/Themes/default/Sounds/ScreenTitleJoin music.redir
2712
lib/stepmania/Themes/default/Sounds/ScreenTitleMenu music.redir
2713
lib/stepmania/Themes/default/Sounds/_Music credits.redir
2714
lib/stepmania/Themes/default/Sounds/_Music menu.redir
2715
lib/stepmania/Themes/default/Sounds/_Music title (loop).redir
2716
lib/stepmania/Themes/default/Sounds/_Music title (loop).sm
2717
lib/stepmania/Themes/default/Sounds/_Screen cancel.redir
2718
lib/stepmania/Themes/default/Sounds/_common row.redir
2719
lib/stepmania/Themes/default/Sounds/_switch down.redir
2720
lib/stepmania/Themes/default/Sounds/_switch up.redir
2721
lib/stepmania/Themes/default/Sounds/default/Common Start.ogg
2722
lib/stepmania/Themes/default/Sounds/default/Common invalid.ogg
2723
lib/stepmania/Themes/default/Sounds/default/Common value.ogg
2724
lib/stepmania/Themes/default/Sounds/default/MenuTimer tick.ogg
2725
lib/stepmania/Themes/default/Sounds/default/MusicWheel change.ogg
2726
lib/stepmania/Themes/default/Sounds/default/ScreenGameplay failed.ogg
2727
lib/stepmania/Themes/default/Sounds/default/_Music credits (loop).ogg
2728
lib/stepmania/Themes/default/Sounds/default/_Music title (loop).ogg
2729
lib/stepmania/Themes/default/Sounds/default/_Screen cancel.ogg
2730
lib/stepmania/Themes/default/Sounds/default/_common row.ogg
2731
lib/stepmania/Themes/default/Sounds/default/_switch down.ogg
2732
lib/stepmania/Themes/default/Sounds/default/_switch up.ogg
2733
lib/stepmania/Themes/default/Sounds/kommisar/Common Start.ogg
2734
lib/stepmania/Themes/default/Sounds/kommisar/Common invalid.ogg
2735
lib/stepmania/Themes/default/Sounds/kommisar/Common value.ogg
2736
lib/stepmania/Themes/default/Sounds/kommisar/MenuTimer tick.ogg
2737
lib/stepmania/Themes/default/Sounds/kommisar/MusicWheel change.ogg
2738
lib/stepmania/Themes/default/Sounds/kommisar/ScreenGameplay failed.ogg
2739
lib/stepmania/Themes/default/Sounds/kommisar/_Music credits (loop).ogg
2740
lib/stepmania/Themes/default/Sounds/kommisar/_Music title (loop).ogg
2741
lib/stepmania/Themes/default/Sounds/kommisar/_Screen cancel.ogg
2742
lib/stepmania/Themes/default/Sounds/kommisar/_common row.ogg
2743
lib/stepmania/Themes/default/Sounds/kommisar/_switch down.ogg
2744
lib/stepmania/Themes/default/Sounds/kommisar/_switch up.ogg
2745
lib/stepmania/Themes/default/ThemeInfo.ini
2746
lib/stepmania/Themes/default/metrics.ini
2747
lib/stepmania/Themes/home/ThemeInfo.ini
2748
lib/stepmania/Themes/home/metrics.ini
4
lib/stepmania/stepmania
2749
lib/stepmania/stepmania
5
share/applications/stepmania.desktop
2750
share/applications/stepmania.desktop
6
%%PORTDOCS%%%%DOCSDIR%%/Changelog_SSCformat.txt
2751
%%PORTDOCS%%%%DOCSDIR%%/Changelog_SSCformat.txt
2752
%%PORTDOCS%%%%DOCSDIR%%/Changelog_language.txt
7
%%PORTDOCS%%%%DOCSDIR%%/Changelog_sm-ssc.txt
2753
%%PORTDOCS%%%%DOCSDIR%%/Changelog_sm-ssc.txt
8
%%PORTDOCS%%%%DOCSDIR%%/Changelog_sm5.txt
2754
%%PORTDOCS%%%%DOCSDIR%%/Changelog_sm5.txt
9
%%PORTDOCS%%%%DOCSDIR%%/CommandLineArgs.txt
2755
%%PORTDOCS%%%%DOCSDIR%%/CommandLineArgs.txt
Lines 18-23 Link Here
18
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMLanProtocol.txt
2764
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMLanProtocol.txt
19
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMO_protocol-aj.txt
2765
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMO_protocol-aj.txt
20
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMXML.txt
2766
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMXML.txt
2767
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/Sound Drivers.txt
2768
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SplitTiming.txt
21
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/TextEntry.txt
2769
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/TextEntry.txt
22
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/WarpNotes.txt
2770
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/WarpNotes.txt
23
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/ezsockets.txt
2771
%%PORTDOCS%%%%DOCSDIR%%/Devdocs/ezsockets.txt
Lines 41-46 Link Here
41
%%PORTDOCS%%%%DOCSDIR%%/Luadoc/closed.gif
2789
%%PORTDOCS%%%%DOCSDIR%%/Luadoc/closed.gif
42
%%PORTDOCS%%%%DOCSDIR%%/Luadoc/favicon.ico
2790
%%PORTDOCS%%%%DOCSDIR%%/Luadoc/favicon.ico
43
%%PORTDOCS%%%%DOCSDIR%%/Luadoc/open.gif
2791
%%PORTDOCS%%%%DOCSDIR%%/Luadoc/open.gif
2792
%%PORTDOCS%%%%DOCSDIR%%/Mapping_keys_for_edit_mode.txt
44
%%PORTDOCS%%%%DOCSDIR%%/README-GUIDELINES
2793
%%PORTDOCS%%%%DOCSDIR%%/README-GUIDELINES
45
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BM98Data_format_specification.html
2794
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BM98Data_format_specification.html
46
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BM98FinalSecret.html
2795
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BM98FinalSecret.html
Lines 65-85 Link Here
65
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/new format draft.txt
2814
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/new format draft.txt
66
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/ssc_msd5.txt
2815
%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/ssc_msd5.txt
67
%%PORTDOCS%%%%DOCSDIR%%/Stats.xml
2816
%%PORTDOCS%%%%DOCSDIR%%/Stats.xml
2817
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/ActorFrame.lua
2818
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/ActorFrameTexture.lua
2819
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/ActorScroller.lua
2820
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/BitmapText.lua
2821
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/Quad.lua
2822
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/RollingNumbers.lua
2823
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/Toasty.lua
2824
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua
2825
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Screens/ScreenMapControllers.lua
2826
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Screens/ScreenOptionsExample.ini
2827
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/BGAnimations/ScreenSimpleExample overlay.lua
2828
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/ThemeInfo.ini
2829
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/metrics.ini
2830
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/readme.txt
2831
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/OptionRowHandlerLua.lua
2832
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/anatomy_of_an_actor.lua
68
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Noteskin elements Reference.txt
2833
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Noteskin elements Reference.txt
2834
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenAMVTest overlay.lua
69
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenMessages.txt
2835
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenMessages.txt
70
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenTextEntry.txt
2836
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenTextEntry.txt
71
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ThemePrefs.txt
2837
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ThemePrefs.txt
72
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ThemePrefsRows.txt
2838
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ThemePrefsRows.txt
2839
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/XmlToLua.txt
73
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/actordef.txt
2840
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/actordef.txt
2841
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/announcer_files.txt
2842
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/calories.txt
74
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/conditional_music.txt
2843
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/conditional_music.txt
2844
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/effect_colors.txt
75
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/fontini.txt
2845
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/fontini.txt
76
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/gamecommands.txt
2846
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/gamecommands.txt
2847
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/haste.txt
77
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/included_scripts.txt
2848
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/included_scripts.txt
2849
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/modslevel.txt
78
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/moremsg.txt
2850
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/moremsg.txt
79
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/recommended_practices.txt
2851
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/recommended_practices.txt
80
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/sm-ssc_themeguide.txt
2852
%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/sm-ssc_themeguide.txt
2853
%%PORTDOCS%%%%DOCSDIR%%/Userdocs/bgchanges_format.txt
81
%%PORTDOCS%%%%DOCSDIR%%/Userdocs/sm5_beginner.txt
2854
%%PORTDOCS%%%%DOCSDIR%%/Userdocs/sm5_beginner.txt
82
%%PORTDOCS%%%%DOCSDIR%%/WindowsNotes.txt
83
%%PORTDOCS%%%%DOCSDIR%%/credits.txt
2855
%%PORTDOCS%%%%DOCSDIR%%/credits.txt
84
%%PORTDOCS%%%%DOCSDIR%%/docpack.zip
2856
%%PORTDOCS%%%%DOCSDIR%%/docpack.zip
85
%%PORTDOCS%%%%DOCSDIR%%/license-ext/Scoring-jp.txt
2857
%%PORTDOCS%%%%DOCSDIR%%/license-ext/Scoring-jp.txt
Lines 111-113 Link Here
111
share/icons/hicolor/72x72/apps/stepmania-ssc.png
2883
share/icons/hicolor/72x72/apps/stepmania-ssc.png
112
share/icons/hicolor/96x96/apps/stepmania-ssc.png
2884
share/icons/hicolor/96x96/apps/stepmania-ssc.png
113
share/icons/hicolor/scalable/apps/stepmania-ssc.svg
2885
share/icons/hicolor/scalable/apps/stepmania-ssc.svg
2886
@dir lib/stepmania/Songs

Return to bug 199230