-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix BGM switching for Answer Arcs and Rei #80
Comments
Here are the extra BGM and SE used for each chapter (ep8 uses no extra BGM)
And when merged together:
Here is an archive with the merged BGM files for chapters 5-7: https://1drv.ms/u/s!Ar-lAVeetlqhhL1cwSQQaZpUNEQGjA?e=FUlSsJ |
Here is an 'Extra BGM Pack' containing the bgm + folder structure to be merged with the existing Kai BGM pack we use. I realized yesterday that the question arcs OGBGM/OGSE are likely never used when you have the OGBGM/GIN BGM setting on, because GIN's scripts wouldn't reference them. But since it only adds 21Mb overhead, I've add them anyway. extra bgm pack: https://1drv.ms/u/s!Ar-lAVeetlqhhL1objObUOZJT9jE2Q?e=wHcVfU |
I've created an updated version of the Answer BGM pack. https://1drv.ms/u/s!Ar-lAVeetlqhhL4mTrUjjeWnAYs5PA?e=DDe3JP The following changelog is included inside. Version 1.1 - 2022-11-04
Here are the different versions of those three modified BGM if you want to compare them |
This issue should be fixed now. |
I just noticed there are the following BGM and SE in the Ch8 Voices archive (previously I thought there were no extra BGM/SE used in ch8):
Unfortunately, msys32 is not included in the BGM archive I updated, so I'll need to update it to add that one. TODO
|
Before we implemented BGM switching, some BGM were copied directly into the BGM folder. While we removed most of these, the Answer Arcs and Rei still copy certain BGM to the BGM folder. These BGM won't work correctly with our BGM switching function - the pre-april update BGM will play no matter your choice of BGM.
These BGM are mostly just BGM copied from the Question Arcs so they can be used in the Answer arcs. The reason this was done was so that we could better match the Console game, which uses these QA BGM.
As an aside, we also include one? BGM which does not overwrite anything (from the console game). This can be treated the same way as the rest of the files, see below.
To fix this issue and avoid future confusion, these BGM should be included in our BGM archive. Currently, these extra BGM reside in:
For the BGM which are copied from the Question Arcs, we need to copy both the Post-April Update version, but also the Original Version. Other Console Specific BGM only have one version.
It would technically work if we copied these to the BGM/OGBGM folders, but it might be better to put them in separate folders (ExtraBGM and ExtraOGBGM?). Generally I've always thought of the BGM folder to never be touched, as that should only contain files that come with the game. But I haven't decided the best way to do this yet.
Once those files are in place, we just update the game script (if necessary) to search for the extra BGM in the other folder (if necessary).
TODO
Update in-game description of New BGM/SE to say we may change some BGM to better match Console?I don't think this is necessaryRei TODO
This is optional, it would only tidy up the Rei BGM. Considering it's just one file, probably not worth the trouble.The text was updated successfully, but these errors were encountered: