Skip to content

Commit 7af85e8

Browse files
refactor(story): tidy play sound
1 parent 04cd6e9 commit 7af85e8

File tree

9 files changed

+59
-59
lines changed

9 files changed

+59
-59
lines changed

game/story/bar.rpy

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ label bar:
33
pause 1
44

55
eden "{cps=10}Hmm..."
6-
play sound "sfx/ice.ogg" volume 0.5
6+
play sound ice volume 0.5
77
eden "Seems like the ice in my glass had succumbed to the warmth..."
88
eden "...looks just like my life."
99

@@ -32,11 +32,11 @@ label bar:
3232

3333
show cg bar at shake
3434
stop music
35-
play sound "sfx/chime.ogg" volume 0.8
35+
play sound chime volume 0.8
3636
"{i}*chimes*"
3737

3838
pause 0.5
39-
play sound "sfx/door.ogg" volume 1.1
39+
play sound door volume 1.1
4040
"The door opened, but at first,{w=0.1} I hardly registered it."
4141

4242
scene black with fade
@@ -61,7 +61,7 @@ label bar_ryohei_entrance:
6161
# scene lounge_door_open with fade
6262
# Ryohei’s entrance
6363

64-
play sound "sfx/footsteps.ogg"
64+
play sound footsteps
6565
show ryohei look at zoomout, center
6666
with dissolve
6767

@@ -103,7 +103,7 @@ label bar_ryohei_entrance:
103103
pause 0.5
104104
hide eden with fade
105105

106-
play sound "sfx/footsteps.ogg"
106+
play sound footsteps
107107
"I heard footsteps approaching me slowly."
108108
pause 0.5
109109

@@ -114,7 +114,7 @@ label bar_encounter:
114114
play sfx "sfx/woosh.ogg" volume 0.5
115115
show ryohei neutral at left with moveinleft
116116

117-
play sound "sfx/woosh.ogg" volume 0.5
117+
play sound woosh volume 0.5
118118
show eden neutral at right with moveinright
119119

120120
eden "{i}Why is he standing right here?"

game/story/endings/ending_attack.rpy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ label ending_attack:
3030
pause 0.5
3131
scene cg ryohei kneel 2 with dissolve
3232

33-
play sound "sfx/thud.ogg" volume 0.7
33+
play sound thud volume 0.7
3434
ryohei "{sc}What?"
3535

3636
eden "!!"
@@ -90,7 +90,7 @@ label ending_attack:
9090

9191
"The room trembled beneath his cries."
9292

93-
play sound "sfx/stab.ogg"
93+
play sound stab
9494

9595
scene cg ending struggle at slight_shake
9696

@@ -109,7 +109,7 @@ label ending_attack:
109109

110110
scene black
111111

112-
play sound "sfx/thud.ogg" volume 0.7
112+
play sound thud volume 0.7
113113

114114
"He barrelled backwards into the table,{w=0.1} knocking chairs and vases over as he fell with a loud thud."
115115

@@ -148,7 +148,7 @@ label ending_attack:
148148
voice "voice/eden/exhale.ogg"
149149
ryohei "{cps=5}Shh..."
150150

151-
play sound "sfx/fire.ogg" fadein 0.5
151+
play sound fire fadein 0.5
152152

153153
"Around us,{w=0.1} the candles fell into a dim glow,{w=0.1} until a cold chill snuffed their lights completely."
154154
"I looked up to see veins of black and red chunks start to pour thinly from the walls,{w=0.1} slithering like snakes towards the floor,{w=0.1} and towards me."

game/story/endings/ending_sacrifice.rpy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ label ending_sacrifice:
4848

4949
eden "{cps=15}Like..."
5050

51-
play sound "sfx/heartbeat.ogg"
51+
play sound heartbeat
5252
"For some reason,{w=0.1} I felt myself sweating,{w=0.1} my heart rattling faster."
5353

5454
eden "Do you even know what you’re asking?"
@@ -105,7 +105,7 @@ label ending_sacrifice:
105105

106106
ryohei "{cps=25}If you won’t carry it...{w=0.5} {cps=15}{i}you’ll feed it."
107107

108-
play sound "sfx/tension.ogg"
108+
play sound tension
109109
eden "{i}What?"
110110

111111
"I blinked and suddenly we were face to face,{w=0.3} me staring up at his ashy pupils as he towered over me."
@@ -114,7 +114,7 @@ label ending_sacrifice:
114114

115115
scene cg ending struggle at hpunch, zoomin, slight_shake
116116

117-
play sound "sfx/stab.ogg"
117+
play sound stab
118118

119119
pause 1
120120

@@ -177,7 +177,7 @@ label ending_sacrifice:
177177
"As I go limp,{w=0.2} I feel his hands catch me,{w=0.2} setting me gently against the cold floor."
178178
"Even in my death he treats me kindly."
179179

180-
play sound "sfx/fire.ogg" fadein 0.5
180+
play sound fire fadein 0.5
181181
"I feel my blood seep into the ritual circle,{w=0.3} as if the curse is hungrily licking up the offering I have provided."
182182

