Notes on available attacks to README.md

This commit is contained in:
kevinmonitor 2022-08-21 04:16:56 +00:00
parent 5e7516392f
commit af79bb42d7
1 changed files with 34 additions and 27 deletions

View File

@ -1,28 +1,35 @@
# ScarletBlackMarket # ScarletBlackMarket
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: Available attacks:
+ Install all files in this repo. + Remilia Nonspell 1
+ Open either th_dnh_ph3sx.exe or th_dnh_ph3sx_legacy.exe (if you cannot open the latter) + Remilia Nonspell 2
+ Select "Single" in the Menu. + Remilia Spell 2 (Patchouli Card)
+ Remilia's attacks have all been titled properly. Other scripts in the list are placeholders or engine samples. + Remilia Spell 3 (Sakuya Card)
+ Select "Chimata" as the player. Other scripts in the list are placeholders or engine samples.
How to install & play available attacks:
How to change the difficulty of the attacks:
+ Install all files in this repo.
+ Open the repo and navigate to script/game. + Open either th_dnh_ph3sx.exe or th_dnh_ph3sx_legacy.exe (if you cannot open the latter)
+ Select the attack you want to change the difficulty of. (Non1, Non2, etc.) + Select "Single" in the Menu.
+ Open the .dnh file in a text editor (preferably Notepad++ since that's also what I use to code) + Remilia's attacks have all been titled properly. Other scripts in the list are placeholders or engine samples.
+ Search for the @Initialize section. (should be around lines 50-70 depending on attack) + Select "Chimata" as the player. Other scripts in the list are placeholders or engine samples.
+ Find the "difficultySelect = 0; // debug" line.
+ Change 0 to the difficulty you want to play: How to change the difficulty of the attacks:
0: Normal + Open the repo and navigate to script/game.
1: Hyper/Hard + Select the attack you want to change the difficulty of. (Non1, Non2, etc.)
2: Unparalleled/Lunatic + 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)
NOTE THAT LUNATIC IS STILL NOT BALANCED OR PROPERLY TESTED, AND WILL NOT BE IN THE INITIAL JAM VERSION. + Find the "difficultySelect = 0; // debug" line.
+ Change 0 to the difficulty you want to play:
0: Normal
1: Hyper/Hard
2: Unparalleled/Lunatic
NOTE THAT LUNATIC IS STILL NOT BALANCED OR PROPERLY TESTED, AND WILL NOT BE IN THE INITIAL JAM VERSION.
+ Save the file and re-open the attack. + Save the file and re-open the attack.