Project

General

Profile

Feature #2409

[Heretic] Menu confirmation about Nightmare skill level

Added by skyjake about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Minor detail
Target version:
Start date:
2020-01-31
% Done:

100%

Tags:

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

Related to Bug #2408: Newline characters in Text string definitionsClosed2020-01-31

Associated revisions

Revision 13bafd81 (diff)
Added by skyjake about 4 years ago

Heretic|Menu: Confirming the Nightmare skill level

Only shown if the NIGHTMARE text string is non-empty.

IssueID #2409

History

#1 Updated by skyjake about 4 years ago

  • Related to Bug #2408: Newline characters in Text string definitions added

#2 Updated by thesourcehim about 4 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 about 4 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 over 3 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF