Files
itgmania212121/README.md
T

74 lines
3.8 KiB
Markdown
Raw Normal View History

2022-04-03 23:00:40 +02:00
ITGmania
========
2013-12-01 14:37:41 -08:00
2022-04-03 23:00:40 +02:00
ITGmania is a fork of [StepMania 5.1](https://github.com/stepmania/stepmania/tree/5_1-new), an advanced cross-platform rhythm game for home and arcade use.
2014-10-17 21:23:00 -04:00
2022-04-14 13:02:39 -07:00
[![Continuous integration](https://github.com/itgmania/itgmania/workflows/Continuous%20integration/badge.svg?branch=beta)](https://github.com/itgmania/itgmania/actions?query=workflow%3A%22Continuous+integration%22+branch%3Abeta)
2022-04-03 23:00:40 +02:00
## Changes to StepMania 5.1
2022-06-04 11:41:03 -07:00
- Built-in network functionality
2022-06-10 09:03:20 -07:00
- Reload new songs from within the song select screen
2022-06-04 11:41:03 -07:00
- The mine fix applied (courtesy of [DinsFire64](https://gist.github.com/DinsFire64/4a3f763cd3033afd55a176980b32a3b5))
- Held misses tracked in the engine for pad debugging
- Fixed overlapping hold bug
- Per-player visual delay
- Per-player disabling of timing windows
2022-04-03 23:00:40 +02:00
- New preference to control note render ordering
- Increased the Stats.xml file size limit to 100MB
- Changed the default binding for P2/back from hyphen to backslash
## Installation
### From Packages
2015-10-25 13:52:35 -04:00
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:
2022-06-03 19:47:45 +02:00
* Windows 7 is the minimum supported version.
2022-05-25 16:03:38 +02:00
* macOS users need to have macOS 11 (Big Sur) or higher to run ITGmania.
2015-10-25 13:52:35 -04:00
* Linux users should receive all they need from the package manager of their choice.
### From Source
2014-10-17 21:23:00 -04:00
2022-04-03 23:00:40 +02:00
ITGmania can be compiled using [CMake](http://www.cmake.org/). More information about using CMake can be found in both the `Build` directory and CMake's documentation.
2014-10-17 21:23:00 -04:00
## Resources
2014-02-08 13:19:46 -08:00
2022-05-25 16:03:38 +02:00
* [ITGmania Website](https://www.itgmania.com/)
* [StepMania 5.1 to ITGmania Migration Guide](Docs/Userdocs/sm5_migration.md)
* [Lua for ITGmania](https://itgmania.github.io/lua-for-itgmania/)
2015-12-28 22:45:35 -08:00
* Lua API Documentation can be found in the Docs folder.
2014-10-17 21:23:00 -04:00
## Licensing Terms
2014-10-17 21:23:00 -04:00
2015-12-26 19:05:37 -08:00
In short- you can do anything you like with the game (including sell products made with it), provided you *do not*:
2015-12-26 18:53:21 -08:00
1. Sell the game *with the included songs*
2. Claim to have created the engine yourself or remove the credits
3. Not provide source code for any build which differs from any official release which includes MP3 support.
2022-06-06 23:14:04 +02:00
(It's not required, but we would also appreciate it if you link back to [ITGmania](https://github.com/itgmania/itgmania) as well as [StepMania](https://github.com/stepmania/stepmania).)
2015-12-26 19:05:37 -08:00
2015-12-26 18:53:21 -08:00
For specific information/legalese:
2019-09-04 01:22:57 -04:00
* All of our source code is under the [MIT license](http://opensource.org/licenses/MIT).
2022-06-10 22:36:24 +02:00
* Songs included within the 'StepMania 5' folder are under the [<abbr title="Creative Commons Non-Commercial">CC-NC</abbr> license](https://creativecommons.org/).
2022-06-13 21:48:36 +02:00
* Simply Love is licensed under the GPLv3, or (at your option) any later version.
2022-06-10 22:36:24 +02:00
* The copyright for songs in the 'Club Fantastic' folders rests with the original authors. The content is explicitly NOT placed under a Creative Commons license (or similar license), but has been provided free of charge, for personal or public use, including online broadcasting, tournaments, and other purposes. Go to the [Club Fantastic](https://www.clubfantastic.com/) website for more information.
2015-06-02 11:28:36 -04:00
* 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).
2022-05-23 20:14:54 +02:00
## Credits
### ITGmania Team
- Martin Natano (natano)
- teejusb
### Contributors
- [Club Fantastic](https://wiki.clubfantastic.dance/en/Credits)
2022-06-04 23:21:25 -07:00
- [DinsFire64](https://gist.github.com/DinsFire64/4a3f763cd3033afd55a176980b32a3b5) (Mine Fix)
2022-06-11 23:38:52 +02:00
- [EvocaitArt](https://twitter.com/EvocaitArt) (Enchantment NoteSkin)
- [jenx](https://www.amarion.net/) (Fast Profile Switching)
- [LightningXCE](https://twitter.com/lightningxce) (Cyber NoteSkin)
- [MegaSphere](https://github.com/Pete-Lawrence/Peters-Noteskins) (Note/Rainbow/Vivid NoteSkins)
2022-06-04 12:54:33 -07:00
- [StepMania 5](Docs/credits_SM5.txt)
2022-05-23 20:14:54 +02:00
- [Old StepMania Team](Docs/credits_old_Stepmania_Team.txt)