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

Commit e0aef27

Browse files
authored
Merge pull request #54 from cortex-command-community/pawnis-door-sounds
Add door sounds
2 parents a9653bb + 841bb40 commit e0aef27

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

Base.rte/Scenes/Objects/Bunkers/BunkerSystems/Doors/Doors.ini

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -894,18 +894,22 @@ AddEffect = ADoor
894894
DeepCheck = 0
895895
DrawMaterialLayerWhenOpen = 1
896896
DrawMaterialLayerWhenClosed = 1
897-
// DoorMoveSound = SoundContainer
898-
// AddSound = ContentFile
899-
// FilePath = ...
900-
// DoorMoveStartSound = SoundContainer
901-
// AddSound = ContentFile
902-
// FilePath = ...
903-
// DoorMoveEndSound = SoundContainer
904-
// AddSound = ContentFile
905-
// FilePath = ...
906-
// DoorDirectionChangeSound = SoundContainer
907-
// AddSound = ContentFile
908-
// FilePath = ...
897+
DoorMoveSound = SoundContainer
898+
AttenuationStartDistance = 135
899+
AddSound = ContentFile
900+
FilePath = Base.rte/Sounds/DoorMoveLoop.wav
901+
DoorMoveStartSound = SoundContainer
902+
AttenuationStartDistance = 135
903+
AddSound = ContentFile
904+
FilePath = Base.rte/Sounds/DoorMoveStart.wav
905+
DoorMoveEndSound = SoundContainer
906+
AttenuationStartDistance = 135
907+
AddSound = ContentFile
908+
FilePath = Base.rte/Sounds/DoorMoveEnd.wav
909+
DoorDirectionChangeSound = SoundContainer
910+
AttenuationStartDistance = 135
911+
AddSound = ContentFile
912+
FilePath = Base.rte/Sounds/DoorChangeDirection.wav
909913
GibImpulseLimit = 5000
910914
GibWoundLimit = 35
911915
AddGib = Gib
173 KB
Binary file not shown.

Base.rte/Sounds/DoorMoveEnd.wav

78.6 KB
Binary file not shown.

Base.rte/Sounds/DoorMoveLoop.wav

468 KB
Binary file not shown.

Base.rte/Sounds/DoorMoveStart.wav

37.3 KB
Binary file not shown.

Credits.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ Cortex Command is TM and � 2017 Data Realms, LLC
6868

6969
S O U N D E F F E C T S C R E D I T S :
7070

71+
*******************************************************************************
72+
Base.rte\Sounds\Credits.txt
73+
-------------------------------------------------------------------------------
74+
75+
Digital Extremes: Warframe
76+
77+
Door Sounds:
78+
GrnCannoPodLiftLoop
79+
GrnElevatorStart
80+
GrnElevatorStop
81+
7182
*******************************************************************************
7283
Browncoats.rte\Devices\Weapons\Magmaul\Sounds\Credits.txt
7384
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)