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

Add P-R lettered article stubs from glossary #3867

Merged
merged 20 commits into from
Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from 12 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
16 changes: 16 additions & 0 deletions wiki/Disambiguation/Rank/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
stub: true
tags:
- grade
- ranking
---

# Rank

Rank has three meanings:

- Synonym for a letter grade.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
- A player's standing in online leaderboards (also known as "[player ranking](/wiki/Ranking)").
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
- The verb "to rank". When someone goes through the [beatmap ranking procedure](/wiki/Beatmap_ranking_procedure), making scores achieved by anyone playing it count towards each player's player ranking.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

<!-- TODO: Add links and stuff-->
1 change: 1 addition & 0 deletions wiki/Disambiguation/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
- [Fail](Fail)
- [Mod](Mod)
- [osu!](osu!)
- [Rank](Rank)
- [Version](Version)
11 changes: 11 additions & 0 deletions wiki/Pass/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
stub: true
tags:
- passing
---

# Pass

A **pass** describes the completion of a [beatmap](/wiki/Beatmaps) with or without the use of mods, or the reaching of a break section with more than 50% [health](/wiki/Beatmapping/Health). In the case of reaching a break section, an indicator will display with sound to show that the player has passed the previous section.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

<!-- TODO: Add links and all that jazz-->
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
12 changes: 12 additions & 0 deletions wiki/People/peppy/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
stub: true
tags:
- creator
- Dean Herbert
---

# peppy

The online alias of Dean Herbert (stylised with a lowercase "p") and is the creator of the osu! project and its primary [developer](/wiki/People/The_Team/Developers).
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

<!-- TODO: Add links and stuff -->
12 changes: 12 additions & 0 deletions wiki/Performance_points/Total_performance_points/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
stub: true
- rank
---

# Total performance points

The **total performance points**-value determines a player's [ranking](/wiki/Ranking) compared to other players. It is calculated based on a player's achieved scores, the [ppv2](/wiki/Performance_Points/Performance_Point_Systems/ppv2) performance point algorithm and the [weighting system](/wiki/Performance_Points/Weighting_System).
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