183183
ryohei "{cps=15}{i}I’m sorry,{w=0.2} Eden."
@@ -194,7 +194,7 @@ label ending_sacrifice:
194194

195195
stop music fadeout 1.5
196196

197-
play sound "sfx/heartbeat.ogg"
197+
play sound heartbeat
198198
"He choked out,{w=0.1} pressing his forehead against my bleeding heart."
199199

200200
ryohei "But I was wrong.{w=0.3} I can’t trust anyone.{w=0.3} I can’t show anybody who I truly am."

game/story/endings/pre_ending.rpy

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ label pre_ending:
77

88
label pre_ending_start:
99

10-
play sound "sfx/thud.ogg" volume 0.7
10+
play sound thud volume 0.7
1111
show bg studio3 with hpunch
1212

1313
play music "music/terror.ogg" volume 0.9
@@ -21,16 +21,16 @@ label pre_ending_start:
2121

2222
"His voice cut sharp,{w=0.1} cutting through my daze."
2323

24-
play sound "sfx/rustle.ogg"
24+
play sound rustle
2525
"He grabbed my arm,{w=0.1} his grip surprisingly strong,{w=0.1} almost bruising."
2626

27-
play sound "sfx/woosh.ogg" volume 0.5
27+
play sound woosh volume 0.5
2828
"I turned back."
2929

3030
hide eden
3131
hide ryohei with dissolve
3232

33-
play sound "sfx/jumpscare2.ogg" volume 0.7
33+
play sound jumpscare2 volume 0.7
3434

3535
show cg ryohei scared with dissolve
3636

@@ -49,7 +49,7 @@ label pre_ending_start:
4949
"He wasn’t asking me...{w=0.2} he was pleading with me."
5050
"He guided me back to the couch and pushed me down gently,{w=0.1} a strange,{w=0.1} reverent care in his otherwise forceful actions."
5151

52-
play sound "sfx/thud.ogg" volume 0.7
52+
play sound thud volume 0.7
5353
show bg studio3 with hpunch
5454

5555
voice "voice/ryohei/hey.ogg"
@@ -59,7 +59,7 @@ label pre_ending_start:
5959

6060
"He ignored my question.{w=0.1} He moved to the table,{w=0.1} and with a click,{w=0.1} lit a match and then lit the candles."
6161

62-
play sound "sfx/light.ogg"
62+
play sound light
6363
scene bg studio4 with dissolve
6464
show ryohei glare with dissolve
6565

@@ -90,7 +90,7 @@ label pre_ending_start:
9090
ryohei "I couldn’t let him pass it on.{w=0.2} I couldn’t let him choose another victim."
9191
ryohei "So...{w=0.4} I took it from him."
9292

93-
play sound "sfx/fire.ogg" volume 1.2
93+
play sound fire volume 1.2
9494
"The silence in the room was deafening,{w=0.2} broken only by the crackle of the candle wicks."
9595

9696
eden "What...{w=0.3} do you mean?"
@@ -100,7 +100,7 @@ label pre_ending_start:
100100

101101
hide ryohei with dissolve
102102

103-
play sound "sfx/thud.ogg" volume 0.7
103+
play sound thud volume 0.7
104104
show cg ryohei scared at slight_shake
105105
with dissolve
106106

@@ -152,7 +152,7 @@ label pre_ending_start:
152152
"He held it out to me on his open palms,{w=0.2} like it was a key."
153153
"My breath caught in my throat."
154154

155-
play sound "sfx/heartbeat.ogg"
155+
play sound heartbeat
156156
"My heart was pounding so hard I could feel it in my ears."
157157

158158
"This is insane.{w=0.2} Completely insane."
@@ -176,7 +176,7 @@ label pre_ending_start:
176176
ryohei "Will you complete the ritual and become the new vessel?"
177177
ryohei "Will you sacrifice your blood for me?"
178178

179-
play sound "sfx/fire.ogg"
179+
play sound fire
180180
"The question hung in the air,{w=0.1} suspended between the flames of the seven candles."
181181

182182
play sfx "sfx/heartbeat.ogg"

game/story/minigames/personality_test.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ label personality_test7_jumpscare:
202202
voice "voice/entity/eden.ogg"
203203
pause 1
204204

205-
play sound "sfx/tension.ogg"
205+
play sound tension
206206
show entity 1 at center, opacity(0.8), scale(1.1)
207207
with moveinbottom
208208
with vpunch

game/story/prologue.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ label prologue:
2222

2323
pause 0.5
2424

25-
play sound "sfx/glass.ogg" volume 0.4
25+
play sound glass volume 0.4
2626

2727
scene cg prologue 3
2828
pause 1.5

game/story/sessions/session1.rpy

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
label session1:
2-
play sound "sfx/footsteps.ogg"
2+
play sound footsteps
33

44
scene bg hallway at zoomin
55
with fade
@@ -28,7 +28,7 @@ label session1:
2828
"As I got ready to knock,{w=0.2} a memory popped into my head..."
2929
hide cg door with dissolve
3030

