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

Note that some parts of timing points in .osu files are optional #12853

Open
wants to merge 2 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/Client/File_formats/osu_(file_format)/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ Each timing point influences a specified portion of the map, commonly called a "
- **`sampleSet` (Integer):** Default sample set for hit objects (0 = beatmap default, 1 = normal, 2 = soft, 3 = drum).
- **`sampleIndex` (Integer):** Custom sample index for hit objects. `0` indicates osu!'s default hitsounds.
- **`volume` (Integer):** Volume percentage for hit objects.
- **`uninherited` (0 or 1):** Whether or not the timing point is uninherited.
- **`effects` (Integer):** Bit flags that give the timing point extra effects. See [the effects section](#effects).
- **`uninherited` (0 or 1, default: 1):** Whether or not the timing point is uninherited.
- **`effects` (Integer, default: 0):** Bit flags that give the timing point extra effects. See [the effects section](#effects).

### Effects

Expand Down
5 changes: 5 additions & 0 deletions wiki/Client/File_formats/osu_(file_format)/es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
outdated_since: 4c1e79ab9da2f72024f6c5c0afd4207243cf0d5b
outdated_translation: true
---

# .osu (formato de archivo)

**`.osu`** es un formato de archivo legible por humanos que contiene información sobre un beatmap.
Expand Down
5 changes: 5 additions & 0 deletions wiki/Client/File_formats/osu_(file_format)/fr.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
outdated_since: 4c1e79ab9da2f72024f6c5c0afd4207243cf0d5b
outdated_translation: true
---

# .osu (format de fichier)

**`.osu`** est un format de fichier lisible par l'homme contenant des informations sur une beatmap.
Expand Down
2 changes: 2 additions & 0 deletions wiki/Client/File_formats/osu_(file_format)/zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
no_native_review: true
outdated_since: 4c1e79ab9da2f72024f6c5c0afd4207243cf0d5b
outdated_translation: true
---

# .osu (文件格式)
Expand Down
Loading