From 4c1e79ab9da2f72024f6c5c0afd4207243cf0d5b Mon Sep 17 00:00:00 2001 From: Yaroslav Chvanov Date: Sat, 22 Feb 2025 04:53:00 +0300 Subject: [PATCH 1/2] Note that some parts of timing points in .osu files are optional --- wiki/Client/File_formats/osu_(file_format)/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Client/File_formats/osu_(file_format)/en.md b/wiki/Client/File_formats/osu_(file_format)/en.md index fabe7c952120..6eb93f8e8796 100644 --- a/wiki/Client/File_formats/osu_(file_format)/en.md +++ b/wiki/Client/File_formats/osu_(file_format)/en.md @@ -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 From 6d95fcc9f518e33da043f16c66a11d996255016f Mon Sep 17 00:00:00 2001 From: Yaroslav Chvanov Date: Sat, 22 Feb 2025 05:03:43 +0300 Subject: [PATCH 2/2] Mark osu_(file_format) translations as outdated --- wiki/Client/File_formats/osu_(file_format)/es.md | 5 +++++ wiki/Client/File_formats/osu_(file_format)/fr.md | 5 +++++ wiki/Client/File_formats/osu_(file_format)/zh.md | 2 ++ 3 files changed, 12 insertions(+) diff --git a/wiki/Client/File_formats/osu_(file_format)/es.md b/wiki/Client/File_formats/osu_(file_format)/es.md index c605412d128d..26c9bf599c7f 100644 --- a/wiki/Client/File_formats/osu_(file_format)/es.md +++ b/wiki/Client/File_formats/osu_(file_format)/es.md @@ -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. diff --git a/wiki/Client/File_formats/osu_(file_format)/fr.md b/wiki/Client/File_formats/osu_(file_format)/fr.md index 1534c9c0a37d..b90b65380726 100644 --- a/wiki/Client/File_formats/osu_(file_format)/fr.md +++ b/wiki/Client/File_formats/osu_(file_format)/fr.md @@ -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. diff --git a/wiki/Client/File_formats/osu_(file_format)/zh.md b/wiki/Client/File_formats/osu_(file_format)/zh.md index 632ba1c83dee..93864f9e20be 100644 --- a/wiki/Client/File_formats/osu_(file_format)/zh.md +++ b/wiki/Client/File_formats/osu_(file_format)/zh.md @@ -1,5 +1,7 @@ --- no_native_review: true +outdated_since: 4c1e79ab9da2f72024f6c5c0afd4207243cf0d5b +outdated_translation: true --- # .osu (文件格式)