31-
play sound "sfx/flash.ogg" volume 0.7
31+
play sound flash volume 0.7
3232
scene black with flash
3333
pause 0.5
3434

@@ -54,7 +54,7 @@ label session1_prestudio:
5454
menu:
5555
"Knock":
5656
pause 0.5
57-
play sound "sfx/knock.ogg"
57+
play sound knock
5858
pause 1
5959

6060
"I finally knocked on the door."
@@ -78,7 +78,7 @@ label session1_prestudio:
7878

7979
jump end
8080

81-
play sound "sfx/creak.ogg"
81+
play sound creak
8282
hide cg door with dissolve
8383

8484
"The door opened right away."
@@ -97,7 +97,7 @@ label session1_prestudio:
9797

9898
"I hesitated—"
9999
"But my feet started moving before I could even think about it."
100-
play sound "sfx/footsteps.ogg" volume 0.7 fadeout 1
100+
play sound footsteps volume 0.7 fadeout 1
101101

102102
jump session1_studio
103103

@@ -116,7 +116,7 @@ label session1_studio:
116116
"My gaze drifted past a collection of arranged objects as Ryohei led me inside the studio."
117117
"Soft jazz music played in the background."
118118

119-
play sound "sfx/woosh.ogg" volume 0.5
119+
play sound woosh volume 0.5
120120
show ryohei neutral at left with moveinleft
121121

122122
play sfx "sfx/woosh.ogg" volume 0.5
@@ -260,7 +260,7 @@ label session1_test:
260260

261261
show bg studio4
262262

263-
play sound "sfx/jumpscare.ogg" volume 0.5
263+
play sound jumpscare volume 0.5
264264

265265
show entity 2 at center, scale(1.1), shake
266266
with hpunch
@@ -278,10 +278,10 @@ label session1_end:
278278
scene bg studio
279279
with fade
280280

281-
play sound "sfx/woosh.ogg" volume 0.5
281+
play sound woosh volume 0.5
282282
show ryohei neutral at left with moveinleft
283283

284-
play sound "sfx/woosh.ogg" volume 0.5
284+
play sound woosh volume 0.5
285285
show eden neutral at right with moveinright
286286

287287
ryohei "Thank you.{w=0.2} You’ve given me quite a clear impression."

game/story/sessions/session2.rpy

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ label session2_start:
2020
hide ryohei with dissolve
2121
pause 1
2222

23-
play sound "sfx/rustle.ogg"
23+
play sound rustle
2424

2525
"He stood and began rummaging through the shelves,{w=0.1} his movements smooth and deliberate."
2626
"Suddenly,{w=0.1} the air went still, lingering thick with every breath."
@@ -54,7 +54,7 @@ label session2_devotion:
5454
show ryohei seated neutral at center
5555
with fade
5656

57-
play sound "sfx/woosh.ogg" volume 0.5
57+
play sound woosh volume 0.5
5858
pause 1
5959

6060
"He moved to the table and sat directly across from me."
@@ -163,7 +163,7 @@ label session2_candle_intro:
163163

164164
play music "music/theme4.ogg" fadein 1.5 volume 0.7
165165

166-
play sound "sfx/rustle.ogg"
166+
play sound rustle
167167
pause 0.5
168168

169169
"He opened the velvet-lined box."
@@ -172,7 +172,7 @@ label session2_candle_intro:
172172
ryohei seated smile "Let’s play a game,{w=0.2} Eden."
173173
ryohei seated neutral "This is a “focusing exercise”."
174174

175-
play sound "sfx/light.ogg"
175+
play sound light
176176
"He lit the candles and set them on the table in a chaotic line."
177177
pause 0.5
178178

@@ -185,7 +185,7 @@ label session2_candle_intro:
185185

186186
"Without thinking,{w=0.1} I reached for the nearest one."
187187

188-
play sound "sfx/thud.ogg" volume 0.7
188+
play sound thud volume 0.7
189189
show ryohei seated serious at slight_shake
190190
"His hand shot out,{w=0.1} not touching mine,{w=0.1} but hovering just above it."
191191

@@ -268,7 +268,7 @@ label session2_candle_win2:
268268

269269
"He whispered the word,{w=0.2} savoring it like a fine wine."
270270

271-
play sound "sfx/thud.ogg" volume 0.5
271+
play sound thud volume 0.5
272272
show bg studio2 at shake
273273

274274
ryohei "I like you,{w=0.2} you’re sharp."
@@ -279,7 +279,7 @@ label session2_candle_win2:
279279
#----very short-jumpscare, to make players wonder---
280280
stop music
281281
scene black
282-
play sound "sfx/jumpscare.ogg"
282+
play sound jumpscare
283283
show entity 3 at slight_shake, center
284284
pause 0.3
285285
hide entity
@@ -308,7 +308,7 @@ label session2_candle_lose:
308308
#---very short-jumpscare, to make players wonder---
309309
stop music
310310
scene black
311-
play sound "sfx/jumpscare.ogg"
311+
play sound jumpscare
312312
show entity 3 at slight_shake, center
313313
pause 0.3
314314
hide entity

0 commit comments

Comments
 (0)