Small note added to README.md

This commit is contained in:
kevinmonitor 2022-08-20 07:49:13 +00:00
parent e171607abe
commit fb99733309
1 changed files with 1 additions and 0 deletions

View File

@ -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) + 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) + Search for the @Initialize section. (should be around lines 50-70 depending on attack)
+ Find the "difficultySelect = 0; // debug" line. + 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: + Change 0 to the difficulty you want to play:
0: Normal 0: Normal