07th-mod / matsuribayashi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fragments unlocked in wrong order

drojf opened this issue · comments

Had this report on discord:

Bug Information

Somehow I got this fragment unlocked before I got any other fragments related to Rena moving to Hinamizawa or Satoshi's aunt getting murdered, I just got stuck and I was trying them all, it's the fragment about the footsteps Satoshi hears and Rena saying she knows those footsteps

Screenshot

SPOILER_20210927225106_1

Hi. This is likely the same as #34 issue. What's your OS?

I was having the same issue (my OS is a Linux distro). My solution was to:

  1. Copy the content of the Data/fragmentdata.txt (located here: https://github.com/07th-mod/matsuribayashi/blob/master/Data/fragmentdata.txt).
  2. Paste it in my own one fragmentdata.txt, replacing all the text. In my case it's located in (gamefolder)/game/HigurashiEp08_Data/StreamingAssets/Data folder.

@DoctorDiablo , could it be that this issue keeps appearing in the Linux version of the mod?

@mvbs23

I was updating our release scripts, and I noticed that it only copied certain folders to the archive. It did not copy the Data folder, where the fragmentdata.txt is.

This meant that even though the file was in the repo, it was never included in our releases (since...forever), so nobody ever got that file in their install (it's not just Linux - all users would never get the file)

So the cause of this issue is just...the fragmentdata.txt just never got included in any of our releases...

I've fixed this issue in the latest release so the file is included (and updated the release script so it just copies all files from the repo EXCEPT specified files, so even if we add new files in a different folder they will still be copied to the release).