Update 'README.md'

This commit is contained in:
kevinmonitor 2022-08-20 05:21:27 +00:00
parent 59f3c2deb1
commit 9bedcb263d
1 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,28 @@
# ScarletBlackMarket
Repository for Kevinmonitor and co.'s Touhou Station Jam 3 game.
How to install & play available attacks:
+ Install all files in this repo.
+ Open either th_dnh_ph3sx.exe or th_dnh_ph3sx_legacy.exe (if you cannot open the latter)
+ Select "Single" in the Menu.
+ Remilia's attacks have all been titled properly. Other scripts in the list are placeholders or engine samples.
+ Select "Chimata" as the player. Other scripts in the list are placeholders or engine samples.
How to change the difficulty of the attacks:
+ Open the repo and navigate to script/game.
+ Select the attack you want to change the difficulty of. (Non1, Non2, etc.)
+ 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.
+ 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.