aboutsummaryrefslogtreecommitdiffstats
path: root/Installer
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-19 13:45:09 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-19 13:45:09 +0000
commitf3c351b423c1a3439d64c7ed7e3c66a3af0ca36b (patch)
tree22919aeeacc5a3aba23e9a2f9cfd7178f63dd696 /Installer
parentfd267808a4fd84e7313d0a748b80016dfb31be68 (diff)
downloadusdx-f3c351b423c1a3439d64c7ed7e3c66a3af0ca36b.tar.gz
usdx-f3c351b423c1a3439d64c7ed7e3c66a3af0ca36b.tar.xz
usdx-f3c351b423c1a3439d64c7ed7e3c66a3af0ca36b.zip
adjusted installer files (just playing around :>)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2682 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Installer/Skin Files.xlsbin0 -> 109568 bytes
-rw-r--r--Installer/UltraStar Deluxe CMD Edition.nsi (renamed from Installer/UltraStarDeluxe.nsi)90
-rw-r--r--Installer/UltraStarDeluxeFull.nsi599
-rw-r--r--Installer/gdf/UltraStar Deluxe.gdf.xmlbin3494 -> 3424 bytes
-rw-r--r--Installer/settings/files_in.nsh622
-rw-r--r--Installer/settings/files_un.nsh413
-rw-r--r--Installer/settings/functions.nsh2
-rw-r--r--Installer/settings/langstrings.nsh36
-rw-r--r--Installer/settings/settings-1031.ini2
-rw-r--r--Installer/settings/settings-1033.ini2
-rw-r--r--Installer/settings/variables.nsh56
-rw-r--r--InstallerDependencies/dll/SDL.dllbin320512 -> 0 bytes
-rw-r--r--InstallerDependencies/dll/avcodec-51.dllbin3345408 -> 0 bytes
-rw-r--r--InstallerDependencies/dll/avformat-50.dllbin448512 -> 0 bytes
-rw-r--r--InstallerDependencies/dll/avutil-49.dllbin19968 -> 0 bytes
-rw-r--r--InstallerDependencies/dll/bass.dllbin93240 -> 0 bytes
-rw-r--r--InstallerDependencies/dll/sqlite3.dllbin388126 -> 0 bytes
-rw-r--r--InstallerDependencies/documents/Changelog.german.txt237
-rw-r--r--InstallerDependencies/documents/Changelog.txt230
-rw-r--r--InstallerDependencies/documents/License.txt125
-rw-r--r--InstallerDependencies/documents/ReadMe.txt112
-rw-r--r--InstallerDependencies/documents/documentation.pdfbin575306 -> 0 bytes
22 files changed, 762 insertions, 1764 deletions
diff --git a/Installer/Skin Files.xls b/Installer/Skin Files.xls
new file mode 100644
index 00000000..12ec7681
--- /dev/null
+++ b/Installer/Skin Files.xls
Binary files differ
diff --git a/Installer/UltraStarDeluxe.nsi b/Installer/UltraStar Deluxe CMD Edition.nsi
index cb1b7745..c1151ad3 100644
--- a/Installer/UltraStarDeluxe.nsi
+++ b/Installer/UltraStar Deluxe CMD Edition.nsi
@@ -1,5 +1,5 @@
; --------------------------------------------------------------
-; UltraStar Deluxe - Installation Wizard with NSIS (USDXIWWNSIS)
+; UltraStar Deluxe Challege, Medley & Duet Edition - Installation Wizard with NSIS
; --------------------------------------------------------------
!include "MUI.nsh" ; Include the macros for the Modern User Interface
@@ -35,7 +35,7 @@ SetDatablockOptimize On
!define MUI_WELCOMEPAGE_TEXT "$(wp_text)"
;!define MUI_FINISHPAGE_SHOWREADME_TEXT "$(fp_showreadme)"
!define MUI_FINISHPAGE_LINK "$(fp_link)"
-!define MUI_UNCONFIRMPAGE_TEXT_TOP "UltraStar Deluxe - $(sm_uninstall)"
+!define MUI_UNCONFIRMPAGE_TEXT_TOP "UltraStar Deluxe CMD Edition - $(sm_uninstall)"
!define MUI_LICENSEPAGE_RADIOBUTTONS
!define MUI_WELCOMEPAGE_TITLE_3LINES
@@ -62,10 +62,10 @@ SetDatablockOptimize On
; Begin of the installation wizard
; --------------------------------------------------
-Name "${p_name} V.${version}"
+Name "${p_name} ${version}"
Brandingtext "${p_name} Installation"
-OutFile "ultrastardx-${version}-installer-lite.exe"
-!define ins_name "Install ${p_name} V.${version}.exe"
+OutFile "USdx CMD Edition-${version}-Installer.exe"
+!define ins_name "Install ${p_name} ${version}.exe"
InstallDir "$PROGRAMFILES\${p_name}"
@@ -100,7 +100,7 @@ ShowUnInstDetails show
;!define MUI_INSTFILESPAGE_COLORS "${dets_bgcolor}" ; Background Color of Details Screen while files are being extracted
-!define MUI_LANGDLL_WINDOWTITLE "USdx In-/Uninstaller: Choose language"
+!define MUI_LANGDLL_WINDOWTITLE "USdx CMD Edition In-/Uninstaller: Choose language"
!define MUI_LANGDLL_ALWAYSSHOW
!define MUI_FINISHPAGE_NOAUTOCLOSE ; Allows user to check the log file of installation (Comment out if unwanted)
@@ -122,7 +122,7 @@ ShowUnInstDetails show
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "${file_license}"
-!insertmacro MUI_PAGE_COMPONENTS
+;!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
@@ -130,7 +130,7 @@ ShowUnInstDetails show
var ICONS_GROUP
!define MUI_STARTMENUPAGE_NODISABLE
-!define MUI_STARTMENUPAGE_DEFAULTFOLDER "UltraStar Deluxe"
+!define MUI_STARTMENUPAGE_DEFAULTFOLDER "UltraStar Deluxe CMD Edition"
!define MUI_STARTMENUPAGE_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
!define MUI_STARTMENUPAGE_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "${PRODUCT_STARTMENU_REGVAL}"
@@ -269,18 +269,14 @@ ${If} ${AtLeastWinVista}
${GameExplorer_GenerateGUID}
Pop $0
-${GameExplorer_AddGame} all "${gdf_path}" $WINDIR $INSTDIR\${exe}.exe $0
+${GameExplorer_AddGame} all "${gdf_path}" $WINDIR "$INSTDIR\${exe}.exe" $0
CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\1
CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\1\Benchmark.lnk" \
"$INSTDIR\${exe}.exe" "-Benchmark"
CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\2
-CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\2\Joypad.lnk" \
- "$INSTDIR\${exe}.exe" "-Joypad"
-
-CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\3
-CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\3\Fullscreen.lnk" \
+CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\2\Fullscreen.lnk" \
"$INSTDIR\${exe}.exe" "-FullScreen"
CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\3
@@ -370,24 +366,24 @@ SectionEnd
; Section3: Optional Themes
; ---------------------------------------------------------
-LangString DESC_Section3 ${LANG_ENGLISH} "${eng_sec3_desc}"
-LangString DESC_Section3 ${LANG_GERMAN} "${ger_sec3_desc}"
+;LangString DESC_Section3 ${LANG_ENGLISH} "${eng_sec3_desc}"
+;LangString DESC_Section3 ${LANG_GERMAN} "${ger_sec3_desc}"
-LangString DESC_g1Sec1 ${LANG_ENGLISH} "${eng_g1Sec1_desc}"
-LangString DESC_g1Sec1 ${LANG_GERMAN} "${ger_g1Sec1_desc}"
+;LangString DESC_g1Sec1 ${LANG_ENGLISH} "${eng_g1Sec1_desc}"
+;LangString DESC_g1Sec1 ${LANG_GERMAN} "${ger_g1Sec1_desc}"
-LangString DESC_g1Sec2 ${LANG_ENGLISH} "${eng_g1Sec2_desc}"
-LangString DESC_g1Sec2 ${LANG_GERMAN} "${ger_g1Sec2_desc}"
+;LangString DESC_g1Sec2 ${LANG_ENGLISH} "${eng_g1Sec2_desc}"
+;LangString DESC_g1Sec2 ${LANG_GERMAN} "${ger_g1Sec2_desc}"
-LangString DESC_g1Sec3 ${LANG_ENGLISH} "${eng_g1Sec3_desc}"
-LangString DESC_g1Sec3 ${LANG_GERMAN} "${ger_g1Sec3_desc}"
+;LangString DESC_g1Sec3 ${LANG_ENGLISH} "${eng_g1Sec3_desc}"
+;LangString DESC_g1Sec3 ${LANG_GERMAN} "${ger_g1Sec3_desc}"
-LangString sec_group ${LANG_ENGLISH} "${eng_sec3}"
-LangString sec_group ${LANG_GERMAN} "${ger_sec3}"
+;LangString sec_group ${LANG_ENGLISH} "${eng_sec3}"
+;LangString sec_group ${LANG_GERMAN} "${ger_sec3}"
-SectionGroup $(sec_group) Section3
+;SectionGroup $(sec_group) Section3
- Section "Orange" g1Sec1
+; Section "Orange" g1Sec1
; Download theme orange:
; NSISdl::download /TIMEOUT=30000 ${dl_orange} $TEMP\Theme-Orange.zip
@@ -400,15 +396,15 @@ SectionGroup $(sec_group) Section3
; Delete "$TEMP\Theme-Orange.zip"
- SetOutPath "$INSTDIR"
+; SetOutPath "$INSTDIR"
-!include ".\settings\optional\in_orange.nsh"
+;!include ".\settings\optional\in_orange.nsh"
- SetOutPath "$INSTDIR"
+; SetOutPath "$INSTDIR"
-SectionEnd
+;SectionEnd
- Section "Streetlight" g1Sec2
+; Section "Streetlight" g1Sec2
; Download theme Streetlight:
; NSISdl::download /TIMEOUT=30000 ${dl_streetlight} $TEMP\Theme-Streetlight.zip
@@ -421,15 +417,15 @@ SectionEnd
; Delete "$TEMP\Theme-Streetlight.zip"
- SetOutPath "$INSTDIR"
+; SetOutPath "$INSTDIR"
-!include ".\settings\optional\in_streetlight.nsh"
+;!include ".\settings\optional\in_streetlight.nsh"
- SetOutPath "$INSTDIR"
+; SetOutPath "$INSTDIR"
-SectionEnd
+;SectionEnd
- Section "Vistar" g1Sec3
+; Section "Vistar" g1Sec3
; Download theme Vistar:
@@ -443,16 +439,16 @@ SectionEnd
; Delete "$TEMP\Theme-Vistar.zip"
- SetOutPath "$INSTDIR"
+; SetOutPath "$INSTDIR"
-!include ".\settings\optional\in_vistar.nsh"
+;!include ".\settings\optional\in_vistar.nsh"
- SetOutPath "$INSTDIR"
+; SetOutPath "$INSTDIR"
-SectionEnd
+;SectionEnd
-SectionGroupEnd
+;SectionGroupEnd
; ---------------------------------------------------------
; Section4: Uninstallation Wizard
@@ -461,7 +457,7 @@ SectionGroupEnd
Section Uninstall
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $ICONS_GROUP
- !include ".\settings\optional\opt_uninstall.nsh"
+; !include ".\settings\optional\opt_uninstall.nsh"
!include ".\settings\files_un.nsh"
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
@@ -482,9 +478,9 @@ SectionEnd
; !insertmacro MUI_DESCRIPTION_TEXT ${Section2} $(DESC_Section2)
; !insertmacro MUI_DESCRIPTION_TEXT ${Section3} $(DESC_Section3)
- !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec1} $(DESC_g1Sec1)
- !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec2} $(DESC_g1Sec2)
- !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec3} $(DESC_g1Sec3)
+; !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec1} $(DESC_g1Sec1)
+; !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec2} $(DESC_g1Sec2)
+; !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec3} $(DESC_g1Sec3)
; !insertmacro MUI_DESCRIPTION_TEXT ${g2Section1} $(DESC_g2Section1)
; !insertmacro MUI_DESCRIPTION_TEXT ${g2Section2} $(DESC_g2Section2)
@@ -539,12 +535,12 @@ FunctionEnd
Function un.onInit
- ${nsProcess::FindProcess} "USdx.exe" $R0
+ ${nsProcess::FindProcess} "UltraStar CMDe.exe" $R0
StrCmp $R0 0 0 +2
MessageBox MB_YESNO|MB_ICONEXCLAMATION 'UltraStar Deluxe cannot be uninstalled while its running! Do you want to close it?' IDYES closeit IDNO end
closeit:
- ${nsProcess::KillProcess} "USdx.exe" $R0
+ ${nsProcess::KillProcess} "UltraStar CMDe.exe" $R0
goto continue
end:
diff --git a/Installer/UltraStarDeluxeFull.nsi b/Installer/UltraStarDeluxeFull.nsi
deleted file mode 100644
index 95bb628a..00000000
--- a/Installer/UltraStarDeluxeFull.nsi
+++ /dev/null
@@ -1,599 +0,0 @@
-; --------------------------------------------------------------
-; UltraStar Deluxe - Installation Wizard with NSIS (USDXIWWNSIS)
-; --------------------------------------------------------------
-
-!include "MUI.nsh" ; Include the macros for the Modern User Interface
-!include "LogicLib.nsh"
-!include ".\settings\GameExplorer.nsh"
-!include ".\settings\functions.nsh"
-!include "WinVer.nsh"
-
-!define icon_inst "ustar.ico" ; Icon for Installation
-!define icon_uninst "uninstall.ico" ; Icon for Uninstallation
-
-SetCompress Auto
-SetCompressor /SOLID lzma
-SetCompressorDictSize 32
-SetDatablockOptimize On
-
-; XPStyle on
-
-; ------------------------------------------------------
-; Declaration of Variables (See .\settings\variables.nsh)
-; ------------------------------------------------------
-
-!include ".\settings\variables.nsh"
-
-!addPluginDir "..\InstallerDependencies\plugins\"
-
-; -------------------------------
-; Strings for Installation Wizard
-; -------------------------------
-
-!define MUI_WELCOMEPAGE_TITLE "$(wp_title)"
-
-!define MUI_WELCOMEPAGE_TEXT "$(wp_text)"
-;!define MUI_FINISHPAGE_SHOWREADME_TEXT "$(fp_showreadme)"
-!define MUI_FINISHPAGE_LINK "$(fp_link)"
-!define MUI_UNCONFIRMPAGE_TEXT_TOP "UltraStar Deluxe - $(sm_uninstall)"
-
-!define MUI_LICENSEPAGE_RADIOBUTTONS
-!define MUI_WELCOMEPAGE_TITLE_3LINES
-
-!define MUI_FINISHPAGE_TITLE_3LINES
-
-!define MUI_FINISHPAGE_RUN "$INSTDIR\${exe}.exe"
-!define MUI_FINISHPAGE_RUN_NOTCHECKED
-
-;!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\ReadMe.txt"
-
-!define MUI_FINISHPAGE_LINK_LOCATION "${homepage}"
-!define MUI_FINISHPAGE_NOREBOOTSUPPORT
-!define MUI_FINISHPAGE_TEXT_LARGE
-!define MUI_FINISHPAGE_TEXT "$(fp_text)"
-
-!define MUI_UNFINISHPAGE_LINK_LOCATION "${forum}"
-
-!define MUI_COMPONENTSPAGE_SMALLDESC
-
-; The other (multi) language Strings are at the bottom of this file
-
-; --------------------------------------------------
-; Begin of the installation wizard
-; --------------------------------------------------
-
-Name "${p_name} V.${version}"
-Brandingtext "${p_name} Installation"
-OutFile "ultrastardx-${version}-installer-full.exe"
-!define ins_name "Install ${p_name} V.${version}.exe"
-
-InstallDir "$PROGRAMFILES\${p_name}"
-
-ShowInstDetails show
-ShowUnInstDetails show
-
-!define PRODUCT_NAME "${p_name}"
-!define PRODUCT_VERSION "${version}"
-!define PRODUCT_PUBLISHER "${publisher}"
-!define PRODUCT_WEB_SITE "${homepage}"
-!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
-!define PRODUCT_UNINST_ROOT_KEY "HKLM"
-!define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"
-
-; Modern User Interface (MUI) Stuff
-
-!define MUI_ICON "${icon_inst}" ; Icon for Installation
-!define MUI_UNICON "${icon_uninst}" ; Icon for Uninstallation
-
-!define MUI_HEADERIMAGE
-!define MUI_HEADERIMAGE_BITMAP "${bmp_header}" ; Header Bitmap of the installation (Size: 150x57 px)
-!define MUI_HEADERIMAGE_UNBITMAP "${bmp_header}" ; Header Bitmap of the uninstallation (Size: 150x57 px)
-!define MUI_WELCOMEFINISHPAGE_BITMAP "${bmp_side}" ; Left Side Bitmap of Welcome & Finish Page while Installation (Size: 164x314 px)
-!define MUI_UNWELCOMEFINISHPAGE_BITMAP "${bmp_side}" ; Left Side Bitmap of Welcome & Finish Page while Uninstallation (Size: 164x314 px)
-!define MUI_BGCOLOR "FFFFFF" ; RGB Background color (for header, welcome & finish page)
-!define MUI_WELCOMEFINISHPAGE_INI "${mui_ini}" ; Installation Options for Welcome & Finish Page (Installation)
-!define MUI_UNWELCOMEFINISHPAGE_INI "${mui_ini}" ; Installation Options for Welcome & Finish Page (Uninstallation)
-!define MUI_LICENSEPAGE_BGCOLOR "${license_bgcolor}" ; Background Color of Licence agreement
-!define MUI_COMPONENTSPAGE_CHECKBITMAP "${bmp_check}" ; Bitmap of Checks at Components Selection Page
-!define MUI_DIRECTORYPAGE_BGCOLOR "${directory_bgcolor}" ; RGB Background Color for Directory textbox
-!define MUI_STARTMENUPAGE_BGCOLOR "${smp_bgcolor}" ; RGB Background of Startmenu List and Textbox
-;!define MUI_INSTFILESPAGE_COLORS "${dets_bgcolor}" ; Background Color of Details Screen while files are being extracted
-
-
-!define MUI_LANGDLL_WINDOWTITLE "USdx In-/Uninstaller: Choose language"
-!define MUI_LANGDLL_ALWAYSSHOW
-
-!define MUI_FINISHPAGE_NOAUTOCLOSE ; Allows user to check the log file of installation (Comment out if unwanted)
-!define MUI_UNFINISHPAGE_NOAUTOCLOSE ; Allows user to check the log file of uninstallation (Comment out if unwanted)
-
-!define MUI_ABORTWARNING
-!define MUI_ABORTWARNING_TEXT $(str_abort) ; Abort Warning message
-!define MUI_ABORTWARNING_CANCEL_DEFAULT ; Default: Cancel abort (Comment out if unwanted)
-
-!define MUI_FINISHPAGE_SHOWREADME
-!define MUI_FINISHPAGE_SHOWREADME_TEXT $(sc_desktop)
-!define MUI_FINISHPAGE_SHOWREADME_FUNCTION CreateDesktopShortCuts
-
-; --------------------------------------------------
-; Begin of the installation routine
-; --------------------------------------------------
-
-; Pages for MUI Installation
-
-!insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "${file_license}"
-!insertmacro MUI_PAGE_COMPONENTS
-!insertmacro MUI_PAGE_DIRECTORY
-
-
-; Start menu page
-
-var ICONS_GROUP
-!define MUI_STARTMENUPAGE_NODISABLE
-!define MUI_STARTMENUPAGE_DEFAULTFOLDER "UltraStar Deluxe"
-!define MUI_STARTMENUPAGE_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
-!define MUI_STARTMENUPAGE_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
-!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "${PRODUCT_STARTMENU_REGVAL}"
-!insertmacro MUI_PAGE_STARTMENU Application $ICONS_GROUP
-
-!insertmacro MUI_PAGE_INSTFILES
-Page custom Settings
-
-; USDX Settings Page
-
-Function Settings
-
-!insertmacro MUI_HEADER_TEXT "$(Settings_TITLE)" "$(Settings_SUBTITLE)"
-
- !insertmacro MUI_INSTALLOPTIONS_DISPLAY "Settings-$LANGUAGE"
-
-; Get all the variables:
-
-var /GLOBAL fullscreen
-var /GLOBAL language2
-var /GLOBAL resolution
-var /GLOBAL tabs
-var /GLOBAL animations
- !insertmacro MUI_INSTALLOPTIONS_READ $fullscreen "Settings-$LANGUAGE" "Field 6" "State"
- !insertmacro MUI_INSTALLOPTIONS_READ $language2 "Settings-$LANGUAGE" "Field 7" "State"
- !insertmacro MUI_INSTALLOPTIONS_READ $resolution "Settings-$LANGUAGE" "Field 8" "State"
- !insertmacro MUI_INSTALLOPTIONS_READ $tabs "Settings-$LANGUAGE" "Field 9" "State"
- !insertmacro MUI_INSTALLOPTIONS_READ $animations "Settings-$LANGUAGE" "Field 10" "State"
-
-; Write all variables to config.ini
-
-FileOpen $0 '$INSTDIR\config.ini' w
-FileWrite $0 '[Game]$\r$\n'
-FileClose $0
-
-${If} $language2 != ""
-
-${WriteToConfig} "Language=$language2$\r$\n" "$INSTDIR\config.ini"
-
-${EndIf}
-
-${If} $tabs != ""
-
-${WriteToConfig} "Tabs=$tabs$\r$\n" "$INSTDIR\config.ini"
-
-${EndIf}
-
-${WriteToConfig} "[Graphics]$\r$\n" "$INSTDIR\config.ini"
-
-${If} $fullscreen != ""
-
-${WriteToConfig} "FullScreen=$fullscreen$\r$\n" "$INSTDIR\config.ini"
-
-${EndIf}
-
-${If} $resolution != ""
-
-${WriteToConfig} "Resolution=$resolution$\r$\n" "$INSTDIR\config.ini"
-
-${EndIf}
-
-${WriteToConfig} "[Advanced]$\r$\n" "$INSTDIR\config.ini"
-
-; Animations On / Off Tasks
-
-${If} $animations == "Off"
-
-${WriteToConfig} "LoadAnimation=Off$\r$\n" "$INSTDIR\config.ini"
-
-${WriteToConfig} "EffectSing=Off$\r$\n" "$INSTDIR\config.ini"
-
-${WriteToConfig} "ScreenFade=Off$\r$\n" "$INSTDIR\config.ini"
-
-${EndIf}
-
-
-FunctionEnd ;Custom page end
-
-!insertmacro MUI_PAGE_FINISH
-
-; Pages for MUI Uninstallation
-
-!insertmacro MUI_UNPAGE_WELCOME
-!insertmacro MUI_UNPAGE_CONFIRM
-!insertmacro MUI_UNPAGE_INSTFILES
-
-; Language files
-
-!insertmacro MUI_LANGUAGE "English"
-!insertmacro MUI_LANGUAGE "German"
-
-; Finish Page
-
-!insertmacro MUI_UNPAGE_FINISH
-
-; ---------------------------------------------------------
-; Section1: Main components of UltraStar Deluxe
-; ---------------------------------------------------------
-
-LangString DESC_Section1 ${LANG_ENGLISH} "${eng_sec1_desc}" ; Adds the description to section1
-LangString DESC_Section1 ${LANG_GERMAN} "${ger_sec1_desc}"
-
-LangString sec1 ${LANG_ENGLISH} "${eng_sec1}" ; Name of section1
-LangString sec1 ${LANG_GERMAN} "${ger_sec1}"
-
-Section $(sec1) Section1
- SectionIn RO ; readonly
- SetOutPath $INSTDIR
- SetOverwrite try
-
-!include ".\settings\files_in.nsh"
-
-; Create shortcuts
-
- SetOutPath "$INSTDIR"
-
- !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
-
- SetShellVarContext all
- SetOutPath "$INSTDIR"
-
- CreateDirectory "${p_name}"
- CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
- CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\$(sm_shortcut).lnk" "$INSTDIR\${exe}.exe"
-; CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\$(sm_documentation).lnk" "$INSTDIR\documentation.pdf"
- CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\$(sm_website).lnk" "http://www.ultrastardeluxe.org/"
- CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\$(sm_readme).lnk" "$INSTDIR\ReadMe.txt"
- CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\$(sm_license).lnk" "$INSTDIR\License.txt"
- CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\$(sm_uninstall).lnk" "$INSTDIR\Uninstall.exe"
- !insertmacro MUI_STARTMENU_WRITE_END
-
-; WINDOWS VISTA GAME EXPLORER
-
-${If} ${AtLeastWinVista}
-
-${GameExplorer_GenerateGUID}
-Pop $0
-
-${GameExplorer_AddGame} all "${gdf_path}" $WINDIR $INSTDIR\${exe}.exe $0
-
-CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\1
-CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\1\Benchmark.lnk" \
- "$INSTDIR\${exe}.exe" "-Benchmark"
-
-CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\2
-CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\2\Joypad.lnk" \
- "$INSTDIR\${exe}.exe" "-Joypad"
-
-CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\3
-CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\3\Fullscreen.lnk" \
- "$INSTDIR\${exe}.exe" "-FullScreen"
-
-CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\3
-CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\PlayTasks\3\Dual Screen.lnk" \
- "$INSTDIR\${exe}.exe" "-Screen 2"
-
-CreateDirectory $APPDATA\Microsoft\Windows\GameExplorer\$0\SupportTasks\0
-CreateShortcut "$APPDATA\Microsoft\Windows\GameExplorer\$0\SupportTasks\0\Support Forum.lnk" \
- "http://forum.ultrastardeluxe.org"
-
-${EndIf}
-
-; Create Uninstaller:
-
- WriteUninstaller "$INSTDIR\Uninstall.exe"
-
- WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "${p_name}"
- WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\Uninstall.exe"
- WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
- WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
- WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
-
-SectionEnd
-
-; ---------------------------------------------------------
-; Section2: Example Song "Dead Smiling Pirates"
-; ---------------------------------------------------------
-
- LangString DESC_g2Section1 ${LANG_ENGLISH} "${eng_g2Section1_desc}"
- LangString DESC_g2Section1 ${LANG_GERMAN} "${ger_g2Section1_desc}"
-
- LangString DESC_g2Section2 ${LANG_ENGLISH} "${eng_g2Section2_desc}"
- LangString DESC_g2Section2 ${LANG_GERMAN} "${ger_g2Section2_desc}"
-
- LangString DESC_g2Section3 ${LANG_ENGLISH} "${eng_g2Section3_desc}"
- LangString DESC_g2Section3 ${LANG_GERMAN} "${ger_g2Section3_desc}"
-
- LangString sec2 ${LANG_ENGLISH} "${eng_sec2}"
- LangString sec2 ${LANG_GERMAN} "${ger_sec2}"
-
-SectionGroup $(sec2) Section2
-
-Section /o "Dead Smiling Pirates - I 18" g2Section1
-; AddSize 1400
- SetOverwrite try
- SetOutPath "$INSTDIR"
- CreateDirectory "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]"
- SetOutPath "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\"
-
-; Download song:
-; NSISdl::download /TIMEOUT=30000 ${demosong} $TEMP\Song-I-18.zip
-;
-; Pop $R0 ;Get the return value
-; StrCmp $R0 "success" dlok
-; MessageBox MB_OK|MB_ICONEXCLAMATION "Download Error, click OK to Continue" /SD IDOK
-; dlok:
-; nsisunz::Unzip "$TEMP\Song-I-18.zip" "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\"
-
-; Delete "$TEMP\Song-I-18.zip"
-
-
- SetOutPath "$INSTDIR"
-
-!include ".\settings\optional\in_song1.nsh"
-
- SetOutPath "$INSTDIR"
-
- SectionEnd
-
-Section /o "Steven Dunston - Northern Star" g2Section2
-; AddSize 1500
- SetOverwrite try
- SetOutPath "$INSTDIR"
- CreateDirectory "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]"
- SetOutPath "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\"
-
-; Download song:
-; NSISdl::download /TIMEOUT=30000 ${demosong2} $TEMP\Song-Northern-Star.zip
-
-; Pop $R0 ;Get the return value
-; StrCmp $R0 "success" dlok
-; MessageBox MB_OK|MB_ICONEXCLAMATION "Download Error, click OK to Continue" /SD IDOK
-; dlok:
-; nsisunz::Unzip "$TEMP\Song-Northern-Star.zip" "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\"
-
-; Delete "$TEMP\Song-Northern-Star.zip"
-
- SetOutPath "$INSTDIR"
-
-!include ".\settings\optional\in_song2.nsh"
-
- SetOutPath "$INSTDIR"
-
- SectionEnd
-
-Section /o "Joshua Morin - On the run" g2Section3
-; AddSize 2200
- SetOverwrite try
- SetOutPath "$INSTDIR"
- CreateDirectory "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]"
- SetOutPath "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\"
-
-; Download song:
-; NSISdl::download /TIMEOUT=30000 ${demosong3} $TEMP\Song-On-the-run.zip
-
-; Pop $R0 ;Get the return value
-; StrCmp $R0 "success" dlok
-; MessageBox MB_OK|MB_ICONEXCLAMATION "Download Error, click OK to Continue" /SD IDOK
-; dlok:
-; nsisunz::Unzip "$TEMP\Song-On-the-run.zip" "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\"
-
-; Delete "$TEMP\Song-On-the-run.zip"
-
- SetOutPath "$INSTDIR"
-
-!include ".\settings\optional\in_song3.nsh"
-
- SetOutPath "$INSTDIR"
-
- SectionEnd
-
- SectionGroupEnd
-
-; ---------------------------------------------------------
-; Section3: Optional Themes
-; ---------------------------------------------------------
-
-LangString DESC_Section3 ${LANG_ENGLISH} "${eng_sec3_desc}"
-LangString DESC_Section3 ${LANG_GERMAN} "${ger_sec3_desc}"
-
-LangString DESC_g1Sec1 ${LANG_ENGLISH} "${eng_g1Sec1_desc}"
-LangString DESC_g1Sec1 ${LANG_GERMAN} "${ger_g1Sec1_desc}"
-
-LangString DESC_g1Sec2 ${LANG_ENGLISH} "${eng_g1Sec2_desc}"
-LangString DESC_g1Sec2 ${LANG_GERMAN} "${ger_g1Sec2_desc}"
-
-LangString DESC_g1Sec3 ${LANG_ENGLISH} "${eng_g1Sec3_desc}"
-LangString DESC_g1Sec3 ${LANG_GERMAN} "${ger_g1Sec3_desc}"
-
-LangString sec_group ${LANG_ENGLISH} "${eng_sec3}"
-LangString sec_group ${LANG_GERMAN} "${ger_sec3}"
-
-SectionGroup $(sec_group) Section3
-
- Section "Orange" g1Sec1
-; AddSize 700
-
-; Download theme orange:
-; NSISdl::download /TIMEOUT=30000 ${dl_orange} $TEMP\Theme-Orange.zip
-
-; Pop $R0 ;Get the return value
-; StrCmp $R0 "success" dlok
-; MessageBox MB_OK|MB_ICONEXCLAMATION "Download Error, click OK to Continue" /SD IDOK
-; dlok:
-; nsisunz::Unzip "$TEMP\Theme-Orange.zip" "$INSTDIR\"
-
-; Delete "$TEMP\Theme-Orange.zip"
-
- SetOutPath "$INSTDIR"
-
-!include ".\settings\optional\in_orange.nsh"
-
- SetOutPath "$INSTDIR"
-
-SectionEnd
-
- Section "Streetlight" g1Sec2
-; AddSize 1000
-
-; Download theme Streetlight:
-; NSISdl::download /TIMEOUT=30000 ${dl_streetlight} $TEMP\Theme-Streetlight.zip
-
-; Pop $R0 ;Get the return value
-; StrCmp $R0 "success" dlok
-; MessageBox MB_OK|MB_ICONEXCLAMATION "Download Error, click OK to Continue" /SD IDOK
-; dlok:
-; nsisunz::Unzip "$TEMP\Theme-Streetlight.zip" "$INSTDIR\"
-
-; Delete "$TEMP\Theme-Streetlight.zip"
-
- SetOutPath "$INSTDIR"
-
-!include ".\settings\optional\in_streetlight.nsh"
-
- SetOutPath "$INSTDIR"
-
-SectionEnd
-
- Section "Vistar" g1Sec3
-; AddSize 1000
-
-; Download theme Vistar:
-
-; NSISdl::download /TIMEOUT=30000 ${dl_vistar} $TEMP\Theme-Vistar.zip
-
-; Pop $R0 ;Get the return value
-; StrCmp $R0 "success" dlok
-; MessageBox MB_OK|MB_ICONEXCLAMATION "Download Error, click OK to Continue" /SD IDOK
-; dlok:
-; nsisunz::Unzip "$TEMP\Theme-Vistar.zip" "$INSTDIR\"
-
-; Delete "$TEMP\Theme-Vistar.zip"
-
- SetOutPath "$INSTDIR"
-
-!include ".\settings\optional\in_vistar.nsh"
-
- SetOutPath "$INSTDIR"
-
-SectionEnd
-
-
-SectionGroupEnd
-
-; ---------------------------------------------------------
-; Section4: Uninstallation Wizard
-; ---------------------------------------------------------
-
-Section Uninstall
- !insertmacro MUI_STARTMENU_GETFOLDER "Application" $ICONS_GROUP
-
- !include ".\settings\optional\opt_uninstall.nsh"
- !include ".\settings\files_un.nsh"
-
- DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
-
-; Unregister from Windows Vista Game Explorer
-
-${If} ${AtLeastWinVista}
-
-${GameExplorer_RemoveGame} $0
-
-${EndIf}
-
-SectionEnd
-
-!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
- !insertmacro MUI_DESCRIPTION_TEXT ${Section1} $(DESC_Section1)
-
-; !insertmacro MUI_DESCRIPTION_TEXT ${Section2} $(DESC_Section2)
-; !insertmacro MUI_DESCRIPTION_TEXT ${Section3} $(DESC_Section3)
-
- !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec1} $(DESC_g1Sec1)
- !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec2} $(DESC_g1Sec2)
- !insertmacro MUI_DESCRIPTION_TEXT ${g1Sec3} $(DESC_g1Sec3)
-
- !insertmacro MUI_DESCRIPTION_TEXT ${g2Section1} $(DESC_g2Section1)
- !insertmacro MUI_DESCRIPTION_TEXT ${g2Section2} $(DESC_g2Section2)
- !insertmacro MUI_DESCRIPTION_TEXT ${g2Section3} $(DESC_g2Section3)
-
-!insertmacro MUI_FUNCTION_DESCRIPTION_END
-
-; -----------------------------------------------------------------------
-; Language Strings for Installation / Uninstallation Wizard
-; can be found at .\settings\langstrings.nsh
-; -----------------------------------------------------------------------
-
-!include .\settings\langstrings.nsh
-
-; ------------------------------------------------------------------
-; Functions for the beginning of the installation and uninstallation
-; ------------------------------------------------------------------
-
-; Function for Installation
-
-Function .onInit
-
- System::Call 'kernel32::CreateMutexA(i 0, i 0, t "USdx Installer.exe") ?e'
-
- Pop $R0
-
- StrCmp $R0 0 +3
- MessageBox MB_OK "The installer is already running."
- Abort
-
- !insertmacro MUI_LANGDLL_DISPLAY
-
- ReadRegStr $R0 HKLM \
- "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" \
- "UninstallString"
- StrCmp $R0 "" done
-
- MessageBox MB_YESNO|MB_ICONEXCLAMATION \
- "${PRODUCT_NAME} is already installed. $\n$\nAre you sure you want to \
- install it again?" \
- IDYES done
- Abort
-
-
-done:
-
- !insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS ".\settings\settings-1031.ini" "Settings-1031"
- !insertmacro MUI_INSTALLOPTIONS_EXTRACT_AS ".\settings\settings-1033.ini" "Settings-1033"
-
-FunctionEnd
-
-; Function for Uninstallation
-
-Function un.onInit
-
- ${nsProcess::FindProcess} "USdx.exe" $R0
- StrCmp $R0 0 0 +2
- MessageBox MB_YESNO|MB_ICONEXCLAMATION 'UltraStar Deluxe cannot be uninstalled while its running! Do you want to close it?' IDYES closeit IDNO end
-
- closeit:
- ${nsProcess::KillProcess} "USdx.exe" $R0
- goto continue
-
- end:
- ${nsProcess::Unload}
- Abort
-
- continue:
- !insertmacro MUI_LANGDLL_DISPLAY
-
-FunctionEnd \ No newline at end of file
diff --git a/Installer/gdf/UltraStar Deluxe.gdf.xml b/Installer/gdf/UltraStar Deluxe.gdf.xml
index 89d7ea16..9b1ee4df 100644
--- a/Installer/gdf/UltraStar Deluxe.gdf.xml
+++ b/Installer/gdf/UltraStar Deluxe.gdf.xml
Binary files differ
diff --git a/Installer/settings/files_in.nsh b/Installer/settings/files_in.nsh
index 41464613..91d8f59f 100644
--- a/Installer/settings/files_in.nsh
+++ b/Installer/settings/files_in.nsh
@@ -6,8 +6,9 @@
CreateDirectory "$INSTDIR\Languages"
CreateDirectory "$INSTDIR\Plugins"
CreateDirectory "$INSTDIR\Skins"
- CreateDirectory "$INSTDIR\Skins\Classic"
+ CreateDirectory "$INSTDIR\Skins\Blue Sensation"
CreateDirectory "$INSTDIR\Skins\Deluxe"
+ CreateDirectory "$INSTDIR\Skins\iStar"
CreateDirectory "$INSTDIR\Songs"
CreateDirectory "$INSTDIR\Sounds"
CreateDirectory "$INSTDIR\Themes"
@@ -15,21 +16,19 @@
; Extract files to the directories:
SetOutPath "$INSTDIR"
- File "..\InstallerDependencies\dll\bass.dll"
- File "..\InstallerDependencies\dll\SDL.dll"
- File "..\InstallerDependencies\dll\sqlite3.dll"
- File "..\InstallerDependencies\dll\avcodec-51.dll"
- File "..\InstallerDependencies\dll\avformat-50.dll"
- File "..\InstallerDependencies\dll\avutil-49.dll"
+ File "..\Game\Output\acinerella.dll"
+ File "..\Game\Output\bass.dll"
+ File "..\Game\Output\SDL.dll"
+ File "..\Game\Output\sqlite3.dll"
- File "..\InstallerDependencies\documents\Changelog.german.txt"
- File "..\InstallerDependencies\documents\Changelog.txt"
- File "..\InstallerDependencies\documents\documentation.pdf"
- File "..\InstallerDependencies\documents\License.txt"
- File "..\InstallerDependencies\documents\ReadMe.txt"
+ File "..\Game\Output\Changelog.german.txt"
+ File "..\Game\Output\Changelog.txt"
+ File "..\Game\Output\documentation.pdf"
+ File "..\Game\Output\License.txt"
+ File "..\Game\Output\ReadMe.txt"
+ File "..\Game\Output\ReadMe old.txt"
- File "..\ScoreConverter.exe"
- File "..\${exe}.exe"
+ File "..\Game\Output\${exe}.exe"
${If} ${AtLeastWinVista}
@@ -39,231 +38,396 @@ ${If} ${AtLeastWinVista}
${EndIf}
SetOutPath "$INSTDIR\Covers\"
- File "..\Covers\Covers.ini"
- File "..\Covers\NoCover.jpg"
+ File "..\Game\Output\Covers\Covers.ini"
+ File "..\Game\Output\Covers\NoCover.jpg"
SetOutPath "$INSTDIR\Languages\"
- File "..\Languages\readme.txt"
+ File "..\Game\Output\Languages\readme.txt"
+ File "..\Game\Output\Languages\Languages.xls"
- File "..\Languages\Catalan.ini"
- File "..\Languages\Dutch.ini"
- File "..\Languages\English.ini"
- File "..\Languages\Euskara.ini"
- File "..\Languages\French.ini"
- File "..\Languages\German.ini"
- File "..\Languages\Italian.ini"
- File "..\Languages\Norwegian.ini"
- File "..\Languages\Polish.ini"
- File "..\Languages\Portuguese.ini"
- File "..\Languages\Serbian.ini"
- File "..\Languages\Slovak.ini"
- File "..\Languages\Spanish.ini"
- File "..\Languages\Swedish.ini"
+ File "..\Game\Output\Languages\Dutch.ini"
+ File "..\Game\Output\Languages\English.ini"
+ File "..\Game\Output\Languages\German.ini"
+ File "..\Game\Output\Languages\Italian.ini"
SetOutPath "$INSTDIR\Plugins\"
- File "..\Plugins\Blind.dll"
- File "..\Plugins\Duell.dll"
- File "..\Plugins\Hold_The_Line.dll"
- File "..\Plugins\TeamDuell.dll"
- File "..\Plugins\Until5000.dll"
-
- SetOutPath "$INSTDIR\Skins\Classic\"
- File "..\Skins\Classic\[button]13.jpg"
- File "..\Skins\Classic\[button]alt.jpg"
- File "..\Skins\Classic\[button]az.jpg"
- File "..\Skins\Classic\[button]e.jpg"
- File "..\Skins\Classic\[button]enter.jpg"
- File "..\Skins\Classic\[button]esc.jpg"
- File "..\Skins\Classic\[button]j.jpg"
- File "..\Skins\Classic\[button]m.jpg"
- File "..\Skins\Classic\[button]navi.jpg"
- File "..\Skins\Classic\[button]p.jpg"
- File "..\Skins\Classic\[effect]goldenNoteStar.jpg"
- File "..\Skins\Classic\[effect]perfectNoteStar.jpg"
- File "..\Skins\Classic\[helper]rectangle.jpg"
- File "..\Skins\Classic\[icon]error.jpg"
- File "..\Skins\Classic\[icon]question.jpg"
- File "..\Skins\Classic\[icon]Star.jpg"
- File "..\Skins\Classic\[icon]stats.jpg"
- File "..\Skins\Classic\[icon]video.jpg"
- File "..\Skins\Classic\[main]Bar.jpg"
- File "..\Skins\Classic\[main]Bar1.jpg"
- File "..\Skins\Classic\[main]Button.jpg"
- File "..\Skins\Classic\[main]Button2.jpg"
- File "..\Skins\Classic\[main]Button3.jpg"
- File "..\Skins\Classic\[main]ButtonEditor.jpg"
- File "..\Skins\Classic\[main]Logo.jpg"
- File "..\Skins\Classic\[main]songCover.jpg"
- File "..\Skins\Classic\[main]square.jpg"
- File "..\Skins\Classic\[mainbutton]Exit.jpg"
- File "..\Skins\Classic\[mainbutton]Multi.jpg"
- File "..\Skins\Classic\[mainbutton]Options.jpg"
- File "..\Skins\Classic\[mainbutton]Solo.jpg"
- File "..\Skins\Classic\[mainbutton]Stats.jpg"
- File "..\Skins\Classic\[menu]jumpToBg.jpg"
- File "..\Skins\Classic\[menu]PopUpBg.JPG"
- File "..\Skins\Classic\[menu]PopUpFg.JPG"
- File "..\Skins\Classic\[menu]songMenuBg.jpg"
- File "..\Skins\Classic\[menu]songMenuBorder.jpg"
- File "..\Skins\Classic\[menu]songMenuButtonBG.jpg"
- File "..\Skins\Classic\[menu]songMenuSelectBG.jpg"
- File "..\Skins\Classic\[party]Joker.jpg"
- File "..\Skins\Classic\[party]playerButton.jpg"
- File "..\Skins\Classic\[party]playerTeamButton.jpg"
- File "..\Skins\Classic\[party]pointer.bmp"
- File "..\Skins\Classic\[party]roundBG1.jpg"
- File "..\Skins\Classic\[party]roundBG2.jpg"
- File "..\Skins\Classic\[party]roundBG3.jpg"
- File "..\Skins\Classic\[party]roundBG4.jpg"
- File "..\Skins\Classic\[party]roundTeamButton.jpg"
- File "..\Skins\Classic\[party]scoreBG1.jpg"
- File "..\Skins\Classic\[party]scoreBG2.jpg"
- File "..\Skins\Classic\[party]scoreDecoration.jpg"
- File "..\Skins\Classic\[party]teamPoints.jpg"
- File "..\Skins\Classic\[party]winDecoration.jpg"
- File "..\Skins\Classic\[party]winTeamButton1.jpg"
- File "..\Skins\Classic\[party]winTeamButton2.jpg"
- File "..\Skins\Classic\[party]winTeamButton3.jpg"
- File "..\Skins\Classic\[score]box.jpg"
- File "..\Skins\Classic\[score]level.jpg"
- File "..\Skins\Classic\[score]levelround.jpg"
- File "..\Skins\Classic\[score]line.jpg"
- File "..\Skins\Classic\[sing]lineBonusPopUp.jpg"
- File "..\Skins\Classic\[sing]LyricsBall.bmp"
- File "..\Skins\Classic\[sing]lyricsHelpBar.bmp"
- File "..\Skins\Classic\[sing]notesBgLeft.bmp"
- File "..\Skins\Classic\[sing]notesBgMid.bmp"
- File "..\Skins\Classic\[sing]notesBgRight.bmp"
- File "..\Skins\Classic\[sing]notesLeft.bmp"
- File "..\Skins\Classic\[sing]notesMid.bmp"
- File "..\Skins\Classic\[sing]notesRight.bmp"
- File "..\Skins\Classic\[sing]p.jpg"
- File "..\Skins\Classic\[sing]scoreBg.jpg"
- File "..\Skins\Classic\[sing]singBarBack.jpg"
- File "..\Skins\Classic\[sing]singBarBar.jpg"
- File "..\Skins\Classic\[sing]singBarFront.jpg"
- File "..\Skins\Classic\[sing]textBar.jpg"
- File "..\Skins\Classic\[song]BGFade.jpg"
- File "..\Skins\Classic\[song]EqualizerBG.jpg"
- File "..\Skins\Classic\[song]selection.jpg"
- File "..\Skins\Classic\[stat]detailBG1.jpg"
- File "..\Skins\Classic\[stat]mainBG1.jpg"
- File "..\Skins\Classic\[stat]mainBG2.jpg"
- File "..\Skins\Classic\[stat]mainBG3.jpg"
- File "..\Skins\Classic\Star.ini"
+ File "..\Game\Output\Plugins\Blind.dll"
+ File "..\Game\Output\Plugins\Duell.dll"
+ File "..\Game\Output\Plugins\Hold_The_Line.dll"
+ File "..\Game\Output\Plugins\TeamDuell.dll"
+ File "..\Game\Output\Plugins\Until5000.dll"
+ File "..\Game\Output\Plugins\HauDenLukas.dll"
+ ;Add more Plugins...
+
+ SetOutPath "$INSTDIR\Skins\Blue Sensation\"
+ File "..\Game\Output\Skins\Blue Sensation\blue sensation.ini"
+ File "..\Game\Output\Skins\Blue Sensation\blue simple.ini"
+ File "..\Game\Output\Skins\Blue Sensation\city.ini"
+ File "..\Game\Output\Skins\Blue Sensation\flower.ini"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-load]blue.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-load]city.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-load]flower.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-load]sensation.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-main]blue.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-main]city.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-main]flower.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-main]sensation.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-menu]blue.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-menu]city.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-menu]flower.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-menu]sensation.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-option]blue.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-option]city.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-option]flower.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-option]sensation.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-party]sensation.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-song]blue.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-song]city.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-song]flower.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-song]sensation.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-top5]blue.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-top5]city.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-top5]flower.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[bg-top5]sensation.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]13.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]alt.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]az.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]enter.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]esc.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]j.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]m.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]navi.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[button]p.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[effect]goldenNoteStar.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[effect]perfectNoteStar.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[helper]buttonFade.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[helper]buttonFade2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[helper]rectangle.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]calcmedley.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]cd.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]challenge.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]classic.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]error.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]main.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]medley.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]options.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]party.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]question.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]score.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]search.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]songmenu.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]song_duet.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]stats.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[icon]video.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]button.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonf.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu3.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu4.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu5.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu6.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu7.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu8.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu8a.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]buttonmenu9.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]mainBar.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]playerNumberBox.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]selectbg.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]songCover.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]songSelection1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[main]songSelection2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[menu]jumpToBg.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[menu]PopUpBg.JPG"
+ File "..\Game\Output\Skins\Blue Sensation\[menu]PopUpFg.JPG"
+ File "..\Game\Output\Skins\Blue Sensation\[menu]songMenuBg.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[menu]songMenuSelectBg.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[option]button.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]Joker.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]playerButton.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]playerTeamButton.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]pointer.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[party]roundBG1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]roundBG2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]roundBG3.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]roundBG4.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]roundTeamButton.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]scoreBG1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]scoreBG2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]scoreDecoration.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]teamPoints.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]winDecoration1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]winTeamButton1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]winTeamButton2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[party]winTeamButton3.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[score]box.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[score]endcap.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[score]level.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[score]levelRound.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[score]Line.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]lineBonusPopUp.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]LyricsBall.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]lyricsHelpBar.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]notesBgLeft.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]notesBgMid.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]notesBgRight.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]notesLeft.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]notesMid.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]notesRight.bmp"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]p.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]scoreBg.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]singBarBack.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]singBarBar.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]singBarFront.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]textBar.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]timeBar.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]timeBar1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[sing]timeBarBG.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[special]bar1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[special]bar2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[stat]detailBG1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[stat]mainBG1.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[stat]mainBG2.jpg"
+ File "..\Game\Output\Skins\Blue Sensation\[stat]mainBG3.jpg"
+
SetOutPath "$INSTDIR\Skins\Deluxe\"
- File "..\Skins\Deluxe\[bg-load]blue.jpg"
- File "..\Skins\Deluxe\[bg-load]fall.jpg"
- File "..\Skins\Deluxe\[bg-load]summer.jpg"
- File "..\Skins\Deluxe\[bg-load]winter.jpg"
- File "..\Skins\Deluxe\[bg-main]blue.jpg"
- File "..\Skins\Deluxe\[bg-main]fall.jpg"
- File "..\Skins\Deluxe\[bg-main]summer.jpg"
- File "..\Skins\Deluxe\[bg-main]winter.jpg"
- File "..\Skins\Deluxe\[button]13.jpg"
- File "..\Skins\Deluxe\[button]alt.jpg"
- File "..\Skins\Deluxe\[button]az.jpg"
- File "..\Skins\Deluxe\[button]enter.jpg"
- File "..\Skins\Deluxe\[button]esc.jpg"
- File "..\Skins\Deluxe\[button]j.jpg"
- File "..\Skins\Deluxe\[button]m.jpg"
- File "..\Skins\Deluxe\[button]navi.jpg"
- File "..\Skins\Deluxe\[button]p.jpg"
- File "..\Skins\Deluxe\[effect]goldenNoteStar.jpg"
- File "..\Skins\Deluxe\[effect]perfectNoteStar.jpg"
- File "..\Skins\Deluxe\[helper]buttonFade.jpg"
- File "..\Skins\Deluxe\[helper]rectangle.jpg"
- File "..\Skins\Deluxe\[icon]cd.jpg"
- File "..\Skins\Deluxe\[icon]error.jpg"
- File "..\Skins\Deluxe\[icon]main.jpg"
- File "..\Skins\Deluxe\[icon]options.jpg"
- File "..\Skins\Deluxe\[icon]party.jpg"
- File "..\Skins\Deluxe\[icon]question.jpg"
- File "..\Skins\Deluxe\[icon]score.jpg"
- File "..\Skins\Deluxe\[icon]search.jpg"
- File "..\Skins\Deluxe\[icon]songmenu.jpg"
- File "..\Skins\Deluxe\[icon]stats.jpg"
- File "..\Skins\Deluxe\[icon]video.jpg"
- File "..\Skins\Deluxe\[main]button.jpg"
- File "..\Skins\Deluxe\[main]buttonf.jpg"
- File "..\Skins\Deluxe\[main]mainBar.jpg"
- File "..\Skins\Deluxe\[main]playerNumberBox.jpg"
- File "..\Skins\Deluxe\[main]selectbg.jpg"
- File "..\Skins\Deluxe\[main]songCover.jpg"
- File "..\Skins\Deluxe\[main]songSelection1.jpg"
- File "..\Skins\Deluxe\[main]songSelection2.jpg"
- File "..\Skins\Deluxe\[menu]jumpToBg.jpg"
- File "..\Skins\Deluxe\[menu]PopUpBg.JPG"
- File "..\Skins\Deluxe\[menu]PopUpFg.JPG"
- File "..\Skins\Deluxe\[menu]songMenuBg.jpg"
- File "..\Skins\Deluxe\[menu]songMenuSelectBg.jpg"
- File "..\Skins\Deluxe\[party]Joker.jpg"
- File "..\Skins\Deluxe\[party]playerButton.jpg"
- File "..\Skins\Deluxe\[party]playerTeamButton.jpg"
- File "..\Skins\Deluxe\[party]pointer.bmp"
- File "..\Skins\Deluxe\[party]roundBG1.jpg"
- File "..\Skins\Deluxe\[party]roundBG2.jpg"
- File "..\Skins\Deluxe\[party]roundBG3.jpg"
- File "..\Skins\Deluxe\[party]roundBG4.jpg"
- File "..\Skins\Deluxe\[party]roundTeamButton.jpg"
- File "..\Skins\Deluxe\[party]scoreBG1.jpg"
- File "..\Skins\Deluxe\[party]scoreBG2.jpg"
- File "..\Skins\Deluxe\[party]scoreDecoration.jpg"
- File "..\Skins\Deluxe\[party]teamPoints.jpg"
- File "..\Skins\Deluxe\[party]winDecoration1.jpg"
- File "..\Skins\Deluxe\[party]winTeamButton1.jpg"
- File "..\Skins\Deluxe\[party]winTeamButton2.jpg"
- File "..\Skins\Deluxe\[party]winTeamButton3.jpg"
- File "..\Skins\Deluxe\[score]box.jpg"
- File "..\Skins\Deluxe\[score]endcap.jpg"
- File "..\Skins\Deluxe\[score]level.jpg"
- File "..\Skins\Deluxe\[score]levelRound.jpg"
- File "..\Skins\Deluxe\[score]Line.jpg"
- File "..\Skins\Deluxe\[sing]lineBonusPopUp.jpg"
- File "..\Skins\Deluxe\[sing]LyricsBall.bmp"
- File "..\Skins\Deluxe\[sing]lyricsHelpBar.bmp"
- File "..\Skins\Deluxe\[sing]notesBgLeft.bmp"
- File "..\Skins\Deluxe\[sing]notesBgMid.bmp"
- File "..\Skins\Deluxe\[sing]notesBgRight.bmp"
- File "..\Skins\Deluxe\[sing]notesLeft.bmp"
- File "..\Skins\Deluxe\[sing]notesMid.bmp"
- File "..\Skins\Deluxe\[sing]notesRight.bmp"
- File "..\Skins\Deluxe\[sing]p.jpg"
- File "..\Skins\Deluxe\[sing]scoreBg.jpg"
- File "..\Skins\Deluxe\[sing]singBarBack.jpg"
- File "..\Skins\Deluxe\[sing]singBarBar.jpg"
- File "..\Skins\Deluxe\[sing]singBarFront.jpg"
- File "..\Skins\Deluxe\[sing]textBar.jpg"
- File "..\Skins\Deluxe\[sing]timeBar.jpg"
- File "..\Skins\Deluxe\[sing]timeBar1.jpg"
- File "..\Skins\Deluxe\[sing]timeBarBG.jpg"
- File "..\Skins\Deluxe\[special]bar1.jpg"
- File "..\Skins\Deluxe\[special]bar2.jpg"
- File "..\Skins\Deluxe\[stat]detailBG1.jpg"
- File "..\Skins\Deluxe\[stat]mainBG1.jpg"
- File "..\Skins\Deluxe\[stat]mainBG2.jpg"
- File "..\Skins\Deluxe\[stat]mainBG3.jpg"
- File "..\Skins\Deluxe\Blue.ini"
- File "..\Skins\Deluxe\Fall.ini"
- File "..\Skins\Deluxe\Summer.ini"
- File "..\Skins\Deluxe\Winter.ini"
-
+ File "..\Game\Output\Skins\Deluxe\Blue.ini"
+ File "..\Game\Output\Skins\Deluxe\Fall.ini"
+ File "..\Game\Output\Skins\Deluxe\Summer.ini"
+ File "..\Game\Output\Skins\Deluxe\Winter.ini"
+ File "..\Game\Output\Skins\Deluxe\[bg-load]blue.jpg"
+ File "..\Game\Output\Skins\Deluxe\[bg-load]fall.jpg"
+ File "..\Game\Output\Skins\Deluxe\[bg-load]summer.jpg"
+ File "..\Game\Output\Skins\Deluxe\[bg-load]winter.jpg"
+ File "..\Game\Output\Skins\Deluxe\[bg-main]blue.jpg"
+ File "..\Game\Output\Skins\Deluxe\[bg-main]fall.jpg"
+ File "..\Game\Output\Skins\Deluxe\[bg-main]summer.jpg"
+ File "..\Game\Output\Skins\Deluxe\[bg-main]winter.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]13.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]alt.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]az.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]enter.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]esc.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]j.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]m.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]navi.jpg"
+ File "..\Game\Output\Skins\Deluxe\[button]p.jpg"
+ File "..\Game\Output\Skins\Deluxe\[effect]goldenNoteStar.jpg"
+ File "..\Game\Output\Skins\Deluxe\[effect]perfectNoteStar.jpg"
+ File "..\Game\Output\Skins\Deluxe\[helper]buttonFade.jpg"
+ File "..\Game\Output\Skins\Deluxe\[helper]rectangle.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]calcmedley.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]cd.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]error.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]main.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]medley.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]options.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]party.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]question.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]score.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]search.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]songmenu.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]song_duet.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]stats.jpg"
+ File "..\Game\Output\Skins\Deluxe\[icon]video.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]button.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]buttonf.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]mainBar.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]playerNumberBox.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]selectbg.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]songCover.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]songSelection1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[main]songSelection2.jpg"
+ File "..\Game\Output\Skins\Deluxe\[menu]jumpToBg.jpg"
+ File "..\Game\Output\Skins\Deluxe\[menu]PopUpBg.JPG"
+ File "..\Game\Output\Skins\Deluxe\[menu]PopUpFg.JPG"
+ File "..\Game\Output\Skins\Deluxe\[menu]songMenuBg.jpg"
+ File "..\Game\Output\Skins\Deluxe\[menu]songMenuSelectBg.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]Joker.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]playerButton.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]playerTeamButton.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]pointer.bmp"
+ File "..\Game\Output\Skins\Deluxe\[party]roundBG1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]roundBG2.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]roundBG3.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]roundBG4.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]roundTeamButton.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]scoreBG1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]scoreBG2.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]scoreDecoration.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]teamPoints.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]winDecoration1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]winTeamButton1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]winTeamButton2.jpg"
+ File "..\Game\Output\Skins\Deluxe\[party]winTeamButton3.jpg"
+ File "..\Game\Output\Skins\Deluxe\[score]box.jpg"
+ File "..\Game\Output\Skins\Deluxe\[score]endcap.jpg"
+ File "..\Game\Output\Skins\Deluxe\[score]level.jpg"
+ File "..\Game\Output\Skins\Deluxe\[score]levelRound.jpg"
+ File "..\Game\Output\Skins\Deluxe\[score]Line.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]lineBonusPopUp.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]LyricsBall.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]lyricsHelpBar.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]notesBgLeft.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]notesBgMid.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]notesBgRight.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]notesLeft.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]notesMid.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]notesRight.bmp"
+ File "..\Game\Output\Skins\Deluxe\[sing]p.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]scoreBg.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]singBarBack.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]singBarBar.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]singBarFront.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]textBar.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]timeBar.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]timeBar1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[sing]timeBarBG.jpg"
+ File "..\Game\Output\Skins\Deluxe\[special]bar1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[special]bar2.jpg"
+ File "..\Game\Output\Skins\Deluxe\[stat]detailBG1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[stat]mainBG1.jpg"
+ File "..\Game\Output\Skins\Deluxe\[stat]mainBG2.jpg"
+ File "..\Game\Output\Skins\Deluxe\[stat]mainBG3.jpg"
+
+ SetOutPath "$INSTDIR\Skins\iStar\"
+ File "..\Game\Output\Skins\iStar\Apple.ini"
+ File "..\Game\Output\Skins\iStar\[bg-load]blue.jpg"
+ File "..\Game\Output\Skins\iStar\[bg-main]blue.jpg"
+ File "..\Game\Output\Skins\iStar\[bg-menu]blue.jpg"
+ File "..\Game\Output\Skins\iStar\[button]13.jpg"
+ File "..\Game\Output\Skins\iStar\[button]alt.jpg"
+ File "..\Game\Output\Skins\iStar\[button]az.jpg"
+ File "..\Game\Output\Skins\iStar\[button]enter.jpg"
+ File "..\Game\Output\Skins\iStar\[button]esc.jpg"
+ File "..\Game\Output\Skins\iStar\[button]j.jpg"
+ File "..\Game\Output\Skins\iStar\[button]m.jpg"
+ File "..\Game\Output\Skins\iStar\[button]navi.jpg"
+ File "..\Game\Output\Skins\iStar\[button]p.jpg"
+ File "..\Game\Output\Skins\iStar\[effect]goldenNoteStar.jpg"
+ File "..\Game\Output\Skins\iStar\[effect]perfectNoteStar.jpg"
+ File "..\Game\Output\Skins\iStar\[helper]buttonFade.jpg"
+ File "..\Game\Output\Skins\iStar\[helper]buttonFade2.jpg"
+ File "..\Game\Output\Skins\iStar\[helper]buttonFade3.JPG"
+ File "..\Game\Output\Skins\iStar\[helper]buttonFade4.JPG"
+ File "..\Game\Output\Skins\iStar\[helper]rectangle.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]calcmedley.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]cd.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]error.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]main.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]medley.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]options.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]party.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]question.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]score.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]search.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]songmenu.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]song_duet.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]stats.jpg"
+ File "..\Game\Output\Skins\iStar\[icon]video.jpg"
+ File "..\Game\Output\Skins\iStar\[main]button.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonf.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu1.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu2.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu3.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu31.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu32.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu33.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu34.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu4.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu4a.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu4b.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu4c.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu5.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu6.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu6a.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu6b.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu6c.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu6d.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu6e.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu7.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu8.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu8a.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu8b.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu9.jpg"
+ File "..\Game\Output\Skins\iStar\[main]buttonmenu9a.jpg"
+ File "..\Game\Output\Skins\iStar\[main]mainBar.jpg"
+ File "..\Game\Output\Skins\iStar\[main]playerNumberBox.jpg"
+ File "..\Game\Output\Skins\iStar\[main]selectbg.jpg"
+ File "..\Game\Output\Skins\iStar\[main]songCover.jpg"
+ File "..\Game\Output\Skins\iStar\[main]songSelection1.jpg"
+ File "..\Game\Output\Skins\iStar\[main]songSelection2.jpg"
+ File "..\Game\Output\Skins\iStar\[menu]jumpToBg.jpg"
+ File "..\Game\Output\Skins\iStar\[menu]PopUpBg.JPG"
+ File "..\Game\Output\Skins\iStar\[menu]PopUpFg.JPG"
+ File "..\Game\Output\Skins\iStar\[menu]songMenuBg.jpg"
+ File "..\Game\Output\Skins\iStar\[menu]songMenuSelectBg.jpg"
+ File "..\Game\Output\Skins\iStar\[party]Joker.jpg"
+ File "..\Game\Output\Skins\iStar\[party]playerButton.jpg"
+ File "..\Game\Output\Skins\iStar\[party]playerTeamButton.jpg"
+ File "..\Game\Output\Skins\iStar\[party]pointer.bmp"
+ File "..\Game\Output\Skins\iStar\[party]roundBG1.jpg"
+ File "..\Game\Output\Skins\iStar\[party]roundBG2.jpg"
+ File "..\Game\Output\Skins\iStar\[party]roundBG3.jpg"
+ File "..\Game\Output\Skins\iStar\[party]roundBG4.jpg"
+ File "..\Game\Output\Skins\iStar\[party]roundTeamButton.jpg"
+ File "..\Game\Output\Skins\iStar\[party]scoreBG1.jpg"
+ File "..\Game\Output\Skins\iStar\[party]scoreBG2.jpg"
+ File "..\Game\Output\Skins\iStar\[party]scoreDecoration.jpg"
+ File "..\Game\Output\Skins\iStar\[party]teamPoints.jpg"
+ File "..\Game\Output\Skins\iStar\[party]winDecoration1.jpg"
+ File "..\Game\Output\Skins\iStar\[party]winTeamButton1.jpg"
+ File "..\Game\Output\Skins\iStar\[party]winTeamButton2.jpg"
+ File "..\Game\Output\Skins\iStar\[party]winTeamButton3.jpg"
+ File "..\Game\Output\Skins\iStar\[score]box.jpg"
+ File "..\Game\Output\Skins\iStar\[score]endcap.jpg"
+ File "..\Game\Output\Skins\iStar\[score]level.jpg"
+ File "..\Game\Output\Skins\iStar\[score]levelRound.jpg"
+ File "..\Game\Output\Skins\iStar\[score]Line.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]lineBonusPopUp.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]LyricsBall.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]lyricsHelpBar.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]notesBgLeft.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]notesBgMid.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]notesBgRight.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]notesLeft.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]notesMid.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]notesRight.bmp"
+ File "..\Game\Output\Skins\iStar\[sing]p.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]scoreBg.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]singBarBack.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]singBarBar.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]singBarFront.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]textBar.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]timeBar.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]timeBar1.jpg"
+ File "..\Game\Output\Skins\iStar\[sing]timeBarBG.jpg"
+ File "..\Game\Output\Skins\iStar\[special]bar1.jpg"
+ File "..\Game\Output\Skins\iStar\[special]bar2.jpg"
+ File "..\Game\Output\Skins\iStar\[stat]detailBG1.jpg"
+ File "..\Game\Output\Skins\iStar\[stat]mainBG1.jpg"
+ File "..\Game\Output\Skins\iStar\[stat]mainBG2.jpg"
+ File "..\Game\Output\Skins\iStar\[stat]mainBG3.jpg"
+
SetOutPath "$INSTDIR\Sounds\"
- File "..\Sounds\Common back.mp3"
- File "..\Sounds\Common start.mp3"
- File "..\Sounds\credits-outro-tune.mp3"
- File "..\Sounds\dismissed.mp3"
- File "..\Sounds\menu swoosh.mp3"
- File "..\Sounds\option change col.mp3"
- File "..\Sounds\rimshot022b.mp3"
- File "..\Sounds\select music change music 50.mp3"
- File "..\Sounds\select music change music.mp3"
- File "..\Sounds\wome-credits-tune.mp3"
+ File "..\Game\Output\Sounds\Applause.mp3"
+ File "..\Game\Output\Sounds\Common back.mp3"
+ File "..\Game\Output\Sounds\Common start.mp3"
+ File "..\Game\Output\Sounds\credits-outro-tune.mp3"
+ File "..\Game\Output\Sounds\dismissed.mp3"
+ File "..\Game\Output\Sounds\menu swoosh.mp3"
+ File "..\Game\Output\Sounds\option change col.mp3"
+ File "..\Game\Output\Sounds\PLUGIN_HauDenLukas_Bell.mp3"
+ File "..\Game\Output\Sounds\rimshot022b.mp3"
+ File "..\Game\Output\Sounds\select music change music 50.mp3"
+ File "..\Game\Output\Sounds\select music change music.mp3"
+ File "..\Game\Output\Sounds\wome-credits-tune.mp3"
SetOutPath "$INSTDIR\Themes\"
- File "..\Themes\Classic.ini"
- File "..\Themes\Deluxe.ini"
+ File "..\Game\Output\Themes\Blue Sensation.ini"
+ File "..\Game\Output\Themes\Deluxe.ini"
+ File "..\Game\Output\Themes\iStar.ini"
SetOutPath "$INSTDIR" \ No newline at end of file
diff --git a/Installer/settings/files_un.nsh b/Installer/settings/files_un.nsh
index adaf625b..1025e2ce 100644
--- a/Installer/settings/files_un.nsh
+++ b/Installer/settings/files_un.nsh
@@ -1,27 +1,24 @@
; This list contains the files that will be uninstalled
; Delete provided Game Exe and provided Tools
- Delete "$INSTDIR\ScoreConverter.exe"
Delete "$INSTDIR\${exe}.exe"
; Delete other provided/created stuff
+ Delete "$INSTDIR\acinerella.dll"
Delete "$INSTDIR\bass.dll"
Delete "$INSTDIR\Changelog.german.txt"
Delete "$INSTDIR\Changelog.txt"
Delete "$INSTDIR\documentation.pdf"
Delete "$INSTDIR\License.txt"
Delete "$INSTDIR\ReadMe.txt"
+ Delete "$INSTDIR\ReadMe old.txt"
Delete "$INSTDIR\SDL.dll"
-
Delete "$INSTDIR\sqlite3.dll"
- Delete "$INSTDIR\avcodec-51.dll"
- Delete "$INSTDIR\avformat-50.dll"
- Delete "$INSTDIR\avutil-49.dll"
- Delete "$INSTDIR\sqlite3.dll"
Delete "$INSTDIR\config.ini"
Delete "$INSTDIR\Error.log"
Delete "$INSTDIR\covers.cache"
+ Delete "$INSTDIR\Ultrastar.db"
Delete "$INSTDIR\Uninstall.exe"
${If} ${AtLeastWinVista}
@@ -36,113 +33,151 @@ ${EndIf}
Delete "$INSTDIR\Covers\NoCover.jpg"
; Delete provided languages
- Delete "$INSTDIR\Languages\Catalan.ini"
+ Delete "$INSTDIR\Languages\readme.txt"
+ Delete "$INSTDIR\Languages\Languages.xls"
Delete "$INSTDIR\Languages\Dutch.ini"
Delete "$INSTDIR\Languages\English.ini"
- Delete "$INSTDIR\Languages\Euskara.ini"
- Delete "$INSTDIR\Languages\French.ini"
Delete "$INSTDIR\Languages\German.ini"
Delete "$INSTDIR\Languages\Italian.ini"
- Delete "$INSTDIR\Languages\Norwegian.ini"
- Delete "$INSTDIR\Languages\Polish.ini"
- Delete "$INSTDIR\Languages\Portuguese.ini"
- Delete "$INSTDIR\Languages\readme.txt"
- Delete "$INSTDIR\Languages\Serbian.ini"
- Delete "$INSTDIR\Languages\Slovak.ini"
- Delete "$INSTDIR\Languages\Spanish.ini"
- Delete "$INSTDIR\Languages\Swedish.ini"
-
+
; Delete provided plugins
Delete "$INSTDIR\Plugins\Blind.dll"
Delete "$INSTDIR\Plugins\Duell.dll"
Delete "$INSTDIR\Plugins\Hold_The_Line.dll"
Delete "$INSTDIR\Plugins\TeamDuell.dll"
Delete "$INSTDIR\Plugins\Until5000.dll"
-
-; Delete provided Classic Skin
- Delete "$INSTDIR\Skins\Classic\Star.ini"
- Delete "$INSTDIR\Skins\Classic\[button]13.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]alt.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]az.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]e.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]enter.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]esc.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]j.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]m.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]navi.jpg"
- Delete "$INSTDIR\Skins\Classic\[button]p.jpg"
- Delete "$INSTDIR\Skins\Classic\[effect]goldenNoteStar.jpg"
- Delete "$INSTDIR\Skins\Classic\[effect]perfectNoteStar.jpg"
- Delete "$INSTDIR\Skins\Classic\[helper]rectangle.jpg"
- Delete "$INSTDIR\Skins\Classic\[icon]error.jpg"
- Delete "$INSTDIR\Skins\Classic\[icon]question.jpg"
- Delete "$INSTDIR\Skins\Classic\[icon]Star.jpg"
- Delete "$INSTDIR\Skins\Classic\[icon]stats.jpg"
- Delete "$INSTDIR\Skins\Classic\[icon]video.jpg"
- Delete "$INSTDIR\Skins\Classic\[mainbutton]Exit.jpg"
- Delete "$INSTDIR\Skins\Classic\[mainbutton]Multi.jpg"
- Delete "$INSTDIR\Skins\Classic\[mainbutton]Options.jpg"
- Delete "$INSTDIR\Skins\Classic\[mainbutton]Solo.jpg"
- Delete "$INSTDIR\Skins\Classic\[mainbutton]Stats.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]Bar.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]Bar1.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]Button.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]Button2.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]Button3.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]ButtonEditor.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]Logo.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]songCover.jpg"
- Delete "$INSTDIR\Skins\Classic\[main]square.jpg"
- Delete "$INSTDIR\Skins\Classic\[menu]jumpToBg.jpg"
- Delete "$INSTDIR\Skins\Classic\[menu]PopUpBg.JPG"
- Delete "$INSTDIR\Skins\Classic\[menu]PopUpFg.JPG"
- Delete "$INSTDIR\Skins\Classic\[menu]songMenuBg.jpg"
- Delete "$INSTDIR\Skins\Classic\[menu]songMenuBorder.jpg"
- Delete "$INSTDIR\Skins\Classic\[menu]songMenuButtonBG.jpg"
- Delete "$INSTDIR\Skins\Classic\[menu]songMenuSelectBG.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]Joker.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]playerButton.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]playerTeamButton.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]pointer.bmp"
- Delete "$INSTDIR\Skins\Classic\[party]roundBG1.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]roundBG2.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]roundBG3.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]roundBG4.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]roundTeamButton.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]scoreBG1.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]scoreBG2.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]scoreDecoration.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]teamPoints.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]winDecoration.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]winTeamButton1.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]winTeamButton2.jpg"
- Delete "$INSTDIR\Skins\Classic\[party]winTeamButton3.jpg"
- Delete "$INSTDIR\Skins\Classic\[score]box.jpg"
- Delete "$INSTDIR\Skins\Classic\[score]level.jpg"
- Delete "$INSTDIR\Skins\Classic\[score]levelround.jpg"
- Delete "$INSTDIR\Skins\Classic\[score]line.jpg"
- Delete "$INSTDIR\Skins\Classic\[sing]lineBonusPopUp.jpg"
- Delete "$INSTDIR\Skins\Classic\[sing]LyricsBall.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]lyricsHelpBar.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]notesBgLeft.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]notesBgMid.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]notesBgRight.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]notesLeft.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]notesMid.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]notesRight.bmp"
- Delete "$INSTDIR\Skins\Classic\[sing]p.jpg"
- Delete "$INSTDIR\Skins\Classic\[sing]scoreBg.jpg"
- Delete "$INSTDIR\Skins\Classic\[sing]singBarBack.jpg"
- Delete "$INSTDIR\Skins\Classic\[sing]singBarBar.jpg"
- Delete "$INSTDIR\Skins\Classic\[sing]singBarFront.jpg"
- Delete "$INSTDIR\Skins\Classic\[sing]textBar.jpg"
- Delete "$INSTDIR\Skins\Classic\[song]BGFade.jpg"
- Delete "$INSTDIR\Skins\Classic\[song]EqualizerBG.jpg"
- Delete "$INSTDIR\Skins\Classic\[song]selection.jpg"
- Delete "$INSTDIR\Skins\Classic\[stat]detailBG1.jpg"
- Delete "$INSTDIR\Skins\Classic\[stat]mainBG1.jpg"
- Delete "$INSTDIR\Skins\Classic\[stat]mainBG2.jpg"
- Delete "$INSTDIR\Skins\Classic\[stat]mainBG3.jpg"
+ Delete "$INSTDIR\Plugins\HauDenLukas.dll"
+
+; Delete provided Blue Sensation Skin
+ Delete "$INSTDIR\Skins\Blue Sensation\blue sensation.ini"
+ Delete "$INSTDIR\Skins\Blue Sensation\blue simple.ini"
+ Delete "$INSTDIR\Skins\Blue Sensation\city.ini"
+ Delete "$INSTDIR\Skins\Blue Sensation\flower.ini"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-load]blue.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-load]city.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-load]flower.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-load]sensation.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-main]blue.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-main]city.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-main]flower.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-main]sensation.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-menu]blue.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-menu]city.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-menu]flower.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-menu]sensation.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-option]blue.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-option]city.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-option]flower.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-option]sensation.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-party]sensation.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-song]blue.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-song]city.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-song]flower.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-song]sensation.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-top5]blue.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-top5]city.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-top5]flower.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[bg-top5]sensation.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]13.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]alt.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]az.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]enter.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]esc.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]j.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]m.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]navi.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[button]p.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[effect]goldenNoteStar.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[effect]perfectNoteStar.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[helper]buttonFade.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[helper]buttonFade2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[helper]rectangle.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]calcmedley.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]cd.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]challenge.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]classic.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]error.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]main.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]medley.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]options.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]party.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]question.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]score.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]search.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]songmenu.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]song_duet.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]stats.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[icon]video.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]button.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonf.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu3.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu4.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu5.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu6.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu7.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu8.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu8a.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]buttonmenu9.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]mainBar.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]playerNumberBox.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]selectbg.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]songCover.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]songSelection1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[main]songSelection2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[menu]jumpToBg.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[menu]PopUpBg.JPG"
+ Delete "$INSTDIR\Skins\Blue Sensation\[menu]PopUpFg.JPG"
+ Delete "$INSTDIR\Skins\Blue Sensation\[menu]songMenuBg.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[menu]songMenuSelectBg.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[option]button.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]Joker.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]playerButton.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]playerTeamButton.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]pointer.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]roundBG1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]roundBG2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]roundBG3.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]roundBG4.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]roundTeamButton.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]scoreBG1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]scoreBG2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]scoreDecoration.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]teamPoints.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]winDecoration1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]winTeamButton1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]winTeamButton2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[party]winTeamButton3.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[score]box.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[score]endcap.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[score]level.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[score]levelRound.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[score]Line.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]lineBonusPopUp.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]LyricsBall.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]lyricsHelpBar.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]notesBgLeft.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]notesBgMid.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]notesBgRight.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]notesLeft.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]notesMid.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]notesRight.bmp"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]p.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]scoreBg.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]singBarBack.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]singBarBar.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]singBarFront.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]textBar.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]timeBar.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]timeBar1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[sing]timeBarBG.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[special]bar1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[special]bar2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[stat]detailBG1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[stat]mainBG1.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[stat]mainBG2.jpg"
+ Delete "$INSTDIR\Skins\Blue Sensation\[stat]mainBG3.jpg"
; Delete provided Deluxe Skin
Delete "$INSTDIR\Skins\Deluxe\Blue.ini"
@@ -170,15 +205,18 @@ ${EndIf}
Delete "$INSTDIR\Skins\Deluxe\[effect]perfectNoteStar.jpg"
Delete "$INSTDIR\Skins\Deluxe\[helper]buttonFade.jpg"
Delete "$INSTDIR\Skins\Deluxe\[helper]rectangle.jpg"
+ Delete "$INSTDIR\Skins\Deluxe\[icon]calcmedley.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]cd.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]error.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]main.jpg"
+ Delete "$INSTDIR\Skins\Deluxe\[icon]medley.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]options.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]party.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]question.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]score.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]search.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]songmenu.jpg"
+ Delete "$INSTDIR\Skins\Deluxe\[icon]song_duet.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]stats.jpg"
Delete "$INSTDIR\Skins\Deluxe\[icon]video.jpg"
Delete "$INSTDIR\Skins\Deluxe\[main]button.jpg"
@@ -241,7 +279,127 @@ ${EndIf}
Delete "$INSTDIR\Skins\Deluxe\[stat]mainBG2.jpg"
Delete "$INSTDIR\Skins\Deluxe\[stat]mainBG3.jpg"
+; Delete provided iStar Skin
+ Delete "$INSTDIR\Skins\iStar\Apple.ini"
+ Delete "$INSTDIR\Skins\iStar\[bg-load]blue.jpg"
+ Delete "$INSTDIR\Skins\iStar\[bg-main]blue.jpg"
+ Delete "$INSTDIR\Skins\iStar\[bg-menu]blue.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]13.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]alt.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]az.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]enter.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]esc.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]j.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]m.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]navi.jpg"
+ Delete "$INSTDIR\Skins\iStar\[button]p.jpg"
+ Delete "$INSTDIR\Skins\iStar\[effect]goldenNoteStar.jpg"
+ Delete "$INSTDIR\Skins\iStar\[effect]perfectNoteStar.jpg"
+ Delete "$INSTDIR\Skins\iStar\[helper]buttonFade.jpg"
+ Delete "$INSTDIR\Skins\iStar\[helper]buttonFade2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[helper]buttonFade3.JPG"
+ Delete "$INSTDIR\Skins\iStar\[helper]buttonFade4.JPG"
+ Delete "$INSTDIR\Skins\iStar\[helper]rectangle.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]calcmedley.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]cd.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]error.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]main.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]medley.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]options.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]party.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]question.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]score.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]search.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]songmenu.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]song_duet.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]stats.jpg"
+ Delete "$INSTDIR\Skins\iStar\[icon]video.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]button.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonf.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu3.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu31.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu32.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu33.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu34.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu4.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu4a.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu4b.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu4c.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu5.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu6.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu6a.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu6b.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu6c.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu6d.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu6e.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu7.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu8.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu8a.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu8b.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu9.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]buttonmenu9a.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]mainBar.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]playerNumberBox.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]selectbg.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]songCover.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]songSelection1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[main]songSelection2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[menu]jumpToBg.jpg"
+ Delete "$INSTDIR\Skins\iStar\[menu]PopUpBg.JPG"
+ Delete "$INSTDIR\Skins\iStar\[menu]PopUpFg.JPG"
+ Delete "$INSTDIR\Skins\iStar\[menu]songMenuBg.jpg"
+ Delete "$INSTDIR\Skins\iStar\[menu]songMenuSelectBg.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]Joker.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]playerButton.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]playerTeamButton.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]pointer.bmp"
+ Delete "$INSTDIR\Skins\iStar\[party]roundBG1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]roundBG2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]roundBG3.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]roundBG4.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]roundTeamButton.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]scoreBG1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]scoreBG2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]scoreDecoration.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]teamPoints.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]winDecoration1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]winTeamButton1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]winTeamButton2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[party]winTeamButton3.jpg"
+ Delete "$INSTDIR\Skins\iStar\[score]box.jpg"
+ Delete "$INSTDIR\Skins\iStar\[score]endcap.jpg"
+ Delete "$INSTDIR\Skins\iStar\[score]level.jpg"
+ Delete "$INSTDIR\Skins\iStar\[score]levelRound.jpg"
+ Delete "$INSTDIR\Skins\iStar\[score]Line.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]lineBonusPopUp.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]LyricsBall.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]lyricsHelpBar.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]notesBgLeft.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]notesBgMid.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]notesBgRight.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]notesLeft.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]notesMid.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]notesRight.bmp"
+ Delete "$INSTDIR\Skins\iStar\[sing]p.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]scoreBg.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]singBarBack.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]singBarBar.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]singBarFront.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]textBar.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]timeBar.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]timeBar1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[sing]timeBarBG.jpg"
+ Delete "$INSTDIR\Skins\iStar\[special]bar1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[special]bar2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[stat]detailBG1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[stat]mainBG1.jpg"
+ Delete "$INSTDIR\Skins\iStar\[stat]mainBG2.jpg"
+ Delete "$INSTDIR\Skins\iStar\[stat]mainBG3.jpg"
+
; Delete provided sounds
+ Delete "$INSTDIR\Sounds\Applause.mp3"
Delete "$INSTDIR\Sounds\Common back.mp3"
Delete "$INSTDIR\Sounds\Common start.mp3"
Delete "$INSTDIR\Sounds\credits-outro-tune.mp3"
@@ -249,32 +407,15 @@ ${EndIf}
Delete "$INSTDIR\Sounds\menu swoosh.mp3"
Delete "$INSTDIR\Sounds\option change col.mp3"
Delete "$INSTDIR\Sounds\rimshot022b.mp3"
+ Delete "$INSTDIR\Sounds\PLUGIN_HauDenLukas_Bell.mp3"
Delete "$INSTDIR\Sounds\select music change music 50.mp3"
Delete "$INSTDIR\Sounds\select music change music.mp3"
Delete "$INSTDIR\Sounds\wome-credits-tune.mp3"
; Delete provided Themes
- Delete "$INSTDIR\Themes\Classic.ini"
+ Delete "$INSTDIR\Themes\Blue Sensation.ini"
Delete "$INSTDIR\Themes\Deluxe.ini"
-
-; Delete provided Songs
- Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [BG].jpg"
- Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [CO].jpg"
- Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.ogg"
- Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.txt"
- Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\License.txt"
-
- Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [BG].jpg"
- Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [CO].jpg"
- Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.ogg"
- Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.txt"
- Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\License.txt"
-
- Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\License.txt"
- Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.txt"
- Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [BG].jpg"
- Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [CO].jpg"
- Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.ogg"
+ Delete "$INSTDIR\Themes\iStar.ini"
; Delete only empty directories:
@@ -287,22 +428,16 @@ Call un.DeleteIfEmpty
StrCpy $0 "$INSTDIR\Plugins"
Call un.DeleteIfEmpty
-StrCpy $0 "$INSTDIR\Skins\Classic"
+StrCpy $0 "$INSTDIR\Skins\Blue Sensation"
Call un.DeleteIfEmpty
StrCpy $0 "$INSTDIR\Skins\Deluxe"
Call un.DeleteIfEmpty
-StrCpy $0 "$INSTDIR\Skins"
-Call un.DeleteIfEmpty
-
-StrCpy $0 "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]"
+StrCpy $0 "$INSTDIR\Skins\iStar"
Call un.DeleteIfEmpty
-StrCpy $0 "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]"
-Call un.DeleteIfEmpty
-
-StrCpy $0 "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]"
+StrCpy $0 "$INSTDIR\Skins"
Call un.DeleteIfEmpty
StrCpy $0 "$INSTDIR\Songs"
@@ -320,6 +455,12 @@ Call un.DeleteIfEmpty
StrCpy $0 "$INSTDIR\Playlists"
Call un.DeleteIfEmpty
+StrCpy $0 "$INSTDIR\Recordings"
+Call un.DeleteIfEmpty
+
+StrCpy $0 "$INSTDIR\SessionLog"
+Call un.DeleteIfEmpty
+
StrCpy $0 "$INSTDIR"
Call un.DeleteIfEmpty
@@ -332,8 +473,8 @@ Call un.DeleteIfEmpty
Delete "$SMPROGRAMS\$ICONS_GROUP\Deinstallieren.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Internetseite.lnk"
- Delete "$SMPROGRAMS\$ICONS_GROUP\UltraStar Deluxe spielen.lnk"
- Delete "$SMPROGRAMS\$ICONS_GROUP\Play UltraStar Deluxe.lnk"
+ Delete "$SMPROGRAMS\$ICONS_GROUP\UltraStar Deluxe CMD Edition spielen.lnk"
+ Delete "$SMPROGRAMS\$ICONS_GROUP\Play UltraStar Deluxe CMD Edition.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Readme.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Lies mich.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Lizenz.lnk"
@@ -341,8 +482,8 @@ Call un.DeleteIfEmpty
; Delete created Icon on Desktop
-Delete "$Desktop\Play UltraStar Deluxe.lnk"
-Delete "$Desktop\UltraStar Deluxe spielen.lnk"
+Delete "$Desktop\Play UltraStar Deluxe CMD Edition.lnk"
+Delete "$Desktop\UltraStar Deluxe CMD Edition spielen.lnk"
StrCpy $0 "$SMPROGRAMS\$ICONS_GROUP"
Call un.DeleteIfEmpty
diff --git a/Installer/settings/functions.nsh b/Installer/settings/functions.nsh
index 147ec76c..d513bbd6 100644
--- a/Installer/settings/functions.nsh
+++ b/Installer/settings/functions.nsh
@@ -1,4 +1,4 @@
-!define exe2 "USdx" ; Current name of start exe
+!define exe2 "UltraStar CMDe" ; Current name of start exe
; Creates Desktop Shortcut(s) if
; checked on Finish Page
diff --git a/Installer/settings/langstrings.nsh b/Installer/settings/langstrings.nsh
index baed5f94..5ef939d4 100644
--- a/Installer/settings/langstrings.nsh
+++ b/Installer/settings/langstrings.nsh
@@ -1,16 +1,16 @@
; Language Strings which are used in the main program
-LangString str_continue ${LANG_GERMAN} "Dies wird UltraStar Deluxe installieren. Fortsetzen?"
-LangString str_continue ${LANG_ENGLISH} "This will install UltraStar Deluxe. Continue?"
+LangString str_continue ${LANG_GERMAN} "Dies wird UltraStar Deluxe CMD Edition installieren. Fortsetzen?"
+LangString str_continue ${LANG_ENGLISH} "This will install UltraStar Deluxe CMD Edition. Continue?"
LangString str_abort ${LANG_ENGLISH} "Are you sure to abort Installation?"
LangString str_abort ${LANG_GERMAN} "Wollen Sie die Installation wirklich abbrechen?"
-LangString uninst_begin ${LANG_ENGLISH} "This will uninstall UltraStar Deluxe completely (with Songs!). Continue ?"
-LangString uninst_begin ${LANG_GERMAN} "Dies wird UltraStar Deluxe vollständig deinstallieren (inkl. Songs!). Fortfahren?"
+LangString uninst_begin ${LANG_ENGLISH} "This will uninstall UltraStar Deluxe CMD Edition completely (with Songs!). Continue ?"
+LangString uninst_begin ${LANG_GERMAN} "Dies wird UltraStar Deluxe CMD Edition vollständig deinstallieren (inkl. Songs!). Fortfahren?"
-LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_ENGLISH} "We hope you enjoyed UltraStar Deluxe. Please leave us a comment why you uninstalled UltraStar Deluxe in our forum: ${forum}. We would also be pleased to recieve your feedback on UltraStar Deluxe there."
-LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_GERMAN} "Wir hoffen du hast UltraStar Deluxe genossen. Bitte hinterlasse uns einen Kommentar im Forum, warum du UltraStar Deluxe deinstalliert hast: ${forum}. Wir würden uns dort ebenso über eine Rückmeldung für UltraStar Deluxe freuen."
+LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_ENGLISH} "We hope you enjoyed UltraStar Deluxe CMD Edition. Please leave us a comment why you uninstalled UltraStar Deluxe CMD Edition in our forum: ${forum}. We would also be pleased to recieve your feedback on UltraStar Deluxe there."
+LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_GERMAN} "Wir hoffen du hast UltraStar Deluxe CMD Edition genossen. Bitte hinterlasse uns einen Kommentar im Forum, warum du UltraStar Deluxe CMD Edition deinstalliert hast: ${forum}. Wir würden uns dort ebenso über eine Rückmeldung für UltraStar Deluxe freuen."
LangString MUI_UNTEXT_FINISH_INFO_TITLE ${LANG_ENGLISH} "The uninstallation finished successfully!"
LangString MUI_UNTEXT_FINISH_INFO_TITLE ${LANG_GERMAN} "Die Deinstallation wurde erfolgreich abgeschlossen."
@@ -24,8 +24,8 @@ LangString str_header ${LANG_GERMAN} "Eigene Optionen zur Installation"
LangString str_header_subtitle ${LANG_ENGLISH} ""
LangString str_header_subtitle ${LANG_GERMAN} ""
-LangString sm_shortcut ${LANG_GERMAN} "UltraStar Deluxe spielen" ; Name for start Icon in startmenu
-LangString sm_shortcut ${LANG_ENGLISH} "Play UltraStar Deluxe"
+LangString sm_shortcut ${LANG_GERMAN} "UltraStar Deluxe CMD Edition spielen" ; Name for start Icon in startmenu
+LangString sm_shortcut ${LANG_ENGLISH} "Play UltraStar CMD Edition"
LangString sc_desktop ${LANG_GERMAN} "Verknüpfung auf dem Desktop erstellen?" ; Finish Page: Readme = Create Desktop Shortcut
LangString sc_desktop ${LANG_ENGLISH} "Create Desktop Shortcut?"
@@ -47,23 +47,23 @@ LangString sm_readme ${LANG_ENGLISH} "Readme"
LangString Settings_TITLE ${LANG_ENGLISH} " "
LangString Settings_TITLE ${LANG_GERMAN} " "
-LangString Settings_SUBTITLE ${LANG_ENGLISH} "Specify your favorite settings for UltraStar Deluxe"
-LangString Settings_SUBTITLE ${LANG_GERMAN} "Lege deine favorisierten Einstellungen für UltraStar Deluxe fest."
+LangString Settings_SUBTITLE ${LANG_ENGLISH} "Specify your favorite settings for UltraStar Deluxe CMD Edition"
+LangString Settings_SUBTITLE ${LANG_GERMAN} "Lege deine favorisierten Einstellungen für UltraStar Deluxe CMD Edition fest."
-LangString wp_title ${LANG_GERMAN} "Willkommen zur Installationsroutine von UltraStar Deluxe" ; Title String in Welcome Page
-LangString wp_title ${LANG_ENGLISH} "Welcome to the UltraStar Deluxe Setup Wizard"
+LangString wp_title ${LANG_GERMAN} "Willkommen zur Installationsroutine von UltraStar Deluxe CMD Edition" ; Title String in Welcome Page
+LangString wp_title ${LANG_ENGLISH} "Welcome to the UltraStar Deluxe CMD Edition Setup Wizard"
-LangString wp_text ${LANG_GERMAN} "Dieser Assistent wird Sie durch die Installation von UltraStar Deluxe begleiten. UltraStar Deluxe ist ein kostenloses quelloffenes Karaokespiel, welches Singstar ähnelt. \n\r\n\rDas UltraStar Deluxe Team wünscht viel Spaß.\n\rProjekthomepage: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
-LangString wp_text ${LANG_ENGLISH} "This wizard will guide you through the Installation of UltraStar Deluxe. UltraStar Deluxe is a free open source Karaoke game, which can be compared with Singstar.\n\r\n\rThe UltraStar Deluxe Team wishes you fun.\n\rProject website: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
+LangString wp_text ${LANG_GERMAN} "Dieser Assistent wird Sie durch die Installation von UltraStar Deluxe CMD Edition begleiten. UltraStar Deluxe ist ein kostenloses quelloffenes Karaokespiel, welches Singstar ähnelt. \n\r\n\rDas UltraStar Deluxe Team wünscht viel Spaß.\n\rProjekthomepage: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
+LangString wp_text ${LANG_ENGLISH} "This wizard will guide you through the Installation of UltraStar DeluxeCMD Edition . UltraStar Deluxe is a free open source Karaoke game, which can be compared with Singstar.\n\r\n\rThe UltraStar Deluxe Team wishes you fun.\n\rProject website: http://www.ultrastardeluxe.org\n\rSupport Forum: http://forum.ultrastardeluxe.org"
LangString fp_showreadme ${LANG_GERMAN} "Dokumentation ansehen (PDF)" ; "Show Readme" String in Finish Page
LangString fp_showreadme ${LANG_ENGLISH} "See documentation (PDF)"
-LangString fp_text ${LANG_GERMAN} "UltraStar Deluxe wurde erfolgreich auf Ihrem System installiert.\n\r\n\rBesuchen Sie unsere Projektwebseite um die neusten Updates und News zu erhalten."
-LangString fp_text ${LANG_ENGLISH} "UltraStar Deluxe was installed successfully on you system.\n\r\n\rVisit out project website to get latest news and updates."
+LangString fp_text ${LANG_GERMAN} "UltraStar Deluxe CMD Edition wurde erfolgreich auf Ihrem System installiert.\n\r\n\rBesuchen Sie unsere Projektwebseite um die neusten Updates und News zu erhalten."
+LangString fp_text ${LANG_ENGLISH} "UltraStar Deluxe CMD Edition was installed successfully on you system.\n\r\n\rVisit out project website to get latest news and updates."
LangString fp_link ${LANG_GERMAN} "Projektwebseite" ; Link to developers website - String in Finish Page
LangString fp_link ${LANG_ENGLISH} "Project website"
-LangString uncp_text ${LANG_GERMAN} "Willkommen beim Deinstallations-Assistent für UltraStar Deluxe"
-LangString uncp_text ${LANG_ENGLISH} "Welcome to the UltraStar Deluxe Uninstall Wizard" \ No newline at end of file
+LangString uncp_text ${LANG_GERMAN} "Willkommen beim Deinstallations-Assistent für UltraStar Deluxe CMD Edition"
+LangString uncp_text ${LANG_ENGLISH} "Welcome to the UltraStar Deluxe CMD Edition Uninstall Wizard" \ No newline at end of file
diff --git a/Installer/settings/settings-1031.ini b/Installer/settings/settings-1031.ini
index 642f577e..f2bdf5f0 100644
--- a/Installer/settings/settings-1031.ini
+++ b/Installer/settings/settings-1031.ini
@@ -51,7 +51,7 @@ Bottom=38
[Field 7]
Type=Droplist
-ListItems=Catalan|Croatian|Danish|Dutch|English|Euskara|French|German|Italian|Norwegian|Polish|Portuguese|Serbian|Slovak|Spanish|Swedish
+ListItems=Dutch|English|German|Italian
Left=71
Right=161
Top=48
diff --git a/Installer/settings/settings-1033.ini b/Installer/settings/settings-1033.ini
index 2a3dfdba..7ce54ff3 100644
--- a/Installer/settings/settings-1033.ini
+++ b/Installer/settings/settings-1033.ini
@@ -51,7 +51,7 @@ Bottom=36
[Field 7]
Type=Droplist
-ListItems=Catalan|Croatian|Danish|Dutch|English|Euskara|French|German|Italian|Norwegian|Polish|Portuguese|Serbian|Slovak|Spanish|Swedish
+ListItems=Dutch|English|German|Italian
Left=70
Right=160
Top=48
diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh
index 7f41776e..e456d743 100644
--- a/Installer/settings/variables.nsh
+++ b/Installer/settings/variables.nsh
@@ -1,22 +1,22 @@
; These are the common used variables
-; for the USdx Installation Wizard
+; for the USdx Challenge, Medley & Duet Edition Installation Wizard
-!define version "1.0.1a" ; Current version of UltraStar Deluxe
-!define p_name "UltraStar Deluxe" ; Just the name of the program
+!define version "r9" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define p_name "UltraStar Deluxe CMD Edition" ; Just the name of the program
!define publisher "USDX Team" ; Publisher
!define homepage "http://www.ultrastardeluxe.org/" ; Project Homepage
!define forum "http://forum.ultrastardeluxe.org/" ; Forum Homepage
-!define exe "USdx" ; Current name of start exe (must also be defined in functions.nsh)
+!define exe "UltraStar CMDe" ; Current name of start exe (must also be defined in functions.nsh)
-!define demosong "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song.zip" ; URL from where the demo song "I18" will be downloaded
-!define demosong2 "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song2.zip" ; URL from where the demo song "Northern Star" will be downloaded
+;!define demosong "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song.zip" ; URL from where the demo song "I18" will be downloaded
+;!define demosong2 "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song2.zip" ; URL from where the demo song "Northern Star" will be downloaded
; Theme URLs:
-!define dl_orange "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/orange.zip"
-!define dl_vistar "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/vistar.zip"
-!define dl_streetlight "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/streetlight.zip"
+;!define dl_orange "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/orange.zip"
+;!define dl_vistar "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/vistar.zip"
+;!define dl_streetlight "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/streetlight.zip"
; Other Language Strings (except Section Language Strings)
; can be found at .\langstrings.nsh
@@ -24,37 +24,37 @@
!define eng_sec1_desc "These are the basic files needed by UltraStar Deluxe" ; English Description of Base components
!define ger_sec1_desc "Dies sind die von UltraStar Deluxe benötigten Grunddateien" ; German Description of Base components
-!define eng_sec3_desc "You can choose which optional themes should also be installed." ; English Description of "Optional Themes"-Section
-!define ger_sec3_desc "Hier können optionale Motive zum Installieren gewählt werden." ; German Description of "Optional Themes"-Section
+;!define eng_sec3_desc "You can choose which optional themes should also be installed." ; English Description of "Optional Themes"-Section
+;!define ger_sec3_desc "Hier können optionale Motive zum Installieren gewählt werden." ; German Description of "Optional Themes"-Section
-!define eng_g2Section1_desc "Install the demo song 'Dead Smiling Pirates - I 18'." ; English Description of the Example Song "I 18"
-!define ger_g2Section1_desc "Installiert das freie Beispiellied 'Dead Smiling Pirates - I 18'." ; German Description of the Example Song "I 18"
+;!define eng_g2Section1_desc "Install the demo song 'Dead Smiling Pirates - I 18'." ; English Description of the Example Song "I 18"
+;!define ger_g2Section1_desc "Installiert das freie Beispiellied 'Dead Smiling Pirates - I 18'." ; German Description of the Example Song "I 18"
-!define eng_g2Section2_desc "Install the demo song 'Steven Dunston - Northern Star'." ; English Description of the Example Song "Northern Star"
-!define ger_g2Section2_desc "Installiert das freie Beispiellied 'Steven Dunston - Northern Star'." ; German Description of the Example Song "Northern Star"
+;!define eng_g2Section2_desc "Install the demo song 'Steven Dunston - Northern Star'." ; English Description of the Example Song "Northern Star"
+;!define ger_g2Section2_desc "Installiert das freie Beispiellied 'Steven Dunston - Northern Star'." ; German Description of the Example Song "Northern Star"
-!define eng_g2Section3_desc "Install the demo song 'Joshua Morin - On the run'." ; English Description of the Example Song "On the run"
-!define ger_g2Section3_desc "Installiert das freie Beispiellied 'Joshua Morin - On the run'."; German Description of the Example Song "On the run"
+;!define eng_g2Section3_desc "Install the demo song 'Joshua Morin - On the run'." ; English Description of the Example Song "On the run"
+;!define ger_g2Section3_desc "Installiert das freie Beispiellied 'Joshua Morin - On the run'."; German Description of the Example Song "On the run"
!define eng_sec1 "Base components" ; English Name of the component section1
!define ger_sec1 "Basiskomponenten" ; German Name of the component section1
-!define eng_sec2 "Demo Songs" ; English Name of the component section2
-!define ger_sec2 "Beispiellieder" ; German Name of the component section2
+;!define eng_sec2 "Demo Songs" ; English Name of the component section2
+;!define ger_sec2 "Beispiellieder" ; German Name of the component section2
-!define eng_sec3 "Optional Themes" ; English Name of the component section group1
-!define ger_sec3 "Optionale Motive" ; German Name of the component section group1
+;!define eng_sec3 "Optional Themes" ; English Name of the component section group1
+;!define ger_sec3 "Optionale Motive" ; German Name of the component section group1
; Group Section Descriptions:
-!define eng_g1Sec1_desc "This will install the optional theme 'Orange' by Skar."
-!define ger_g1Sec1_desc "Dies installiert das optionale Motiv 'Orange' von Skar."
+;!define eng_g1Sec1_desc "This will install the optional theme 'Orange' by Skar."
+;!define ger_g1Sec1_desc "Dies installiert das optionale Motiv 'Orange' von Skar."
-!define eng_g1Sec2_desc "This will install the optional theme 'Streetlight' by Skar."
-!define ger_g1Sec2_desc "Dies installiert das optionale Motiv 'Streetlight' von Skar."
+;!define eng_g1Sec2_desc "This will install the optional theme 'Streetlight' by Skar."
+;!define ger_g1Sec2_desc "Dies installiert das optionale Motiv 'Streetlight' von Skar."
-!define eng_g1Sec3_desc "This will install the optional theme 'Vistar' by Skar."
-!define ger_g1Sec3_desc "Dies installiert das optionale Motiv 'Vistar' von Skar."
+;!define eng_g1Sec3_desc "This will install the optional theme 'Vistar' by Skar."
+;!define ger_g1Sec3_desc "Dies installiert das optionale Motiv 'Vistar' von Skar."
; Skin:
@@ -67,4 +67,4 @@
!define directory_bgcolor "FFFFFF" ; RGB Background Color for Directory textbox
!define smp_bgcolor "FFFFFF" ; RGB Background of Startmenu List and Textbox
;!define dets_bgcolor "FFFFFF" ; Background Color of Details Screen while files are being extracted
-!define file_license "..\InstallerDependencies\documents\License.txt" ; Choose the file with the license agreement \ No newline at end of file
+!define file_license "..\License.txt" ; Choose the file with the license agreement \ No newline at end of file
diff --git a/InstallerDependencies/dll/SDL.dll b/InstallerDependencies/dll/SDL.dll
deleted file mode 100644
index a5da7bbd..00000000
--- a/InstallerDependencies/dll/SDL.dll
+++ /dev/null
Binary files differ
diff --git a/InstallerDependencies/dll/avcodec-51.dll b/InstallerDependencies/dll/avcodec-51.dll
deleted file mode 100644
index c55ed9ec..00000000
--- a/InstallerDependencies/dll/avcodec-51.dll
+++ /dev/null
Binary files differ
diff --git a/InstallerDependencies/dll/avformat-50.dll b/InstallerDependencies/dll/avformat-50.dll
deleted file mode 100644
index e35173dd..00000000
--- a/InstallerDependencies/dll/avformat-50.dll
+++ /dev/null
Binary files differ
diff --git a/InstallerDependencies/dll/avutil-49.dll b/InstallerDependencies/dll/avutil-49.dll
deleted file mode 100644
index ff07b136..00000000
--- a/InstallerDependencies/dll/avutil-49.dll
+++ /dev/null
Binary files differ
diff --git a/InstallerDependencies/dll/bass.dll b/InstallerDependencies/dll/bass.dll
deleted file mode 100644
index 964d8996..00000000
--- a/InstallerDependencies/dll/bass.dll
+++ /dev/null
Binary files differ
diff --git a/InstallerDependencies/dll/sqlite3.dll b/InstallerDependencies/dll/sqlite3.dll
deleted file mode 100644
index 7111873f..00000000
--- a/InstallerDependencies/dll/sqlite3.dll
+++ /dev/null
Binary files differ
diff --git a/InstallerDependencies/documents/Changelog.german.txt b/InstallerDependencies/documents/Changelog.german.txt
deleted file mode 100644
index bd7c1ccf..00000000
--- a/InstallerDependencies/documents/Changelog.german.txt
+++ /dev/null
@@ -1,237 +0,0 @@
-UltraStar Deluxe 1.01a
------------------------------
-Fix: VideoGap funktioniert wieder mit Mpeg Videos
-Fix: Video Start wird nun richtig berechnet wenn der Start-Tag benutzt wird
-Fix: Screenshot Funktion funktioniert nun wie sie sollte
-
-UltraStar Deluxe 1.01
------------------------------
-Upd: Neue SDL-Lib
-Upd: Neue Bass.dll
-Upd: Video support neu geschrieben (FFMpeg anstatt SMPeg)
- ->Fast alle Videoformate werden nun unterstützt. Bessere Synchronisation der meisten Videos.
-Upd: Theme, Skin und Farbe können ohne Neustart geändert werden
-Upd: Einige Geschwindigkeitsverbesserungen
-Upd: Backspace ist nun identisch mit ESC bei den meisten Screens
-Upd: Editor: Singlenote-playback (SHIFT + Leertaste / STRG + SHIFT + Leertaste)
-Upd: Editor: Mehr Buchstaben funktionieren nun im Texteditmodus z.B. '~'
-Upd: Deluxe-Theme verschönert.
- - Neue Texturen für die Leiste
- - Neue Hintergründe für die Deluxe Skins
- - Farbe ist nun im Deluxe-Theme änderbar \o/
-Upd: Executable Name zu USdx.exe geändert
-Upd: Neue Sounds für die Menüs
-Upd: 3 neue Skins von Skar/Alajasam hinzugefügt
-Upd: TeamDuell (ähnlich Gib das Mikro weiter) Modiplugin hinzugefügt
-
-Add: Installer verfügbar
-
-Fix: 4/6 Spieler: Richtige Punktzahlen werden auf dem Scorescreen angezeigt
-Fix: Doppeltes hinzufügen der Scores bei Screens=2
-Fix: Überlappen einiger Artistennamen mit den Songname sollte nun in den meisten Fällen gefixed sein.
-Fix: License- und Readme.txt Dateien tauchen nicht mehr in der error.log auf
-Fix: Einige Sounds, (hauptsächlich der Editor 'klick'-Sound) waren zu leise
-Fix: USdx sollte nun mit Girder funktionieren
-
-UltraStar Deluxe 1.00 (by Ultrastar Deluxe Team)
------------------------------
-
---------------
-Theme System
---------------
-Upd: Neues Skin/Theme System aus Ultrastar 0.5.1
-Upd: Laden von selbsterstellten Themes ermöglicht
-Upd: Covereigenschaften in Theme.ini ausgelagert (z.B. Position)
-Upd: Optionale Coverspiegelungen hinzugefügt
-Upd: Neue Coveranordnung (Bessereres Aussehen mit vielen Songs). (Kann im Theme an und ausgeschaltet werden)
-Upd: SongScreen Equalizer Objekt hinzugefügt
-Upd: Optionale Spiegelungen zu Buttons und Statics hinzugefügt. (Reflection = 1)
-Upd: Buttons können nun im Theme zu Gruppen zusammengefasst werden.z.B. Deluxe Theme Main Menu Tools Collection.
-Upd: Buttons könen vom Theme ausgeblendet werden. z.B. für den Exit Button, oder falls Hotkeys existieren.
-Upd: Texte können nun eine Länge (w= ..) erhalten. Sie werden dann bei der gegebenen Länge umgebrochen.
-
---------------
-Aufnahme Optionen
---------------
-Upd: Ultrastar 0.5.2 Recording Optionen hinzugefügt
-Fix: Soundcard Einträge wurden mehrmals in die Config.Ini eingetragen
-Fix: Mehr als ein Singstaradapter sind jetzt möglich(2 Soundkarten mit dem selben Namen)
-
---------------
-Song Screen
---------------
-Upd: Playlist Support hinzugefügt
-
-Upd: Song Suche (mit Interface)
-Upd: Jump to Letter Hotkey
-Upd: Songscreen Menu ähnlich wie bei Singstar
-Upd: Spielernamen können nun vor dem Singen geändert werden
-Upd: Song Vorschau Lautstärke kann nun geändert werden
-Upd: Song Vorschau kann eingefadet werden
-
---------------
-Party Modus
---------------
-Upd: Party Modus hinzugefügt:
- 3 Teams mit bis zu 4 Spielern möglich
- => insgesamt 12 Spieler
-Upd: Modi SDK: Party Modi können mit etwas Programmiererfahrung leicht erstellt werden.
-Upd: 4 Standard Party Modi Plugins: Duell, Hold the Line, Until 5000, Blind Mode
-
---------------
-Effekte
---------------
-Upd: Neue Perfect Note Effekte
-Upd: Effekt bei perfekt gesungenem Satz hinzugefügt
-Upd: Goldene Noten haben jetzt einen Singstar ähnlichen Glitzereffekt, und sind nicht mehr gelb.
-Upd: Neuer Effekt bei getroffenen Goldenen Noten
-Upd: Neuer Menü-Übergangs-Effekt: Screen verschwimmt und "fliegt aus dem Bild heraus". Neue Möglichkeiten für Theme-Ersteller
-
---------------
-Sonstiges
---------------
-Upd: Deluxe Theme hinzugefügt: Theme mit PS3 ähnlichem Aussehen
-Upd: Neues Score Speicherungssystem (basierend auf SQLite)
-Upd: Statistiken hinzugefügt. Generelle Statistiken und
- Beste Scores, Beste Sänger, beliebteste Songs, beliebteste Bands
-Upd: Einige On Screen Fehler Benachrichtigungen hinzugefügt, die neuen Spielern helfen sollten.
-Upd: Neuer Erweiterter Options Screen hinzugefügt
-Upd: Abfrage vor dem Beenden hinzugefügt
-Upd: Song Hintergrundbilder können jetzt auch auf voller Bildschrimfläche dargestellt werden.
-Upd: Im Editor werden jetzt zusätzlich die richtigen Notennamen ausgegeben (C, F#, etc.)
-Upd: Neue Schriftarten
-Upd: Bessere Unterstützung für Kommandozeilen Parameter
-Fix: Nahezu keine Abstürze mehr wegen fehlerhaften TXT-Dateien.
- In Game Popup hinzugefügt und einen Rücksprunk zum Songscreen.
- Selbst der Partymodus wird nicht unterbrochen.
-Fix: Workaround für Cover und Hintergrund JPEG-Errors
-Fix: Videosize kann wieder geändert werden.
-Fix: Bug in LineBonus Popup behoben das zu Speicherüberläufen führen kann.
-Fix: Bug in SelectSlide behoben der zu Fehlern mit weniger als 3 optionen führen kann.
- Automatisches Resizing hinzugefügt
-Fix: Backgrounds can be used now in option Screens, too
-Fix: Unnützer Speicherverbauch wenn ein Song mit Video abgespielt wird. Einige Videodaten blieben im Speicher nachdem der Song beendet wurde.
- Dies könnte zu einem Out Of Memory Error führen wenn viele Songs mit Video gespielt werden.
-Fix: Einige Speichernutzungs und Ladezeit Updates
-Fix: Falsche Satzübergänge wenn T im Editor benutzt wurde und sich 2 Noten von verschiedenen
- Sätzen überlagerten.
-Fix: Editor stürzte ab wenn die letzte Note eines Satzes gelöscht wurde.
-Fix: [Midi Converter]Noten wurden mehrmals hinzugefügt wenn eine Datei mehrmals geöffnet wurde
- oder der Save Button mehrmals gedrückt wurde.
-Fix: [Midi Converter]Satzübergänge werden nun vom Mide Converter automatisch berechnet.
-
-UltraStar 0.5.0 ultra-star.dl.am Mod X-Mas Edition (by Mota und Whiteshark)
------------------------------
-Upd: Neue schnellerer und fehlerresistenter Headereinlesefunktion
-Upd: Bewertungs Bar (Singstar Like)
-Upd: PhrasenBonus + Popups
-
-Upd: Skin verschönert
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r10 (by Mota und Whiteshark)
------------------------------
-Fix: Ein kleiner Bug bei der Pause Funktion wurde gefixt.
-Fix: Ein Bug im Theme System wurde behoben. (SelectSlide konnte nicht weniger als 3 Einträge enthalten.)
-Fix: Skin, Beschränkung auf 4 Skins aufgehoben
-Fix: Noten Texturen werden anders/besser eingelesen
-
-Upd: Zahlen bei der Songauswahl sind jetzt sinnvoller.
-Upd: Anzahl der Songs die eine Kategorie beinhaltet wird in der Übersicht angezeigt
-Upd: Neuer Notenskin
-
-Upd: LanguageTag + Sortierung
-Upd: Unterstützung der Covers.ini aus 0.5.1 - Für alle Sortier-Funtionen. Die alte Möglichkeit ohne die Covers.ini ist weiterhin möglich, genauso wie eine Kombination beider Methoden.
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r9 (Release by Whiteshark)
------------------------------
-
-Upd: BPM und VideoGap Angaben mit Punkt werden jetzt auch eingelesen. Es wird aber in diesem Fall in der Error.log eine meldung mit dem Namen des Fehlerhaften Songs ausgegeben.
-Upd: Sollte beim Einlesen eines Songs(speziell beim Header) ein Fehler auftreten wird in der Error.log der Songname + Zeile ausgegeben.
-
-Upd, Beta: Pause. P drücken und der Song wird pausiert, nocheinmal P und es kann wieder gesungen werden. Noch keine Anzeige ob Pause aktiviert wird, und noch kein Pause Menü.
-
-bekannte Probleme:
-Stellt man die Aufnahme Funktion ein, kommt es zu einem extremen CPU-Zeit verbrauch und es fängt an zu Laggen
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r8b (Release by Whiteshark)
------------------------------
-Fix: Random Funktionen funktionieren alle ohne Fehler
-Fix: In der Kategorieauswahl wird jetzt beim Start immer die erste Kategorie angezeigt
-Fix: Musik wird nach Kategoriewechsel korrekt abgespielt
-Fix: Richtiger Text wird jetzt nicht mehr zu falscher Musik abgespielt
-Fix: Nach Beenden eines Songs ist dieser jetzt wieder in der Übersicht angewählt
-Fix: Midi-konvertor Bug behoben (Nur Freestyle Noten anstatt Normalen)
-
-Thx to: dennisthemenace und mota für die super Bug-Reports :P
-
-Upd: doomhammers Cover sind Integriert: thx to doomhammer
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r8a (Release by Whiteshark)
------------------------------
-Fix: Theme System konnte nicht ausgewählt werden (workaround: Nur bis zu 4 Themes möglich)
-Fix: Richtige Kategorie wird angezeigt nach Druck von Escape
-
-Upd: Neue Random Funktionen: R + [Strg]: Random in allen Kategorien (Hier wird die Kategorie oben noch falsch angezeigt); R + [Shift]: Zufällige Kategorie
-Upd: Gerade gewählte Kategorie wird oben links in der Ecke gezeigt
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r8 (Release by Whiteshark)
------------------------------
-Fix: Creatorbug behoben
-Fix: Wenn Tabs=on kam es manchmal vor das der angewählte Song nicht mit dem Angezeigten übereingestimmt hat
-
-Upd: Theme System komplett
- -Bei Start nach Themes Suchen
- -Den ThemeOptions Screen ändern
-Upd: Neue Farben für Themes :)
-Upd: kleine änderungen am Editor
- -Leerzeichen im Header werden automatisch korrigiert
- -Header ist nicht mehr Case Sensitive
-
-Upd: Skin Ordner gesäubert, Es gibt jetzt 2 Skins: Motas und der Original Skin
-Upd: Ordner haben ihr eigenes Cover, welches angezeigt wird falls kein spezielles Cover vorhanden ist
-Upd: Der BewertungsText (Ultrastar, Singstar, etc.) kann jetzt übersetzt werden
-
-Upd: Falls eine Sprache nicht komplett ist werden die nicht übersetzten Texte, mit der Englischen Sprachdatei übersetzt. (Falls es zu nicht kompletten Sprachdateien kommt)
-
-Upd: neues Kategorie System:
- -Wenn eine Kategorie angewählt wird, werden nur die enthaltenden Songs angezeigt.
- -Mit Escape gehts zurück in die Kategorie Auswahl
- -Mit Hoch und Runter kann die Kategorie gewechselt werden.
-
-UltraStar 0.5.0 mota patch r7 (Release by Mota)
------------------------------
-- Neues Notendesign.
-- versch. Neue Grafiken.
-- Neue Bewertung "Ultrastar" ab 9810 Punkte.
-- Textgröße-Bug im Editor behoben.
-
-UltraStar 0.5.0 mota patch r6 - 17.11.06 (Release by Mota)
-----------------------------------------
-- Editiorfunktionen für Goldene/Freestyle-Noten. (Tasten [G] und [F])
-- Speicherfunktion des Editors angepasst.
-- Verändertes Theme "SingStar".
-
-UltraStar 0.5.0 mota patch r5 - 16.11.06 (Release by Mota)
-----------------------------------------
-- Goldene Noten werden dargestellt
-- Zufallsauswahl verbessert
-
-UltraStar 0.5.0 mota patch r4 (Release by Mota)
------------------------------
-- Perfekt-Stern animation
-
-UltraStar 0.5.0 mota patch r3 (Release by Mota)
------------------------------
-- Sortierung Title2 und Artist2 -> Zahlen in Ordner "#"
-
-UltraStar 0.5.0 mota patch r2 (Release by Mota)
------------------------------
-- Eigene Cover für alle Sortierungen
-
-UltraStar 0.5.0 mota patch (Release by Mota)
---------------------------
-- Eigene Cover für Sortierung nach Edition.
-
-UltraStar 0.5.0 (by Corvus5)
---------------------------
-- Original Code \ No newline at end of file
diff --git a/InstallerDependencies/documents/Changelog.txt b/InstallerDependencies/documents/Changelog.txt
deleted file mode 100644
index 733ab095..00000000
--- a/InstallerDependencies/documents/Changelog.txt
+++ /dev/null
@@ -1,230 +0,0 @@
-UltraStar Deluxe 1.01a
------------------------------
-Fix: VideoGap works now again with mpeg videos
-Fix: Video start is calculated correctly now if start tag is used
-Fix: Screenshot function works now as it should
-
-UltraStar Deluxe 1.01
------------------------------
-Upd: SDL-Lib update
-Upd: Bass update
-Upd: New video support (FFMpeg instead of SMPeg)
- ->nearly all video formats are supported. Better synchronisation of most vids.
-Upd: On demand theme, skin and color changing
-Upd: Some speed improvements
-Upd: Backspace works now like ESC on most screens
-Upd: Editor: Singlenote-playback (SHIFT + Space / CTRL + SHIFT + Space)
-Upd: Editor: More characters work in text-edit-mode e.g. '~'
-Upd: Beautified Deluxe theme.
- - New textures for the bar
- - New backgrounds for the Deluxe skins
- - Color is changeable in Deluxe theme now \o/
-Upd: Executable name changed to USdx.exe
-Upd: New menusounds
-Upd: Added 3 new skins by Skar/Alajasam
-Upd: Added TeamDuell modi-plugin
-
-Add: Installer available
-
-Fix: 4/6 Players: Scores are shown correctly on the scorescreen
-Fix: Double adding of Highscores if screens=2
-Fix: Overlapping of some artists names with songs should be fixed in most cases
-Fix: License and Readme files caused error messages in error.log
-Fix: Some sounds, (mainly the editors 'click' sound) were to quiet
-Fix: Should now work with Girder
-
-UltraStar Deluxe 1.00 (by Ultrastar Deluxe Team)
------------------------------
-
---------------
-Theme System
---------------
-Upd: New Ultrastar 0.5.1 Skin/Theme Sytem
-Upd: Add ability to 0.5.1 System to load third party Themes to add usability
-Upd: Add ability to change Positions and some other things relating to Covers within the Theme
-Upd: Add ability to add reflections to the Covers
-Upd: New Method for displaying Covers in a Circle. Looks better with many Songs. (Turn Off On within the Theme)
-Upd: Add Equalizer Object to SongScreen
-Upd: Add ability to add reflection to Buttons and Statics (Reflection = 1)
-Upd: Add ability to Group Buttons to a Buttonmenu, see Deluxe Theme Main Menu Tools Collection
-Upd: Add ability to Hide Buttons within Theme. Useful for example for Mainscreen Exit Button
-Upd: Add ability to give Texts a Width, so the Text breaks at the given Position.
-
---------------
-Recording Options
---------------
-Upd: Ultrastar 0.5.2 Recording Options added
-Fix: Write Soundcards more then one Time to Ini
-Fix: Use of more then one SingStar Mic. adapter now Possible(2 Soundcards with same Name Patch)
-
---------------
-Song Screen
---------------
-Upd: Added Playlist Support
-
-Upd: Song Search (with Screen interface)
-Upd: Jump to Letter Hotkey
-Upd: Menu in Songscreen similar to Singstars
-Upd: Ability to change Playernames before singing
-Upd: Ability to change Song Preview Volume
-Upd: Song Preview Fade in
-
---------------
-Party Mode
---------------
-Upd: Added Party Mode:
- 3 Teams possible with up to 4 Players
- => total of 12 Players
-Upd: Modi SDK: Possibility to create nearly any Modi with some Programming Skill
-Upd: 4 Custom Party Modi Plugins: Duell, Hold the Line, Until 5000, Blind Mode
-
---------------
-Effects
---------------
-Upd: New Perfect Note Effects
-Upd: Add Perfect Sentence Effect
-Upd: Golden Notes now with Singstar like Star Twinkle Effect, instead of just Yellow coloring
-Upd: Add Effect: Golden notes "Glow" when they are hit
-Upd: New Screen Fading Effect: Screen Blurs and "Flys" out of the Screen
- looks better with every Background. More possibility for Theme Creators
-
---------------
-Other
---------------
-Upd: Added Deluxe Theme: Theme that has a look similiar to PS3 Singstar.
-Upd: New Score Saving System (SQLite Based)
-Upd: Statistic Screen with general Statistics and some Tables:
- Best Scores, Best Singers, Most Popular Songs, Most Popular Bands
-Upd: Add some on Screen Error Messages helping new Peoples
-Upd: Add Advanced Screen with some new Options.
-Upd: Add a Question PopUp before exiting
-Upd: Add ability to scale Background Images in Singscreen to Fullsize
-Upd: Show real Note in Editor (C, F#, etc.)
-Upd: New fonts added
-Upd: Add better support for Command-Line Parameters
-Fix: No crashes caused by corrupted Textfiles anymore.
- Added inGame Errormessage Popup and Jump Back to Songscreen. So even the Party Mode,
- isn't interuppted.
-Fix: Workaround for Cover and BG JPG Errors
-Fix: Videosize can now be changed again
-Fix: Bug in LineBonus Popup that can end up in a Memory Overflow
-Fix: Bug in SelectSlide with less then 3 Options, No Overlapping anymore. Automatic resizing
-Fix: Backgrounds can be used now in option Screens, too
-Fix: useless Memory usement when Song with Video is Played. When a Song with Video is played
- there was some Memory that was not freeed at the End of the Song. This could have caused
- too much Memory usement when many Songs with Video are Played.
-Fix: Some Changes in Memory usement and better Loading speed.
-Fix: Wrong Timings pressing T in Editor if 2 Notes from different Sentences overlap
-Fix: Editor crashes when last note of a sentence is deleted
-Fix: [Midi Converter]Notes are added more than once when a File is opened twice or the save button is pressed multiple times.
-Fix: [Midi Converter]Sentence Timings are calculated automaticly when Midi File is converted
-
-UltraStar 0.5.0 ultra-star.dl.am Mod X-Mas Edition (by Mota und Whiteshark)
------------------------------
-Upd: New faster and Error resistant Header reader
-Upd: Bewertungs Bar (Singstar Like)
-Upd: LineBonus + Popups
-
-Upd: Skin beautified
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r10 (by Mota und Whiteshark)
------------------------------
-Fix: Minor Bug in Pause Method fixed.
-Fix: Fixed a Bug in Theme System
-Fix: New Note Texture Reading
-
-Upd: Numbers in SongSelection are now more meaningful
-Upd: Show Count of Songs in Category in Category Overview
-Upd: New Note Texture
-
-Upd: LanguageTag + Sorting
-Upd: Support for the Covers.ini from 0.5.1 - for all sorting options. The old behaviour without Covers.ini is also possible, just as well as a combination of both methods.
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r9 (Release by Whiteshark)
------------------------------
-
-Upd: BPM and VideoGap Can now be read, too. But there will be an Errormessage in Error.log
-
-Upd, Beta: Pause. Press P and the Song will be paused, press P again and it will be continued. Pause Display and Menu missing.
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r8b (Release by Whiteshark)
------------------------------
-Fix: Random Methods now work without Errors
-Fix: First Category is now shown at Startup.
-Fix: Music is played correctly after categorychange
-Fix: No wrong MP3 playing anymore
-Fix: After exit Singing Mode the Song is chossen in Song Screen
-Fix: Midi-konvertor Bug (Only Freestyle Notes instead of normal)
-
-Thx to: dennisthemenace and mota for Bug-Reports :P
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r8a (Release by Whiteshark)
------------------------------
-Fix: Themes could not be Selected (workaround: Only 4 Themes possible)
-Fix: Correct category is displayed after pressing Escape
-
-Upd: new Random functions: R + [Strg]: Random in all Categorys;
- R + [Shift]: Random Category
-Upd: Chossen Category is displayed in the top left
-
-UltraStar 0.5.0 ultra-star.dl.am Mod r8 (Release by Whiteshark)
------------------------------
-Fix: Creatorbug fixed
-Fix: Tabs=on Preview Bug
-
-Upd: Theme System ready
- -Look for Themes at Startup
- -ThemeOptions Screen working
-Upd: New Theme Colors :)
-Upd: Little changes at Editor
- -Spaces in Header are corrected automaticaly
- -Header is not Case Sensitive anymore
-
-Upd: Skin Folder Cleaned up, There are 2 Skins now: Motas and the Original Skin
-Upd: Categorys have their own noCover Image
-Upd: Rating Text (Ultrastar, Singstar, etc.) can now be Translated
-
-Upd: Inomplete Languages are corrected with Entrys from the English Language File
-
-Upd: new Category System:
- -If a category is choosen only the Songs from this category are shown
- -Press Escape to leave a category
- -Press up or down to change the category.
-
-UltraStar 0.5.0 mota patch r7 (Release by Mota)
------------------------------
-- New Note Texture.
-- other new grafics.
-- New rating "Ultrastar" with more than 9810 Points.
-- Textsize-Bug in editor fixed.
-
-UltraStar 0.5.0 mota patch r6 - 17.11.06 (Release by Mota)
-----------------------------------------
-- Editiorfunctions for Golden/Freestyle-Notes. (Press [G] or [F])
-- Saving Methods of Editor changed
-- Changed Theme "SingStar".
-
-UltraStar 0.5.0 mota patch r5 - 16.11.06 (Release by Mota)
-----------------------------------------
-- Goldene Notes are displayed
-- Randomizing improved
-
-UltraStar 0.5.0 mota patch r4 (Release by Mota)
------------------------------
-- Perfect-Star animation
-
-UltraStar 0.5.0 mota patch r3 (Release by Mota)
------------------------------
-- Sorting Title2 and Artist2 -> Numbers in Category "#"
-
-UltraStar 0.5.0 mota patch r2 (Release by Mota)
------------------------------
-- Cover for all Categorys and Sortings can be choosen
-
-UltraStar 0.5.0 mota patch (Release by Mota)
---------------------------
-- Cover for Edition sorting can be choosen
-
-UltraStar 0.5.0 (by Corvus5)
---------------------------
-- Original Code \ No newline at end of file
diff --git a/InstallerDependencies/documents/License.txt b/InstallerDependencies/documents/License.txt
deleted file mode 100644
index 4964fc70..00000000
--- a/InstallerDependencies/documents/License.txt
+++ /dev/null
@@ -1,125 +0,0 @@
-The GNU General Public License (GPL)
-Version 2, June 1991
-Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.
-
-When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
-
-To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
-
-For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
-
-We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
-
-Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
-
-Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
-
-The precise terms and conditions for copying, distribution and modification follow.
-
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
-
-1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
-
-2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
-
-a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
-
-b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
-
-c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
-
-3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
-
-a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
-
-b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
-
-c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
-
-If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
-
-4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
-
-5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
-
-6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
-
-7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
-
-This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
-
-8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
-
-9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
-
-10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
-
-NO WARRANTY
-
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Programs
-
-If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
-
-To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
-
-one line to give the program's name and a brief idea of what it does.
-Copyright (C)
-
-This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
-
-Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
-
-Yoyodyne, Inc., hereby disclaims all copyright interest
-in the program `Gnomovision' (which makes passes at compilers)
-written by James Hacker.
-
-signature of Ty Coon, 1 April 1989
-Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License.
diff --git a/InstallerDependencies/documents/ReadMe.txt b/InstallerDependencies/documents/ReadMe.txt
deleted file mode 100644
index dcb9f3bc..00000000
--- a/InstallerDependencies/documents/ReadMe.txt
+++ /dev/null
@@ -1,112 +0,0 @@
-Ultrastar Deluxe 1.0.1a Readme.txt
-----------------------------
-1. Authors
-2. Release Notes
-3. Command-Line Parameters
-4. Controls
-5. License
-----------------------------
-
-SF.Net Page: http://sourceforge.net/projects/ultrastardx/
-
-This is just a little introduction, for more information open documentation.pdf
-
-----------------------------
-1. Authors
-----------------------------
-This game was introduced by Corvus5 who has written most of the code by himself.
-Basing on the official release 0.5.0 Mota and Whiteshark started to write little patches and modifications, and released this package named ultra-star.dl.am Mod.
-This modification was continued at Sourceforge.net by the Ultrastar Deluxe Team:
- Blindy
- Mog
- Mota
- Sawyer
- Whiteshark
-And this piece of software is the Result!
-
-
-----------------------------
-2. Release Notes
-----------------------------
-- To change the path to the song directory add to config.ini:
- [Path]
- Songs=[SongFolder] (e.g. C:\Program Files\Ultrastar\Songs)
-
-- To take a screenshot press "PrintScreen" Key
- Screenshots are saved in the directory "Screenshots".
-
-- To enable joypad support change config.ini:
-
- [Controller]
- Joypad=Off
-
- to
-
- [Controller]
- Joypad=On
-
-
-- To Enable 4 to 6 Playermode 2 Screens are needed.
- Disable the fullscreen mode, extend your desktop horizontaly, set the resolution to fill one
- screen.
- Add to Config.ini:
- [Graphics]
- Screens=2
-
-- Press Alt + F[1..12] in NameScreen to Save a Playername
- Press F[1..12] to Load a Playername
-
-- To enable benchmark run the game with -benchmark parameter
-
-
-----------------------------
-3. Command-Line Parameters
-----------------------------
-Command-Line Parameters are passed to the game adding it to the Path of a Shortcut or starting the game within the console.
-
-The following parameters are possible. They can be joined in any possible way.
-
--Benchmark : Create a benchmark.log file with start timings.
--NoLog : Do not create any .log files
--Joypad : Start with Joypad support
--Language [ID] : Load Language [ID] on startup. Example: -Language german
-
--Songpath [Path] : Some as config Songpath. Example: -SongPath "C:\Ultrastar Songs"
--ConfigFile [File] : Load Configfile [File] instead of config.ini. Path to the file have to exist. Example: -ConfigFile config.SongCreation.ini
--ScoreFile [File] : Use [File] instead of Ultrastar.db. Path to the file have to exist. Example: -ScoreFile HouseParty.db
-
--FullScreen : Start the game in Fullscreen Mode
--Depth [16/32] : Force Depth 16 or 32. Example: -Depth 16
--Resolution [ID] : Force resolution. Example: -Resolution 800x600
--Screens [1/2] : Force 1 or 2 Screen Mode. Example: -Screens 2
-
-Some Examples:
-
-Start with Resolution 1024x768 32 Bit Depth and Fullscreen:
-ultrastar.exe -Resolution 1024x768 -Depth 32 -Fullscreen
-
-Start without logging and polish Language
-ultrastar.exe -NoLog -Language polish
-
-Start with custom config File and Score DB:
-ultrastar.exe -ConfigFile C:\Ultrastar\Configs\PartyConfig.ini -ScoreFile C:\Ultrastar\Scores\PartyScores.db
-
-
-----------------------------
-4. Controls
-----------------------------
-Use the Arrowkeys to navigate through the Screens.
-Use Enter to select and Escape to go to the previous screen.
-In Songscreen you can use R, Shift + R or Strg + R to select a random song/category
-Use Alt + [Letter] to jump to a songs artist with the first letter [Letter]
-Use Alt + Shift + [Letter] to jump to a song title with the first letter [Letter]
-Press J to open the "Search for a Song" Interface
-
-Editor Controls are described in documentation.pdf
-
-
-----------------------------
-5. License
-----------------------------
-Ultrastar Deluxe is licensed under the terms of the GNU General Public License 2.0
-See License.txt for more Information. \ No newline at end of file
diff --git a/InstallerDependencies/documents/documentation.pdf b/InstallerDependencies/documents/documentation.pdf
deleted file mode 100644
index 16267bb9..00000000
--- a/InstallerDependencies/documents/documentation.pdf
+++ /dev/null
Binary files differ