You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: osu.Game/Localisation/MultiplayerMatchStrings.cs
+15
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,21 @@ public static class MultiplayerMatchStrings
24
24
/// </summary>
25
25
publicstaticLocalisableStringStartMatchWithCountdown(stringhumanReadableTime)=>newTranslatableString(getKey(@"start_match_width_countdown"),@"Start match in {0}",humanReadableTime);
26
26
27
+
/// <summary>
28
+
/// "Choose the mods which all players should play with."
29
+
/// </summary>
30
+
publicstaticLocalisableStringRequiredModsButtonTooltip=>newTranslatableString(getKey(@"required_mods_button_tooltip"),@"Choose the mods which all players should play with.");
31
+
32
+
/// <summary>
33
+
/// "Each player can choose their preferred mods from a selected list."
34
+
/// </summary>
35
+
publicstaticLocalisableStringFreeModsButtonTooltip=>newTranslatableString(getKey(@"free_mods_button_tooltip"),@"Each player can choose their preferred mods from a selected list.");
36
+
37
+
/// <summary>
38
+
/// "Each player can choose their preferred difficulty, ruleset and mods."
39
+
/// </summary>
40
+
publicstaticLocalisableStringFreestyleButtonTooltip=>newTranslatableString(getKey(@"freestyle_button_tooltip"),@"Each player can choose their preferred difficulty, ruleset and mods.");
thrownewInvalidOperationException($"Couldn't create score with unknown ruleset: {playlistItem.RulesetID}");
87
+
thrownewInvalidOperationException($"Couldn't create score with unknown ruleset: {RulesetId}");
85
88
86
89
varrulesetInstance=ruleset.CreateInstance();
87
90
@@ -91,7 +94,7 @@ public ScoreInfo CreateScoreInfo(ScoreManager scoreManager, RulesetStore ruleset
91
94
TotalScore=TotalScore,
92
95
MaxCombo=MaxCombo,
93
96
BeatmapInfo=beatmap,
94
-
Ruleset=rulesets.GetRuleset(playlistItem.RulesetID)??thrownewInvalidOperationException($"Ruleset with ID of {playlistItem.RulesetID} not found locally"),
0 commit comments