If you do not receive your verification email after registering, please check your spam folder. You can also get in contact with us via other methods.
Если вы не получили письмо c подтверждением регистрации, пожалуйста, проверьте папку спам. В случае отсутствия письма и там напишите нам другим способом.

Grimoire BGM issue (in the Easter Eggs Mansion)

Community-based support for our public releases.
Общественная поддержка для публичных релизов.
Post Reply
YNagato
Posts: 223
Joined: 08 Jul 2016, 21:35
Gender: Male

Grimoire BGM issue (in the Easter Eggs Mansion)

Post by YNagato »

The "Promise" in the Grimoire is preceded by BGM "hope."

But in EP5, the BGM should be "dir."

The atmosphere is subtly different. May we change it back to "dir" in Grimoire?
Last edited by YNagato on 10 Jul 2020, 05:50, edited 1 time in total.
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

Re: Grimoire BGM issue

Post by vit9696 »

I am trying to follow :) What do you mean in particular?
YNagato
Posts: 223
Joined: 08 Jul 2016, 21:35
Gender: Male

Re: Grimoire BGM issue

Post by YNagato »

In the original EP5 scene, the background music right before the song "Promise" is "dir."

Even though the same scene is reproduced in Grimoire (in the Easter Eggs Mansion), the background music right before the "Promise" becomes "Hope" instead of "dir," because "Hope" is the background music inside the whole Easter Eggs Mansion. But I believe the background music should have changed to "dir" once we click a door to play that particular EP5 scene.

The atmosphere of the whole scene in Grimoire now becomes different. And there is also no differentiation in terms of music between the inside and outside of the scene, since the Mansion's BGM continues into the scene. I was therefore suggesting making a minor change to switch the background music to "dir" when we click the door in Grimoire to enter that scene.

I hope this time I explain myself more clearly?
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

Re: Grimoire BGM issue (in the Easter Eggs Mansion)

Post by vit9696 »

Yeah, it is more clear now. You could have just mentioned the labels o8_0/omakeeee_m1f_p1br_door to make it obvious. Maybe replace

Code: Select all

*omakeeee_m1f_p1br_door
csp_rst
bg black,0
vol_mix_fade 1000
flush 2
wait 500
goto *o8_0
goto *omakeeee_m1f_p1br_loop
with

Code: Select all

*omakeeee_m1f_p1br_door
csp_rst
bg black,0
vol_mix_fade 1000
vol_bgm -1,1000
flush 2
wait 500
bgmplay 106,90,0
wait 500
goto *o8_0
goto *omakeeee_m1f_p1br_loop
Will that feel right?
YNagato
Posts: 223
Joined: 08 Jul 2016, 21:35
Gender: Male

Re: Grimoire BGM issue (in the Easter Eggs Mansion)

Post by YNagato »

That's great! Thanks for making the change.

(I reported as a layman this time, without discussing it with my teammate programmers, so I failed to refer to the code. Sorry...)
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

Re: Grimoire BGM issue (in the Easter Eggs Mansion)

Post by vit9696 »

I did not make this change in the repository, but if it works for you, please commit.
YNagato
Posts: 223
Joined: 08 Jul 2016, 21:35
Gender: Male

Re: Grimoire BGM issue (in the Easter Eggs Mansion)

Post by YNagato »

Committed. Thanks!
Post Reply