Open TicClick opened 3 years ago
The images in the Score/osu!catch
article are broken since they are still in Score/img/
, but as @ZeroPyrozen mentioned,
Skinning/Interface
,Skinning
,Score
folder.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.
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 |
---|---|
Fruit | |
Juice Drop | |
Droplet | |
Banana | |
Miss |
@bdach passing this to you for fact checking via a comment (can't assign the issues directly)
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 |