Achievements: Hardcore mode no longer gives twice the points

This commit is contained in:
Connor McLaughlin 2022-10-01 13:39:26 +10:00
parent 410b384c76
commit 22b41bd153
2 changed files with 4 additions and 5 deletions

View File

@ -44,8 +44,8 @@ AchievementSettingsWidget::AchievementSettingsWidget(SettingsDialog* dialog, QWi
tr( tr(
"When enabled, the first disc in a playlist will be used for achievements, regardless of which disc is active.")); "When enabled, the first disc in a playlist will be used for achievements, regardless of which disc is active."));
dialog->registerWidgetHelp(m_ui.challengeMode, tr("Enable Hardcore Mode"), tr("Unchecked"), dialog->registerWidgetHelp(m_ui.challengeMode, tr("Enable Hardcore Mode"), tr("Unchecked"),
tr("\"Challenge\" mode for achievements. Disables save state, cheats, and slowdown " tr("\"Challenge\" mode for achievements, including leaderboard tracking. Disables save "
"functions, but you receive double the achievement points.")); "state, cheats, and slowdown functions."));
dialog->registerWidgetHelp( dialog->registerWidgetHelp(
m_ui.soundEffects, tr("Enable Sound Effects"), tr("Checked"), m_ui.soundEffects, tr("Enable Sound Effects"), tr("Checked"),
tr("Plays sound effects for events such as achievement unlocks and leaderboard submissions.")); tr("Plays sound effects for events such as achievement unlocks and leaderboard submissions."));

View File

@ -3566,9 +3566,8 @@ void FullscreenUI::DrawAchievementsSettingsPage()
"When enabled, rich presence information will be collected and sent to the server where supported.", "When enabled, rich presence information will be collected and sent to the server where supported.",
"Cheevos", "RichPresence", true, enabled); "Cheevos", "RichPresence", true, enabled);
if (DrawToggleSetting(bsi, ICON_FA_HARD_HAT " Hardcore Mode", if (DrawToggleSetting(bsi, ICON_FA_HARD_HAT " Hardcore Mode",
"\"Challenge\" mode for achievements. Disables save state, cheats, and slowdown functions, but " "\"Challenge\" mode for achievements, including leaderboard tracking. Disables save state, "
"you receive double the " "cheats, and slowdown functions.",
"achievement points.",
"Cheevos", "ChallengeMode", false, enabled)) "Cheevos", "ChallengeMode", false, enabled))
{ {
if (System::IsValid() && bsi->GetBoolValue("Cheevos", "ChallengeMode", false)) if (System::IsValid() && bsi->GetBoolValue("Cheevos", "ChallengeMode", false))