Skip to content

Commit

Permalink
more doc/comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 24, 2018
1 parent 3f97bc3 commit 629f00e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Announcers/instructions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Place announcer folders in this directory.

[Announcer format]
StepMania's announcers look for certain names. These can either be a single sound,
Etterna's announcers look for certain names. These can either be a single sound,
or a folder containing many sounds (of which one is picked at random).

[Announcer calls]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Etterna is an advanced cross-platform rhythm game focused on keyboard play.
For those that do not wish to compile the game on their own and use a binary right away, be aware of the following issues:

* Windows users are expected to have installed the [Microsoft Visual C++ x86 Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145) prior to running the game. For those on a 64-bit operating system, grab the x64 redistributable as well. [DirectX End-User Runtimes (June 2010)](http://www.microsoft.com/en-us/download/details.aspx?id=8109) is also required. Windows 7 is the minimum supported version.
* macOS users need to have macOS 10.6.8 or higher to run StepMania.
* macOS users need to have macOS 10.6.8 or higher to run Etterna.
* Linux users should receive all they need from the package manager of their choice.

### From Source
Expand All @@ -50,3 +50,5 @@ For specific information/legalese:
* All of the our source code is under the [MIT license](http://opensource.org/licenses/MIT).
* Any songs that are included within this repository are under the [Creative Commons license](https://creativecommons.org/).
* The [MAD library](http://www.underbit.com/products/mad/) and [FFmpeg codecs](https://www.ffmpeg.org/) when built with our code use the [GPL license](http://www.gnu.org).

Etterna began as a fork of https://github.com/stepmania/stepmania
2 changes: 1 addition & 1 deletion Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- If you are a common themer, DO NOT INCLUDE THIS FILE IN YOUR THEME.
-- This layer is purely for error reporting, so that you can see errors on screen easily while running stepmania.
-- This layer is purely for error reporting, so that you can see errors on screen easily while running Etterna.
-- If you include this file in your theme, you will not benefit from any improvements in error reporting.
-- If you want to adjust how long errors stay on screen for, call the "SetErrorMessageTime" function. (see usage notes in comments above that function)

Expand Down
2 changes: 1 addition & 1 deletion Themes/_fallback/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3216,7 +3216,7 @@ PrepareScreen=
[ScreenExit]
# Midiman:
# Fun fact, if you don't enable this screen, Force Crashing will hang
# StepMania, and leave it there to eat up time.
# Etterna, and leave it there to eat up time.
Class="ScreenExit"
Fallback="ScreenWithMenuElements"
AllowOperatorMenuButton=false
Expand Down
8 changes: 4 additions & 4 deletions stepmania.desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

[Desktop Entry]
Encoding=UTF-8
Name=StepMania
Name=Etterna
GenericName=Rhythm and dance game
TryExec=stepmania
Exec=stepmania
TryExec=Etterna
Exec=Etterna
Terminal=false
Icon=stepmania-ssc
Icon=Etterna
Type=Application
Categories=Application;Game;ArcadeGame
Comment=A cross-platform rhythm video game.

0 comments on commit 629f00e

Please sign in to comment.