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

Commit 8644ce3

Browse files
committed
A bit of necessary merge cleanup
Fixed dummy brain controller expecting 3 rail pistol sound options, and matched its attenuation start distance and pitch variation to the rail pistol Renamed garand ping to ping1 and added both ping sounds to the ping sound container.
1 parent 9d04167 commit 8644ce3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Dummy.rte/Actors/Brains/Controller/Controller.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,10 @@ AddEffect = AEmitter
7575
Flash = Attachable
7676
CopyOf = Muzzle Flash Pistol // Doesn't appear properly for some reason
7777
BurstSound = SoundContainer
78-
AttenuationStartDistance = 160
78+
AttenuationStartDistance = 170
79+
PitchVariation = 0.1
7980
AddSound = ContentFile
8081
FilePath = Dummy.rte/Devices/Weapons/RailPistol/Sounds/Fire1.flac
81-
AddSound = ContentFile
82-
FilePath = Dummy.rte/Devices/Weapons/RailPistol/Sounds/Fire2.flac
83-
AddSound = ContentFile
84-
FilePath = Dummy.rte/Devices/Weapons/RailPistol/Sounds/Fire3.flac
8582
EmissionEnabled = 0
8683
EmissionsIgnoreThis = 1
8784
ParticlesPerMinute = 0

Ronin.rte/Devices/Weapons/M1Garand/M1Garand.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ AddSoundContainer = SoundContainer
66
PresetName = Ronin M1 Garand Ping
77
AttenuationStartDistance = 125
88
AddSound = ContentFile
9-
FilePath = Ronin.rte/Devices/Weapons/M1Garand/Sounds/Ping.flac
9+
FilePath = Ronin.rte/Devices/Weapons/M1Garand/Sounds/Ping1.flac
10+
AddSound = ContentFile
11+
FilePath = Ronin.rte/Devices/Weapons/M1Garand/Sounds/Ping2.flac
1012

1113

1214
///////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)