tweak guitar sounds to be more pleasant

This commit is contained in:
Map 2024-12-03 17:06:22 -06:00
parent 86e011ed42
commit e3263a868e

View file

@ -718,7 +718,7 @@ label chapter_8:
pause .5
"{cps=*0.5}AAAAAAAAAAAAAAAA{/cps}"
play music 'audio/OST/Dragging on and on....ogg' fadein 1.0
play music 'audio/OST/Dragging on and on....ogg' fadein 1.0 volume 0.5
pause .5
F "Anon, are you paying attention?"
@ -732,15 +732,31 @@ label chapter_8:
pause .5
F "Alright, try these chords."
play sound 'audio/effects/goodA.ogg' fadein 0.5
# Renpy's audio is rarted, do this workaround instead
$ renpy.music.set_volume(1.0, 0.0, 'sound')
play sound 'audio/effects/goodA.ogg'
$ renpy.music.set_volume(0.0, 1.5, 'sound')
pause 0.25
"Her fingers press mine down, holding down the strings in an awkward position."
F "Then this."
play sound 'audio/effects/goodB.ogg' fadein 0.5
$ renpy.music.set_volume(1.0, 0.0, 'sound')
play sound 'audio/effects/goodB.ogg'
$ renpy.music.set_volume(0.0, 1.5, 'sound')
pause 0.25
"My hands are slid down closer to the base of the neck and too close to my crotch."
F "And then finally this."
play sound 'audio/effects/goodC.ogg' fadein 0.5
$ renpy.music.set_volume(1.0, 0.0, 'sound')
play sound 'audio/effects/goodC.ogg'
$ renpy.music.set_volume(0.0, 1.5, 'sound')
pause 0.25
"My fingers are shifted back up to the middle of the fretboard."
F "Try that out, Anon."
@ -749,14 +765,25 @@ label chapter_8:
"Fang lets go of my sweaty hands. She doesnt move from behind me though."
"I try and replicate the movements."
pause .5
play sound 'audio/effects/goodA.ogg' fadein 0.5
$ renpy.music.set_volume(1.0, 0.0, 'sound')
play sound 'audio/effects/goodA.ogg'
$ renpy.music.set_volume(0.0, 1.5, 'sound')
pause 0.25
"The first strum sounds… not bad…"
play sound 'audio/effects/badA.ogg' fadein 0.5
$ renpy.music.set_volume(1.0, 0.0, 'sound')
play sound 'audio/effects/badA.ogg'
$ renpy.music.set_volume(0.0, 1.5, 'sound')
pause 0.25
"The second note is horrendous. I blame my pants."
play sound 'audio/effects/goodC.ogg' fadein 0.5
$ renpy.music.set_volume(1.0, 0.0, 'sound')
play sound 'audio/effects/goodC.ogg'
$ renpy.music.set_volume(0.0, 1.5, 'sound')
pause 0.25
"And the last chord comes out alrightish."
pause .5
@ -792,6 +819,8 @@ label chapter_8:
"My pinky slides off the fretboard and when I strum again a strange look appears in Fangs eyes."
window hide
window auto
$ renpy.music.set_volume(1.0, 0.5, 'sound')
pause .5
label musicalchoices: