Compare commits
2 Commits
5e7516392f
...
fb99733309
Author | SHA1 | Date |
---|---|---|
kevinmonitor | fb99733309 | |
kevinmonitor | e171607abe |
|
@ -1,5 +1,11 @@
|
||||||
# ScarletBlackMarket
|
# ScarletBlackMarket
|
||||||
|
|
||||||
|
CURRENT FINISHED ATTACKS
|
||||||
|
|
||||||
|
+ Remilia Nonspell 1
|
||||||
|
+ Remilia Nonspell 2
|
||||||
|
+ Remilia Spell 3 (Sakuya Card)
|
||||||
|
|
||||||
Repository for Kevinmonitor and co.'s Touhou Station Jam 3 game.
|
Repository for Kevinmonitor and co.'s Touhou Station Jam 3 game.
|
||||||
|
|
||||||
How to install & play available attacks:
|
How to install & play available attacks:
|
||||||
|
@ -17,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
|
||||||
|
|
Loading…
Reference in New Issue