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

Commit 0aca5ed

Browse files
authored
Merge pull request #43 from cortex-command-community/pawnis-sound-attenuation
attenuations for nearly all things
2 parents be6a3ed + 830aa56 commit 0aca5ed

File tree

108 files changed

+362
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+362
-0
lines changed

Base.rte/Actors/Shared.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,16 @@ AddEffect = AEmitter
337337
MaxVelocity = 25
338338
MinVelocity = 10
339339
EmissionSound = SoundContainer
340+
AttenuationStartDistance = 120
340341
AddSound = ContentFile
341342
FilePath = Base.rte/Sounds/Actors/JetpackLoop.wav
342343
LoopSetting = -1 // Means loop infinitely until stopped
343344
BurstSound = SoundContainer
345+
AttenuationStartDistance = 130
344346
AddSound = ContentFile
345347
FilePath = Base.rte/Sounds/Actors/JetpackStart.wav
346348
EndSound = SoundContainer
349+
AttenuationStartDistance = 110
347350
AddSound = ContentFile
348351
FilePath = Base.rte/Sounds/Actors/JetpackEnd.wav
349352
EmissionEnabled = 1
@@ -376,6 +379,7 @@ AddEffect = AEmitter
376379
MinVelocity = 10
377380
BurstSpacing = 2000
378381
BurstSound = SoundContainer
382+
AttenuationStartDistance = 130
379383
AddSound = ContentFile
380384
FilePath = Base.rte/Sounds/Craft/BlastStart.wav
381385

@@ -463,13 +467,16 @@ AddEffect = AEmitter
463467
MaxVelocity = 25
464468
MinVelocity = 5
465469
EmissionSound = SoundContainer
470+
AttenuationStartDistance = 120
466471
AddSound = ContentFile
467472
FilePath = Base.rte/Sounds/Actors/JetpackLoop.wav
468473
LoopSetting = -1 // Means loop infinitely until stopped
469474
BurstSound = SoundContainer
475+
AttenuationStartDistance = 130
470476
AddSound = ContentFile
471477
FilePath = Base.rte/Sounds/Actors/JetpackStart.wav
472478
EndSound = SoundContainer
479+
AttenuationStartDistance = 110
473480
AddSound = ContentFile
474481
FilePath = Base.rte/Sounds/Actors/JetpackEnd.wav
475482
EmissionEnabled = 1

Base.rte/Craft/DropShips/DropshipMK1.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,13 +839,16 @@ AddEffect = AEmitter
839839
MaxVelocity = 40
840840
MinVelocity = 30
841841
EmissionSound = SoundContainer
842+
AttenuationStartDistance = 210
842843
AddSound = ContentFile
843844
FilePath = Base.rte/Sounds/Craft/JetLoop.wav
844845
LoopSetting = -1
845846
BurstSound = SoundContainer
847+
AttenuationStartDistance = 230
846848
AddSound = ContentFile
847849
FilePath = Base.rte/Sounds/Craft/JetStart.wav
848850
EndSound = SoundContainer
851+
AttenuationStartDistance = 190
849852
AddSound = ContentFile
850853
FilePath = Base.rte/Sounds/Craft/JetEnd.wav
851854
EmissionEnabled = 0
@@ -1076,13 +1079,16 @@ AddEffect = AEmitter
10761079
MaxVelocity = 40
10771080
MinVelocity = 30
10781081
EmissionSound = SoundContainer
1082+
AttenuationStartDistance = 210
10791083
AddSound = ContentFile
10801084
FilePath = Base.rte/Sounds/Craft/JetLoop.wav
10811085
LoopSetting = -1
10821086
BurstSound = SoundContainer
1087+
AttenuationStartDistance = 230
10831088
AddSound = ContentFile
10841089
FilePath = Base.rte/Sounds/Craft/JetStart.wav
10851090
EndSound = SoundContainer
1091+
AttenuationStartDistance = 190
10861092
AddSound = ContentFile
10871093
FilePath = Base.rte/Sounds/Craft/JetEnd.wav
10881094
EmissionEnabled = 0
@@ -1344,13 +1350,16 @@ AddEffect = AEmitter
13441350
MaxVelocity = 24
13451351
MinVelocity = 12
13461352
EmissionSound = SoundContainer
1353+
AttenuationStartDistance = 200
13471354
AddSound = ContentFile
13481355
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.wav
13491356
LoopSetting = -1
13501357
BurstSound = SoundContainer
1358+
AttenuationStartDistance = 220
13511359
AddSound = ContentFile
13521360
FilePath = Base.rte/Sounds/Craft/ThrusterStart.wav
13531361
EndSound = SoundContainer
1362+
AttenuationStartDistance = 180
13541363
AddSound = ContentFile
13551364
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.wav
13561365
EmissionEnabled = 1

Base.rte/Craft/Rockets/MK2/RocketMK2.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,16 @@ AddEffect = AEmitter
502502
MaxVelocity = 25
503503
MinVelocity = 16
504504
EmissionSound = SoundContainer
505+
AttenuationStartDistance = 210
505506
AddSound = ContentFile
506507
FilePath = Base.rte/Sounds/Craft/BlastLoop.wav
507508
LoopSetting = -1
508509
BurstSound = SoundContainer
510+
AttenuationStartDistance = 230
509511
AddSound = ContentFile
510512
FilePath = Base.rte/Sounds/Craft/BlastStart.wav
511513
EndSound = SoundContainer
514+
AttenuationStartDistance = 190
512515
AddSound = ContentFile
513516
FilePath = Base.rte/Sounds/Craft/BlastEnd.wav
514517
EmissionEnabled = 0

Base.rte/Craft/Shared.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,16 @@ AddEffect = AEmitter
125125
MaxVelocity = 24
126126
MinVelocity = 16
127127
EmissionSound = SoundContainer
128+
AttenuationStartDistance = 200
128129
AddSound = ContentFile
129130
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.wav
130131
LoopSetting = -1
131132
BurstSound = SoundContainer
133+
AttenuationStartDistance = 220
132134
AddSound = ContentFile
133135
FilePath = Base.rte/Sounds/Craft/ThrusterStart.wav
134136
EndSound = SoundContainer
137+
AttenuationStartDistance = 180
135138
AddSound = ContentFile
136139
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.wav
137140
EmissionEnabled = 1
@@ -198,13 +201,16 @@ AddEffect = AEmitter
198201
MaxVelocity = 24
199202
MinVelocity = 15
200203
EmissionSound = SoundContainer
204+
AttenuationStartDistance = 200
201205
AddSound = ContentFile
202206
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.wav
203207
LoopSetting = -1
204208
BurstSound = SoundContainer
209+
AttenuationStartDistance = 220
205210
AddSound = ContentFile
206211
FilePath = Base.rte/Sounds/Craft/ThrusterStart.wav
207212
EndSound = SoundContainer
213+
AttenuationStartDistance = 180
208214
AddSound = ContentFile
209215
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.wav
210216
EmissionEnabled = 1

Base.rte/Devices/Explosives/AntiPersonnelMine/AntiPersonnelMine.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ AddEffect = MOSRotating
9393
Depth = 10
9494
DeepCheck = 0
9595
GibSound = SoundContainer
96+
AttenuationStartDistance = 220
9697
AddSound = ContentFile
9798
Path = Base.rte/Sounds/Explosions/Explode1.wav
9899
AddSound = ContentFile

Base.rte/Devices/Explosives/BlueBomb/BlueBomb.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ AddDevice = TDExplosive
4343
Y = 3
4444
DrawAfterParent = 0
4545
DetonationSound = SoundContainer
46+
AttenuationStartDistance = 220
4647
AddSound = ContentFile
4748
Path = Base.rte/Sounds/Explosions/Explode1.wav
4849
AddSound = ContentFile

Base.rte/Devices/Explosives/ClusterMineBomb/ClusterMineBomb.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ AddDevice = TDExplosive
128128
JointStiffness = 0.5
129129
DrawAfterParent = 1
130130
DetonationSound = SoundContainer
131+
AttenuationStartDistance = 200
131132
AddSound = ContentFile
132133
Path = Base.rte/Devices/Explosives/NapalmBomb/Sounds/NapalmBombExplode.wav
133134
StanceOffset = Vector

Base.rte/Devices/Explosives/FragGrenade/FragGrenade.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ AddDevice = TDExplosive
6363
JointStiffness = 0.5
6464
DrawAfterParent = 0
6565
DetonationSound = SoundContainer
66+
AttenuationStartDistance = 220
6667
AddSound = ContentFile
6768
Path = Base.rte/Sounds/Explosions/Explode1.wav
6869
AddSound = ContentFile

Base.rte/Devices/Explosives/NapalmBomb/NapalmBomb.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ AddDevice = TDExplosive
164164
DrawAfterParent = 1
165165
DetonationSound = SoundContainer
166166
CopyOf = Crash Woosh
167+
AttenuationStartDistance = 240
167168
StanceOffset = Vector
168169
X = 4
169170
Y = 4

Base.rte/Devices/Explosives/RemoteExplosive/RemoteExplosive.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ AddEffect = AEmitter
1616
JointStrength = 10000
1717
JointStiffness = 1
1818
BurstSound = SoundContainer
19+
AttenuationStartDistance = 160
1920
AddSound = ContentFile
2021
FilePath = Base.rte/Devices/Explosives/RemoteExplosive/Sounds/RemoteExplosiveActivate.wav
2122
BurstTriggered = 1
@@ -163,6 +164,7 @@ AddMOSRotating = MOSRotating
163164
Depth = 6
164165
DeepCheck = 0
165166
GibSound = SoundContainer
167+
AttenuationStartDistance = 240
166168
AddSound = ContentFile
167169
FilePath = Base.rte/Sounds/Explosions/Explode1.wav
168170
AddSound = ContentFile

0 commit comments

Comments
 (0)