Closed orian34 closed 6 years ago
@idealpersona @tellowkrinkle This is on you guys. It's either a DLL issue or a misplaced call in flow.txt. Either way it needs some delving into the DLL code to check which flags unlock that menu.
This may be expected behavior. Save data is kept separately from the game installation path. Steam also will synchronize save info unless you configure it not to. On Windows for Meakashi I believe it's in something like C:\Users\<you>\AppData\MangaGamer\Higurashi05\
. I think it's AppData
but it me slightly different. It's also a hidden folder, so you'll have to configure Windows Explorer to show hidden files to be able to view it.
Oh is this even before your first pass of Meakashi? Didn't realize this was 9 days ago.
Yes, that was before starting, and it was the same for the friend starting at the same time.
Looks like MG accidentally mapped both HighestChapter
and MessageSpeed
to the same variable number, so you can fix it by setting your message speed to the minimum value
Which one should we renumber?
I faintly remember @Doddler tweeting about that. Are you sure it's not fixed in vanilla? Maybe we decompiled an outdated vanilla DLL and didn't merge the fix?
No idea. There was this on steam. So I couldn't tell if it's on us or not.
@tellowkrinkle Change GHighestChapter to 28 to be consistent with Tsumi.
Ahh actually I just checked the disassembly of one of the more recent higurashi-dlls
builds and GMessageSpeed
was changed to 52
there
I guess that change never made it into the disassembled version
Should we set GHighestChapter
to 28
or GMessageSpeed
to 52
?
Ah, use 52 then.
Tested with the new build, it seems to work properly now
Even with a fresh install+patch, I will end up with the entire days unlocked and available to jump to, while I never even started reading.
I asked someone else and I got confirmation it happened for them too, so there's definitely a deffective trigger somewhere