Skip to content

Commit

Permalink
Removed copyrighted music.
Browse files Browse the repository at this point in the history
  • Loading branch information
npiegdon committed May 4, 2012
1 parent ca9d504 commit 3fefe25
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 69 deletions.
Binary file removed music/Bubble Bobble - Main Theme.mid
Binary file not shown.
Binary file removed music/Dragon Warrior - Town Theme.mid
Binary file not shown.
Binary file removed music/Sonic the Hedgehog - Green Hill Zone.mid
Binary file not shown.
Binary file removed music/Super Mario Bros - Overworld.mid
Binary file not shown.
Binary file removed music/Super Mario Bros - Underwater.mid
Binary file not shown.
Binary file removed music/Tetris - Theme A.mid
Binary file not shown.
Binary file removed music/The Sims - Buying Theme 1.mid
Binary file not shown.
Binary file removed music/Zelda A Link to the Past - Overworld Theme.mid
Binary file not shown.
Binary file removed music/Zelda Ocarina of Time - Lost Woods.mid
Binary file not shown.
Binary file removed music/Zelda Ocarina of Time - Zelda's Lullaby.mid
Binary file not shown.
34 changes: 1 addition & 33 deletions nsis_installer_script.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!include "MUI.nsh"

!define VERSION 0.6.1
!define PROJECT_NAME Synthesia
!define PROJECT_NAME PianoGame

Name "${PROJECT_NAME} ${VERSION}"
OutFile "${PROJECT_NAME}-${VERSION}-installer.exe"
Expand Down Expand Up @@ -49,24 +49,6 @@ SectionEnd



Section "Sample Music" MusicSamples
CreateDirectory "$DOCUMENTS\${PROJECT_NAME} Music"
WriteRegStr HKCU "SOFTWARE\${PROJECT_NAME}" "Default Music Directory" "$DOCUMENTS\${PROJECT_NAME} Music"
SetOutPath "$DOCUMENTS\${PROJECT_NAME} Music"
File "music\Bubble Bobble - Main Theme.mid"
File "music\Dragon Warrior - Town Theme.mid"
File "music\Sonic the Hedgehog - Green Hill Zone.mid"
File "music\Super Mario Bros - Overworld.mid"
File "music\Super Mario Bros - Underwater.mid"
File "music\Tetris - Theme A.mid"
File "music\The Sims - Buying Theme 1.mid"
File "music\Zelda A Link to the Past - Overworld Theme.mid"
File "music\Zelda Ocarina of Time - Lost Woods.mid"
File "music\Zelda Ocarina of Time - Zelda's Lullaby.mid"
SectionEnd



Section "Start Menu Shortcuts" ShortcutMenu
CreateDirectory "$SMPROGRAMS\${PROJECT_NAME}"
CreateShortCut "$SMPROGRAMS\${PROJECT_NAME}\Play ${PROJECT_NAME}.lnk" "$INSTDIR\${PROJECT_NAME}.exe" "" "$INSTDIR\${PROJECT_NAME}.exe" 0
Expand Down Expand Up @@ -109,18 +91,6 @@ Section "Uninstall"
Delete "$INSTDIR\${PROJECT_NAME}.exe"
RMDir /r "$INSTDIR"

; delete included music
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Bubble Bobble - Main Theme.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Dragon Warrior - Town Theme.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Sonic the Hedgehog - Green Hill Zone.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Super Mario Bros - Overworld.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Super Mario Bros - Underwater.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Tetris - Theme A.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\The Sims - Buying Theme 1.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Zelda A Link to the Past - Overworld Theme.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Zelda Ocarina of Time - Lost Woods.mid"
Delete "$DOCUMENTS\${PROJECT_NAME} Music\Zelda Ocarina of Time - Zelda's Lullaby.mid"

; this won't delete the directory if the user has added anything
RMDir "$DOCUMENTS\${PROJECT_NAME} Music"

Expand All @@ -140,14 +110,12 @@ SectionEnd


LangString DESC_main_application ${LANG_ENGLISH} "Install the ${PROJECT_NAME} application files (required)."
LangString DESC_MusicSamples ${LANG_ENGLISH} "Install 10 sample video game MIDI songs from Game Music Themes."
LangString DESC_ShortcutMenu ${LANG_ENGLISH} "Create a ${PROJECT_NAME} start menu group on the 'All Programs' section of your start menu."
LangString DESC_Association ${LANG_ENGLISH} "Add a right-click 'Play in ${PROJECT_NAME}' file association to MIDI files."
LangString DESC_DesktopIcon ${LANG_ENGLISH} "Create a ${PROJECT_NAME} icon on your Windows Desktop."

!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${main_application} $(DESC_main_application)
!insertmacro MUI_DESCRIPTION_TEXT ${MusicSamples} $(DESC_MusicSamples)
!insertmacro MUI_DESCRIPTION_TEXT ${ShortcutMenu} $(DESC_ShortcutMenu)
!insertmacro MUI_DESCRIPTION_TEXT ${Association} $(DESC_Association)
!insertmacro MUI_DESCRIPTION_TEXT ${DesktopIcon} $(DESC_DesktopIcon)
Expand Down
46 changes: 10 additions & 36 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Synthesia teaches you to play piano using any MIDI file.
Visit http://www.synthesiagame.com/ for more information.
Piano Game teaches you to play piano using any MIDI file.
Visit http://www.synthesiagame.com/ for the latest version of this project.

--------------------------------------------------------------------------------

Synthesia is mostly written by Nicholas Piegdon.
Piano Game is mostly written by Nicholas Piegdon.

The following people have also contributed:
- Daniel Lawrence for the name Synthesia
Expand All @@ -15,43 +15,17 @@ The following people have also contributed:

--------------------------------------------------------------------------------

Synthesia's video game music samples are provided by Game Music Themes.
Visit http://www.gamemusicthemes.com/ for high quality piano MIDI and sheets.

Bubble Bobble - Main Theme
Composed by Zuntata / Arranged by Gori Fater

Dragon Warrior - Town Theme
Composed by Koichi Sugiyama / Arranged by Russell Copeland

Sonic the Hedgehog - Green Hill Zone
Composed by Masato Nakamura / Arranged by Gori Fater

Super Mario Bros. - Overworld Theme
Composed by Koji Kondo / Arranged by BLUESCD

Super Mario Bros. - Underwater Theme
Composed by Koji Kondo / Arranged by BLUESCD

Tetris - Theme A
Arranged by Gori Fater

The Sims - Buying Theme 1
Arranged by Gori Fater

The Legend of Zelda: A Link to the Past - Overworld
Composed by Koji Kondo / Arranged by w3sp

The Legend of Zelda: Ocarina of Time - Lost Woods
Composed by Koji Kondo / Arranged by BLUESCD
Change Log

The Legend of Zelda: Ocarina of Time - Zelda's Lullaby
Composed by Koji Kondo / Arranged by BLUESCD

--------------------------------------------------------------------------------
Release 0.6.1b
--------------
CHG: Rebranded to remove copyrighted music and trademarked names.


Change Log
Release 0.6.1a
--------------
FIX: A few bug fixes.


Release 0.6.1
Expand Down

0 comments on commit 3fefe25

Please sign in to comment.