Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 8b2692c

Browse files
committed
Renamed folder structure for door movements to be more future-proof
1 parent 14cd063 commit 8b2692c

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Base.rte/Sounds.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,25 +315,25 @@ AddSoundContainer = SoundContainer
315315
PresetName = Door Movement Start
316316
AttenuationStartDistance = 90
317317
AddSound = ContentFile
318-
FilePath = Base.rte/Sounds/Door/Movement/Start.flac
318+
FilePath = Base.rte/Sounds/Mechanisms/Doors/MovementStart.flac
319319

320320
AddSoundContainer = SoundContainer
321321
PresetName = Door Movement Loop
322322
AttenuationStartDistance = 90
323323
AddSound = ContentFile
324-
FilePath = Base.rte/Sounds/Door/Movement/Loop.flac
324+
FilePath = Base.rte/Sounds/Mechanisms/Doors/MovementLoop.flac
325325

326326
AddSoundContainer = SoundContainer
327327
PresetName = Door Movement Change Direction
328328
AttenuationStartDistance = 90
329329
AddSound = ContentFile
330-
FilePath = Base.rte/Sounds/Door/Movement/ChangeDirection.flac
330+
FilePath = Base.rte/Sounds/Mechanisms/Doors/MovementChangeDirection.flac
331331

332332
AddSoundContainer = SoundContainer
333333
PresetName = Door Movement End
334334
AttenuationStartDistance = 90
335335
AddSound = ContentFile
336-
FilePath = Base.rte/Sounds/Door/Movement/End.flac
336+
FilePath = Base.rte/Sounds/Mechanisms/Doors/MovementEnd.flac
337337

338338

339339
AddSoundContainer = SoundContainer

CreditsAssets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sounds/Explosions:
2020
Sonniss GDC Audio Bundles
2121

2222
////////////////////////////////////////////////////////////////////////////////////////////////////
23-
Sounds/Door/Movement:
23+
Sounds/Mechanisms/Doors:
2424
ChangeDirection, MoveEnd, MoveStart
2525
Sonniss GDC Audio Bundles
2626
MoveLoop

0 commit comments

Comments
 (0)