This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed
Ronin.rte/Devices/Weapons/Chainsaw Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ B A S E :
17
17
////////////////////////////////////////////////////////////////////////////////////////////////////
18
18
Sounds/Explosions:
19
19
Explode3
20
- Sonniss 2017 Explosion Sound Pack
20
+ Sonniss GDC Audio Bundle
21
21
22
22
////////////////////////////////////////////////////////////////////////////////////////////////////
23
23
Sounds/Door/Movement:
@@ -148,7 +148,10 @@ M U I L A A K :
148
148
R O N I N :
149
149
-----------
150
150
////////////////////////////////////////////////////////////////////////////////////////////////////
151
-
151
+ Devices/Weapons/Chainsaw/Sounds:
152
+ End, Loop, Start
153
+ GameSounds.xyz SoundEffects/Tools
154
+
152
155
////////////////////////////////////////////////////////////////////////////////////////////////////
153
156
154
157
Original file line number Diff line number Diff line change 5
5
AddSoundContainer = SoundContainer
6
6
PresetName = Ronin Chainsaw Start
7
7
AttenuationStartDistance = 120
8
- /*
9
8
AddSound = ContentFile
10
9
FilePath = Ronin.rte/Devices/Weapons/Chainsaw/Sounds/Start.flac
11
- */
12
10
13
11
14
12
AddSoundContainer = SoundContainer
@@ -20,12 +18,10 @@ AddSoundContainer = SoundContainer
20
18
21
19
22
20
AddSoundContainer = SoundContainer
23
- PresetName = Ronin Chainsaw Stop
21
+ PresetName = Ronin Chainsaw End
24
22
AttenuationStartDistance = 120
25
- /*
26
23
AddSound = ContentFile
27
- FilePath = Ronin.rte/Devices/Weapons/Chainsaw/Sounds/Stop.flac
28
- */
24
+ FilePath = Ronin.rte/Devices/Weapons/Chainsaw/Sounds/End.flac
29
25
30
26
31
27
///////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function Create(self)
14
14
self .length = ToMOSprite (self ):GetSpriteWidth ();
15
15
16
16
self .startSound = CreateSoundContainer (" Ronin Chainsaw Start" , " Ronin.rte" );
17
- self .stopSound = CreateSoundContainer (" Ronin Chainsaw Stop " , " Ronin.rte" );
17
+ self .stopSound = CreateSoundContainer (" Ronin Chainsaw End " , " Ronin.rte" );
18
18
end
19
19
function Update (self )
20
20
You can’t perform that action at this time.
0 commit comments