From 77916638d16282676214d417bc30cbf3720ccc01 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 23 Jul 2018 22:28:25 -0400 Subject: [PATCH] more documentation/language string changes --- Songs/instructions.txt | 10 +++++----- Themes/_Installer/Languages/es.ini | 2 +- Themes/_Installer/Languages/pl.ini | 2 +- Themes/_fallback/Scripts/02 Branches.lua | 6 ------ 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/Songs/instructions.txt b/Songs/instructions.txt index 87da88d3ab..db5e4dcab5 100644 --- a/Songs/instructions.txt +++ b/Songs/instructions.txt @@ -1,19 +1,19 @@ [How to Install Songs] Songs are laid out based on the group that they are in. -Songs\ : root folder - StepMania 5\ : group folder - MechaTribe Assault\ : song/simfile folder +Songs\ : root folder + Etterna\ : group folder + Sandstorm\ : song/simfile folder *.png, *.mp3/*.ogg, *.sm/*.ssc/etc files [How NOT to install songs] -This won't work because StepMania expects groups: +This won't work because Etterna expects groups: Songs\ Some Song\ *.png, *.mp3/*.ogg, *.sm/*.ssc/etc files -And this won't work because StepMania doesn't handle sub-groups: +And this won't work because Etterna doesn't handle sub-groups: Songs\ Song Group\ diff --git a/Themes/_Installer/Languages/es.ini b/Themes/_Installer/Languages/es.ini index 695f1786f6..31b57162b4 100644 --- a/Themes/_Installer/Languages/es.ini +++ b/Themes/_Installer/Languages/es.ini @@ -13,7 +13,7 @@ TEXT_IO_REMOVE_ONLY=${PRODUCT_DISPLAY} (sólo eliminar) TEXT_IO_SMZIP_PACKAGE=Paquete SMZIP TEXT_IO_FATAL_ERROR_COPYING_PCK=Error fatal copiando archivos pck. TEXT_IO_FATAL_ERROR_INSTALL=Error fatal durante la instalación. -TEXT_IO_LAUNCH_THE_GAME=Ejecutar StepMania +TEXT_IO_LAUNCH_THE_GAME=Ejecutar Etterna TEXT_IO_TEXTURE_FONT_GENERATOR=Generador de fuentes en textura [Installer Functions] diff --git a/Themes/_Installer/Languages/pl.ini b/Themes/_Installer/Languages/pl.ini index 868173bc5c..4d02e0aa19 100644 --- a/Themes/_Installer/Languages/pl.ini +++ b/Themes/_Installer/Languages/pl.ini @@ -13,7 +13,7 @@ TEXT_IO_REMOVE_ONLY=${PRODUCT_DISPLAY} (tylko usu TEXT_IO_SMZIP_PACKAGE=Paczka SMZIP TEXT_IO_FATAL_ERROR_COPYING_PCK =B³¹d krytyczny kopiowania pliku pck. TEXT_IO_FATAL_ERROR_INSTALL=B³¹d krytyczny podczas instalacji. -TEXT_IO_LAUNCH_THE_GAME=Uruchom StepMania +TEXT_IO_LAUNCH_THE_GAME=Uruchom Etterna TEXT_IO_TEXTURE_FONT_GENERATOR=Generator Tekstur Czcionek [Installer Functions] diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index 44de510b35..1f762b21ba 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -1,6 +1,4 @@ --[[ -[en] The Branch table replaces the various functions used for branching in the -StepMania 4 default theme. Lines with a single string (e.g. TitleMenu = "ScreenTitleMenu") are referenced in the metrics as Branch.keyname. If the line is a function, you'll have to use Branch.keyname() instead. @@ -71,10 +69,6 @@ Branch = { end end, StartGame = function() - -- Check to see if there are 0 songs installed. Also make sure to check - -- that the additional song count is also 0, because there is - -- a possibility someone will use their existing StepMania simfile - -- collection with sm-ssc via AdditionalFolders/AdditionalSongFolders. if SONGMAN:GetNumSongs() == 0 and SONGMAN:GetNumAdditionalSongs() == 0 then return "ScreenHowToInstallSongs" end