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

[EN/ZH] Update Skinning/Sounds #12543

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions wiki/Skinning/Sounds/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ The following gameplay sounds are all beatmap skinnable.
### Countdown

- `count.wav`:
- This replaces the | `count{n}s` sounds (if one sound is wanted).
- This is also the metronome for the target practice mod.
- This replaces the `count{n}s` sounds (if one sound is wanted).
- This is also the metronome for the [Target Practice](/wiki/Gameplay/Game_modifier/Target_Practice) mod.
- `count1s.wav`
- `count2s.wav`
- `count3s.wav`
Expand All @@ -130,7 +130,7 @@ Notes:
- `comboburst.wav`:
- For multiple sounds, use `comboburst-{n}.wav`.
- In the [skin.ini](/wiki/Skinning/skin.ini), if `CustomComboBurstSounds` is set to `1`, `comboburst-{n}.wav` must be used.
- `failsound.wav`
- `failsound.wav`:
- Not intended to last longer than the fail animation (about 5 seconds).
- Using a long audio track will impact the game client’s performance, as it is loaded each time you play a beatmap, even if you never fail. It isn’t supposed to be bigger than a few kilobytes.

Expand Down
2 changes: 1 addition & 1 deletion wiki/Skinning/Sounds/es.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Los siguientes sonidos del juego se pueden personalizar para los beatmaps.

- `count.wav`:
- Esto sustituye a los sonidos de `count{n}s` (si se desea un sonido).
- Este es también el metrónomo para el mod target practice.
- Este es también el metrónomo para el [mod Target Practice](/wiki/Gameplay/Game_modifier/Target_Practice).
CloneWith marked this conversation as resolved.
Show resolved Hide resolved
- `count1s.wav`
- `count2s.wav`
- `count3s.wav`
Expand Down
2 changes: 1 addition & 1 deletion wiki/Skinning/Sounds/fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Les sons de gameplay suivants sont tous skinnables sur les beatmaps.

- `count.wav` :
- Cela remplace les sons `count{n}s` (si un seul son est souhaité).
- Il s'agit également du métronome pour le mod target practice.
- Il s'agit également du métronome pour le [mod Target Practice](/wiki/Gameplay/Game_modifier/Target_Practice).
CloneWith marked this conversation as resolved.
Show resolved Hide resolved
- `count1s.wav`
- `count2s.wav`
- `count3s.wav`
Expand Down
Loading
Loading