sound effect conversions, minor script tweaks

This commit is contained in:
2022-11-27 15:34:23 -06:00
parent 7b506a04f6
commit 9c0a9f5e6a
75 changed files with 18 additions and 22 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2983,8 +2983,9 @@ label chapter_1:
window auto window auto
pause 0.75 pause 0.75
stop music fadeout 0.69 $ renpy.music.set_volume(0.0, 0.5, 'music')
play sound 'audio/effects/spearYellRumbleTinnitusProlongVoice.ogg' # TODO: volume boost, renpy volume controls cause this to clip horribly for values over 1.0 play audio 'audio/effects/spearYellRumbleVoice.ogg'
play sound [ "<silence .636>", 'audio/effects/spearYellRumbleTinnitusProlongVoice.ogg'] # TODO: volume boost, renpy volume controls cause this to clip horribly for values over 1.0
window show Dissolve(0.0001) window show Dissolve(0.0001)
Sp "{b}NAOMI!!{/b}" with vpunch Sp "{b}NAOMI!!{/b}" with vpunch
@ -3025,8 +3026,9 @@ label chapter_1:
pause 0.5 pause 0.5
stop sound fadeout 1 stop audio fadeout 2
play music 'audio/OST/we just turned on the microphone in our programmers_ house.ogg' fadein 2 stop sound fadeout 2
$ renpy.music.set_volume(1.0, 2, 'music')
Sp "-dismissed Naomi." Sp "-dismissed Naomi."

View File

@ -1378,9 +1378,10 @@ label chapter_13A:
window auto window auto
pause 0.25 pause 0.25
play sound 'audio/effects/showerDoor.ogg' play sound 'audio/effects/showerStart.ogg'
pause 1.266
pause 2.25 stop sound fadeout 0.3
pause 0.75
play ambient 'audio/effects/showermuffledloop.ogg' fadein 1.5 volume 0.5 play ambient 'audio/effects/showermuffledloop.ogg' fadein 1.5 volume 0.5
pause 1 pause 1
@ -1429,7 +1430,8 @@ label chapter_13A:
window auto window auto
pause .5 pause .5
scene roomthrash1 at Pan((0, 610),(0, 0), 30.0) with fade scene roomthrash1 at Pan((0, 610),(0, 0), 30.0) with Dissolve(1):
subpixel True
pause .5 pause .5
"Fang plops down next to me, the shirt's hem falling down to barely cover her thighs and lack of shorts I could give her." "Fang plops down next to me, the shirt's hem falling down to barely cover her thighs and lack of shorts I could give her."

View File

@ -1186,30 +1186,21 @@ label chapter_14A:
window auto window auto
pause 1 pause 1
$ renpy.music.set_volume(0, 3, 'ambient1') stop ambient1 fadeout 4
scene shooterroof: scene shooterroof:
size(1920,1080) size(1920,1080)
#xanchor 0.5 yanchor 0.5 xpos 0.5 ypos 0.5 #xanchor 0.5 yanchor 0.5 xpos 0.5 ypos 0.5
#zoom 1.12 #zoom 1.12
with Dissolve(3) with Dissolve(3)
play ambient 'audio/effects/windShooterLoop.ogg' volume 0.2 fadein 2
$ renpy.music.set_volume(1, 1.5, 'ambient1')
pause 0.5 pause 0.5
#"She jumps." #"She jumps."
#pause .5 #pause .5
play sound 'audio/effects/shooterFangJumps.ogg' volume 0.7 play sound 'audio/effects/shooterFangJumps.ogg' volume 0.7
pause 7
$ renpy.music.set_volume(0, 0.6, 'ambient1')
$ renpy.music.set_volume(0, 0.6, 'ambient')
pause 6
stop ambient
stop ambient1
$ renpy.music.set_volume(1, 0, 'ambient1')
$ renpy.music.set_volume(1, 0, 'ambient')
"I cant look over." "I cant look over."
pause .5 pause .5
@ -1333,7 +1324,7 @@ label chapter_14A:
window auto window auto
pause 0.5 pause 0.5
play ambient "audio/effects/windShooterLoop.ogg" fadein 5 play ambient "audio/effects/windShooterLoop.ogg" fadein 10
$ renpy.music.set_volume(0.3, 4, 'ambient') $ renpy.music.set_volume(0.3, 4, 'ambient')
scene a14 with Dissolve(2) scene a14 with Dissolve(2)
pause 2 pause 2
@ -1437,10 +1428,10 @@ label chapter_14A:
stop ambient fadeout 25 stop ambient fadeout 25
$ renpy.music.set_volume(0, 25, 'ambient') $ renpy.music.set_volume(0, 25, 'ambient')
pause 7 pause 5
scene black with Dissolve(10.0) scene black with Dissolve(9.0)
pause 2.5 pause 2.5
play music "audio/OST/Sad!.ogg" fadein 15.0 volume 2.8 noloop play music "audio/OST/Sad!.ogg" fadein 15.0 volume 2.8 noloop
scene e1of4 with Dissolve(9.0) scene e1of4 with Dissolve(9.0)

View File

@ -1264,6 +1264,7 @@ label chapter_8:
camera: camera:
perspective True perspective True
linear 0.2 zoom 1.0 xpos 0 ypos 0 linear 0.2 zoom 1.0 xpos 0 ypos 0
perspective False
with None with None
scene fangroom scene fangroom