The dedicated total performance points ranking for all players can be found on the [global leaderboards](https://osu.ppy.sh/rankings/osu/performance). It can also be navigated to by using the `Rankings` dropdown panel at the top of the osu!web listing and choosing the `Performance` option.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

A player's individual ranking can also be seen almost anywhere within the osu! game client.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
21 changes: 21 additions & 0 deletions wiki/Performance_points/Weighting_system/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
stub: true
tags:
- bonus pp
---

# Weighting system

The **weighting system** determines a player's [total performance points](/wiki/Performance_Points/Total_Performance_Points) by weighting each individual [performance point](/wiki/Performance_Points) value against the others. The system then awards a proceedingly less amount for the best value, second best value, third best value, and so on. This ensures that a player has to improve their playing abilities to progress within the performance point system. For a more precise explanation see the following formula:
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

`total pp = pp[1] * 0.95^0 + pp[2] * 0.95^1 + pp[3] * 0.95^2 + ... + pp[m] * 0.95^(m-1)`

Explanation:

- `pp` describes each score's individual pp value.
- `pp[n]` describes the `n`-th score's pp value after scores have been sorted descendingly.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
- `n` ranges from 1 to `m` where `m` is defined as the amount of scores a player has.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

## Bonus pp

The weighting system allows a player to gain up to 416.6667 bonus performance points for setting a large number of scores. The maximum amount is achieved at approximately 25397 total scores.
1 change: 1 addition & 0 deletions wiki/Performance_points/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- add bonus pp section
- figure out what to do with FAQ
- cleanup title and history section -->
<!-- Pennek wrote a similar sub-article that may have small bits of extra info. If needed, find it here: https://github.com/ppy/osu-wiki/blob/be1fec96041971d2bace05eb216952a58b7cabbc/wiki/Performance_points/Performance_point_systems/en.md -->

# Performance points

Expand Down
4 changes: 4 additions & 0 deletions wiki/Performance_points/fr.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
outdated: true
---

# Points de Performance

Le système de Points de Performance est un système de classement métrique visant à suivre la progression du joueur dans un jeu continuel tel qu'osu!
Expand Down
4 changes: 4 additions & 0 deletions wiki/Performance_points/ppv1/en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
needs_cleanup: true
---

# ppv1

The first performance score (abbreviated as **ppv1**) is an ancient ranking system for players globally across all modes from osu!. It replaced the old system of *ranking by total score* and was abandoned due to the implementation of [ppv2](..).
Expand Down
11 changes: 11 additions & 0 deletions wiki/Performance_points/ppv2/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
stub: true
tags:
- ppv2
---

# ppv2

**ppv2** is the current implementation of [performance points](/wiki/Performance_points), and aims to represent how difficult it is to achieve a given play on a [beatmap](/wiki/Beatmaps). It was originally implemented by [Tom94](https://osu.ppy.sh/users/1857058), but has been further improved by users on the [osu!dev Discord server](/wiki/osu!dev_Discord_server) since then.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

<!--TODO: Link a lot of stuff and add formulas for the algorithm itself-->
4 changes: 4 additions & 0 deletions wiki/Performance_points/ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
outdated: true
---

# Очки производительности

Система очков производительности (Performance points или pp) — это рейтинговый показатель, нацеленный быть более контекстно релевантным к прогрессии игрока в такой продолжительной игре, как osu!.
Expand Down
44 changes: 44 additions & 0 deletions wiki/Ranking/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
stub: true
tags:
- pp
- leaderboards
- ranking
---

# Ranking

**Ranking** (alternatively called "leaderboards") is a list that sorts members of the osu! community according to certain criteria. This can also refer to one's position in such a list.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

osu! currently has five types of rankings:
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

- Performance points ranking: based on [performance points](/wiki/Performance_points).
- Score ranking: based on total ranked score.
- Kudosu! ranking: based on [kudosu!](/wiki/Modding/Kudosu) count.
- Spotlights rankings: based on [score](/wiki/Score) on the currently spotlighted beatmaps.
- Beatmap rankings: based on score for individual [beatmaps](/wiki/Beatmaps).
- Country rankings: based on performance points of players from a country.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

The performance points ranking, score ranking, and Kudosu! ranking can be navigated to by using the `Rankings` dropdown panel at the top of the webpage and choosing the `Performance` option.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

## Performance points ranking

*Main page: [Performance points](/wiki/Performance_points)*
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

The performance points ranking describes a player's skill-level in comparison to other players. This leaderboard is determined by the total number of performance points an individual player has, and can be seen on a player's profile and on the [performance leaderboards](https://osu.ppy.sh/rankings/osu/performance).

## Score ranking

Score ranking compares players' total score and lists them accordingly. Ranking highly on this leaderboard requires a large time commitment, but requires relatively less mechanical skill than the performance points ranking.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

## Kudosu! ranking
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

Kudosu! ranking compares users' accumulated Kudosu and lists them accordingly. This ranking requires no playing skill as Kudosu! is gained as part of the [modding process](/wiki/Modding).
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

## Spotlights rankings

Spotlights rankings are time-limited leaderboards that compare players' skill on a specific set of beatmaps each spotlight season. Players who rank highly on spotlight rankings will receive specific awards as a result of their hard work.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

## Beatmap rankings

The beatmap rankings compare players' scores against each other on individual beatmaps. They appear once a beatmap has been [Qualified](/wiki/Beatmaps#qualified), [Ranked](/wiki/Beatmaps#ranked), [Approved](/wiki/Beatmaps#approved) or Loved. First place rankings on these leaderboards can be seen on a user's profile page, and comes with a bit of prestige.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
9 changes: 9 additions & 0 deletions wiki/Recalculate_slider_lengths/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
stub: true
---

# Recalculate slider lengths

**Recalculate slider lengths** is a command under the `Timing` tab in the [beatmap editor](/wiki/Beatmap_Editor). Usage of this is suggested after a BPM change is made if the [beatmap](/wiki/Beatmaps) already has [sliders](/wiki/Hit_object/Slider).
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved

This command will automatically adjust the length of every slider in the beatmap to the new BPM. Although most creators recommended checking every slider and adjusting its length manually, due to this tool's inaccurate and systematic nature.
9 changes: 9 additions & 0 deletions wiki/Resnap/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
stub: true
---

# Resnap

**Resnap** refers to a pair of commands under the `Timing` header in the [beatmap editor](/wiki/Beatmap_Editor). One of which applies to the entire [beatmap](/wiki/Beatmaps) and the other to the current timing section. If the beatmap has only one timing section, both commands are the same.

This command will automatically reposition all [hit objects](/wiki/Hit_object) on the timeline so that they fall on the closest beat division that the snap divisor allows. Usage is suggested when there has been a change in offset and/or BPM, after objects have been placed. Many creators reccomend checking every hit object and adjusting its position on the [timeline](/wiki/Beatmap_Editor/Timelines) manually due to this tool's inaccurate and systematic nature.
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
9 changes: 9 additions & 0 deletions wiki/Restricted_mode/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
stub: true
---

# Restricted mode

**Restricted mode** is a state that is automatically applied to accounts that are suspected of breaking the [Terms of Service](https://osu.ppy.sh/legal/terms). Submitted scores of gameplay will be hidden from the [leaderboards](/wiki/Ranking) as a result of this.

For more info, see [What is "restricted" mode, exactly?](/wiki/Help_Centre#restriction).
MegaApplePi marked this conversation as resolved.
Show resolved Hide resolved
11 changes: 6 additions & 5 deletions wiki/redirect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"nc": "Disambiguation/NC"
"nm": "Disambiguation/NM"
"osu!": "Disambiguation/osu!"
"rank": "Disambiguation/Rank"
"ranks": "Disambiguation/Rank"
"version": "Disambiguation/Version"
"versions": "Disambiguation/Version"

Expand Down Expand Up @@ -333,10 +335,6 @@
"peppy": "Glossary#peppy"
"play_time": "Glossary#play-time"
"puush": "Glossary#puush"
"rank": "Glossary#rank"
"ranks": "Glossary#rank"
"ranking": "Glossary#ranking"
"rankings": "Glossary#ranking"
"recalc": "Glossary#recalc"
"resnap": "Glossary#resnap"
"restricted_mode": "Glossary#restricted-mode"
Expand Down Expand Up @@ -940,8 +938,8 @@
"osu!_devs": "People/The_Team/Developers"

"pp": "Performance_Points"
"ppv2": "Performance_Points"
"ppv1": "Performance_Points/ppv1"
"ppv2": "Performance_Points/ppv2"

"play_styles": "Play_style"

Expand Down Expand Up @@ -1680,3 +1678,6 @@
"osu!mania_champion": "People/Users_with_unique_titles#world-cup-winners"
"osu!taiko_champion": "People/Users_with_unique_titles#world-cup-winners"
"the_first_completionist": "People/Users_with_unique_titles#gameplay-related"

# pluralised Ranking article redirect
"rankings": "Ranking"