ppy / osu-wiki

home of the osu! wiki
https://osu.ppy.sh/help/wiki/
Other
488 stars 1.09k forks source link

Rework score-related sections and individual articles #6431

Open TicClick opened 3 years ago

TicClick commented 3 years ago

the score articles look cumbersome and are a bit hard to read (even more if you open them from the wiki, as it has less horizontal space available). here's what I propose to make them better:

for the record, here's everything we have on score in the wiki | Location | Contents | | :-- | :-- | | https://github.com/ppy/osu-wiki/blob/master/wiki/Score/en.md | - base values of different hit objects, per game mode
- note about score v2
- play score calculation, per game mode (formulas + lengthy explanations)
- "other scores" (an attempt to make a disambiguation page) | | https://github.com/ppy/osu-wiki/blob/master/wiki/Score/ScoreV1/en.md | direct copypaste of the play score calculation section from the above article | | - https://github.com/ppy/osu-wiki/blob/master/wiki/Game_mode/osu!/en.md#scoring
- https://github.com/ppy/osu-wiki/blob/master/wiki/Game_mode/osu!taiko/en.md#scoring
- https://github.com/ppy/osu-wiki/blob/master/wiki/Game_mode/osu!catch/en.md#scoring
- https://github.com/ppy/osu-wiki/blob/master/wiki/Game_mode/osu!mania/en.md#scoring | for every game mode:
- grades
- accuracy formula and explanation
- play score calculation (direct copypaste from the `Score` page?)
- judgement
- combo multiplier mechanics |
Walavouchey commented 2 years ago

The images in the Score/osu!catch article are broken since they are still in Score/img/, but as @ZeroPyrozen mentioned,

All image links in Score should probably point to ones in Skinning. The ones currently in Score/img are very old and probably have incorrect file names by today anyway.

ZeroPyrozen commented 2 years ago

All hit values can be retrieved from legacy skin resources but osu!catch hit values need to be coloured and stacked (fruit and fruit-overlay) to look something like this.

Image Hit Values
alt text Fruit
alt text Juice Drop
alt text Droplet
alt text Banana
alt text Miss
TicClick commented 2 years ago

@bdach passing this to you for fact checking via a comment (can't assign the issues directly)