Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SPS calculator for V3 #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wiki/ranking/criteria/difficulty-spread-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
## Explanation
A mapset must contain a reasonable difficulty progression starting from the highest difficulty level submitted for rank and ending at or below the lowest difficulty level required for the song's length, following the rules outlined in Progression Requirements.

- Difficulty is measured in Swings per Second (SPS) with the [Swings per Second Calculator](https://drive.google.com/file/d/1xFjZRlwKPS078ZZe5G1-5xW9Pb2FYB1Q/view?usp=drivesdk). Place the calculator inside the map folder or a folder containing the zipped map files and run, or run the calculator on the command line with “--help” to see more options. The overall combined SPS is considered the SPS for the map.
- Difficulty is measured in Swings per Second (SPS) with the [Swings per Second Calculator](https://drive.google.com/drive/folders/1ZhpWY17X97tgjIxVvGl6lPDy-z03724l?usp=sharing). Place the calculator inside the map folder or a folder containing the zipped map files and run, or run the calculator on the command line with “--help” to see more options. The overall combined SPS is considered the SPS for the map.
- If it does not print, it is likely because there are special characters in the info.dat. Workaround: Run the calculator on the zipped files instead.
- [Source Code](https://drive.google.com/file/d/1T1oa2FBGlmJhVrCkA1vAMfhpgUE4OAvB/view?usp=drivesdk) if you would like to build it yourself or run on a non-Windows platform.
- [Source Code](https://drive.google.com/file/d/153v4y8ycsVsL1ULhR8wCdIEfkxN7vUCc/view?usp=drive_link) if you would like to build it yourself or run on a non-Windows platform.
- Song length is defined as the length listed in the official metadata of the song, or the time difference between the start of the first significant musical element and the end of the last significant musical element if the official metadata is not available.

## Lowest Required Difficulty Level
Expand Down
2 changes: 1 addition & 1 deletion wiki/ranking/criteria/technical-limitations-criteria.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Until further notice the new v4 map format will be unrankable. This will stay in

- Maps must not break **350 BPM sustained**
- Maps must not break **13.5⭐difficulty**
- Maps must not break **11.5⭐difficulty** without a QAT upvote on all ranked difficulties and receive 2/3 approval by RT and QAT
- Maps must not break **12.0⭐difficulty** without a QAT upvote on all ranked difficulties and receive 2/3 approval by RT and QAT
- Current limit for map length is **10 minutes**
- Maps must not contain chains.

Expand Down