Skip to content

Commit

Permalink
Achievements: Hardcore mode no longer gives twice the points
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Oct 1, 2022
1 parent 410b384 commit 22b41bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/duckstation-qt/achievementsettingswidget.cpp
Expand Up @@ -44,8 +44,8 @@ AchievementSettingsWidget::AchievementSettingsWidget(SettingsDialog* dialog, QWi
tr(
"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"),
tr("\"Challenge\" mode for achievements. Disables save state, cheats, and slowdown "
"functions, but you receive double the achievement points."));
tr("\"Challenge\" mode for achievements, including leaderboard tracking. Disables save "
"state, cheats, and slowdown functions."));
dialog->registerWidgetHelp(
m_ui.soundEffects, tr("Enable Sound Effects"), tr("Checked"),
tr("Plays sound effects for events such as achievement unlocks and leaderboard submissions."));
Expand Down
5 changes: 2 additions & 3 deletions src/frontend-common/fullscreen_ui.cpp
Expand Up @@ -3566,9 +3566,8 @@ void FullscreenUI::DrawAchievementsSettingsPage()
"When enabled, rich presence information will be collected and sent to the server where supported.",
"Cheevos", "RichPresence", true, enabled);
if (DrawToggleSetting(bsi, ICON_FA_HARD_HAT " Hardcore Mode",
"\"Challenge\" mode for achievements. Disables save state, cheats, and slowdown functions, but "
"you receive double the "
"achievement points.",
"\"Challenge\" mode for achievements, including leaderboard tracking. Disables save state, "
"cheats, and slowdown functions.",
"Cheevos", "ChallengeMode", false, enabled))
{
if (System::IsValid() && bsi->GetBoolValue("Cheevos", "ChallengeMode", false))
Expand Down

0 comments on commit 22b41bd

Please sign in to comment.