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

Commit cd0ff9c

Browse files
committed
Add sounds to Dum Destroyer Projectile
1 parent b970398 commit cd0ff9c

File tree

7 files changed

+16
-24
lines changed

7 files changed

+16
-24
lines changed

Base.rte/LoadoutsP1.ini

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
1-
///////////////////////////////////////////////////////////////////////
2-
// Loadouts
31

4-
/*
52
AddLoadout = Loadout
63
DeliveryCraft = ACRocket
7-
PresetName = Base.rte/Rocket MK1
4+
PresetName = Base.rte/Drop Crate
85
AddCargoItem = AHuman
9-
PresetName =
10-
AddCargoItem = ACrab
11-
PresetName =
6+
PresetName = Coalition.rte/Soldier Light
127
AddCargoItem = HDFirearm
13-
PresetName =
14-
AddCargoItem = TDExplosive
15-
PresetName =
8+
PresetName = Dummy.rte/Destroyer Cannon
169

17-
18-
AddLoadout = Loadout
19-
DeliveryCraft = ACDropShip
20-
PresetName = Base.rte/Dropship MK1
21-
AddCargoItem = AHuman
22-
PresetName =
23-
AddCargoItem = ACrab
24-
PresetName =
25-
AddCargoItem = HDFirearm
26-
PresetName =
27-
AddCargoItem = TDExplosive
28-
PresetName =
29-
*/

Dummy.rte/Devices/Weapons/Destroyer/Destroyer.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ AddAmmo = AEmitter
152152
MaxVelocity = 0
153153
MinVelocity = 0
154154
PushesEmitter = 0
155+
EmissionSound = Sound
156+
AddSample = ContentFile
157+
FilePath = Dummy.rte/Devices/Weapons/Destroyer/Sounds/ProjectileLoop1.wav
155158
EmissionEnabled = 1
156159
EmissionsIgnoreThis = 0
157160
ParticlesPerMinute = 9000
@@ -162,6 +165,13 @@ AddAmmo = AEmitter
162165
EmissionDamage = 0
163166
Flash = None
164167
FlashOnlyOnBurst = 0
168+
GibSound = Sound
169+
AddSample = ContentFile
170+
FilePath = Dummy.rte/Devices/Weapons/Destroyer/Sounds/ProjectileExplosion1.wav
171+
AddSample = ContentFile
172+
FilePath = Dummy.rte/Devices/Weapons/Destroyer/Sounds/ProjectileExplosion2.wav
173+
AddSample = ContentFile
174+
FilePath = Dummy.rte/Devices/Weapons/Destroyer/Sounds/ProjectileExplosion3.wav
165175
AddGib = Gib
166176
GibParticle = MOPixel
167177
CopyOf = Destroyer Emission Particle 1

Dummy.rte/Devices/Weapons/Destroyer/Sounds/Credits.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ Digital Extremes: Warframe
22

33
CrpElectroMag Firing Sound
44
CorpusPolearm Sounds
5-
CorpusWhip Sounds
5+
CorpusWhip Sounds
6+
Harlequin Sounds
7+
CrpSentExperimentalPistol Firing Sounds
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)