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

Commit 9593f33

Browse files
committed
Correcting filepaths (followup to d7e1cac)
1 parent d7e1cac commit 9593f33

File tree

163 files changed

+1012
-1011
lines changed

Some content is hidden

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

163 files changed

+1012
-1011
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
#Audio Owners
1919
*.wav @audio-makers
2020
*.ogg @audio-makers
21+
*.flac @audio-makers
2122
*.mp3 @audio-makers

Base.rte/Activities/NetworkTest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function NetworkTest:UpdateActivity()
141141
end--]]--
142142

143143
if self.SoundTimer:IsPastSimMS(1000) then
144-
local snd = AudioMan:PlaySound("Dummy.rte/Effects/Sounds/BlasterFire.wav", Vector(math.random(), math.random()));
144+
local snd = AudioMan:PlaySound("Dummy.rte/Effects/Sounds/BlasterFire.flac", Vector(math.random(), math.random()));
145145
self.SoundTimer:Reset();
146146
end
147147

Base.rte/Actors/Brains/Brainbot/Brainbot.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ AddActor = Attachable
4242
DrawAfterParent = 1
4343
GibSound = SoundContainer
4444
AddSound = ContentFile
45-
FilePath = Base.rte/Actors/Brains/Case/Sounds/BrainPop.wav
45+
FilePath = Base.rte/Actors/Brains/Case/Sounds/BrainPop.flac
4646
AddGib = Gib
4747
GibParticle = MOPixel
4848
CopyOf = Drop Brain Fluid
@@ -603,7 +603,7 @@ AddActor = AHuman
603603
CopyOf = Robot Pain
604604
DeathSound = SoundContainer
605605
AddSound = ContentFile
606-
FilePath = Base.rte/Actors/Brains/Case/Sounds/EnergyExplosion.wav
606+
FilePath = Base.rte/Actors/Brains/Case/Sounds/EnergyExplosion.flac
607607
DeviceSwitchSound = SoundContainer
608608
CopyOf = Device Switch
609609
Status = 0

Base.rte/Actors/Brains/Case/BrainCase.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ AddActor = Actor
8989
// FilePath = Base.rte/Actors/Brains/Case/
9090
DeathSound = SoundContainer
9191
AddSound = ContentFile
92-
FilePath = Base.rte/Actors/Brains/Case/Sounds/EnergyExplosion.wav
92+
FilePath = Base.rte/Actors/Brains/Case/Sounds/EnergyExplosion.flac
9393
GibSound = SoundContainer
9494
AddSound = ContentFile
95-
FilePath = Base.rte/Actors/Brains/Case/Sounds/BrainPop.wav
95+
FilePath = Base.rte/Actors/Brains/Case/Sounds/BrainPop.flac
9696
Status = 0
9797
Health = 100
9898
Team = 0

Base.rte/Actors/Mecha/AIBox/AIBox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ AddActor = ACrab
213213
DeathSound = SoundContainer
214214
CopyOf = Robot Death
215215
// AddSound = ContentFile
216-
// FilePath = Base.rte/Actors/Brains/Case/Sounds/EnergyExplosion.wav
216+
// FilePath = Base.rte/Actors/Brains/Case/Sounds/EnergyExplosion.flac
217217
DeviceSwitchSound = SoundContainer
218218
CopyOf = Device Switch
219219
Status = 0

Base.rte/Actors/Shared.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,16 +352,16 @@ AddEffect = AEmitter
352352
EmissionSound = SoundContainer
353353
AttenuationStartDistance = 120
354354
AddSound = ContentFile
355-
FilePath = Base.rte/Sounds/Actors/JetpackLoop.wav
355+
FilePath = Base.rte/Sounds/Actors/JetpackLoop.flac
356356
LoopSetting = -1 // Means loop infinitely until stopped
357357
BurstSound = SoundContainer
358358
AttenuationStartDistance = 130
359359
AddSound = ContentFile
360-
FilePath = Base.rte/Sounds/Actors/JetpackStart.wav
360+
FilePath = Base.rte/Sounds/Actors/JetpackStart.flac
361361
EndSound = SoundContainer
362362
AttenuationStartDistance = 110
363363
AddSound = ContentFile
364-
FilePath = Base.rte/Sounds/Actors/JetpackEnd.wav
364+
FilePath = Base.rte/Sounds/Actors/JetpackEnd.flac
365365
EmissionEnabled = 1
366366
EmissionsIgnoreThis = 1
367367
ParticlesPerMinute = 7200
@@ -402,7 +402,7 @@ AddEffect = AEmitter
402402
BurstSound = SoundContainer
403403
AttenuationStartDistance = 130
404404
AddSound = ContentFile
405-
FilePath = Base.rte/Sounds/Craft/BlastStart.wav
405+
FilePath = Base.rte/Sounds/Craft/BlastStart.flac
406406

