From 86a853027e6b50410ac0df09446737d120138331 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 3 Jul 2011 14:12:01 -0500 Subject: [PATCH] add songs to installer, add instructions to songs folder --- Songs/instructions.txt | 8 ++++++++ sm-ssc.nsi | 1 + 2 files changed, 9 insertions(+) create mode 100644 Songs/instructions.txt diff --git a/Songs/instructions.txt b/Songs/instructions.txt new file mode 100644 index 0000000000..e9236b0028 --- /dev/null +++ b/Songs/instructions.txt @@ -0,0 +1,8 @@ +[How to Install Songs] + +Songs are laid out based on the group that they are in. + +Songs\ : root folder + StepMania 5\ : group folder + MechaTribe Assault\ : song/simfile folder + *.png, *.mp3/*.ogg, *.sm/*.ssc/etc files \ No newline at end of file diff --git a/sm-ssc.nsi b/sm-ssc.nsi index 69ed0d3e7a..4655f8e1ba 100644 --- a/sm-ssc.nsi +++ b/sm-ssc.nsi @@ -383,6 +383,7 @@ Section "Main Section" SecMain CreateDirectory "$INSTDIR\Songs" SetOutPath "$INSTDIR\Songs" ;File "Songs\Instructions.txt" + File /r /x CVS /x .svn "Songs\*" ; remove and install themes RMDir /r "$INSTDIR\Themes\_fallback"