Skip to content

Commit

Permalink
more documentation/language string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 24, 2018
1 parent b68031a commit 7791663
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Songs/instructions.txt
Original file line number Diff line number Diff line change
@@ -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\
Expand Down
2 changes: 1 addition & 1 deletion Themes/_Installer/Languages/es.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion Themes/_Installer/Languages/pl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 0 additions & 6 deletions Themes/_fallback/Scripts/02 Branches.lua
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7791663

Please sign in to comment.