407407

408408
AddEffect = AEmitter
@@ -487,16 +487,16 @@ AddEffect = AEmitter
487487
EmissionSound = SoundContainer
488488
AttenuationStartDistance = 120
489489
AddSound = ContentFile
490-
FilePath = Base.rte/Sounds/Actors/JetpackLoop.wav
490+
FilePath = Base.rte/Sounds/Actors/JetpackLoop.flac
491491
LoopSetting = -1 // Means loop infinitely until stopped
492492
BurstSound = SoundContainer
493493
AttenuationStartDistance = 130
494494
AddSound = ContentFile
495-
FilePath = Base.rte/Sounds/Actors/JetpackStart.wav
495+
FilePath = Base.rte/Sounds/Actors/JetpackStart.flac
496496
EndSound = SoundContainer
497497
AttenuationStartDistance = 110
498498
AddSound = ContentFile
499-
FilePath = Base.rte/Sounds/Actors/JetpackEnd.wav
499+
FilePath = Base.rte/Sounds/Actors/JetpackEnd.flac
500500
EmissionEnabled = 1
501501
EmissionsIgnoreThis = 1
502502
ParticlesPerMinute = 7200

Base.rte/Craft/Dropships/DropshipMK1.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -842,16 +842,16 @@ AddEffect = AEmitter
842842
EmissionSound = SoundContainer
843843
AttenuationStartDistance = 210
844844
AddSound = ContentFile
845-
FilePath = Base.rte/Sounds/Craft/JetLoop.wav
845+
FilePath = Base.rte/Sounds/Craft/JetLoop.flac
846846
LoopSetting = -1
847847
BurstSound = SoundContainer
848848
AttenuationStartDistance = 230
849849
AddSound = ContentFile
850-
FilePath = Base.rte/Sounds/Craft/JetStart.wav
850+
FilePath = Base.rte/Sounds/Craft/JetStart.flac
851851
EndSound = SoundContainer
852852
AttenuationStartDistance = 190
853853
AddSound = ContentFile
854-
FilePath = Base.rte/Sounds/Craft/JetEnd.wav
854+
FilePath = Base.rte/Sounds/Craft/JetEnd.flac
855855
EmissionEnabled = 0
856856
EmissionsIgnoreThis = 1
857857
EmissionOffset = Vector
@@ -1082,16 +1082,16 @@ AddEffect = AEmitter
10821082
EmissionSound = SoundContainer
10831083
AttenuationStartDistance = 210
10841084
AddSound = ContentFile
1085-
FilePath = Base.rte/Sounds/Craft/JetLoop.wav
1085+
FilePath = Base.rte/Sounds/Craft/JetLoop.flac
10861086
LoopSetting = -1
10871087
BurstSound = SoundContainer
10881088
AttenuationStartDistance = 230
10891089
AddSound = ContentFile
1090-
FilePath = Base.rte/Sounds/Craft/JetStart.wav
1090+
FilePath = Base.rte/Sounds/Craft/JetStart.flac
10911091
EndSound = SoundContainer
10921092
AttenuationStartDistance = 190
10931093
AddSound = ContentFile
1094-
FilePath = Base.rte/Sounds/Craft/JetEnd.wav
1094+
FilePath = Base.rte/Sounds/Craft/JetEnd.flac
10951095
EmissionEnabled = 0
10961096
EmissionsIgnoreThis = 1
10971097
EmissionOffset = Vector
@@ -1352,16 +1352,16 @@ AddEffect = AEmitter
13521352
EmissionSound = SoundContainer
13531353
AttenuationStartDistance = 200
13541354
AddSound = ContentFile
1355-
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.wav
1355+
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.flac
13561356
LoopSetting = -1
13571357
BurstSound = SoundContainer
13581358
AttenuationStartDistance = 220
13591359
AddSound = ContentFile
1360-
FilePath = Base.rte/Sounds/Craft/ThrusterStart.wav
1360+
FilePath = Base.rte/Sounds/Craft/ThrusterStart.flac
13611361
EndSound = SoundContainer
13621362
AttenuationStartDistance = 180
13631363
AddSound = ContentFile
1364-
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.wav
1364+
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.flac
13651365
EmissionEnabled = 1
13661366
EmissionsIgnoreThis = 1
13671367
ParticlesPerMinute = 5000
@@ -1522,7 +1522,7 @@ AddActor = ACDropShip
15221522
HatchDelay = 250
15231523
HatchOpenSound = SoundContainer
15241524
AddSound = ContentFile
1525-
FilePath = Base.rte/Sounds/Craft/HatchOpen.wav
1525+
FilePath = Base.rte/Sounds/Craft/HatchOpen.flac
15261526
AddExit = Exit
15271527
Offset = Vector
15281528
X = 0

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,16 +504,16 @@ AddEffect = AEmitter
504504
EmissionSound = SoundContainer
505505
AttenuationStartDistance = 210
506506
AddSound = ContentFile
507-
FilePath = Base.rte/Sounds/Craft/BlastLoop.wav
507+
FilePath = Base.rte/Sounds/Craft/BlastLoop.flac
508508
LoopSetting = -1
509509
BurstSound = SoundContainer
510510
AttenuationStartDistance = 230
511511
AddSound = ContentFile
512-
FilePath = Base.rte/Sounds/Craft/BlastStart.wav
512+
FilePath = Base.rte/Sounds/Craft/BlastStart.flac
513513
EndSound = SoundContainer
514514
AttenuationStartDistance = 190
515515
AddSound = ContentFile
516-
FilePath = Base.rte/Sounds/Craft/BlastEnd.wav
516+
FilePath = Base.rte/Sounds/Craft/BlastEnd.flac
517517
EmissionEnabled = 0
518518
EmissionsIgnoreThis = 1
519519
BurstScale = 1
@@ -614,7 +614,7 @@ AddActor = ACRocket
614614
HatchDelay = 220
615615
HatchOpenSound = SoundContainer
616616
AddSound = ContentFile
617-
FilePath = Base.rte/Sounds/Craft/HatchOpen.wav
617+
FilePath = Base.rte/Sounds/Craft/HatchOpen.flac
618618
AddExit = Exit
619619
Offset = Vector
620620
X = 15

