changed files to accomidate asset changes

This commit is contained in:
MichaelYick 2021-06-20 00:25:26 -05:00
parent 58d71a632e
commit ee770d3059
6 changed files with 23 additions and 23 deletions

View File

@ -184,7 +184,7 @@ label chapter_1:
show naomiSilo at sleft
show naserSilo at sright
unknown "Would you happen to be Anon?" #Naomi
play sound "audio/effects/WoodSnap.wav"
play sound "audio/effects/WoodSnap.ogg"
hide anon
"I look up. The bench broke down."
"I lay on the ground, ass hurt from hitting jagged concrete and splintered wood."
@ -1946,4 +1946,4 @@ label chapter_1:
A "Yeah. If you need any help Naser, I owe ya for the pizza."
return
return

View File

@ -1238,7 +1238,7 @@ label chapter_13D:
"Fang notices us and some of the nervousness melts off her face."
play music "audio/OST/Amberlight Brilliance - Demo.wav" fadein 1.0
play music "audio/OST/Amberlight Brilliance - Demo.ogg" fadein 1.0
"She takes a deep breath and starts strumming the first notes of her song."
@ -1246,7 +1246,7 @@ label chapter_13D:
"It took half a year but she finally completed the song from the roof."
play music 'audio/OST/Amberlight Brilliance - Live.wav' fadein 1.0
play music 'audio/OST/Amberlight Brilliance - Live.ogg' fadein 1.0
"The cascade of chords is a slow build that increases tempo gradually."
@ -2439,4 +2439,4 @@ label chapter_13D:
pause 6
"..."
return
return

View File

@ -748,7 +748,7 @@ label chapter_14A:
"My final plea to Fang races through my head."
#fade in wind blowing here
play sound "audio/effects/wind.wav" loop volume 0.3
play sound "audio/effects/wind.ogg" loop volume 0.3
"{i}Dont leave me alone.{/i}"
"I just feel completely and utterly and hopelessly alone."
@ -770,7 +770,7 @@ label chapter_14A:
"Its better this way."
$ quick_menu = False
window hide
play sound "audio/effects/wind.wav" loop volume 0.2
play sound "audio/effects/wind.ogg" loop volume 0.2
play music "audio/OST/Sad!.ogg" fadein 1.0 volume 2.8 noloop
pause 20
stop sound fadeout 1.0
@ -778,4 +778,4 @@ label chapter_14A:
pause 30
scene 1of4 with fade
pause 15
return
return

View File

@ -688,7 +688,7 @@ label chapter_14C:
F "Tomorrow, yes."
stop music fadeout 1.0
scene city morning with fade
play sound "audio/OST/Amberlight Brilliance.wav" fadein 5.0
play sound "audio/OST/Amberlight Brilliance.ogg" fadein 5.0
"We made our way towards her car door, but before getting in, she once again embraces me, This time a little stronger."
show c09 with dissolve
@ -712,4 +712,4 @@ label chapter_14C:
pause 16
scene black with fade
pause 1
return
return

View File

@ -520,7 +520,7 @@ label chapter_14D:
show fang d happy with dissolve
"We chuckle together."
play music "audio/OST/Amberlight Brilliance.wav" fadein 1.0
play music "audio/OST/Amberlight Brilliance.ogg" fadein 1.0
A "Hey, Lucy…"
"I keep my eyes on the stars, even when Lucy turns to look at me."
@ -609,4 +609,4 @@ label chapter_14D:
pause 16
scene black with fade
pause 1
return
return

View File

@ -456,42 +456,42 @@ label chapter_8:
label musicalchoices:
menu:
"Slap the guitar":
play sound "audio/effects/badA.mp3"
play sound "audio/effects/badA.ogg"
F "Pfft hahahaha, wow you suck at this."
jump musicalchoices
"Try Something Cool":
play sound "audio/effects/goodA.mp3"
play sound "audio/effects/goodA.ogg"
F "Wow that was really pretty."
A "Really?"
F "Pretty shit."
jump musicalchoices
"Keep it simple":
play sound "audio/effects/correctA.mp3"
play sound "audio/effects/correctA.ogg"
F "Hmm. Interesting, keep going."
menu:
"Jam out hard":
play sound "audio/effects/badB.mp3"
play sound "audio/effects/badB.ogg"
F "You {i}really{/i} suck at this."
jump musicalchoices
"Strum with confidence":
play sound "audio/effects/correctB.mp3"
play sound "audio/effects/correctB.ogg"
F "Thats pretty good."
F "Dont stop you idiot, keep going."
"Keep a soft tone":
play sound "audio/effects/goodB.mp3"
play sound "audio/effects/goodB.ogg"
F "Cmon Anon, you can do better."
jump musicalchoices
menu:
"Press this button or else your mother dies in her sleep":
play sound "audio/effects/badC.mp3"
play sound "audio/effects/badC.ogg"
F "Oh come on now, impress me."
jump musicalchoices
"Try to impress":
play sound "audio/effects/goodC.mp3"
play sound "audio/effects/goodC.ogg"
F "Nah… Thats not it, but youre getting there."
jump musicalchoices
"Play something random":
play sound "audio/effects/correctC.mp3"
play sound "audio/effects/correctC.ogg"
F "I like this."
F "Play that one again for me, will you?"
@ -506,7 +506,7 @@ label chapter_8:
F "I... I think Ive figured that song out, Anon."
play music 'audio/OST/Amberlight Brilliance - Demo.wav' fadein 1.0
play music 'audio/OST/Amberlight Brilliance - Demo.ogg' fadein 1.0
"Her tail slaps a simple beat on her mattress as she slowly builds up a rhythm in her strumming."
@ -1280,4 +1280,4 @@ label chapter_8:
"..."
return
return