I got a sound problem at this exact moment of the game:
View attachment 4136717
The e_sfx repeats itself in a loop, even when progressing through the renders.
The affected sound is in this folder:
View attachment 4136721
and the line of code can be foud here:
View attachment 4136725
(game/d2.rpy)
Following commands in the console did not stop the affected sound:
renpy.sound.set_volume(0.0,channel="sound")
renpy.sound.set_volume(0.0,channel="audio")
renpy.sound.set_volume(0.0,channel="sfx")
renpy.sound.set_volume(0.0,channel="hsfx")
renpy.sound.set_volume(0.0,channel="hsfxl")
renpy.sound.set_volume(0.0,channel="e_sfx")
>(all these with '.stop' instead of '.set_volume' as well)
renpy.sound.stop(filename="audio/e_sfx/ff/short_breath.01.wav")
I also got 2 versions of the game. One version is modded with the WT, the other is not.
This problem occurs on both versions. The showcase obove occurs on the modded version. On the default version, the problem is pretty similiar, occuring at the same scene, but another sfx is affected.
I'd appreciate any form of constructive support.
I am at the very beginning of understanding ren'py and python, so please dont go too harsh on me, not even understanding basic commands within python right away, ty
(please dont hesitate, GPT can solve the understanding for me)
EDIT20241016 - 01:34~ o'clock UTC+1:
I managed to have this scene without sound trouble within the default version. I effectively just took a savedata from before (the moment of confrontation with Viktoria before) and the sound issue has not occured - choice with Steph was groping tits. (
Default [nonmodded] - v0.8hd-pc)
I'll test this thoughfully tomorrow, so this doc might change then, or i just write another, depending on the problem.