thpatch / thcrap-tsa

Basic thcrap patches maintained by the Touhou Patch Center developers
https://www.thpatch.net
23 stars 13 forks source link

TH11: base_tsa patch breaks hints #91

Open AnnaSaysHi opened 2 weeks ago

AnnaSaysHi commented 2 weeks ago

As the title says. i have a hint file that displays perfectly fine in vanilla, but using the base_tsa patch makes it not display at all. I believe this was a similar bug in MoF a while back as well.

brliron commented 2 weeks ago

I feel like this is a stupid question, but what is a hint file?

AnnaSaysHi commented 2 weeks ago

A hint file is a built-in feature in MoF and SA that can display text in various positions during the game. In SA you have to change offset 0x22 of the game's .cfg file to 0x01 in order for hints to show up, but this is a ZUN feature, and can be enabled in the options menu in MoF.

Hint files have their own folder in the game's directory (separate from the replay and snapshot folders), and should be named hint_auto.txt

brliron commented 2 weeks ago

I don't think I ever heard about this feature. Can you send an example .cfg file and hint_auto.txt, along with telling us where that hint is supposed to be displayed?

32th-System commented 2 weeks ago

Looks like this issue is very similair to https://github.com/thpatch/thcrap-tsa/issues/47. Again, we'll need an example hint file to try this with, but the fix should be very similair

AnnaSaysHi commented 2 weeks ago

hint_auto.txt this is the hint file. it displays a lineup in stage 4 near the top center.

I can't upload the .cfg file to github, but it's easy to set it up by changing the byte at offset 0x22 from 00 to 01.