No description
Find a file
2020-07-17 21:16:03 -05:00
.changelog Update changelog for 0.70.3 2020-07-17 20:58:29 -05:00
.githooks Fix git pre-commits on macOS. 2020-06-18 20:22:45 -04:00
.github Update Linux Coverity Scan apt to run update before install. 2020-07-08 23:17:51 -04:00
Announcers more doc/comment changes 2018-07-23 22:48:13 -04:00
Assets Update default judgment textures (#674) 2020-02-16 17:37:16 -06:00
BackgroundEffects Formatting 2018-09-17 03:08:10 -03:00
BackgroundTransitions change /new, merge with latest? BGeffects still need changing. 2012-06-18 19:01:16 -07:00
BGAnimations Formatting 2018-09-17 03:08:10 -03:00
CMake Iterate version to 0.70.3 2020-07-17 13:12:59 -05:00
Data Iterate version to 0.70.3 2020-07-17 13:12:59 -05:00
Docs Update Building.md 2020-05-20 07:19:04 -04:00
extern Merge remote-tracking branch 'jameskr97/hotfix/bye-libssh2' into develop 2020-07-09 01:02:48 -05:00
GameTools delete first batch of license footers 2019-07-18 18:35:50 -04:00
NoteSkins change common fallback mines to dbz dots 2020-07-08 17:01:55 -05:00
Scripts Formatting 2018-09-17 03:08:10 -03:00
Songs Adds pack downloader to title menu (#302) 2018-10-04 18:16:55 -04:00
src make a jack diff debug output hook 2020-07-17 18:22:37 -05:00
Themes Merge branch 'introduce_bareframes' into develop 2020-07-17 20:57:23 -05:00
.clang-format Add more missing includes 2018-09-17 20:26:05 -03:00
.editorconfig Change default line endings to LF, git to normalize line endings. 2020-05-23 03:18:29 -04:00
.gitattributes Change default line endings to LF, git to normalize line endings. 2020-05-23 03:18:29 -04:00
.gitignore Expose the bare-frames theme folder 2020-07-12 17:36:36 -05:00
CHANGELOG.md Update main changelog file with 0.69.x 2020-06-10 16:17:48 -05:00
CMakeLists.txt Iterate version to 0.70.3 2020-07-17 13:12:59 -05:00
format-check.sh Fix format .sh scripts 2018-09-17 23:50:39 -03:00
format.sh Fix git pre-commits on macOS. 2020-06-18 20:22:45 -04:00
LICENSE Renamed License file 2019-05-01 20:35:51 -04:00
portable.ini Lots of changes pertaining to getting to release. 2016-12-03 23:01:54 -08:00
README.md Add Special Thanks section to README 2020-07-13 14:53:31 -03:00
STEPMANIA.TXT add a file with names in the footers 2019-07-21 19:23:30 -04:00

Etterna is a cross-platform rhythm game similar to Dance Dance Revolution. It started as a fork of StepMania 5 (v5.0.12), with a focus on keyboard players. Over time, Etterna evolved into its own game, with in-game multiplayer, the online scoreboard Etterna Online, and a community of over 4,000 players.

Table of Contents

Installing

Windows and macOS

Head to the Github Releases page, and download the relevant file for your operating system. For Windows, run the installer, and you should be ready to go. For macOS, mount the DMG and copy the Etterna folder to a location of your choice. Run the executable, and you are ready to go.

macOS

macOS has protection software called Gatekeeper. It ensures only trusted applications (code-signed apps) can be run on your system. Since we are an open-source project, we don't have the means to code-sign Etterna. If you have any trouble when opening Etterna on your system, please try to control-click the app, choose Open from the menu, and in the dialog that appears, click Open. Enter your admin name and password when prompted, and it should allow you to run the game.

Linux

Currently, the only supported way to play Etterna on a Linux based operating system is to install from source. Please follow the instructions in Building to get started.

Building

All details related to building are in the Building.md file. Since Etterna is cross-platform, you should be able to build on any recent version of Windows, macOS, or Linux.

Documentation

Etterna uses Doxygen and LuaDoc. Both still need a lot of work before being having decent coverage, though we still have them hosted at the following links.

Bug Reporting

We use Github's issue tracker for all faults found in the game. If you would like to report a bug, please click the Issues tab at the top of this page, and use the Bug report template.

Contributing

If you want to contribute to the Etterna client, please read Building for instructions on how to get started. We have a variety of different tasks which would help the development of this game as a whole, all of which we have listed at Contributing.md. if you are more interested in helping with the in-game multiplayer, the nodejs server, along with its documentation, is hosted here. You will still need the Etterna client built and running on your system.

If there is something else you want to work on that we don't have listed here, feel free to join Etterna Dev Group, our development discord, and let us know what you want to add. The developers and contributors there would be able to give you a hand as to where you could start doing what you want to do.

License

Etterna uses the MIT License, as is required since we are derivative of StepMania 5. See LICENSE for more details.

In short, you are free to modify, sell, distribute, and sublicense this project. We ask that you include a reference to this github repository in your derivative, and do not hold us liable when something breaks.

Etterna uses the MAD library and FFMPEG codecs. Those libraries, when built, use the GPL license.

Special Thanks

  • All original SM devs/contributors
  • Jet Brains for giving us free licenses
  • Coverity for giving us free scans