2022-08-20 05:15:29 +00:00
|
|
|
# ScarletBlackMarket
|
|
|
|
|
2022-08-20 05:21:27 +00:00
|
|
|
Repository for Kevinmonitor and co.'s Touhou Station Jam 3 game.
|
|
|
|
|
2022-08-22 10:14:18 +00:00
|
|
|
All attacks are now available as of 22/8/2022.
|
|
|
|
|
|
|
|
+ Remilia Nonspell 1
|
|
|
|
+ Remilia Nonspell 2
|
|
|
|
+ Remilia Nonspell 3
|
|
|
|
+ Remilia Spell 1 (Remilia Card)
|
|
|
|
+ Remilia Spell 2 (Patchouli Card)
|
|
|
|
+ Remilia Spell 3 (Sakuya Card)
|
|
|
|
|
|
|
|
"Boss Mode" is also done - players can now play the entire 6-attack boss fight at once.
|
|
|
|
|
|
|
|
How to install:
|
2022-08-20 05:21:27 +00:00
|
|
|
|
|
|
|
+ Install all files in this repo.
|
|
|
|
+ Open either th_dnh_ph3sx.exe or th_dnh_ph3sx_legacy.exe (if you cannot open the latter)
|
2022-08-22 10:14:18 +00:00
|
|
|
|
|
|
|
To play attacks individually:
|
|
|
|
|
|
|
|
+ Select "Single" in the title screen.
|
2022-08-20 05:21:27 +00:00
|
|
|
+ Remilia's attacks have all been titled properly. Other scripts in the list are placeholders or engine samples.
|
2022-08-22 10:14:18 +00:00
|
|
|
+ The fourth spell (Meiling) is unfinished and will not be in the jam version. Please ignore it for now.
|
|
|
|
+ Select "Chimata" as the player.
|
|
|
|
|
|
|
|
To play all attacks in a row (boss mode):
|
|
|
|
|
|
|
|
+ Select "Plural" in the title screen.
|
|
|
|
+ Select "Boss Plural" in the drop-down menu.
|
|
|
|
+ Select "Chimata" as the player.
|
|
|
|
|
|
|
|
Currently, Boss Mode can only be played in Normal difficulty.
|
2022-08-20 05:21:27 +00:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2022-08-22 10:14:18 +00:00
|
|
|
+ 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.)
|
2022-08-20 05:21:27 +00:00
|
|
|
|
|
|
|
+ Save the file and re-open the attack.
|