From fb997333095c1d7654d781dee0944baa54491a72 Mon Sep 17 00:00:00 2001 From: kevinmonitor Date: Sat, 20 Aug 2022 07:49:13 +0000 Subject: [PATCH] Small note added to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7533638..8376529 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ How to change the difficulty of the attacks: + Open the .dnh file in a text editor (preferably Notepad++ since that's also what I use to code) + Search for the @Initialize section. (should be around lines 50-70 depending on attack) + Find the "difficultySelect = 0; // debug" line. + + IF THIS LINE HAS A // BEFORE IT (example: "//difficultySelect = 0; // debug"), remove that //. + Change 0 to the difficulty you want to play: 0: Normal