07th-mod / meakashi

20 stars 16 forks source link

Add missing kaze BGM in OG mode #77

Open drojf opened 3 years ago

drojf commented 3 years ago

Note: in the OG game, the BGM continues into the eyecatch. For this to happen, there can't be a fadeout in this script - all the BGM fadeouts happen in the next script.

drojf commented 3 years ago

it appears our script fades out BGM a little early compared to the OG game (see https://youtu.be/2QPHmigEfB4?t=3281) so I've made sure to only fade out BGM early in default/Mangagamer BGM mode.

drojf commented 3 years ago

I'm putting this PR hold for now, it appears there are more changes than I thought required to match the original game.

TODO:

  1. Decide whether to leave/move chopping sound effect: In the console game the chopping sound plays right after “They had no hesitation,". In the original game it plays that effect later.
  2. With above video as reference, double check changes match OG game