Base.rte/Craft/Shared.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ AddEffect = AEmitter
127127
EmissionSound = SoundContainer
128128
AttenuationStartDistance = 200
129129
AddSound = ContentFile
130-
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.wav
130+
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.flac
131131
LoopSetting = -1
132132
BurstSound = SoundContainer
133133
AttenuationStartDistance = 220
134134
AddSound = ContentFile
135-
FilePath = Base.rte/Sounds/Craft/ThrusterStart.wav
135+
FilePath = Base.rte/Sounds/Craft/ThrusterStart.flac
136136
EndSound = SoundContainer
137137
AttenuationStartDistance = 180
138138
AddSound = ContentFile
139-
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.wav
139+
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.flac
140140
EmissionEnabled = 1
141141
EmissionsIgnoreThis = 1
142142
BurstScale = 1
@@ -206,16 +206,16 @@ AddEffect = AEmitter
206206
EmissionSound = SoundContainer
207207
AttenuationStartDistance = 200
208208
AddSound = ContentFile
209-
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.wav
209+
FilePath = Base.rte/Sounds/Craft/ThrusterLoop.flac
210210
LoopSetting = -1
211211
BurstSound = SoundContainer
212212
AttenuationStartDistance = 220
213213
AddSound = ContentFile
214-
FilePath = Base.rte/Sounds/Craft/ThrusterStart.wav
214+
FilePath = Base.rte/Sounds/Craft/ThrusterStart.flac
215215
EndSound = SoundContainer
216216
AttenuationStartDistance = 180
217217
AddSound = ContentFile
218-
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.wav
218+
FilePath = Base.rte/Sounds/Craft/ThrusterEnd.flac
219219
EmissionEnabled = 1
220220
EmissionsIgnoreThis = 1
221221
BurstScale = 1

Base.rte/Craft/Shared/Turrets.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ AddEffect = AEmitter
7171
CopyOf = Muzzle Flash SMG // Doesn't appear properly for some reason
7272
BurstSound = SoundContainer
7373
AddSound = ContentFile
74-
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire000.wav
74+
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire000.flac
7575
AddSound = ContentFile
76-
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire001.wav
76+
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire001.flac
7777
AddSound = ContentFile
78-
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire002.wav
78+
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire002.flac
7979
AddSound = ContentFile
80-
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire003.wav
80+
FilePath = Base.rte/Devices/Weapons/SMG/Sounds/SMGFire003.flac
8181
EmissionEnabled = 0
8282
EmissionsIgnoreThis = 1
8383
ParticlesPerMinute = 0

0 commit comments

Comments
 (0)