07th-mod / meakashi

20 stars 16 forks source link

Chapter Jump Unlocked #34

Closed orian34 closed 6 years ago

orian34 commented 6 years ago

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

enumag commented 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.

ghost commented 6 years ago

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.

ghost commented 6 years ago

Oh is this even before your first pass of Meakashi? Didn't realize this was 9 days ago.

orian34 commented 6 years ago

Yes, that was before starting, and it was the same for the friend starting at the same time.

TellowKrinkle commented 6 years ago

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?

enumag commented 6 years ago

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?

orian34 commented 6 years ago

No idea. There was this on steam. image So I couldn't tell if it's on us or not.

enumag commented 6 years ago

@tellowkrinkle Change GHighestChapter to 28 to be consistent with Tsumi.

TellowKrinkle commented 6 years ago

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?

enumag commented 6 years ago

Ah, use 52 then.

TellowKrinkle commented 6 years ago

Tested with the new build, it seems to work properly now