Repository for Kevinmonitor and co.'s Touhou Station Jam 3 game.
Go to file
kevinmonitor fb99733309 Small note added to README.md 2022-08-20 07:49:13 +00:00
docs Add existing file 2022-08-20 12:42:00 +07:00
resource Add existing file 2022-08-20 12:42:00 +07:00
script Add existing file 2022-08-20 12:42:00 +07:00
tools Add existing file 2022-08-20 12:42:00 +07:00
LICENSE Initial commit 2022-08-20 05:15:29 +00:00
LogWindow.dat Add existing file 2022-08-20 12:42:00 +07:00
README.md Small note added to README.md 2022-08-20 07:49:13 +00:00
config.dat Add existing file 2022-08-20 12:42:00 +07:00
config_ph3sx.exe Add existing file 2022-08-20 12:42:00 +07:00
license.txt Add existing file 2022-08-20 12:42:00 +07:00
readme.txt Add existing file 2022-08-20 12:42:00 +07:00
th_dnh.def Add existing file 2022-08-20 12:42:00 +07:00
th_dnh_ph3sx.exe Add existing file 2022-08-20 12:42:00 +07:00
th_dnh_ph3sx_legacy.exe Add existing file 2022-08-20 12:42:00 +07:00

README.md

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.

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.
    • IF THIS LINE HAS A // BEFORE IT (example: "//difficultySelect = 0; // debug"), remove that //.
  • 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.