Feature #2409
[Heretic] Menu confirmation about Nightmare skill level
Description
In Doom, user must confirm with Y/N to use the Nightmare skill level. In vanilla Heretic, this confirmation is missing.
If the "NIGHTMARE" Text string is defined and non-empty, Heretic should also use the same confirmation step.
Related issues
Associated revisions
History
#1 Updated by skyjake almost 5 years ago
- Related to Bug #2408: Newline characters in Text string definitions added
#2 Updated by thesourcehim almost 5 years ago
How is this supposed to work? I tried latest git version today and there's no confirmation if I select black plague difficulty in Shadow of the Serpent Rider.
#3 Updated by skyjake almost 5 years ago
thesourcehim wrote:
How is this supposed to work? I tried latest git version today and there's no confirmation if I select black plague difficulty in Shadow of the Serpent Rider.
That is the default (vanilla) behavior, yes. To make the confirmation message appear, you'll need to define the text string by loading a DED file:
Text { ID = "NIGHTMARE"; Text = "Are you sure? This skill level\nisn't even remotely fair."; }
#4 Updated by skyjake almost 4 years ago
- Status changed from Resolved to Closed
Heretic|Menu: Confirming the Nightmare skill level
Only shown if the NIGHTMARE text string is non-empty.
IssueID #2409